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>{A3F8F2AB-B479-
4A4A-A458-A89E7DC349F1};{FAE04EC0-
301F-
11D3-BF4B-
00C04F79EFBC}
</ProjectTypeGuids>
10 <OutputType>Exe
</OutputType>
11 <RootNamespace>SuperPolarityMac
</RootNamespace>
12 <MonoMacResourcePrefix>Resources
</MonoMacResourcePrefix>
13 <AssemblyName>SuperPolarityMac
</AssemblyName>
14 <TargetFrameworkVersion>v2.0
</TargetFrameworkVersion>
15 <TargetFrameworkIdentifier>Xamarin.Mac
</TargetFrameworkIdentifier>
17 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true
</DebugSymbols>
19 <DebugType>full
</DebugType>
20 <Optimize>false
</Optimize>
21 <OutputPath>bin\Debug
</OutputPath>
22 <DefineConstants>DEBUG;
</DefineConstants>
23 <WarningLevel>4</WarningLevel>
24 <ConsolePause>false
</ConsolePause>
25 <UseSGen>false
</UseSGen>
26 <IncludeMonoRuntime>false
</IncludeMonoRuntime>
27 <EnablePackageSigning>false
</EnablePackageSigning>
28 <CodeSigningKey>Mac Developer
</CodeSigningKey>
29 <EnableCodeSigning>false
</EnableCodeSigning>
30 <CreatePackage>false
</CreatePackage>
31 <AOTMode>None
</AOTMode>
32 <PackageSigningKey>3rd Party Mac Developer Installer
</PackageSigningKey>
34 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35 <DebugType>full
</DebugType>
36 <Optimize>true
</Optimize>
37 <OutputPath>bin\Release
</OutputPath>
38 <WarningLevel>4</WarningLevel>
39 <ConsolePause>false
</ConsolePause>
40 <LinkMode>None
</LinkMode>
41 <UseSGen>false
</UseSGen>
42 <IncludeMonoRuntime>true
</IncludeMonoRuntime>
43 <EnablePackageSigning>false
</EnablePackageSigning>
44 <CodeSigningKey>Developer ID Application
</CodeSigningKey>
45 <EnableCodeSigning>true
</EnableCodeSigning>
46 <CreatePackage>true
</CreatePackage>
47 <AOTMode>None
</AOTMode>
49 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
50 <DebugType>full
</DebugType>
51 <Optimize>true
</Optimize>
52 <OutputPath>bin\AppStore
</OutputPath>
53 <WarningLevel>4</WarningLevel>
54 <ConsolePause>false
</ConsolePause>
55 <LinkMode>None
</LinkMode>
56 <UseSGen>false
</UseSGen>
57 <IncludeMonoRuntime>true
</IncludeMonoRuntime>
58 <PackageSigningKey>3rd Party Mac Developer Installer
</PackageSigningKey>
59 <CreatePackage>true
</CreatePackage>
60 <CodeSigningKey>3rd Party Mac Developer Application
</CodeSigningKey>
61 <EnableCodeSigning>true
</EnableCodeSigning>
62 <EnablePackageSigning>true
</EnablePackageSigning>
63 <AOTMode>None
</AOTMode>
66 <Reference Include=
"System" />
67 <Reference Include=
"System.Xml" />
68 <Reference Include=
"System.Core" />
69 <Reference Include=
"System.Xml.Linq" />
70 <Reference Include=
"MonoGame.Framework">
71 <HintPath>..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7
.0.1508\Assemblies\MacOSX\MonoGame.Framework.dll
</HintPath>
73 <Reference Include=
"MonoGame.Framework.Net">
74 <HintPath>..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7
.0.1508\Assemblies\MacOSX\MonoGame.Framework.Net.dll
</HintPath>
76 <Reference Include=
"Xamarin.Mac" />
77 <Reference Include=
"Lidgren.Network">
78 <HintPath>..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7
.0.1508\Assemblies\MacOSX\Lidgren.Network.dll
</HintPath>
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=
"Info.plist" />
196 <Folder Include=
"Actors\" />
197 <Folder Include=
"Content\" />
198 <Folder Include=
"Properties\" />
199 <Folder Include=
"Content\Sound\" />
200 <Folder Include=
"Vendor\" />
201 <Folder Include=
"Actors\Generators\" />
204 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\circle.xnb">
205 <Link>Content\Graphics\circle.xnb
</Link>
207 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\diamond.xnb">
208 <Link>Content\Graphics\diamond.xnb
</Link>
210 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\main-ship.xnb">
211 <Link>Content\Graphics\main-ship.xnb
</Link>
213 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-cruiser.xnb">
214 <Link>Content\Graphics\negative-cruiser.xnb
</Link>
216 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-destroyer.xnb">
217 <Link>Content\Graphics\negative-destroyer.xnb
</Link>
219 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-scout.xnb">
220 <Link>Content\Graphics\negative-scout.xnb
</Link>
222 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-ship.xnb">
223 <Link>Content\Graphics\negative-ship.xnb
</Link>
225 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb">
226 <Link>Content\Graphics\negative-supercruiser.xnb
</Link>
228 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb">
229 <Link>Content\Graphics\neutral-cruiser.xnb
</Link>
231 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb">
232 <Link>Content\Graphics\neutral-destroyer.xnb
</Link>
234 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-scout.xnb">
235 <Link>Content\Graphics\neutral-scout.xnb
</Link>
237 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-ship.xnb">
238 <Link>Content\Graphics\neutral-ship.xnb
</Link>
240 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb">
241 <Link>Content\Graphics\neutral-supercruiser.xnb
</Link>
243 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\pause-screen.xnb">
244 <Link>Content\Graphics\pause-screen.xnb
</Link>
246 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb">
247 <Link>Content\Graphics\polaritydemotitle.xnb
</Link>
249 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-cruiser.xnb">
250 <Link>Content\Graphics\positive-cruiser.xnb
</Link>
252 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-destroyer.xnb">
253 <Link>Content\Graphics\positive-destroyer.xnb
</Link>
255 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-scout.xnb">
256 <Link>Content\Graphics\positive-scout.xnb
</Link>
258 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-ship.xnb">
259 <Link>Content\Graphics\positive-ship.xnb
</Link>
261 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb">
262 <Link>Content\Graphics\positive-supercruiser.xnb
</Link>
264 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\square.xnb">
265 <Link>Content\Graphics\square.xnb
</Link>
267 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\star.xnb">
268 <Link>Content\Graphics\star.xnb
</Link>
270 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb">
271 <Link>Content\Fonts\SegoeUIMono14.xnb
</Link>
273 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\bigfont.xnb">
274 <Link>Content\Fonts\bigfont.xnb
</Link>
276 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\smallfont.xnb">
277 <Link>Content\Fonts\smallfont.xnb
</Link>
279 <BundleResource Include=
"..\SuperPolarity\Content\Sound\bomb.xnb">
280 <Link>Content\Sound\bomb.xnb
</Link>
281 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
283 <BundleResource Include=
"..\SuperPolarity\Content\Sound\bullet.xnb">
284 <Link>Content\Sound\bullet.xnb
</Link>
285 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
287 <BundleResource Include=
"..\SuperPolarity\Content\Sound\gameover.xnb">
288 <Link>Content\Sound\gameover.xnb
</Link>
289 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
291 <BundleResource Include=
"..\SuperPolarity\Content\Sound\hit.xnb">
292 <Link>Content\Sound\hit.xnb
</Link>
293 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
295 <BundleResource Include=
"..\SuperPolarity\Content\Sound\life.xnb">
296 <Link>Content\Sound\life.xnb
</Link>
297 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
299 <BundleResource Include=
"..\SuperPolarity\Content\Sound\polaritychange.xnb">
300 <Link>Content\Sound\polaritychange.xnb
</Link>
301 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
303 <BundleResource Include=
"..\SuperPolarity\Content\Sound\polaritytheme.xnb">
304 <Link>Content\Sound\polaritytheme.xnb
</Link>
305 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
309 <NativeReference Include=
"..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\libopenal.1.dylib">
311 <SmartLink>False
</SmartLink>
313 <NativeReference Include=
"..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\libSDL2-2.0.0.dylib">
315 <SmartLink>False
</SmartLink>
318 <Import Project=
"$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />