]> git.r.bdr.sh - rbdr/super-polarity/blame - SuperPolarityMac/SuperPolarityMac.csproj
Moves some files around!
[rbdr/super-polarity] / SuperPolarityMac / SuperPolarityMac.csproj
CommitLineData
0cafec44
BB
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>
63419029 8 <ProjectGuid>{EE77A85A-089B-4055-90D0-6E08DF409410}</ProjectGuid>
0cafec44
BB
9 <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
10 <OutputType>Exe</OutputType>
11 <RootNamespace>SuperPolarityMac</RootNamespace>
12 <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
13 <AssemblyName>SuperPolarityMac</AssemblyName>
05e4b948 14 <SuppressXamMacUpsell>True</SuppressXamMacUpsell>
0cafec44
BB
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug</OutputPath>
21 <DefineConstants>DEBUG;</DefineConstants>
0cafec44
BB
22 <WarningLevel>4</WarningLevel>
23 <ConsolePause>false</ConsolePause>
24 <UseSGen>false</UseSGen>
25 <IncludeMonoRuntime>false</IncludeMonoRuntime>
26 <EnablePackageSigning>false</EnablePackageSigning>
27 <CodeSigningKey>Mac Developer</CodeSigningKey>
28 <EnableCodeSigning>false</EnableCodeSigning>
29 <CreatePackage>false</CreatePackage>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>full</DebugType>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\Release</OutputPath>
0cafec44
BB
35 <WarningLevel>4</WarningLevel>
36 <ConsolePause>false</ConsolePause>
37 <LinkMode>Full</LinkMode>
38 <UseSGen>false</UseSGen>
39 <IncludeMonoRuntime>true</IncludeMonoRuntime>
40 <EnablePackageSigning>false</EnablePackageSigning>
41 <CodeSigningKey>Developer ID Application</CodeSigningKey>
42 <EnableCodeSigning>true</EnableCodeSigning>
43 <CreatePackage>true</CreatePackage>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
46 <DebugType>full</DebugType>
47 <Optimize>true</Optimize>
48 <OutputPath>bin\AppStore</OutputPath>
0cafec44
BB
49 <WarningLevel>4</WarningLevel>
50 <ConsolePause>false</ConsolePause>
51 <LinkMode>Full</LinkMode>
52 <UseSGen>false</UseSGen>
53 <IncludeMonoRuntime>true</IncludeMonoRuntime>
54 <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
55 <CreatePackage>true</CreatePackage>
56 <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
57 <EnableCodeSigning>true</EnableCodeSigning>
58 <EnablePackageSigning>true</EnablePackageSigning>
59 </PropertyGroup>
60 <ItemGroup>
61 <Reference Include="System" />
62 <Reference Include="System.Xml" />
63 <Reference Include="System.Core" />
64 <Reference Include="System.Xml.Linq" />
65 <Reference Include="System.Drawing" />
63419029 66 <Reference Include="Lidgren.Network">
078dd693 67 <HintPath>..\SuperPolarity\Vendor\osx\Lidgren.Network.dll</HintPath>
63419029
BB
68 </Reference>
69 <Reference Include="MonoGame.Framework">
078dd693
BB
70 <HintPath>..\SuperPolarity\Vendor\osx\MonoGame.Framework.dll</HintPath>
71 </Reference>
72 <Reference Include="MonoMac">
73 <HintPath>..\SuperPolarity\Vendor\osx\MonoMac.dll</HintPath>
63419029
BB
74 </Reference>
75 <Reference Include="Tao.Sdl">
078dd693 76 <HintPath>..\SuperPolarity\Vendor\osx\Tao.Sdl.dll</HintPath>
63419029 77 </Reference>
0cafec44 78 </ItemGroup>
63419029
BB
79 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
80 <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
0cafec44 81 <ItemGroup>
63419029
BB
82 <Compile Include="..\SuperPolarity\ActorFactory.cs">
83 <Link>ActorFactory.cs</Link>
84 </Compile>
85 <Compile Include="..\SuperPolarity\ActorManager.cs">
86 <Link>ActorManager.cs</Link>
87 </Compile>
88 <Compile Include="..\SuperPolarity\BasicGenerator.cs">
89 <Link>BasicGenerator.cs</Link>
90 </Compile>
91 <Compile Include="..\SuperPolarity\GameScreen.cs">
92 <Link>GameScreen.cs</Link>
93 </Compile>
94 <Compile Include="..\SuperPolarity\InputController.cs">
95 <Link>InputController.cs</Link>
96 </Compile>
97 <Compile Include="..\SuperPolarity\LetterChooseWidget.cs">
98 <Link>LetterChooseWidget.cs</Link>
99 </Compile>
100 <Compile Include="..\SuperPolarity\MenuItem.cs">
101 <Link>MenuItem.cs</Link>
102 </Compile>
103 <Compile Include="..\SuperPolarity\MenuWidget.cs">
104 <Link>MenuWidget.cs</Link>
105 </Compile>
106 <Compile Include="..\SuperPolarity\NameChooserWidget.cs">
107 <Link>NameChooserWidget.cs</Link>
108 </Compile>
109 <Compile Include="..\SuperPolarity\Particle.cs">
110 <Link>Particle.cs</Link>
111 </Compile>
112 <Compile Include="..\SuperPolarity\ParticleEffectFactory.cs">
113 <Link>ParticleEffectFactory.cs</Link>
114 </Compile>
115 <Compile Include="..\SuperPolarity\ParticleEngine.cs">
116 <Link>ParticleEngine.cs</Link>
117 </Compile>
118 <Compile Include="..\SuperPolarity\Player.cs">
119 <Link>Player.cs</Link>
120 </Compile>
121 <Compile Include="..\SuperPolarity\Renderer.cs">
122 <Link>Renderer.cs</Link>
123 </Compile>
124 <Compile Include="..\SuperPolarity\ScoreScreen.cs">
125 <Link>ScoreScreen.cs</Link>
126 </Compile>
127 <Compile Include="..\SuperPolarity\Screen.cs">
128 <Link>Screen.cs</Link>
129 </Compile>
130 <Compile Include="..\SuperPolarity\ScreenManager.cs">
131 <Link>ScreenManager.cs</Link>
132 </Compile>
133 <Compile Include="..\SuperPolarity\SuperPolarity.cs">
134 <Link>SuperPolarity.cs</Link>
135 </Compile>
136 <Compile Include="..\SuperPolarity\TitleScreen.cs">
137 <Link>TitleScreen.cs</Link>
138 </Compile>
139 <Compile Include="..\SuperPolarity\Widget.cs">
140 <Link>Widget.cs</Link>
141 </Compile>
142 <Compile Include="..\SuperPolarity\Actors\Actor.cs">
143 <Link>Actors\Actor.cs</Link>
144 </Compile>
145 <Compile Include="..\SuperPolarity\Actors\Bullet.cs">
146 <Link>Actors\Bullet.cs</Link>
147 </Compile>
148 <Compile Include="..\SuperPolarity\Actors\MainShip.cs">
149 <Link>Actors\MainShip.cs</Link>
150 </Compile>
151 <Compile Include="..\SuperPolarity\Actors\Ship.cs">
152 <Link>Actors\Ship.cs</Link>
153 </Compile>
154 <Compile Include="..\SuperPolarity\Actors\StandardShip.cs">
155 <Link>Actors\StandardShip.cs</Link>
156 </Compile>
157 <Compile Include="..\SuperPolarity\Properties\AssemblyInfo.cs">
158 <Link>Properties\AssemblyInfo.cs</Link>
159 </Compile>
160 <Compile Include="Program.cs" />
05e4b948
BB
161 <Compile Include="..\SuperPolarity\Actors\Generators\FanGenerator.cs">
162 <Link>Actors\Generators\FanGenerator.cs</Link>
163 </Compile>
164 <Compile Include="..\SuperPolarity\Actors\Generators\Generator.cs">
165 <Link>Actors\Generators\Generator.cs</Link>
166 </Compile>
167 <Compile Include="..\SuperPolarity\Actors\Generators\LineGenerator.cs">
168 <Link>Actors\Generators\LineGenerator.cs</Link>
169 </Compile>
170 <Compile Include="..\SuperPolarity\Actors\Generators\PointGenerator.cs">
171 <Link>Actors\Generators\PointGenerator.cs</Link>
172 </Compile>
173 <Compile Include="..\SuperPolarity\Actors\Generators\RingGenerator.cs">
174 <Link>Actors\Generators\RingGenerator.cs</Link>
175 </Compile>
176 <Compile Include="..\SuperPolarity\Actors\Generators\WaveGenerator.cs">
177 <Link>Actors\Generators\WaveGenerator.cs</Link>
178 </Compile>
179 <Compile Include="..\SuperPolarity\Actors\GameActor.cs">
180 <Link>Actors\GameActor.cs</Link>
181 </Compile>
0cafec44
BB
182 </ItemGroup>
183 <ItemGroup>
63419029
BB
184 <None Include="..\SuperPolarity\Icon.ico">
185 <Link>Icon.ico</Link>
186 </None>
187 <None Include="..\SuperPolarity\neutral-supercruiser.xnb">
188 <Link>neutral-supercruiser.xnb</Link>
189 </None>
190 <None Include="..\SuperPolarity\scores.txt">
191 <Link>scores.txt</Link>
192 </None>
078dd693
BB
193 <None Include="..\SuperPolarity\Vendor\Lidgren.Network.dll">
194 <Link>Vendor\Lidgren.Network.dll</Link>
195 </None>
196 <None Include="..\SuperPolarity\Vendor\MonoGame.Framework.dll">
197 <Link>Vendor\MonoGame.Framework.dll</Link>
198 </None>
199 <None Include="..\SuperPolarity\Vendor\MonoMac.dll">
200 <Link>Vendor\MonoMac.dll</Link>
201 </None>
202 <None Include="..\SuperPolarity\Vendor\Tao.Sdl.dll">
203 <Link>Vendor\Tao.Sdl.dll</Link>
204 </None>
205 <None Include="..\SuperPolarity\Vendor\Tao.Sdl.dll.config">
206 <Link>Vendor\Tao.Sdl.dll.config</Link>
207 </None>
63419029
BB
208 </ItemGroup>
209 <ItemGroup>
210 <Folder Include="Actors\" />
211 <Folder Include="Content\" />
212 <Folder Include="Properties\" />
d7a43ae2 213 <Folder Include="Content\Sound\" />
078dd693 214 <Folder Include="Vendor\" />
05e4b948 215 <Folder Include="Actors\Generators\" />
63419029
BB
216 </ItemGroup>
217 <ItemGroup>
218 <BundleResource Include="..\SuperPolarity\Content\Graphics\circle.xnb">
219 <Link>Content\Graphics\circle.xnb</Link>
220 </BundleResource>
221 <BundleResource Include="..\SuperPolarity\Content\Graphics\diamond.xnb">
222 <Link>Content\Graphics\diamond.xnb</Link>
223 </BundleResource>
224 <BundleResource Include="..\SuperPolarity\Content\Graphics\main-ship.xnb">
225 <Link>Content\Graphics\main-ship.xnb</Link>
226 </BundleResource>
227 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-cruiser.xnb">
228 <Link>Content\Graphics\negative-cruiser.xnb</Link>
229 </BundleResource>
230 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-destroyer.xnb">
231 <Link>Content\Graphics\negative-destroyer.xnb</Link>
232 </BundleResource>
233 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-scout.xnb">
234 <Link>Content\Graphics\negative-scout.xnb</Link>
235 </BundleResource>
236 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-ship.xnb">
237 <Link>Content\Graphics\negative-ship.xnb</Link>
238 </BundleResource>
239 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb">
240 <Link>Content\Graphics\negative-supercruiser.xnb</Link>
241 </BundleResource>
242 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb">
243 <Link>Content\Graphics\neutral-cruiser.xnb</Link>
244 </BundleResource>
245 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb">
246 <Link>Content\Graphics\neutral-destroyer.xnb</Link>
247 </BundleResource>
248 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-scout.xnb">
249 <Link>Content\Graphics\neutral-scout.xnb</Link>
250 </BundleResource>
251 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-ship.xnb">
252 <Link>Content\Graphics\neutral-ship.xnb</Link>
253 </BundleResource>
254 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb">
255 <Link>Content\Graphics\neutral-supercruiser.xnb</Link>
256 </BundleResource>
257 <BundleResource Include="..\SuperPolarity\Content\Graphics\pause-screen.xnb">
258 <Link>Content\Graphics\pause-screen.xnb</Link>
259 </BundleResource>
260 <BundleResource Include="..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb">
261 <Link>Content\Graphics\polaritydemotitle.xnb</Link>
262 </BundleResource>
263 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-cruiser.xnb">
264 <Link>Content\Graphics\positive-cruiser.xnb</Link>
265 </BundleResource>
266 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-destroyer.xnb">
267 <Link>Content\Graphics\positive-destroyer.xnb</Link>
268 </BundleResource>
269 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-scout.xnb">
270 <Link>Content\Graphics\positive-scout.xnb</Link>
271 </BundleResource>
272 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-ship.xnb">
273 <Link>Content\Graphics\positive-ship.xnb</Link>
274 </BundleResource>
275 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb">
276 <Link>Content\Graphics\positive-supercruiser.xnb</Link>
277 </BundleResource>
278 <BundleResource Include="..\SuperPolarity\Content\Graphics\square.xnb">
279 <Link>Content\Graphics\square.xnb</Link>
280 </BundleResource>
281 <BundleResource Include="..\SuperPolarity\Content\Graphics\star.xnb">
282 <Link>Content\Graphics\star.xnb</Link>
283 </BundleResource>
284 <BundleResource Include="..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb">
285 <Link>Content\Fonts\SegoeUIMono14.xnb</Link>
286 </BundleResource>
287 <BundleResource Include="..\SuperPolarity\Content\Fonts\bigfont.xnb">
288 <Link>Content\Fonts\bigfont.xnb</Link>
289 </BundleResource>
290 <BundleResource Include="..\SuperPolarity\Content\Fonts\smallfont.xnb">
291 <Link>Content\Fonts\smallfont.xnb</Link>
292 </BundleResource>
293 <BundleResource Include="Info.plist" />
d7a43ae2
BB
294 <BundleResource Include="..\SuperPolarity\Content\Sound\bomb.xnb">
295 <Link>Content\Sound\bomb.xnb</Link>
296 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 297 </BundleResource>
d7a43ae2
BB
298 <BundleResource Include="..\SuperPolarity\Content\Sound\bullet.xnb">
299 <Link>Content\Sound\bullet.xnb</Link>
300 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 301 </BundleResource>
d7a43ae2
BB
302 <BundleResource Include="..\SuperPolarity\Content\Sound\gameover.xnb">
303 <Link>Content\Sound\gameover.xnb</Link>
304 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 305 </BundleResource>
d7a43ae2
BB
306 <BundleResource Include="..\SuperPolarity\Content\Sound\hit.xnb">
307 <Link>Content\Sound\hit.xnb</Link>
308 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 309 </BundleResource>
d7a43ae2
BB
310 <BundleResource Include="..\SuperPolarity\Content\Sound\life.xnb">
311 <Link>Content\Sound\life.xnb</Link>
312 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 313 </BundleResource>
d7a43ae2
BB
314 <BundleResource Include="..\SuperPolarity\Content\Sound\polaritychange.xnb">
315 <Link>Content\Sound\polaritychange.xnb</Link>
316 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 317 </BundleResource>
d7a43ae2
BB
318 <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.xnb">
319 <Link>Content\Sound\polaritytheme.xnb</Link>
320 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 321 </BundleResource>
0cafec44 322 </ItemGroup>
0cafec44 323</Project>