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\" />
176 <Folder Include=
"Content\Sound\" />
179 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\circle.xnb">
180 <Link>Content\Graphics\circle.xnb
</Link>
182 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\diamond.xnb">
183 <Link>Content\Graphics\diamond.xnb
</Link>
185 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\main-ship.xnb">
186 <Link>Content\Graphics\main-ship.xnb
</Link>
188 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-cruiser.xnb">
189 <Link>Content\Graphics\negative-cruiser.xnb
</Link>
191 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-destroyer.xnb">
192 <Link>Content\Graphics\negative-destroyer.xnb
</Link>
194 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-scout.xnb">
195 <Link>Content\Graphics\negative-scout.xnb
</Link>
197 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-ship.xnb">
198 <Link>Content\Graphics\negative-ship.xnb
</Link>
200 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb">
201 <Link>Content\Graphics\negative-supercruiser.xnb
</Link>
203 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb">
204 <Link>Content\Graphics\neutral-cruiser.xnb
</Link>
206 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb">
207 <Link>Content\Graphics\neutral-destroyer.xnb
</Link>
209 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-scout.xnb">
210 <Link>Content\Graphics\neutral-scout.xnb
</Link>
212 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-ship.xnb">
213 <Link>Content\Graphics\neutral-ship.xnb
</Link>
215 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb">
216 <Link>Content\Graphics\neutral-supercruiser.xnb
</Link>
218 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\pause-screen.xnb">
219 <Link>Content\Graphics\pause-screen.xnb
</Link>
221 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb">
222 <Link>Content\Graphics\polaritydemotitle.xnb
</Link>
224 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-cruiser.xnb">
225 <Link>Content\Graphics\positive-cruiser.xnb
</Link>
227 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-destroyer.xnb">
228 <Link>Content\Graphics\positive-destroyer.xnb
</Link>
230 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-scout.xnb">
231 <Link>Content\Graphics\positive-scout.xnb
</Link>
233 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-ship.xnb">
234 <Link>Content\Graphics\positive-ship.xnb
</Link>
236 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb">
237 <Link>Content\Graphics\positive-supercruiser.xnb
</Link>
239 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\square.xnb">
240 <Link>Content\Graphics\square.xnb
</Link>
242 <BundleResource Include=
"..\SuperPolarity\Content\Graphics\star.xnb">
243 <Link>Content\Graphics\star.xnb
</Link>
245 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb">
246 <Link>Content\Fonts\SegoeUIMono14.xnb
</Link>
248 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\bigfont.xnb">
249 <Link>Content\Fonts\bigfont.xnb
</Link>
251 <BundleResource Include=
"..\SuperPolarity\Content\Fonts\smallfont.xnb">
252 <Link>Content\Fonts\smallfont.xnb
</Link>
254 <BundleResource Include=
"Info.plist" />
255 <BundleResource Include=
"..\SuperPolarity\Content\Sound\bomb.xnb">
256 <Link>Content\Sound\bomb.xnb
</Link>
257 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
259 <BundleResource Include=
"..\SuperPolarity\Content\Sound\bullet.xnb">
260 <Link>Content\Sound\bullet.xnb
</Link>
261 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
263 <BundleResource Include=
"..\SuperPolarity\Content\Sound\gameover.xnb">
264 <Link>Content\Sound\gameover.xnb
</Link>
265 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
267 <BundleResource Include=
"..\SuperPolarity\Content\Sound\hit.xnb">
268 <Link>Content\Sound\hit.xnb
</Link>
269 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
271 <BundleResource Include=
"..\SuperPolarity\Content\Sound\life.xnb">
272 <Link>Content\Sound\life.xnb
</Link>
273 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
275 <BundleResource Include=
"..\SuperPolarity\Content\Sound\polaritychange.xnb">
276 <Link>Content\Sound\polaritychange.xnb
</Link>
277 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>
279 <BundleResource Include=
"..\SuperPolarity\Content\Sound\polaritytheme.xnb">
280 <Link>Content\Sound\polaritytheme.xnb
</Link>
281 <CopyToOutputDirectory>PreserveNewest
</CopyToOutputDirectory>