]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="utf-8"?> | |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <PropertyGroup> | |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 | <ProductVersion>10.0.0</ProductVersion> | |
7 | <SchemaVersion>2.0</SchemaVersion> | |
8 | <ProjectGuid>{B37AAC05-2F93-4061-AEF3-DABB11980C62}</ProjectGuid> | |
9 | <ProjectTypeGuids>{9B831FEF-F496-498F-9FE8-180DA5CB4258};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
10 | <OutputType>Exe</OutputType> | |
11 | <RootNamespace>SuperPolarity</RootNamespace> | |
12 | <MonoGamePlatform>Linux</MonoGamePlatform> | |
13 | <AssemblyName>SuperPolarityLinux</AssemblyName> | |
14 | </PropertyGroup> | |
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
16 | <DebugSymbols>true</DebugSymbols> | |
17 | <DebugType>full</DebugType> | |
18 | <Optimize>false</Optimize> | |
19 | <OutputPath>bin\Debug</OutputPath> | |
20 | <DefineConstants>DEBUG;</DefineConstants> | |
21 | <ErrorReport>prompt</ErrorReport> | |
22 | <WarningLevel>4</WarningLevel> | |
23 | <ConsolePause>false</ConsolePause> | |
24 | </PropertyGroup> | |
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
26 | <DebugType>none</DebugType> | |
27 | <Optimize>true</Optimize> | |
28 | <OutputPath>bin\Release</OutputPath> | |
29 | <ErrorReport>prompt</ErrorReport> | |
30 | <WarningLevel>4</WarningLevel> | |
31 | <ConsolePause>false</ConsolePause> | |
32 | </PropertyGroup> | |
33 | <ItemGroup> | |
34 | <Reference Include="System" /> | |
35 | <Reference Include="System.Xml" /> | |
36 | <Reference Include="System.Core" /> | |
37 | <Reference Include="Tao.Sdl, Version=1.2.13.0, Culture=neutral, PublicKeyToken=9c7a200e36c0094e"> | |
38 | <Private>False</Private> | |
39 | </Reference> | |
40 | <Reference Include="MonoGame.Framework, Version=3.0.1.0, Culture=neutral"> | |
41 | <Private>False</Private> | |
42 | </Reference> | |
43 | </ItemGroup> | |
44 | <ItemGroup> | |
45 | <Compile Include="Program.cs" /> | |
46 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
47 | <Compile Include="..\SuperPolarity\ActorFactory.cs"> | |
48 | <Link>ActorFactory.cs</Link> | |
49 | </Compile> | |
50 | <Compile Include="..\SuperPolarity\ActorManager.cs"> | |
51 | <Link>ActorManager.cs</Link> | |
52 | </Compile> | |
53 | <Compile Include="..\SuperPolarity\BasicGenerator.cs"> | |
54 | <Link>BasicGenerator.cs</Link> | |
55 | </Compile> | |
56 | <Compile Include="..\SuperPolarity\GameScreen.cs"> | |
57 | <Link>GameScreen.cs</Link> | |
58 | </Compile> | |
59 | <Compile Include="..\SuperPolarity\InputController.cs"> | |
60 | <Link>InputController.cs</Link> | |
61 | </Compile> | |
62 | <Compile Include="..\SuperPolarity\LetterChooseWidget.cs"> | |
63 | <Link>LetterChooseWidget.cs</Link> | |
64 | </Compile> | |
65 | <Compile Include="..\SuperPolarity\MenuItem.cs"> | |
66 | <Link>MenuItem.cs</Link> | |
67 | </Compile> | |
68 | <Compile Include="..\SuperPolarity\MenuWidget.cs"> | |
69 | <Link>MenuWidget.cs</Link> | |
70 | </Compile> | |
71 | <Compile Include="..\SuperPolarity\NameChooserWidget.cs"> | |
72 | <Link>NameChooserWidget.cs</Link> | |
73 | </Compile> | |
74 | <Compile Include="..\SuperPolarity\Particle.cs"> | |
75 | <Link>Particle.cs</Link> | |
76 | </Compile> | |
77 | <Compile Include="..\SuperPolarity\ParticleEffectFactory.cs"> | |
78 | <Link>ParticleEffectFactory.cs</Link> | |
79 | </Compile> | |
80 | <Compile Include="..\SuperPolarity\ParticleEngine.cs"> | |
81 | <Link>ParticleEngine.cs</Link> | |
82 | </Compile> | |
83 | <Compile Include="..\SuperPolarity\Player.cs"> | |
84 | <Link>Player.cs</Link> | |
85 | </Compile> | |
86 | <Compile Include="..\SuperPolarity\Renderer.cs"> | |
87 | <Link>Renderer.cs</Link> | |
88 | </Compile> | |
89 | <Compile Include="..\SuperPolarity\ScoreScreen.cs"> | |
90 | <Link>ScoreScreen.cs</Link> | |
91 | </Compile> | |
92 | <Compile Include="..\SuperPolarity\Screen.cs"> | |
93 | <Link>Screen.cs</Link> | |
94 | </Compile> | |
95 | <Compile Include="..\SuperPolarity\ScreenManager.cs"> | |
96 | <Link>ScreenManager.cs</Link> | |
97 | </Compile> | |
98 | <Compile Include="..\SuperPolarity\SuperPolarity.cs"> | |
99 | <Link>SuperPolarity.cs</Link> | |
100 | </Compile> | |
101 | <Compile Include="..\SuperPolarity\TitleScreen.cs"> | |
102 | <Link>TitleScreen.cs</Link> | |
103 | </Compile> | |
104 | <Compile Include="..\SuperPolarity\Widget.cs"> | |
105 | <Link>Widget.cs</Link> | |
106 | </Compile> | |
107 | <Compile Include="..\SuperPolarity\Actors\Actor.cs"> | |
108 | <Link>Actors\Actor.cs</Link> | |
109 | </Compile> | |
110 | <Compile Include="..\SuperPolarity\Actors\Bullet.cs"> | |
111 | <Link>Actors\Bullet.cs</Link> | |
112 | </Compile> | |
113 | <Compile Include="..\SuperPolarity\Actors\MainShip.cs"> | |
114 | <Link>Actors\MainShip.cs</Link> | |
115 | </Compile> | |
116 | <Compile Include="..\SuperPolarity\Actors\Ship.cs"> | |
117 | <Link>Actors\Ship.cs</Link> | |
118 | </Compile> | |
119 | <Compile Include="..\SuperPolarity\Actors\StandardShip.cs"> | |
120 | <Link>Actors\StandardShip.cs</Link> | |
121 | </Compile> | |
122 | </ItemGroup> | |
123 | <ItemGroup> | |
124 | <None Include="Icon.png" /> | |
125 | <None Include="..\SuperPolarity\Icon.ico"> | |
126 | <Link>Icon.ico</Link> | |
127 | </None> | |
128 | <None Include="..\SuperPolarity\neutral-supercruiser.xnb"> | |
129 | <Link>neutral-supercruiser.xnb</Link> | |
130 | </None> | |
131 | <None Include="..\SuperPolarity\scores.txt"> | |
132 | <Link>scores.txt</Link> | |
133 | </None> | |
134 | </ItemGroup> | |
135 | <ItemGroup> | |
136 | <Folder Include="Content\" /> | |
137 | <Folder Include="Actors\" /> | |
138 | <Folder Include="Content\Fonts\" /> | |
139 | <Folder Include="Content\Graphics\" /> | |
140 | <Folder Include="Content\Sound\" /> | |
141 | </ItemGroup> | |
142 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
143 | <ItemGroup> | |
144 | <EmbeddedResource Include="..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb"> | |
145 | <Link>Content\Fonts\SegoeUIMono14.xnb</Link> | |
146 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
147 | </EmbeddedResource> | |
148 | <EmbeddedResource Include="..\SuperPolarity\Content\Fonts\bigfont.xnb"> | |
149 | <Link>Content\Fonts\bigfont.xnb</Link> | |
150 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
151 | </EmbeddedResource> | |
152 | <EmbeddedResource Include="..\SuperPolarity\Content\Fonts\smallfont.xnb"> | |
153 | <Link>Content\Fonts\smallfont.xnb</Link> | |
154 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
155 | </EmbeddedResource> | |
156 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\circle.xnb"> | |
157 | <Link>Content\Graphics\circle.xnb</Link> | |
158 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
159 | </EmbeddedResource> | |
160 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\diamond.xnb"> | |
161 | <Link>Content\Graphics\diamond.xnb</Link> | |
162 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
163 | </EmbeddedResource> | |
164 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\main-ship.xnb"> | |
165 | <Link>Content\Graphics\main-ship.xnb</Link> | |
166 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
167 | </EmbeddedResource> | |
168 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\negative-cruiser.xnb"> | |
169 | <Link>Content\Graphics\negative-cruiser.xnb</Link> | |
170 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
171 | </EmbeddedResource> | |
172 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\negative-destroyer.xnb"> | |
173 | <Link>Content\Graphics\negative-destroyer.xnb</Link> | |
174 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
175 | </EmbeddedResource> | |
176 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\negative-scout.xnb"> | |
177 | <Link>Content\Graphics\negative-scout.xnb</Link> | |
178 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
179 | </EmbeddedResource> | |
180 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\negative-ship.xnb"> | |
181 | <Link>Content\Graphics\negative-ship.xnb</Link> | |
182 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
183 | </EmbeddedResource> | |
184 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb"> | |
185 | <Link>Content\Graphics\negative-supercruiser.xnb</Link> | |
186 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
187 | </EmbeddedResource> | |
188 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb"> | |
189 | <Link>Content\Graphics\neutral-cruiser.xnb</Link> | |
190 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
191 | </EmbeddedResource> | |
192 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb"> | |
193 | <Link>Content\Graphics\neutral-destroyer.xnb</Link> | |
194 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
195 | </EmbeddedResource> | |
196 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\neutral-scout.xnb"> | |
197 | <Link>Content\Graphics\neutral-scout.xnb</Link> | |
198 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
199 | </EmbeddedResource> | |
200 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\neutral-ship.xnb"> | |
201 | <Link>Content\Graphics\neutral-ship.xnb</Link> | |
202 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
203 | </EmbeddedResource> | |
204 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb"> | |
205 | <Link>Content\Graphics\neutral-supercruiser.xnb</Link> | |
206 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
207 | </EmbeddedResource> | |
208 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\pause-screen.xnb"> | |
209 | <Link>Content\Graphics\pause-screen.xnb</Link> | |
210 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
211 | </EmbeddedResource> | |
212 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb"> | |
213 | <Link>Content\Graphics\polaritydemotitle.xnb</Link> | |
214 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
215 | </EmbeddedResource> | |
216 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\positive-cruiser.xnb"> | |
217 | <Link>Content\Graphics\positive-cruiser.xnb</Link> | |
218 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
219 | </EmbeddedResource> | |
220 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\positive-destroyer.xnb"> | |
221 | <Link>Content\Graphics\positive-destroyer.xnb</Link> | |
222 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
223 | </EmbeddedResource> | |
224 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\positive-scout.xnb"> | |
225 | <Link>Content\Graphics\positive-scout.xnb</Link> | |
226 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
227 | </EmbeddedResource> | |
228 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\positive-ship.xnb"> | |
229 | <Link>Content\Graphics\positive-ship.xnb</Link> | |
230 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
231 | </EmbeddedResource> | |
232 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb"> | |
233 | <Link>Content\Graphics\positive-supercruiser.xnb</Link> | |
234 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
235 | </EmbeddedResource> | |
236 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\square.xnb"> | |
237 | <Link>Content\Graphics\square.xnb</Link> | |
238 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
239 | </EmbeddedResource> | |
240 | <EmbeddedResource Include="..\SuperPolarity\Content\Graphics\star.xnb"> | |
241 | <Link>Content\Graphics\star.xnb</Link> | |
242 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
243 | </EmbeddedResource> | |
244 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\bomb.xnb"> | |
245 | <Link>Content\Sound\bomb.xnb</Link> | |
246 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
247 | </EmbeddedResource> | |
248 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\bullet.xnb"> | |
249 | <Link>Content\Sound\bullet.xnb</Link> | |
250 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
251 | </EmbeddedResource> | |
252 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\gameover.xnb"> | |
253 | <Link>Content\Sound\gameover.xnb</Link> | |
254 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
255 | </EmbeddedResource> | |
256 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\hit.xnb"> | |
257 | <Link>Content\Sound\hit.xnb</Link> | |
258 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
259 | </EmbeddedResource> | |
260 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\life.xnb"> | |
261 | <Link>Content\Sound\life.xnb</Link> | |
262 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
263 | </EmbeddedResource> | |
264 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\polaritychange.xnb"> | |
265 | <Link>Content\Sound\polaritychange.xnb</Link> | |
266 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
267 | </EmbeddedResource> | |
268 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\polaritytheme.wav"> | |
269 | <Link>Content\Sound\polaritytheme.wav</Link> | |
270 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
271 | </EmbeddedResource> | |
272 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\polaritytheme.wma"> | |
273 | <Link>Content\Sound\polaritytheme.wma</Link> | |
274 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
275 | </EmbeddedResource> | |
276 | <EmbeddedResource Include="..\SuperPolarity\Content\Sound\polaritytheme.xnb"> | |
277 | <Link>Content\Sound\polaritytheme.xnb</Link> | |
278 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
279 | </EmbeddedResource> | |
280 | </ItemGroup> | |
281 | </Project> |