* added missing files to vc project (also updated to vc2008)
This commit is contained in:
parent
489d82505a
commit
b8c0f42b47
2 changed files with 57 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual C++ Express 2005
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual C++ Express 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stratagus", "stratagus.vcproj", "{2EEA7F48-45B3-4771-AA26-E2D4628E77AF}"
|
||||
EndProject
|
||||
Global
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Version="9,00"
|
||||
Name="stratagus"
|
||||
ProjectGUID="{2EEA7F48-45B3-4771-AA26-E2D4628E77AF}"
|
||||
RootNamespace="stratagus"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
|
@ -58,7 +59,7 @@
|
|||
ObjectFile=".\Debug/"
|
||||
ProgramDataBaseFileName=".\Debug/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
WarningLevel="0"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
|
@ -85,6 +86,8 @@
|
|||
ProgramDatabaseFile=".\Debug/stratagus.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="33554432"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
|
@ -107,9 +110,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -182,6 +182,8 @@
|
|||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
StackReserveSize="33554432"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
|
@ -204,9 +206,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -941,6 +940,10 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\game\replay.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\game\savegame.cpp"
|
||||
>
|
||||
|
@ -2403,6 +2406,10 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\stratagus\luacallback.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stratagus\mainloop.cpp"
|
||||
>
|
||||
|
@ -2623,6 +2630,10 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\stratagus\title.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stratagus\translate.cpp"
|
||||
>
|
||||
|
@ -3053,6 +3064,10 @@
|
|||
<Filter
|
||||
Name="unit"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\unit\build.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\unit\depend.cpp"
|
||||
>
|
||||
|
@ -3207,6 +3222,14 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\unit\unit_manager.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\unit\unit_save.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\unit\unittype.cpp"
|
||||
>
|
||||
|
@ -3476,6 +3499,30 @@
|
|||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="particle"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\particle\chunkparticle.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\particle\graphicanimation.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\particle\particlemanager.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\particle\smokeparticle.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\particle\staticparticle.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
Loading…
Add table
Reference in a new issue