This repository was archived by the owner on Jan 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Demo Plugin/NppManagedPluginDemo/DllExport
Visual Studio Project Template C#/DllExport Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2121 LibToolDllPath =" $(DevEnvDir)"
2222 SdkPath =" $(SDK40ToolsPath)" />
2323
24- <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" C:\Program Files (x86)\Notepad++\plugins\" ContinueOnError =" false" />
24+ <Copy
25+ SourceFiles=" $(TargetPath)"
26+ DestinationFolder=" C:\Program Files (x86)\Notepad++\plugins\"
27+ Condition=" Exists('C:\Program Files (x86)\Notepad++\plugins\')"
28+ ContinueOnError=" false" />
2529 </Target >
2630</Project >
Original file line number Diff line number Diff line change 2121 LibToolDllPath =" $(DevEnvDir)"
2222 SdkPath =" $(SDK40ToolsPath)" />
2323
24- <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" C:\Program Files (x86)\Notepad++\plugins\" ContinueOnError =" false" />
24+ <Copy
25+ SourceFiles=" $(TargetPath)"
26+ DestinationFolder=" C:\Program Files (x86)\Notepad++\plugins\"
27+ Condition=" Exists('C:\Program Files (x86)\Notepad++\plugins\')"
28+ ContinueOnError=" false" />
2529 </Target >
2630</Project >
You can’t perform that action at this time.
0 commit comments