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
Copy file name to clipboardExpand all lines: MarkdownViewerPlusPlus/MarkdownViewerPlusPlus.csproj
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -277,10 +277,12 @@
277
277
LibToolDllPath="$(DevEnvDir)"
278
278
SdkPath="$(SDK40ToolsPath)"/>
279
279
280
+
<MessageCondition="Exists('C:\Program Files (x86)\Notepad++\plugins\') AND '$(PlatformTarget)'=='x86'"Text="Copying to C:\Program Files (x86)\Notepad++\plugins\"Importance="high" />
280
281
<CopyCondition="Exists('C:\Program Files (x86)\Notepad++\plugins\') AND '$(PlatformTarget)'=='x86'"
<MessageCondition="Exists('C:\Program Files\Notepad++\plugins\') AND '$(PlatformTarget)'=='x86'"Text="Copying to C:\Program Files\Notepad++\plugins\"Importance="high" />
284
286
<CopyCondition="Exists('C:\Program Files\Notepad++\plugins\') AND '$(PlatformTarget)'=='x64'"
0 commit comments