Fix the intermediate directory of vc project files.

pull/130/head
Feng Xiao 10 years ago
parent 9104da3261
commit 7da8121771
  1. 4
      vsprojects/libprotobuf-lite.vcproj
  2. 4
      vsprojects/libprotobuf.vcproj
  3. 4
      vsprojects/libprotoc.vcproj
  4. 4
      vsprojects/lite-test.vcproj
  5. 4
      vsprojects/protoc.vcproj
  6. 4
      vsprojects/test_plugin.vcproj
  7. 4
      vsprojects/tests.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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save