diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2014-12-09 13:43:46 -0800 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2014-12-09 14:47:29 -0800 |
commit | 7da812177156330b4b105a83eae4bec837faddad (patch) | |
tree | 48f31587c05612ae8b11facc515b927e1e480301 /vsprojects | |
parent | 9104da3261db96779e80f4713a50f5d19921ade8 (diff) |
Fix the intermediate directory of vc project files.
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/libprotobuf-lite.vcproj | 4 | ||||
-rw-r--r-- | vsprojects/libprotobuf.vcproj | 4 | ||||
-rw-r--r-- | vsprojects/libprotoc.vcproj | 4 | ||||
-rw-r--r-- | vsprojects/lite-test.vcproj | 4 | ||||
-rw-r--r-- | vsprojects/protoc.vcproj | 4 | ||||
-rwxr-xr-x | vsprojects/test_plugin.vcproj | 4 | ||||
-rw-r--r-- | vsprojects/tests.vcproj | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/vsprojects/libprotobuf-lite.vcproj b/vsprojects/libprotobuf-lite.vcproj index 47642f5d..4859eec0 100644 --- a/vsprojects/libprotobuf-lite.vcproj +++ b/vsprojects/libprotobuf-lite.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="Debug" - IntermediateDirectory="Debug" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="4" > <Tool @@ -81,7 +81,7 @@ <Configuration Name="Release|Win32" OutputDirectory="Release" - IntermediateDirectory="Release" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="4" > <Tool diff --git a/vsprojects/libprotobuf.vcproj b/vsprojects/libprotobuf.vcproj index 8bafcaad..095d3948 100644 --- a/vsprojects/libprotobuf.vcproj +++ b/vsprojects/libprotobuf.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="Debug" - IntermediateDirectory="Debug" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="4" > <Tool @@ -81,7 +81,7 @@ <Configuration Name="Release|Win32" OutputDirectory="Release" - IntermediateDirectory="Release" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="4" > <Tool diff --git a/vsprojects/libprotoc.vcproj b/vsprojects/libprotoc.vcproj index 1feac924..45a5936f 100644 --- a/vsprojects/libprotoc.vcproj +++ b/vsprojects/libprotoc.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="Debug" - IntermediateDirectory="Debug" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="4" > <Tool @@ -81,7 +81,7 @@ <Configuration Name="Release|Win32" OutputDirectory="Release" - IntermediateDirectory="Release" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="4" > <Tool diff --git a/vsprojects/lite-test.vcproj b/vsprojects/lite-test.vcproj index 0314b36d..bb338092 100644 --- a/vsprojects/lite-test.vcproj +++ b/vsprojects/lite-test.vcproj @@ -19,7 +19,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="Debug" - IntermediateDirectory="Debug" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="1" > <Tool @@ -96,7 +96,7 @@ <Configuration Name="Release|Win32" OutputDirectory="Release" - IntermediateDirectory="Release" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="1" > <Tool diff --git a/vsprojects/protoc.vcproj b/vsprojects/protoc.vcproj index 17e8474e..4359e238 100644 --- a/vsprojects/protoc.vcproj +++ b/vsprojects/protoc.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="Debug" - IntermediateDirectory="Debug" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="1" > <Tool @@ -91,7 +91,7 @@ <Configuration Name="Release|Win32" OutputDirectory="Release" - IntermediateDirectory="Release" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="1" > <Tool diff --git a/vsprojects/test_plugin.vcproj b/vsprojects/test_plugin.vcproj index 2dcf2ad6..549f9503 100755 --- a/vsprojects/test_plugin.vcproj +++ b/vsprojects/test_plugin.vcproj @@ -19,7 +19,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="Debug" - IntermediateDirectory="Debug" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="1" > <Tool @@ -96,7 +96,7 @@ <Configuration Name="Release|Win32" OutputDirectory="Release" - IntermediateDirectory="Release" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="1" > <Tool diff --git a/vsprojects/tests.vcproj b/vsprojects/tests.vcproj index 488feb71..23c81f0e 100644 --- a/vsprojects/tests.vcproj +++ b/vsprojects/tests.vcproj @@ -19,7 +19,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="Debug" - IntermediateDirectory="Debug" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="1" > <Tool @@ -96,7 +96,7 @@ <Configuration Name="Release|Win32" OutputDirectory="Release" - IntermediateDirectory="Release" + IntermediateDirectory="$(OutDir)\$(ProjectName)" ConfigurationType="1" > <Tool |