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
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Visual Studio Project Template C#/PluginInfrastructure/DllExport/NppPlugin.DllExport.targets
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,17 @@
30
30
On 32 bit windows usually C:\Program Files\
31
31
On 64 bit windows usually C:\Program Files (x86)\
32
32
$(ProgramW6432) points to the 64bit Program Files (on 32 bit windows it is blank) -->
33
+
<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'"
38
+
ContinueOnError="false" />
39
+
<MakeDirDirectories="$(ProgramW6432)\Notepad++\plugins\$(TargetName)\"Condition="Exists('$(ProgramW6432)\Notepad++\plugins\') AND !Exists('$(ProgramW6432)\Notepad++\plugins\$(TargetName)\') AND '$(Platform)'=='x64'" />
0 commit comments