forgot to commit VC project file changes

This commit is contained in:
James McCulloch 2010-07-13 10:58:52 +00:00
parent 8387ed29dc
commit ff61cd9c36
4 changed files with 21 additions and 4 deletions

Binary file not shown.

View File

@ -57,10 +57,11 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
PrecompiledHeaderFile="c:\temp\glest\$(TargetName).pch"
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="2"
DebugInformationFormat="3"
DisableSpecificWarnings="4018;4244"
DisableSpecificWarnings="4018;4244;4250"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -144,9 +145,11 @@
EnableFunctionLevelLinking="true"
EnableEnhancedInstructionSet="2"
FloatingPointModel="0"
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
WarningLevel="2"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4018;4244;4250"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -163,7 +166,7 @@
LinkIncremental="1"
AdditionalLibraryDirectories="../../source/win32_deps/lib;&quot;../../build/$(ConfigurationName)/libglest&quot;;../../source/shared_lib/sources/streflop/libstreflop"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="false"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="0"
EnableCOMDATFolding="0"
@ -540,6 +543,14 @@
<Filter
Name="graphics"
>
<File
RelativePath="..\..\source\glest_game\graphics\debug_renderer.cpp"
>
</File>
<File
RelativePath="..\..\source\glest_game\graphics\debug_renderer.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\graphics\particle_type.cpp"
>

View File

@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
OutputDirectory=".\"
IntermediateDirectory="$(ConfigurationName)/$(ProjectName)"
ConfigurationType="4"
CharacterSet="2"
>
@ -45,6 +45,7 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
WarningLevel="3"
DebugInformationFormat="4"
/>
@ -116,6 +117,7 @@
EnableEnhancedInstructionSet="2"
FloatingPointModel="0"
RuntimeTypeInfo="true"
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"

View File

@ -53,8 +53,10 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
PrecompiledHeaderFile="c:\temp\glest\$(TargetName).pch"
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
WarningLevel="2"
DebugInformationFormat="4"
DisableSpecificWarnings="4250"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -126,9 +128,11 @@
EnableEnhancedInstructionSet="2"
FloatingPointModel="0"
RuntimeTypeInfo="true"
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4250"
/>
<Tool
Name="VCManagedResourceCompilerTool"