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>
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 <WarningLevel>4</WarningLevel>
22 <ConsolePause>false
</ConsolePause>
23 <UseSGen>false
</UseSGen>
24 <IncludeMonoRuntime>false
</IncludeMonoRuntime>
25 <EnablePackageSigning>false
</EnablePackageSigning>
26 <CodeSigningKey>Mac Developer
</CodeSigningKey>
27 <EnableCodeSigning>false
</EnableCodeSigning>
28 <CreatePackage>false
</CreatePackage>
30 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>full
</DebugType>
32 <Optimize>true
</Optimize>
33 <OutputPath>bin\Release
</OutputPath>
34 <WarningLevel>4</WarningLevel>
35 <ConsolePause>false
</ConsolePause>
36 <LinkMode>Full
</LinkMode>
37 <UseSGen>false
</UseSGen>
38 <IncludeMonoRuntime>true
</IncludeMonoRuntime>
39 <EnablePackageSigning>false
</EnablePackageSigning>
40 <CodeSigningKey>Developer ID Application
</CodeSigningKey>
41 <EnableCodeSigning>true
</EnableCodeSigning>
42 <CreatePackage>true
</CreatePackage>
44 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
45 <DebugType>full
</DebugType>
46 <Optimize>true
</Optimize>
47 <OutputPath>bin\AppStore
</OutputPath>
48 <WarningLevel>4</WarningLevel>
49 <ConsolePause>false
</ConsolePause>
50 <LinkMode>Full
</LinkMode>
51 <UseSGen>false
</UseSGen>
52 <IncludeMonoRuntime>true
</IncludeMonoRuntime>
53 <PackageSigningKey>3rd Party Mac Developer Installer
</PackageSigningKey>
54 <CreatePackage>true
</CreatePackage>
55 <CodeSigningKey>3rd Party Mac Developer Application
</CodeSigningKey>
56 <EnableCodeSigning>true
</EnableCodeSigning>
57 <EnablePackageSigning>true
</EnablePackageSigning>
60 <Reference Include=
"System" />
61 <Reference Include=
"System.Xml" />
62 <Reference Include=
"System.Core" />
63 <Reference Include=
"System.Xml.Linq" />
64 <Reference Include=
"System.Drawing" />
65 <Reference Include=
"MonoMac">
66 <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoMac.dll
</HintPath>
68 <Reference Include=
"Lidgren.Network">
69 <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Lidgren.Network.dll
</HintPath>
71 <Reference Include=
"MonoGame.Framework">
72 <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoGame.Framework.dll
</HintPath>
74 <Reference Include=
"Tao.Sdl">
75 <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Tao.Sdl.dll
</HintPath>
78 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
79 <Import Project=
"$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
81 <Compile Include=
"..\SuperPolarity\ActorFactory.cs">
82 <Link>ActorFactory.cs
</Link>
84 <Compile Include=
"..\SuperPolarity\ActorManager.cs">
85 <Link>ActorManager.cs
</Link>
87 <Compile Include=
"..\SuperPolarity\BasicGenerator.cs">
88 <Link>BasicGenerator.cs
</Link>
90 <Compile Include=
"..\SuperPolarity\GameScreen.cs">
91 <Link>GameScreen.cs
</Link>
93 <Compile Include=
"..\SuperPolarity\InputController.cs">
94 <Link>InputController.cs
</Link>
96 <Compile Include=
"..\SuperPolarity\LetterChooseWidget.cs">
97 <Link>LetterChooseWidget.cs
</Link>
99 <Compile Include=
"..\SuperPolarity\MenuItem.cs">
100 <Link>MenuItem.cs
</Link>
102 <Compile Include=
"..\SuperPolarity\MenuWidget.cs">
103 <Link>MenuWidget.cs
</Link>
105 <Compile Include=
"..\SuperPolarity\NameChooserWidget.cs">
106 <Link>NameChooserWidget.cs
</Link>
108 <Compile Include=
"..\SuperPolarity\Particle.cs">
109 <Link>Particle.cs
</Link>
111 <Compile Include=
"..\SuperPolarity\ParticleEffectFactory.cs">
112 <Link>ParticleEffectFactory.cs
</Link>
114 <Compile Include=
"..\SuperPolarity\ParticleEngine.cs">
115 <Link>ParticleEngine.cs
</Link>
117 <Compile Include=
"..\SuperPolarity\Player.cs">
118 <Link>Player.cs
</Link>
120 <Compile Include=
"..\SuperPolarity\Renderer.cs">
121 <Link>Renderer.cs
</Link>
123 <Compile Include=
"..\SuperPolarity\ScoreScreen.cs">
124 <Link>ScoreScreen.cs
</Link>
126 <Compile Include=
"..\SuperPolarity\Screen.cs">
127 <Link>Screen.cs
</Link>
129 <Compile Include=
"..\SuperPolarity\ScreenManager.cs">
130 <Link>ScreenManager.cs
</Link>
132 <Compile Include=
"..\SuperPolarity\SuperPolarity.cs">
133 <Link>SuperPolarity.cs
</Link>
135 <Compile Include=
"..\SuperPolarity\TitleScreen.cs">
136 <Link>TitleScreen.cs
</Link>
138 <Compile Include=
"..\SuperPolarity\Widget.cs">
139 <Link>Widget.cs
</Link>
141 <Compile Include=
"..\SuperPolarity\Actors\Actor.cs">
142 <Link>Actors\Actor.cs
</Link>
144 <Compile Include=
"..\SuperPolarity\Actors\Bullet.cs">
145 <Link>Actors\Bullet.cs
</Link>
147 <Compile Include=
"..\SuperPolarity\Actors\MainShip.cs">
148 <Link>Actors\MainShip.cs
</Link>
150 <Compile Include=
"..\SuperPolarity\Actors\Ship.cs">
151 <Link>Actors\Ship.cs
</Link>
153 <Compile Include=
"..\SuperPolarity\Actors\StandardShip.cs">
154 <Link>Actors\StandardShip.cs
</Link>
156 <Compile Include=
"..\SuperPolarity\Properties\AssemblyInfo.cs">
157 <Link>Properties\AssemblyInfo.cs
</Link>
159 <Compile Include=
"Program.cs" />
162 <None Include=
"..\SuperPolarity\Icon.ico">
163 <Link>Icon.ico
</Link>
165 <None Include=
"..\SuperPolarity\neutral-supercruiser.xnb">
166 <Link>neutral-supercruiser.xnb
</Link>
168 <None Include=
"..\SuperPolarity\scores.txt">
169 <Link>scores.txt
</Link>
173 <Folder Include=
"Actors\" />
174 <Folder Include=
"Content\" />
175 <Folder Include=
"Properties\" />
178 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\circle.xnb">
179 <Link>Content\Graphics\circle.xnb
</Link>
181 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\diamond.xnb">
182 <Link>Content\Graphics\diamond.xnb
</Link>
184 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\main-ship.xnb">
185 <Link>Content\Graphics\main-ship.xnb
</Link>
187 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-cruiser.xnb">
188 <Link>Content\Graphics\negative-cruiser.xnb
</Link>
190 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-destroyer.xnb">
191 <Link>Content\Graphics\negative-destroyer.xnb
</Link>
193 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-scout.xnb">
194 <Link>Content\Graphics\negative-scout.xnb
</Link>
196 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-ship.xnb">
197 <Link>Content\Graphics\negative-ship.xnb
</Link>
199 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb">
200 <Link>Content\Graphics\negative-supercruiser.xnb
</Link>
202 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb">
203 <Link>Content\Graphics\neutral-cruiser.xnb
</Link>
205 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb">
206 <Link>Content\Graphics\neutral-destroyer.xnb
</Link>
208 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-scout.xnb">
209 <Link>Content\Graphics\neutral-scout.xnb
</Link>
211 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-ship.xnb">
212 <Link>Content\Graphics\neutral-ship.xnb
</Link>
214 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb">
215 <Link>Content\Graphics\neutral-supercruiser.xnb
</Link>
217 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\pause-screen.xnb">
218 <Link>Content\Graphics\pause-screen.xnb
</Link>
220 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb">
221 <Link>Content\Graphics\polaritydemotitle.xnb
</Link>
223 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-cruiser.xnb">
224 <Link>Content\Graphics\positive-cruiser.xnb
</Link>
226 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-destroyer.xnb">
227 <Link>Content\Graphics\positive-destroyer.xnb
</Link>
229 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-scout.xnb">
230 <Link>Content\Graphics\positive-scout.xnb
</Link>
232 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-ship.xnb">
233 <Link>Content\Graphics\positive-ship.xnb
</Link>
235 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb">
236 <Link>Content\Graphics\positive-supercruiser.xnb
</Link>
238 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\square.xnb">
239 <Link>Content\Graphics\square.xnb
</Link>
241 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\star.xnb">
242 <Link>Content\Graphics\star.xnb
</Link>
244 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb">
245 <Link>Content\Fonts\SegoeUIMono14.xnb
</Link>
247 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\bigfont.xnb">
248 <Link>Content\Fonts\bigfont.xnb
</Link>
250 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\smallfont.xnb">
251 <Link>Content\Fonts\smallfont.xnb
</Link>
253 <BundleResource Include=
"Info.plist" />
254 <BundleResource Include=
"..\SuperPolarity\Content\Sound\bomb.m4a">
255 <Link>Content\Sound\bomb.m4a
</Link>
257 <BundleResource Include=
"..\SuperPolarity\Content\Sound\bullet.m4a">
258 <Link>Content\Sound\bullet.m4a
</Link>
260 <BundleResource Include=
"..\SuperPolarity\Content\Sound\gameover.m4a">
261 <Link>Content\Sound\gameover.m4a
</Link>
263 <BundleResource Include=
"..\SuperPolarity\Content\Sound\hit.m4a">
264 <Link>Content\Sound\hit.m4a
</Link>
266 <BundleResource Include=
"..\SuperPolarity\Content\Sound\life.m4a">
267 <Link>Content\Sound\life.m4a
</Link>
269 <BundleResource Include=
"..\SuperPolarity\Content\Sound\polaritychange.m4a">
270 <Link>Content\Sound\polaritychange.m4a
</Link>
272 <BundleResource Include=
"..\SuperPolarity\Content\Sound\polaritytheme.m4a">
273 <Link>Content\Sound\polaritytheme.m4a
</Link>