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

View File

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

View File

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