Index: mppenc/branches/zorg/win32/mppenc.vcproj
===================================================================
--- mppenc/branches/zorg/win32/mppenc.vcproj	(revision 47)
+++ mppenc/branches/zorg/win32/mppenc.vcproj	(revision 48)
@@ -42,11 +42,12 @@
 				Optimization="0"
 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER"
-				MinimalRebuild="true"
+				ExceptionHandling="0"
 				BasicRuntimeChecks="3"
-				RuntimeLibrary="3"
-				UsePrecompiledHeader="0"
+				RuntimeLibrary="1"
+				BrowseInformation="1"
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="4"
+				DebugInformationFormat="1"
+				CompileAs="1"
 			/>
 			<Tool
@@ -62,6 +63,9 @@
 				Name="VCLinkerTool"
 				AdditionalDependencies="winmm.lib"
-				LinkIncremental="2"
+				OutputFile="$(OutDir)\$(ProjectName)_d.exe"
+				GenerateManifest="false"
 				GenerateDebugInformation="true"
+				GenerateMapFile="true"
+				MapExports="true"
 				SubSystem="1"
 				TargetMachine="1"
@@ -72,4 +76,5 @@
 			<Tool
 				Name="VCManifestTool"
+				EmbedManifest="false"
 			/>
 			<Tool
@@ -90,4 +95,5 @@
 			<Tool
 				Name="VCPostBuildEventTool"
+				CommandLine="copy $(TargetPath) ..\bin"
 			/>
 		</Configuration>
