From c9fd4096505d3c1d973d4008b0ed9708397d9707 Mon Sep 17 00:00:00 2001 From: Mehmet Murat Akburak Date: Fri, 3 Jul 2020 19:37:16 +0300 Subject: [PATCH] Add trailing slash to OutDir (#4708) --- .../launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj | 4 ++-- src/modules/powerrename/UWPui/PowerRenameUWPUI.vcxproj | 4 ++-- src/modules/powerrename/dll/PowerRenameExt.vcxproj | 4 ++-- src/modules/powerrename/lib/PowerRenameLib.vcxproj | 4 ++-- src/modules/powerrename/testapp/PowerRenameTest.vcxproj | 4 ++-- src/modules/powerrename/ui/PowerRenameUI.vcxproj | 4 ++-- .../powerrename/unittests/PowerRenameLibUnitTests.vcxproj | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj b/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj index 3bbdc34673..0797435604 100644 --- a/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj +++ b/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj @@ -49,11 +49,11 @@ true - $(SolutionDir)$(Platform)\$(Configuration)\modules\launcher + $(SolutionDir)$(Platform)\$(Configuration)\modules\launcher\ false - $(SolutionDir)$(Platform)\$(Configuration)\modules\launcher + $(SolutionDir)$(Platform)\$(Configuration)\modules\launcher\ diff --git a/src/modules/powerrename/UWPui/PowerRenameUWPUI.vcxproj b/src/modules/powerrename/UWPui/PowerRenameUWPUI.vcxproj index c755b93d1e..5a9fa106e3 100644 --- a/src/modules/powerrename/UWPui/PowerRenameUWPUI.vcxproj +++ b/src/modules/powerrename/UWPui/PowerRenameUWPUI.vcxproj @@ -48,12 +48,12 @@ false - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ true - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ diff --git a/src/modules/powerrename/dll/PowerRenameExt.vcxproj b/src/modules/powerrename/dll/PowerRenameExt.vcxproj index 5b8081b92d..bab8a3b491 100644 --- a/src/modules/powerrename/dll/PowerRenameExt.vcxproj +++ b/src/modules/powerrename/dll/PowerRenameExt.vcxproj @@ -88,14 +88,14 @@ ..\lib\;..\ui\;$(IncludePath) $(ProjectName) - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath) $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ ..\lib\;..\ui\;$(IncludePath) $(ProjectName) - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath) $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ diff --git a/src/modules/powerrename/lib/PowerRenameLib.vcxproj b/src/modules/powerrename/lib/PowerRenameLib.vcxproj index c68f9ac5a1..cad7389293 100644 --- a/src/modules/powerrename/lib/PowerRenameLib.vcxproj +++ b/src/modules/powerrename/lib/PowerRenameLib.vcxproj @@ -79,11 +79,11 @@ $(SolutionDir)$(Platform)\$(Configuration)\ - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ diff --git a/src/modules/powerrename/testapp/PowerRenameTest.vcxproj b/src/modules/powerrename/testapp/PowerRenameTest.vcxproj index 9178debee8..48d4d0bebe 100644 --- a/src/modules/powerrename/testapp/PowerRenameTest.vcxproj +++ b/src/modules/powerrename/testapp/PowerRenameTest.vcxproj @@ -81,7 +81,7 @@ true ..\ui\;..\lib\;$(IncludePath) - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ @@ -92,7 +92,7 @@ false ..\ui\;..\lib\;$(IncludePath) - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ diff --git a/src/modules/powerrename/ui/PowerRenameUI.vcxproj b/src/modules/powerrename/ui/PowerRenameUI.vcxproj index 7476096518..f5a6eb7fae 100644 --- a/src/modules/powerrename/ui/PowerRenameUI.vcxproj +++ b/src/modules/powerrename/ui/PowerRenameUI.vcxproj @@ -61,7 +61,7 @@ true ..\lib\;$(IncludePath) - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ @@ -73,7 +73,7 @@ false ..\lib\;$(IncludePath) - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ diff --git a/src/modules/powerrename/unittests/PowerRenameLibUnitTests.vcxproj b/src/modules/powerrename/unittests/PowerRenameLibUnitTests.vcxproj index 2cf7d2deca..a0f6300b4d 100644 --- a/src/modules/powerrename/unittests/PowerRenameLibUnitTests.vcxproj +++ b/src/modules/powerrename/unittests/PowerRenameLibUnitTests.vcxproj @@ -86,7 +86,7 @@ true ..\lib\;$(IncludePath) - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\ @@ -98,7 +98,7 @@ false ..\lib\;$(IncludePath) - $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename + $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\