1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" ToolsVersion=
"4.0" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
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>{EE77A85A-
089B-
4055-
90D0-
6E08DF409410}
</ProjectGuid>
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>
14 <SuppressXamMacUpsell>True
</SuppressXamMacUpsell>
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>
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>
31 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>full
</DebugType>
33 <Optimize>true
</Optimize>
34 <OutputPath>bin\Release
</OutputPath>
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>
45 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
46 <DebugType>full
</DebugType>
47 <Optimize>true
</Optimize>
48 <OutputPath>bin\AppStore
</OutputPath>
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>
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" />
66 <Reference Include=
"Lidgren.Network">
67 <HintPath>..\SuperPolarity\Vendor\osx\Lidgren.Network.dll
</HintPath>
69 <Reference Include=
"MonoGame.Framework">
70 <HintPath>..\SuperPolarity\Vendor\osx\MonoGame.Framework.dll
</HintPath>
72 <Reference Include=
"MonoMac">
73 <HintPath>..\SuperPolarity\Vendor\osx\MonoMac.dll
</HintPath>
75 <Reference Include=
"Tao.Sdl">
76 <HintPath>..\SuperPolarity\Vendor\osx\Tao.Sdl.dll
</HintPath>
79 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
80 <Import Project=
"$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
82 <Compile Include=
"..\SuperPolarity\ActorFactory.cs">
83 <Link>ActorFactory.cs
</Link>
85 <Compile Include=
"..\SuperPolarity\ActorManager.cs">
86 <Link>ActorManager.cs
</Link>
88 <Compile Include=
"..\SuperPolarity\BasicGenerator.cs">
89 <Link>BasicGenerator.cs
</Link>
91 <Compile Include=
"..\SuperPolarity\GameScreen.cs">
92 <Link>GameScreen.cs
</Link>
94 <Compile Include=
"..\SuperPolarity\InputController.cs">
95 <Link>InputController.cs
</Link>
97 <Compile Include=
"..\SuperPolarity\LetterChooseWidget.cs">
98 <Link>LetterChooseWidget.cs
</Link>
100 <Compile Include=
"..\SuperPolarity\MenuItem.cs">
101 <Link>MenuItem.cs
</Link>
103 <Compile Include=
"..\SuperPolarity\MenuWidget.cs">
104 <Link>MenuWidget.cs
</Link>
106 <Compile Include=
"..\SuperPolarity\NameChooserWidget.cs">
107 <Link>NameChooserWidget.cs
</Link>
109 <Compile Include=
"..\SuperPolarity\Particle.cs">
110 <Link>Particle.cs
</Link>
112 <Compile Include=
"..\SuperPolarity\ParticleEffectFactory.cs">
113 <Link>ParticleEffectFactory.cs
</Link>
115 <Compile Include=
"..\SuperPolarity\ParticleEngine.cs">
116 <Link>ParticleEngine.cs
</Link>
118 <Compile Include=
"..\SuperPolarity\Player.cs">
119 <Link>Player.cs
</Link>
121 <Compile Include=
"..\SuperPolarity\Renderer.cs">
122 <Link>Renderer.cs
</Link>
124 <Compile Include=
"..\SuperPolarity\ScoreScreen.cs">
125 <Link>ScoreScreen.cs
</Link>
127 <Compile Include=
"..\SuperPolarity\Screen.cs">
128 <Link>Screen.cs
</Link>
130 <Compile Include=
"..\SuperPolarity\ScreenManager.cs">
131 <Link>ScreenManager.cs
</Link>
133 <Compile Include=
"..\SuperPolarity\SuperPolarity.cs">
134 <Link>SuperPolarity.cs
</Link>
136 <Compile Include=
"..\SuperPolarity\TitleScreen.cs">
137 <Link>TitleScreen.cs
</Link>
139 <Compile Include=
"..\SuperPolarity\Widget.cs">
140 <Link>Widget.cs
</Link>
142 <Compile Include=
"..\SuperPolarity\Actors\Actor.cs">
143 <Link>Actors\Actor.cs
</Link>
145 <Compile Include=
"..\SuperPolarity\Actors\Bullet.cs">
146 <Link>Actors\Bullet.cs
</Link>
148 <Compile Include=
"..\SuperPolarity\Actors\MainShip.cs">
149 <Link>Actors\MainShip.cs
</Link>
151 <Compile Include=
"..\SuperPolarity\Actors\Ship.cs">
152 <Link>Actors\Ship.cs
</Link>
154 <Compile Include=
"..\SuperPolarity\Actors\StandardShip.cs">
155 <Link>Actors\StandardShip.cs
</Link>
157 <Compile Include=
"..\SuperPolarity\Properties\AssemblyInfo.cs">
158 <Link>Properties\AssemblyInfo.cs
</Link>
160 <Compile Include=
"Program.cs" />
161 <Compile Include=
"..\SuperPolarity\Actors\Generators\FanGenerator.cs">
162 <Link>Actors\Generators\FanGenerator.cs
</Link>
164 <Compile Include=
"..\SuperPolarity\Actors\Generators\Generator.cs">
165 <Link>Actors\Generators\Generator.cs
</Link>
167 <Compile Include=
"..\SuperPolarity\Actors\Generators\LineGenerator.cs">
168 <Link>Actors\Generators\LineGenerator.cs
</Link>
170 <Compile Include=
"..\SuperPolarity\Actors\Generators\PointGenerator.cs">
171 <Link>Actors\Generators\PointGenerator.cs
</Link>
173 <Compile Include=
"..\SuperPolarity\Actors\Generators\RingGenerator.cs">
174 <Link>Actors\Generators\RingGenerator.cs
</Link>
176 <Compile Include=
"..\SuperPolarity\Actors\Generators\WaveGenerator.cs">
177 <Link>Actors\Generators\WaveGenerator.cs
</Link>
179 <Compile Include=
"..\SuperPolarity\Actors\GameActor.cs">
180 <Link>Actors\GameActor.cs
</Link>
184 <None Include=
"..\SuperPolarity\Icon.ico">
185 <Link>Icon.ico
</Link>
187 <None Include=
"..\SuperPolarity\neutral-supercruiser.xnb">
188 <Link>neutral-supercruiser.xnb
</Link>
190 <None Include=
"..\SuperPolarity\scores.txt">
191 <Link>scores.txt
</Link>
193 <None Include=
"..\SuperPolarity\Vendor\Lidgren.Network.dll">
194 <Link>Vendor\Lidgren.Network.dll
</Link>
196 <None Include=
"..\SuperPolarity\Vendor\MonoGame.Framework.dll">
197 <Link>Vendor\MonoGame.Framework.dll
</Link>
199 <None Include=
"..\SuperPolarity\Vendor\MonoMac.dll">
200 <Link>Vendor\MonoMac.dll
</Link>
202 <None Include=
"..\SuperPolarity\Vendor\Tao.Sdl.dll">
203 <Link>Vendor\Tao.Sdl.dll
</Link>
205 <None Include=
"..\SuperPolarity\Vendor\Tao.Sdl.dll.config">
206 <Link>Vendor\Tao.Sdl.dll.config
</Link>
210 <Folder Include=
"Actors\" />
211 <Folder Include=
"Content\" />
212 <Folder Include=
"Properties\" />
213 <Folder Include=
"Content\Sound\" />
214 <Folder Include=
"Vendor\" />
215 <Folder Include=
"Actors\Generators\" />
218 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\circle.xnb">
219 <Link>Content\Graphics\circle.xnb
</Link>
221 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\diamond.xnb">
222 <Link>Content\Graphics\diamond.xnb
</Link>
224 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\main-ship.xnb">
225 <Link>Content\Graphics\main-ship.xnb
</Link>
227 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-cruiser.xnb">
228 <Link>Content\Graphics\negative-cruiser.xnb
</Link>
230 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-destroyer.xnb">
231 <Link>Content\Graphics\negative-destroyer.xnb
</Link>
233 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-scout.xnb">
234 <Link>Content\Graphics\negative-scout.xnb
</Link>
236 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-ship.xnb">
237 <Link>Content\Graphics\negative-ship.xnb
</Link>
239 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb">
240 <Link>Content\Graphics\negative-supercruiser.xnb
</Link>
242 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb">
243 <Link>Content\Graphics\neutral-cruiser.xnb
</Link>
245 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb">
246 <Link>Content\Graphics\neutral-destroyer.xnb
</Link>
248 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-scout.xnb">
249 <Link>Content\Graphics\neutral-scout.xnb
</Link>
251 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-ship.xnb">
252 <Link>Content\Graphics\neutral-ship.xnb
</Link>
254 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb">
255 <Link>Content\Graphics\neutral-supercruiser.xnb
</Link>
257 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\pause-screen.xnb">
258 <Link>Content\Graphics\pause-screen.xnb
</Link>
260 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb">
261 <Link>Content\Graphics\polaritydemotitle.xnb
</Link>
263 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-cruiser.xnb">
264 <Link>Content\Graphics\positive-cruiser.xnb
</Link>
266 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-destroyer.xnb">
267 <Link>Content\Graphics\positive-destroyer.xnb
</Link>
269 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-scout.xnb">
270 <Link>Content\Graphics\positive-scout.xnb
</Link>
272 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-ship.xnb">
273 <Link>Content\Graphics\positive-ship.xnb
</Link>
275 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb">
276 <Link>Content\Graphics\positive-supercruiser.xnb
</Link>
278 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\square.xnb">
279 <Link>Content\Graphics\square.xnb
</Link>
281 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\star.xnb">
282 <Link>Content\Graphics\star.xnb
</Link>
284 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb">
285 <Link>Content\Fonts\SegoeUIMono14.xnb
</Link>
287 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\bigfont.xnb">
288 <Link>Content\Fonts\bigfont.xnb
</Link>
290 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\smallfont.xnb">
291 <Link>Content\Fonts\smallfont.xnb
</Link>
293 <BundleResource Include=
"Info.plist" />
294 <BundleResource Include=
"..\SuperPolarity\Content\Sound\bomb.xnb">
295 <Link>Content\Sound\bomb.xnb
</Link>
296 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
298 <BundleResource Include=
"..\SuperPolarity\Content\Sound\bullet.xnb">
299 <Link>Content\Sound\bullet.xnb
</Link>
300 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
302 <BundleResource Include=
"..\SuperPolarity\Content\Sound\gameover.xnb">
303 <Link>Content\Sound\gameover.xnb
</Link>
304 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
306 <BundleResource Include=
"..\SuperPolarity\Content\Sound\hit.xnb">
307 <Link>Content\Sound\hit.xnb
</Link>
308 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
310 <BundleResource Include=
"..\SuperPolarity\Content\Sound\life.xnb">
311 <Link>Content\Sound\life.xnb
</Link>
312 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
314 <BundleResource Include=
"..\SuperPolarity\Content\Sound\polaritychange.xnb">
315 <Link>Content\Sound\polaritychange.xnb
</Link>
316 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
318 <BundleResource Include=
"..\SuperPolarity\Content\Sound\polaritytheme.xnb">
319 <Link>Content\Sound\polaritytheme.xnb
</Link>
320 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>