From 96ea2e36308da93dd89fc47dfdf9e6cc2ba730b6 Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Tue, 8 Nov 2016 16:59:38 +0100 Subject: updated IntDir --- visual/.gitignore | 5 ++++- visual/VS2010/datagen/datagen.vcxproj | 2 +- visual/VS2010/frametest/frametest.vcxproj | 2 +- visual/VS2010/fullbench/fullbench.vcxproj | 2 +- visual/VS2010/fuzzer/fuzzer.vcxproj | 2 +- visual/VS2010/liblz4/liblz4.vcxproj | 2 +- visual/VS2010/lz4-dll/lz4-dll.vcxproj | 6 +----- visual/VS2010/lz4/lz4.vcxproj | 2 +- 8 files changed, 11 insertions(+), 12 deletions(-) diff --git a/visual/.gitignore b/visual/.gitignore index 7ceb958..b11d58f 100644 --- a/visual/.gitignore +++ b/visual/.gitignore @@ -1,10 +1,13 @@ *Copy +*.db +.vs/ # Visual C++ build/ VS2005/ VS2008/ -VS2010/ +VS2010/bin/ +VS2010/obj/ VS2012/ VS2013/ VS2015/ diff --git a/visual/VS2010/datagen/datagen.vcxproj b/visual/VS2010/datagen/datagen.vcxproj index 9955ae5..2906084 100644 --- a/visual/VS2010/datagen/datagen.vcxproj +++ b/visual/VS2010/datagen/datagen.vcxproj @@ -23,7 +23,7 @@ Win32Proj datagen $(SolutionDir)bin\$(Platform)_$(Configuration)\ - $(SolutionDir)obj\$(Platform)_$(Configuration)\ + $(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\ diff --git a/visual/VS2010/frametest/frametest.vcxproj b/visual/VS2010/frametest/frametest.vcxproj index 2421a7e..9de7c2a 100644 --- a/visual/VS2010/frametest/frametest.vcxproj +++ b/visual/VS2010/frametest/frametest.vcxproj @@ -23,7 +23,7 @@ Win32Proj frametest $(SolutionDir)bin\$(Platform)_$(Configuration)\ - $(SolutionDir)obj\$(Platform)_$(Configuration)\ + $(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\ diff --git a/visual/VS2010/fullbench/fullbench.vcxproj b/visual/VS2010/fullbench/fullbench.vcxproj index e86f7cb..157ba3f 100644 --- a/visual/VS2010/fullbench/fullbench.vcxproj +++ b/visual/VS2010/fullbench/fullbench.vcxproj @@ -23,7 +23,7 @@ Win32Proj fullbench $(SolutionDir)bin\$(Platform)_$(Configuration)\ - $(SolutionDir)obj\$(Platform)_$(Configuration)\ + $(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\ diff --git a/visual/VS2010/fuzzer/fuzzer.vcxproj b/visual/VS2010/fuzzer/fuzzer.vcxproj index 20389ba..3779212 100644 --- a/visual/VS2010/fuzzer/fuzzer.vcxproj +++ b/visual/VS2010/fuzzer/fuzzer.vcxproj @@ -23,7 +23,7 @@ Win32Proj fuzzer $(SolutionDir)bin\$(Platform)_$(Configuration)\ - $(SolutionDir)obj\$(Platform)_$(Configuration)\ + $(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\ diff --git a/visual/VS2010/liblz4/liblz4.vcxproj b/visual/VS2010/liblz4/liblz4.vcxproj index a9904f5..bafc998 100644 --- a/visual/VS2010/liblz4/liblz4.vcxproj +++ b/visual/VS2010/liblz4/liblz4.vcxproj @@ -23,7 +23,7 @@ Win32Proj liblz4 $(SolutionDir)bin\$(Platform)_$(Configuration)\ - $(SolutionDir)obj\$(Platform)_$(Configuration)\ + $(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\ diff --git a/visual/VS2010/lz4-dll/lz4-dll.vcxproj b/visual/VS2010/lz4-dll/lz4-dll.vcxproj index 0480cb0..cb44957 100644 --- a/visual/VS2010/lz4-dll/lz4-dll.vcxproj +++ b/visual/VS2010/lz4-dll/lz4-dll.vcxproj @@ -23,7 +23,7 @@ Win32Proj lz4-dll $(SolutionDir)bin\$(Platform)_$(Configuration)\ - $(SolutionDir)obj\$(Platform)_$(Configuration)\ + $(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\ @@ -67,26 +67,22 @@ true liblz4_x86 - $(Platform)\$(Configuration)\ $(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath); true liblz4_x64 - $(Platform)\$(Configuration)\ $(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath); true false liblz4_x86 - $(Platform)\$(Configuration)\ $(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath); false liblz4_x64 - $(Platform)\$(Configuration)\ $(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath); true diff --git a/visual/VS2010/lz4/lz4.vcxproj b/visual/VS2010/lz4/lz4.vcxproj index 6b45314..a3d8368 100644 --- a/visual/VS2010/lz4/lz4.vcxproj +++ b/visual/VS2010/lz4/lz4.vcxproj @@ -23,7 +23,7 @@ Win32Proj lz4 $(SolutionDir)bin\$(Platform)_$(Configuration)\ - $(SolutionDir)obj\$(Platform)_$(Configuration)\ + $(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\ -- cgit v0.12