aboutsummaryrefslogtreecommitdiff
path: root/vsprojects/libprotobuf.vcproj
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-12-09 13:43:46 -0800
committerFeng Xiao <xfxyjwf@gmail.com>2014-12-09 14:47:29 -0800
commit7da812177156330b4b105a83eae4bec837faddad (patch)
tree48f31587c05612ae8b11facc515b927e1e480301 /vsprojects/libprotobuf.vcproj
parent9104da3261db96779e80f4713a50f5d19921ade8 (diff)
downloadprotobuf-7da812177156330b4b105a83eae4bec837faddad.tar.gz
protobuf-7da812177156330b4b105a83eae4bec837faddad.tar.bz2
protobuf-7da812177156330b4b105a83eae4bec837faddad.zip
Fix the intermediate directory of vc project files.
Diffstat (limited to 'vsprojects/libprotobuf.vcproj')
-rw-r--r--vsprojects/libprotobuf.vcproj4
1 files changed, 2 insertions, 2 deletions
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