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|PS3">
|
---|
5 | <Configuration>Debug</Configuration>
|
---|
6 | <Platform>PS3</Platform>
|
---|
7 | </ProjectConfiguration>
|
---|
8 | <ProjectConfiguration Include="Debug|Win32">
|
---|
9 | <Configuration>Debug</Configuration>
|
---|
10 | <Platform>Win32</Platform>
|
---|
11 | </ProjectConfiguration>
|
---|
12 | <ProjectConfiguration Include="Debug|x64">
|
---|
13 | <Configuration>Debug</Configuration>
|
---|
14 | <Platform>x64</Platform>
|
---|
15 | </ProjectConfiguration>
|
---|
16 | <ProjectConfiguration Include="Debug|Xbox 360">
|
---|
17 | <Configuration>Debug</Configuration>
|
---|
18 | <Platform>Xbox 360</Platform>
|
---|
19 | </ProjectConfiguration>
|
---|
20 | <ProjectConfiguration Include="Release|PS3">
|
---|
21 | <Configuration>Release</Configuration>
|
---|
22 | <Platform>PS3</Platform>
|
---|
23 | </ProjectConfiguration>
|
---|
24 | <ProjectConfiguration Include="Release|Win32">
|
---|
25 | <Configuration>Release</Configuration>
|
---|
26 | <Platform>Win32</Platform>
|
---|
27 | </ProjectConfiguration>
|
---|
28 | <ProjectConfiguration Include="Release|x64">
|
---|
29 | <Configuration>Release</Configuration>
|
---|
30 | <Platform>x64</Platform>
|
---|
31 | </ProjectConfiguration>
|
---|
32 | <ProjectConfiguration Include="Release|Xbox 360">
|
---|
33 | <Configuration>Release</Configuration>
|
---|
34 | <Platform>Xbox 360</Platform>
|
---|
35 | </ProjectConfiguration>
|
---|
36 | </ItemGroup>
|
---|
37 | <PropertyGroup Label="Globals">
|
---|
38 | <ProjectGuid>{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}</ProjectGuid>
|
---|
39 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
40 | <Keyword>Win32Proj</Keyword>
|
---|
41 | </PropertyGroup>
|
---|
42 | <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
|
---|
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
44 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
45 | <CharacterSet>MultiByte</CharacterSet>
|
---|
46 | </PropertyGroup>
|
---|
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
---|
48 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
49 | <CharacterSet>MultiByte</CharacterSet>
|
---|
50 | </PropertyGroup>
|
---|
51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" Label="Configuration">
|
---|
52 | <CharacterSet>MultiByte</CharacterSet>
|
---|
53 | </PropertyGroup>
|
---|
54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'" Label="Configuration">
|
---|
55 | <CharacterSet>MultiByte</CharacterSet>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
58 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
59 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
60 | <CharacterSet>MultiByte</CharacterSet>
|
---|
61 | </PropertyGroup>
|
---|
62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
---|
63 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
64 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
65 | <CharacterSet>MultiByte</CharacterSet>
|
---|
66 | </PropertyGroup>
|
---|
67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" Label="Configuration">
|
---|
68 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
69 | <CharacterSet>MultiByte</CharacterSet>
|
---|
70 | </PropertyGroup>
|
---|
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PS3'" Label="Configuration">
|
---|
72 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
73 | <CharacterSet>MultiByte</CharacterSet>
|
---|
74 | </PropertyGroup>
|
---|
75 | <ImportGroup Label="ExtensionSettings">
|
---|
76 | <Import Project="$(SolutionDir)\Lol.Fx.props" />
|
---|
77 | </ImportGroup>
|
---|
78 | <ImportGroup Label="PropertySheets">
|
---|
79 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
80 | <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
|
---|
81 | </ImportGroup>
|
---|
82 | <PropertyGroup Label="UserMacros" />
|
---|
83 | <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
|
---|
84 | <ItemDefinitionGroup>
|
---|
85 | <ClCompile>
|
---|
86 | <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
87 | </ClCompile>
|
---|
88 | </ItemDefinitionGroup>
|
---|
89 | <ItemGroup>
|
---|
90 | <ClCompile Include="application\application.cpp" />
|
---|
91 | <ClCompile Include="audio.cpp" />
|
---|
92 | <ClCompile Include="camera.cpp" />
|
---|
93 | <ClCompile Include="base\hash.cpp" />
|
---|
94 | <ClCompile Include="base\log.cpp" />
|
---|
95 | <ClCompile Include="base\string.cpp" />
|
---|
96 | <ClCompile Include="debug\fps.cpp" />
|
---|
97 | <ClCompile Include="debug\record.cpp" />
|
---|
98 | <ClCompile Include="debug\stats.cpp" />
|
---|
99 | <ClCompile Include="dict.cpp" />
|
---|
100 | <ClCompile Include="easymesh\csgbsp.cpp" />
|
---|
101 | <ClCompile Include="easymesh\easymesh-compiler.cpp" />
|
---|
102 | <ClCompile Include="easymesh\easymesh.cpp" />
|
---|
103 | <ClCompile Include="eglapp.cpp" />
|
---|
104 | <ClCompile Include="emitter.cpp" />
|
---|
105 | <ClCompile Include="entity.cpp" />
|
---|
106 | <ClCompile Include="font.cpp" />
|
---|
107 | <ClCompile Include="forge.cpp" />
|
---|
108 | <ClCompile Include="generated\easymesh-parser.cpp" />
|
---|
109 | <ClCompile Include="generated\easymesh-scanner.cpp" />
|
---|
110 | <ClCompile Include="generated\lolfx-parser.cpp" />
|
---|
111 | <ClCompile Include="generated\lolfx-scanner.cpp" />
|
---|
112 | <ClCompile Include="gpu\framebuffer.cpp" />
|
---|
113 | <ClCompile Include="gpu\indexbuffer.cpp" />
|
---|
114 | <ClCompile Include="gpu\lolfx-compiler.cpp" />
|
---|
115 | <ClCompile Include="gpu\lolfx.cpp" />
|
---|
116 | <ClCompile Include="gpu\shader.cpp" />
|
---|
117 | <ClCompile Include="gpu\texture.cpp" />
|
---|
118 | <ClCompile Include="gpu\vertexbuffer.cpp" />
|
---|
119 | <ClCompile Include="gradient.cpp" />
|
---|
120 | <ClCompile Include="image\codec\android-image.cpp" />
|
---|
121 | <ClCompile Include="image\codec\dummy-image.cpp" />
|
---|
122 | <ClCompile Include="image\codec\gdiplus-image.cpp" />
|
---|
123 | <ClCompile Include="image\codec\ios-image.cpp" />
|
---|
124 | <ClCompile Include="image\codec\ps3-image.cpp" />
|
---|
125 | <ClCompile Include="image\codec\sdl-image.cpp" />
|
---|
126 | <ClCompile Include="image\color\cie1931.cpp" />
|
---|
127 | <ClCompile Include="image\image.cpp" />
|
---|
128 | <ClCompile Include="input\input.cpp" />
|
---|
129 | <ClCompile Include="input\keyboard.cpp" />
|
---|
130 | <ClCompile Include="input\stick.cpp" />
|
---|
131 | <ClCompile Include="layer.cpp" />
|
---|
132 | <ClCompile Include="light.cpp" />
|
---|
133 | <ClCompile Include="map.cpp" />
|
---|
134 | <ClCompile Include="math\geometry.cpp" />
|
---|
135 | <ClCompile Include="math\half.cpp" />
|
---|
136 | <ClCompile Include="math\real.cpp" />
|
---|
137 | <ClCompile Include="math\trig.cpp" />
|
---|
138 | <ClCompile Include="math\vector.cpp" />
|
---|
139 | <ClCompile Include="mesh\mesh.cpp" />
|
---|
140 | <ClCompile Include="platform.cpp" />
|
---|
141 | <ClCompile Include="platform\d3d9\d3d9input.cpp" />
|
---|
142 | <ClCompile Include="platform\ps3\ps3app.cpp" />
|
---|
143 | <ClCompile Include="platform\ps3\ps3input.cpp" />
|
---|
144 | <ClCompile Include="platform\sdl\sdlapp.cpp" />
|
---|
145 | <ClCompile Include="platform\sdl\sdlinput.cpp" />
|
---|
146 | <ClCompile Include="platform\xbox\xboxapp.cpp" />
|
---|
147 | <ClCompile Include="platform\xbox\xboxinput.cpp" />
|
---|
148 | <ClCompile Include="profiler.cpp" />
|
---|
149 | <ClCompile Include="sample.cpp" />
|
---|
150 | <ClCompile Include="sampler.cpp" />
|
---|
151 | <ClCompile Include="scene.cpp" />
|
---|
152 | <ClCompile Include="sprite.cpp" />
|
---|
153 | <ClCompile Include="sys\file.cpp" />
|
---|
154 | <ClCompile Include="sys\init.cpp" />
|
---|
155 | <ClCompile Include="sys\timer.cpp" />
|
---|
156 | <ClCompile Include="text.cpp" />
|
---|
157 | <ClCompile Include="ticker.cpp" />
|
---|
158 | <ClCompile Include="tiler.cpp" />
|
---|
159 | <ClCompile Include="tileset.cpp" />
|
---|
160 | <ClCompile Include="video.cpp" />
|
---|
161 | <ClCompile Include="world.cpp" />
|
---|
162 | <ClCompile Include="worldentity.cpp" />
|
---|
163 | </ItemGroup>
|
---|
164 | <ItemGroup>
|
---|
165 | <ClInclude Include="application\application.h" />
|
---|
166 | <ClInclude Include="audio.h" />
|
---|
167 | <ClInclude Include="camera.h" />
|
---|
168 | <ClInclude Include="core.h" />
|
---|
169 | <ClInclude Include="debug\fps.h" />
|
---|
170 | <ClInclude Include="debug\record.h" />
|
---|
171 | <ClInclude Include="debug\stats.h" />
|
---|
172 | <ClInclude Include="dict.h" />
|
---|
173 | <ClInclude Include="easymesh\csgbsp.h" />
|
---|
174 | <ClInclude Include="easymesh\easymesh-compiler.h" />
|
---|
175 | <ClInclude Include="easymesh\easymesh.h" />
|
---|
176 | <ClInclude Include="eglapp.h" />
|
---|
177 | <ClInclude Include="emitter.h" />
|
---|
178 | <ClInclude Include="entity.h" />
|
---|
179 | <ClInclude Include="font.h" />
|
---|
180 | <ClInclude Include="forge.h" />
|
---|
181 | <ClInclude Include="generated\easymesh-parser.h" />
|
---|
182 | <ClInclude Include="generated\location.hh" />
|
---|
183 | <ClInclude Include="generated\lolfx-parser.h" />
|
---|
184 | <ClInclude Include="generated\position.hh" />
|
---|
185 | <ClInclude Include="generated\stack.hh" />
|
---|
186 | <ClInclude Include="gpu\lolfx-compiler.h" />
|
---|
187 | <ClInclude Include="gradient.h" />
|
---|
188 | <ClInclude Include="image\image-private.h" />
|
---|
189 | <ClInclude Include="image\image.h" />
|
---|
190 | <ClInclude Include="input\input.h" />
|
---|
191 | <ClInclude Include="input\keyboard.h" />
|
---|
192 | <ClInclude Include="input\stick.h" />
|
---|
193 | <ClInclude Include="layer.h" />
|
---|
194 | <ClInclude Include="light.h" />
|
---|
195 | <ClInclude Include="loldebug.h" />
|
---|
196 | <ClInclude Include="lolgl.h" />
|
---|
197 | <ClInclude Include="lol\base\array.h" />
|
---|
198 | <ClInclude Include="lol\base\assert.h" />
|
---|
199 | <ClInclude Include="lol\base\base.h" />
|
---|
200 | <ClInclude Include="lol\base\hash.h" />
|
---|
201 | <ClInclude Include="lol\base\log.h" />
|
---|
202 | <ClInclude Include="lol\base\map.h" />
|
---|
203 | <ClInclude Include="lol\base\string.h" />
|
---|
204 | <ClInclude Include="lol\base\types.h" />
|
---|
205 | <ClInclude Include="lol\gpu\framebuffer.h" />
|
---|
206 | <ClInclude Include="lol\gpu\gpu.h" />
|
---|
207 | <ClInclude Include="lol\gpu\indexbuffer.h" />
|
---|
208 | <ClInclude Include="lol\gpu\lolfx.h" />
|
---|
209 | <ClInclude Include="lol\gpu\shader.h" />
|
---|
210 | <ClInclude Include="lol\gpu\texture.h" />
|
---|
211 | <ClInclude Include="lol\gpu\vertexbuffer.h" />
|
---|
212 | <ClInclude Include="lol\image\color.h" />
|
---|
213 | <ClInclude Include="lol\image\image.h" />
|
---|
214 | <ClInclude Include="lol\math\functions.h" />
|
---|
215 | <ClInclude Include="lol\math\geometry.h" />
|
---|
216 | <ClInclude Include="lol\math\half.h" />
|
---|
217 | <ClInclude Include="lol\math\math.h" />
|
---|
218 | <ClInclude Include="lol\math\real.h" />
|
---|
219 | <ClInclude Include="lol\math\remez.h" />
|
---|
220 | <ClInclude Include="lol\math\vector.h" />
|
---|
221 | <ClInclude Include="lol\sys\atomic.h" />
|
---|
222 | <ClInclude Include="lol\sys\file.h" />
|
---|
223 | <ClInclude Include="lol\sys\init.h" />
|
---|
224 | <ClInclude Include="lol\sys\sys.h" />
|
---|
225 | <ClInclude Include="lol\sys\thread.h" />
|
---|
226 | <ClInclude Include="lol\sys\timer.h" />
|
---|
227 | <ClInclude Include="lol\unit.h" />
|
---|
228 | <ClInclude Include="mesh\mesh.h" />
|
---|
229 | <ClInclude Include="map.h" />
|
---|
230 | <ClInclude Include="numeric.h" />
|
---|
231 | <ClInclude Include="platform.h" />
|
---|
232 | <ClInclude Include="platform\d3d9\d3d9input.h" />
|
---|
233 | <ClInclude Include="platform\ps3\ps3app.h" />
|
---|
234 | <ClInclude Include="platform\ps3\ps3input.h" />
|
---|
235 | <ClInclude Include="platform\ps3\threadbase.h" />
|
---|
236 | <ClInclude Include="platform\sdl\sdlapp.h" />
|
---|
237 | <ClInclude Include="platform\sdl\sdlinput.h" />
|
---|
238 | <ClInclude Include="platform\xbox\xboxapp.h" />
|
---|
239 | <ClInclude Include="platform\xbox\xboxinput.h" />
|
---|
240 | <ClInclude Include="profiler.h" />
|
---|
241 | <ClInclude Include="sample.h" />
|
---|
242 | <ClInclude Include="sampler.h" />
|
---|
243 | <ClInclude Include="scene.h" />
|
---|
244 | <ClInclude Include="simd.h" />
|
---|
245 | <ClInclude Include="sprite.h" />
|
---|
246 | <ClInclude Include="sys\threadbase.h" />
|
---|
247 | <ClInclude Include="text.h" />
|
---|
248 | <ClInclude Include="ticker.h" />
|
---|
249 | <ClInclude Include="tiler.h" />
|
---|
250 | <ClInclude Include="tileset.h" />
|
---|
251 | <ClInclude Include="video.h" />
|
---|
252 | <ClInclude Include="world.h" />
|
---|
253 | <ClInclude Include="worldentity.h" />
|
---|
254 | </ItemGroup>
|
---|
255 | <ItemGroup>
|
---|
256 | <LolFxCompile Include="easymesh\shiny.lolfx" />
|
---|
257 | <LolFxCompile Include="easymesh\shinydebuglighting.lolfx" />
|
---|
258 | <LolFxCompile Include="easymesh\shinydebugnormal.lolfx" />
|
---|
259 | <LolFxCompile Include="easymesh\shinydebugUV.lolfx" />
|
---|
260 | <LolFxCompile Include="easymesh\shinydebugwireframe.lolfx" />
|
---|
261 | <LolFxCompile Include="easymesh\shiny_SK.lolfx" />
|
---|
262 | <LolFxCompile Include="gpu\defaultmaterial.lolfx" />
|
---|
263 | <LolFxCompile Include="gpu\emptymaterial.lolfx" />
|
---|
264 | <LolFxCompile Include="gpu\testmaterial.lolfx" />
|
---|
265 | <LolFxCompile Include="gpu\tile.lolfx" />
|
---|
266 | <LolFxCompile Include="gradient.lolfx" />
|
---|
267 | </ItemGroup>
|
---|
268 | <ItemGroup>
|
---|
269 | <None Include="easymesh\easymesh-parser.y" />
|
---|
270 | <None Include="easymesh\easymesh-scanner.l" />
|
---|
271 | <None Include="gpu\lolfx-parser.y" />
|
---|
272 | <None Include="gpu\lolfx-scanner.l" />
|
---|
273 | </ItemGroup>
|
---|
274 | <ItemGroup>
|
---|
275 | <ProjectReference Include="bullet\lolbullet.vcxproj">
|
---|
276 | <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
|
---|
277 | </ProjectReference>
|
---|
278 | </ItemGroup>
|
---|
279 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
280 | <ImportGroup Label="ExtensionTargets">
|
---|
281 | <Import Project="$(SolutionDir)\Lol.Fx.targets" />
|
---|
282 | </ImportGroup>
|
---|
283 | </Project> |
---|