Index: /branches/zorg/win32/libmpcdec.vcproj
===================================================================
--- /branches/zorg/win32/libmpcdec.vcproj	(revision 19)
+++ /branches/zorg/win32/libmpcdec.vcproj	(revision 20)
@@ -80,6 +80,9 @@
 		<Configuration
 			Name="Release|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 			IntermediateDirectory="$(ConfigurationName)"
-			ConfigurationType="1"
+			ConfigurationType="4"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
 			>
 			<Tool
@@ -100,4 +103,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
+				AdditionalIncludeDirectories="../include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
+				CompileAs="1"
 			/>
 			<Tool
@@ -111,5 +117,5 @@
 			/>
 			<Tool
-				Name="VCLinkerTool"
+				Name="VCLibrarianTool"
 			/>
 			<Tool
@@ -117,7 +123,4 @@
 			/>
 			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
 				Name="VCXDCMakeTool"
 			/>
@@ -127,10 +130,4 @@
 			<Tool
 				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
 			/>
 			<Tool
Index: /branches/zorg/win32/sample.vcproj
===================================================================
--- /branches/zorg/win32/sample.vcproj	(revision 19)
+++ /branches/zorg/win32/sample.vcproj	(revision 20)
@@ -96,4 +96,5 @@
 			ConfigurationType="1"
 			CharacterSet="1"
+			WholeProgramOptimization="1"
 			>
 			<Tool
@@ -115,4 +116,5 @@
 				Name="VCCLCompilerTool"
 				AdditionalIncludeDirectories="../include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
 			/>
 			<Tool
