1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Release|Win32">
9      <Configuration>Release</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <ProjectGuid>{316AD1FD-8F33-4AC2-96E9-156298D6D6E2}</ProjectGuid>
15  </PropertyGroup>
16  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
18    <ConfigurationType>Application</ConfigurationType>
19    <UseOfMfc>false</UseOfMfc>
20    <CharacterSet>MultiByte</CharacterSet>
21    <PlatformToolset>v110_xp</PlatformToolset>
22  </PropertyGroup>
23  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24    <ConfigurationType>Application</ConfigurationType>
25    <UseOfMfc>false</UseOfMfc>
26    <CharacterSet>MultiByte</CharacterSet>
27    <PlatformToolset>v110_xp</PlatformToolset>
28  </PropertyGroup>
29  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30  <ImportGroup Label="ExtensionSettings">
31  </ImportGroup>
32  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
35  </ImportGroup>
36  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
39  </ImportGroup>
40  <PropertyGroup Label="UserMacros" />
41  <PropertyGroup>
42    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
43    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
44    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
45    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
46    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
47    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
48    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
49  </PropertyGroup>
50  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51    <IncludePath>$(IncludePath)</IncludePath>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
54    <IncludePath>$(IncludePath)</IncludePath>
55  </PropertyGroup>
56  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57    <Midl>
58      <TypeLibraryName>.\Debug/gigalomania.tlb</TypeLibraryName>
59      <HeaderFileName>
60      </HeaderFileName>
61    </Midl>
62    <ClCompile>
63      <Optimization>Disabled</Optimization>
64      <PreprocessorDefinitions>WIN32;_DEBUG;NO_STDIO_REDIRECT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
65      <MinimalRebuild>true</MinimalRebuild>
66      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
67      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
68      <RuntimeTypeInfo>false</RuntimeTypeInfo>
69      <PrecompiledHeaderOutputFile>.\Debug/gigalomania.pch</PrecompiledHeaderOutputFile>
70      <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
71      <ObjectFileName>.\Debug/</ObjectFileName>
72      <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
73      <WarningLevel>Level3</WarningLevel>
74      <SuppressStartupBanner>true</SuppressStartupBanner>
75      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
76      <PrecompiledHeader>Use</PrecompiledHeader>
77      <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
78    </ClCompile>
79    <ResourceCompile>
80      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
81      <Culture>0x0809</Culture>
82    </ResourceCompile>
83    <Link>
84      <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_mixer.lib;%(AdditionalDependencies)</AdditionalDependencies>
85      <OutputFile>.\Debug/gigalomania.exe</OutputFile>
86      <SuppressStartupBanner>true</SuppressStartupBanner>
87      <GenerateDebugInformation>true</GenerateDebugInformation>
88      <ProgramDatabaseFile>.\Debug/gigalomania.pdb</ProgramDatabaseFile>
89      <SubSystem>Windows</SubSystem>
90      <RandomizedBaseAddress>false</RandomizedBaseAddress>
91      <DataExecutionPrevention>
92      </DataExecutionPrevention>
93      <TargetMachine>MachineX86</TargetMachine>
94    </Link>
95    <Bscmake>
96      <SuppressStartupBanner>true</SuppressStartupBanner>
97      <OutputFile>.\Debug/gigalomania.bsc</OutputFile>
98    </Bscmake>
99    <PostBuildEvent>
100      <Command>xcopy /y /d  "$(ProjectDir)*.dll" "$(OutDir)"
101</Command>
102    </PostBuildEvent>
103  </ItemDefinitionGroup>
104  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
105    <Midl>
106      <TypeLibraryName>.\Release/gigalomania.tlb</TypeLibraryName>
107      <HeaderFileName>
108      </HeaderFileName>
109    </Midl>
110    <ClCompile>
111      <Optimization>MaxSpeed</Optimization>
112      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
113      <PreprocessorDefinitions>WIN32;NDEBUG;NO_STDIO_REDIRECT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114      <StringPooling>true</StringPooling>
115      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
116      <FunctionLevelLinking>true</FunctionLevelLinking>
117      <RuntimeTypeInfo>false</RuntimeTypeInfo>
118      <PrecompiledHeaderOutputFile>.\Release/gigalomania.pch</PrecompiledHeaderOutputFile>
119      <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
120      <ObjectFileName>.\Release/</ObjectFileName>
121      <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
122      <BrowseInformation>true</BrowseInformation>
123      <WarningLevel>Level3</WarningLevel>
124      <SuppressStartupBanner>true</SuppressStartupBanner>
125      <PrecompiledHeader>Use</PrecompiledHeader>
126      <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
127    </ClCompile>
128    <ResourceCompile>
129      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130      <Culture>0x0809</Culture>
131    </ResourceCompile>
132    <Link>
133      <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_mixer.lib;%(AdditionalDependencies)</AdditionalDependencies>
134      <OutputFile>.\Release/gigalomania.exe</OutputFile>
135      <SuppressStartupBanner>true</SuppressStartupBanner>
136      <ProgramDatabaseFile>.\Release/gigalomania.pdb</ProgramDatabaseFile>
137      <SubSystem>Windows</SubSystem>
138      <RandomizedBaseAddress>false</RandomizedBaseAddress>
139      <DataExecutionPrevention>
140      </DataExecutionPrevention>
141      <TargetMachine>MachineX86</TargetMachine>
142    </Link>
143    <Bscmake>
144      <SuppressStartupBanner>true</SuppressStartupBanner>
145      <OutputFile>.\Release/gigalomania.bsc</OutputFile>
146    </Bscmake>
147    <PostBuildEvent>
148      <Command>xcopy /y /d  "$(ProjectDir)*.dll" "$(OutDir)"</Command>
149    </PostBuildEvent>
150  </ItemDefinitionGroup>
151  <ItemGroup>
152    <ClCompile Include="game.cpp">
153      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
154      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
155    </ClCompile>
156    <ClCompile Include="gamestate.cpp">
157      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
158      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
159    </ClCompile>
160    <ClCompile Include="gui.cpp">
161      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
162      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
163    </ClCompile>
164    <ClCompile Include="image.cpp">
165      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
166      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
167    </ClCompile>
168    <ClCompile Include="main.cpp">
169      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
170      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
171    </ClCompile>
172    <ClCompile Include="panel.cpp">
173      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
174      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
175    </ClCompile>
176    <ClCompile Include="player.cpp">
177      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
178      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
179    </ClCompile>
180    <ClCompile Include="resources.cpp" />
181    <ClCompile Include="screen.cpp">
182      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
183      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
184    </ClCompile>
185    <ClCompile Include="sector.cpp">
186      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
187      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
188    </ClCompile>
189    <ClCompile Include="sound.cpp">
190      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
191      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
192    </ClCompile>
193    <ClCompile Include="stdafx.cpp">
194      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
195      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
196    </ClCompile>
197    <ClCompile Include="TinyXML\tinyxml.cpp">
198      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
199      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
200    </ClCompile>
201    <ClCompile Include="TinyXML\tinyxmlerror.cpp">
202      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
203      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
204    </ClCompile>
205    <ClCompile Include="TinyXML\tinyxmlparser.cpp">
206      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
207      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
208    </ClCompile>
209    <ClCompile Include="tutorial.cpp" />
210    <ClCompile Include="utils.cpp">
211      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
212      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
213    </ClCompile>
214  </ItemGroup>
215  <ItemGroup>
216    <ClInclude Include="common.h" />
217    <ClInclude Include="game.h" />
218    <ClInclude Include="gamestate.h" />
219    <ClInclude Include="gui.h" />
220    <ClInclude Include="image.h" />
221    <ClInclude Include="panel.h" />
222    <ClInclude Include="player.h" />
223    <ClInclude Include="resources.h" />
224    <ClInclude Include="screen.h" />
225    <ClInclude Include="sector.h" />
226    <ClInclude Include="sound.h" />
227    <ClInclude Include="stdafx.h" />
228    <ClInclude Include="TinyXML\tinyxml.h" />
229    <ClInclude Include="tutorial.h" />
230    <ClInclude Include="utils.h" />
231  </ItemGroup>
232  <ItemGroup>
233    <None Include="docs\todo.txt" />
234    <None Include="readme.html">
235      <SubType>Designer</SubType>
236    </None>
237  </ItemGroup>
238  <ItemGroup>
239    <ResourceCompile Include="resource.rc" />
240  </ItemGroup>
241  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
242  <ImportGroup Label="ExtensionTargets">
243  </ImportGroup>
244</Project>