From 4acf228f65d807a23307dd7ab8058e0e092164cb Mon Sep 17 00:00:00 2001 From: NN Date: Wed, 1 Jul 2015 22:46:35 +0300 Subject: [PATCH] Adjust x64 build paths --- PowerEditor/visual.net/notepadPlus.vcxproj | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/PowerEditor/visual.net/notepadPlus.vcxproj b/PowerEditor/visual.net/notepadPlus.vcxproj index b534201a..c3b0db65 100644 --- a/PowerEditor/visual.net/notepadPlus.vcxproj +++ b/PowerEditor/visual.net/notepadPlus.vcxproj @@ -76,7 +76,9 @@ false - false + x64\$(Configuration)\ + x64\$(Configuration)\ + false ..\bin\ @@ -84,6 +86,8 @@ false + ..\bin64\ + x64\$(Configuration)\ false @@ -245,12 +249,12 @@ copy ..\src\fonts\sourceCodePro\SourceCodePro-Regular.otf ..\bin\SourceCodePro-R ..\src\dpiAware.manifest;%(AdditionalManifestFiles) - copy ..\src\config.model.xml ..\bin\config.model.xml -copy ..\src\langs.model.xml ..\bin\langs.model.xml -copy ..\src\stylers.model.xml ..\bin\stylers.model.xml -copy ..\src\shortcuts.xml ..\bin\shortcuts.xml -copy ..\src\functionList.xml ..\bin\functionList.xml -copy ..\src\contextMenu.xml ..\bin\contextMenu.xml + copy ..\src\config.model.xml ..\bin64\config.model.xml +copy ..\src\langs.model.xml ..\bin64\langs.model.xml +copy ..\src\stylers.model.xml ..\bin64\stylers.model.xml +copy ..\src\shortcuts.xml ..\bin64\shortcuts.xml +copy ..\src\functionList.xml ..\bin64\functionList.xml +copy ..\src\contextMenu.xml ..\bin64\contextMenu.xml ..\misc\vistaIconTool\changeIcon.bat "..\misc\vistaIconTool\ChangeIcon.exe" "$(OutDir)notepad++.exe" @@ -651,4 +655,4 @@ copy ..\src\contextMenu.xml ..\bin\contextMenu.xml - \ No newline at end of file +