You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- $(MSBuildProgramFiles32) points to the 32 bit program files dir.
54
+
On 32 bit windows usually C:\Program Files\
55
+
On 64 bit windows usually C:\Program Files (x86)\
56
+
$(ProgramW6432) points to the 64bit Program Files (on 32 bit windows it is blank) -->
57
+
<MakeDirDirectories="$(MSBuildProgramFiles32)\Notepad++\plugins\$(TargetName)\"Condition="Exists('$(MSBuildProgramFiles32)\Notepad++\plugins\') AND !Exists('$(MSBuildProgramFiles32)\Notepad++\plugins\$(TargetName)\') AND '$(Platform)'=='x86'" />
Condition="Exists('$(MSBuildProgramFiles32)\Notepad++\plugins\$(TargetName)\') AND '$(Platform)'=='x86'"
62
+
ContinueOnError="false" />
63
+
<MakeDirDirectories="$(ProgramW6432)\Notepad++\plugins\$(TargetName)\"Condition="Exists('$(ProgramW6432)\Notepad++\plugins\') AND !Exists('$(ProgramW6432)\Notepad++\plugins\$(TargetName)\') AND '$(Platform)'=='x64'" />
Copy file name to clipboardExpand all lines: CSharpRegexTools4Npp/FodyWeavers.xsd
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@
17
17
<xs:documentation>A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.</xs:documentation>
<xs:documentation>A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks</xs:documentation>
<xs:documentation>A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.</xs:documentation>
<xs:documentation>Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option.</xs:documentation>
@@ -73,6 +93,16 @@
73
93
<xs:documentation>A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |.</xs:documentation>
<xs:documentation>A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with |</xs:documentation>
<xs:documentation>A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |.</xs:documentation>
0 commit comments