diff options
Diffstat (limited to 'mak.vc8/im_info.vcproj')
-rw-r--r-- | mak.vc8/im_info.vcproj | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/mak.vc8/im_info.vcproj b/mak.vc8/im_info.vcproj index ca6271c..5e91a5b 100644 --- a/mak.vc8/im_info.vcproj +++ b/mak.vc8/im_info.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="..\bin" - IntermediateDirectory="..\obj\$(ProjectName)" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" @@ -43,13 +43,16 @@ Optimization="0" AdditionalIncludeDirectories="../include" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" + MinimalRebuild="false" BasicRuntimeChecks="3" - RuntimeLibrary="0" + RuntimeLibrary="1" UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="4" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="1" + CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" |