#706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2584 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/third_party/build/resample/libresample.vcproj b/third_party/build/resample/libresample.vcproj
index 3be553b..03eed82 100644
--- a/third_party/build/resample/libresample.vcproj
+++ b/third_party/build/resample/libresample.vcproj
@@ -167,7 +167,7 @@
 		<Configuration

 			Name="Release|Win32"

 			OutputDirectory=".\output\libresample-i386-win32-vc8-release"

-			IntermediateDirectory=".\output\libresample-i386-win32-vc8-release"

+			IntermediateDirectory="$(OutDir)"

 			ConfigurationType="4"

 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"

 			UseOfMFC="0"

@@ -463,7 +463,7 @@
 		<Configuration

 			Name="Release-Dynamic|Win32"

 			OutputDirectory="$(ConfigurationName)"

-			IntermediateDirectory="$(ConfigurationName)"

+			IntermediateDirectory="$(OutDir)"

 			ConfigurationType="4"

 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"

 			UseOfMFC="0"

@@ -760,7 +760,7 @@
 		<Configuration

 			Name="Release-Static|Win32"

 			OutputDirectory="$(ConfigurationName)"

-			IntermediateDirectory="$(ConfigurationName)"

+			IntermediateDirectory="$(OutDir)"

 			ConfigurationType="4"

 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"

 			UseOfMFC="0"