source: trunk/win32/monsterz.vcxproj @ 233

Last change on this file since 233 was 227, checked in by sam, 12 years ago

Spawn several pieces in Monsterz now that we can.

File size: 7.7 KB
Line 
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  <ItemGroup>
14    <ClInclude Include="..\monsterz\board.h" />
15    <ClInclude Include="..\monsterz\game.h" />
16    <ClInclude Include="..\monsterz\piece.h" />
17    <ClInclude Include="..\src\bitfield.h" />
18    <ClInclude Include="..\src\core.h" />
19    <ClInclude Include="..\src\debugfps.h" />
20    <ClInclude Include="..\src\debugrecord.h" />
21    <ClInclude Include="..\src\debugsphere.h" />
22    <ClInclude Include="..\src\debugstats.h" />
23    <ClInclude Include="..\src\dict.h" />
24    <ClInclude Include="..\src\entity.h" />
25    <ClInclude Include="..\src\font.h" />
26    <ClInclude Include="..\src\forge.h" />
27    <ClInclude Include="..\src\input.h" />
28    <ClInclude Include="..\src\layer.h" />
29    <ClInclude Include="..\src\map.h" />
30    <ClInclude Include="..\src\matrix.h" />
31    <ClInclude Include="..\src\profiler.h" />
32    <ClInclude Include="..\src\scene.h" />
33    <ClInclude Include="..\src\sdlinput.h" />
34    <ClInclude Include="..\src\ticker.h" />
35    <ClInclude Include="..\src\tiler.h" />
36    <ClInclude Include="..\src\tileset.h" />
37    <ClInclude Include="..\src\timer.h" />
38    <ClInclude Include="..\src\video.h" />
39    <ClInclude Include="..\src\world.h" />
40  </ItemGroup>
41  <ItemGroup>
42    <ClCompile Include="..\monsterz\board.cpp" />
43    <ClCompile Include="..\monsterz\game.cpp" />
44    <ClCompile Include="..\monsterz\monsterz.cpp" />
45    <ClCompile Include="..\monsterz\piece.cpp" />
46    <ClCompile Include="..\src\debugfps.cpp" />
47    <ClCompile Include="..\src\debugrecord.cpp" />
48    <ClCompile Include="..\src\debugsphere.cpp" />
49    <ClCompile Include="..\src\debugstats.cpp" />
50    <ClCompile Include="..\src\dict.cpp" />
51    <ClCompile Include="..\src\entity.cpp" />
52    <ClCompile Include="..\src\font.cpp" />
53    <ClCompile Include="..\src\forge.cpp" />
54    <ClCompile Include="..\src\input.cpp" />
55    <ClCompile Include="..\src\layer.cpp" />
56    <ClCompile Include="..\src\map.cpp" />
57    <ClCompile Include="..\src\profiler.cpp" />
58    <ClCompile Include="..\src\scene.cpp" />
59    <ClCompile Include="..\src\sdlinput.cpp" />
60    <ClCompile Include="..\src\ticker.cpp" />
61    <ClCompile Include="..\src\tiler.cpp" />
62    <ClCompile Include="..\src\tileset.cpp" />
63    <ClCompile Include="..\src\timer.cpp" />
64    <ClCompile Include="..\src\video.cpp" />
65    <ClCompile Include="..\src\world.cpp" />
66  </ItemGroup>
67  <PropertyGroup Label="Globals">
68    <ProjectGuid>{17f0f184-4436-4d08-b8aa-16572ea238db}</ProjectGuid>
69    <Keyword>Win32Proj</Keyword>
70    <RootNamespace>testmap</RootNamespace>
71  </PropertyGroup>
72  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
74    <ConfigurationType>Application</ConfigurationType>
75    <UseDebugLibraries>true</UseDebugLibraries>
76    <CharacterSet>Unicode</CharacterSet>
77    <UseOfMfc>Dynamic</UseOfMfc>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
80    <ConfigurationType>Application</ConfigurationType>
81    <UseDebugLibraries>false</UseDebugLibraries>
82    <WholeProgramOptimization>true</WholeProgramOptimization>
83    <CharacterSet>Unicode</CharacterSet>
84    <UseOfMfc>Dynamic</UseOfMfc>
85  </PropertyGroup>
86  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
87  <ImportGroup Label="ExtensionSettings">
88  </ImportGroup>
89  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91  </ImportGroup>
92  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
93    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94  </ImportGroup>
95  <PropertyGroup Label="UserMacros" />
96  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
97    <LinkIncremental>true</LinkIncremental>
98  </PropertyGroup>
99  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
100    <LinkIncremental>false</LinkIncremental>
101  </PropertyGroup>
102  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
103    <ClCompile>
104      <PrecompiledHeader>
105      </PrecompiledHeader>
106      <WarningLevel>Level3</WarningLevel>
107      <Optimization>Disabled</Optimization>
108      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109      <AdditionalIncludeDirectories>C:\Users\s.hocevar\Desktop\deushax\src;C:\Users\s.hocevar\Desktop\deushax\contrib\SDL_image-1.2.10\include;C:\Users\s.hocevar\Desktop\deushax\contrib\SDL-1.2.14\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
110    </ClCompile>
111    <Link>
112      <SubSystem>Console</SubSystem>
113      <GenerateDebugInformation>true</GenerateDebugInformation>
114      <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);SDL.lib;SDLmain.lib;SDL_image.lib;opengl32.lib</AdditionalDependencies>
115      <AdditionalLibraryDirectories>C:\Users\s.hocevar\Desktop\deushax\contrib\SDL_image-1.2.10\lib;C:\Users\s.hocevar\Desktop\deushax\contrib\SDL-1.2.14\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
116    </Link>
117  </ItemDefinitionGroup>
118  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119    <ClCompile>
120      <WarningLevel>Level3</WarningLevel>
121      <PrecompiledHeader>
122      </PrecompiledHeader>
123      <Optimization>MaxSpeed</Optimization>
124      <FunctionLevelLinking>true</FunctionLevelLinking>
125      <IntrinsicFunctions>true</IntrinsicFunctions>
126      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127      <AdditionalIncludeDirectories>C:\Users\s.hocevar\Desktop\deushax\src;C:\Users\s.hocevar\Desktop\deushax\contrib\SDL_image-1.2.10\include;C:\Users\s.hocevar\Desktop\deushax\contrib\SDL-1.2.14\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
128    </ClCompile>
129    <Link>
130      <SubSystem>Console</SubSystem>
131      <GenerateDebugInformation>true</GenerateDebugInformation>
132      <EnableCOMDATFolding>true</EnableCOMDATFolding>
133      <OptimizeReferences>true</OptimizeReferences>
134      <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);SDL.lib;SDLmain.lib;SDL_image.lib;opengl32.lib</AdditionalDependencies>
135      <AdditionalLibraryDirectories>C:\Users\s.hocevar\Desktop\deushax\contrib\SDL_image-1.2.10\lib;C:\Users\s.hocevar\Desktop\deushax\contrib\SDL-1.2.14\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
136    </Link>
137  </ItemDefinitionGroup>
138  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
139  <ImportGroup Label="ExtensionTargets">
140  </ImportGroup>
141</Project>
Note: See TracBrowser for help on using the repository browser.