]>
Commit | Line | Data |
---|---|---|
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> |
8ae8ea0d | 9 | <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
0cafec44 BB |
10 | <OutputType>Exe</OutputType> |
11 | <RootNamespace>SuperPolarityMac</RootNamespace> | |
12 | <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix> | |
13 | <AssemblyName>SuperPolarityMac</AssemblyName> | |
8ae8ea0d BB |
14 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
15 | <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier> | |
0cafec44 BB |
16 | </PropertyGroup> |
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> | |
0cafec44 BB |
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> | |
8ae8ea0d BB |
31 | <AOTMode>None</AOTMode> |
32 | <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey> | |
0cafec44 BB |
33 | </PropertyGroup> |
34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
35 | <DebugType>full</DebugType> | |
36 | <Optimize>true</Optimize> | |
37 | <OutputPath>bin\Release</OutputPath> | |
0cafec44 BB |
38 | <WarningLevel>4</WarningLevel> |
39 | <ConsolePause>false</ConsolePause> | |
8ae8ea0d | 40 | <LinkMode>None</LinkMode> |
0cafec44 BB |
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> | |
8ae8ea0d | 47 | <AOTMode>None</AOTMode> |
0cafec44 BB |
48 | </PropertyGroup> |
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' "> | |
50 | <DebugType>full</DebugType> | |
51 | <Optimize>true</Optimize> | |
52 | <OutputPath>bin\AppStore</OutputPath> | |
0cafec44 BB |
53 | <WarningLevel>4</WarningLevel> |
54 | <ConsolePause>false</ConsolePause> | |
8ae8ea0d | 55 | <LinkMode>None</LinkMode> |
0cafec44 BB |
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> | |
8ae8ea0d | 63 | <AOTMode>None</AOTMode> |
0cafec44 BB |
64 | </PropertyGroup> |
65 | <ItemGroup> | |
66 | <Reference Include="System" /> | |
67 | <Reference Include="System.Xml" /> | |
68 | <Reference Include="System.Core" /> | |
69 | <Reference Include="System.Xml.Linq" /> | |
63419029 | 70 | <Reference Include="MonoGame.Framework"> |
8ae8ea0d | 71 | <HintPath>..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\MonoGame.Framework.dll</HintPath> |
078dd693 | 72 | </Reference> |
8ae8ea0d BB |
73 | <Reference Include="MonoGame.Framework.Net"> |
74 | <HintPath>..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\MonoGame.Framework.Net.dll</HintPath> | |
63419029 | 75 | </Reference> |
8ae8ea0d BB |
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> | |
63419029 | 79 | </Reference> |
0cafec44 BB |
80 | </ItemGroup> |
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> | |
8ae8ea0d | 193 | <None Include="Info.plist" /> |
63419029 BB |
194 | </ItemGroup> |
195 | <ItemGroup> | |
196 | <Folder Include="Actors\" /> | |
197 | <Folder Include="Content\" /> | |
198 | <Folder Include="Properties\" /> | |
d7a43ae2 | 199 | <Folder Include="Content\Sound\" /> |
078dd693 | 200 | <Folder Include="Vendor\" /> |
05e4b948 | 201 | <Folder Include="Actors\Generators\" /> |
63419029 BB |
202 | </ItemGroup> |
203 | <ItemGroup> | |
204 | <BundleResource Include="..\SuperPolarity\Content\Graphics\circle.xnb"> | |
205 | <Link>Content\Graphics\circle.xnb</Link> | |
206 | </BundleResource> | |
207 | <BundleResource Include="..\SuperPolarity\Content\Graphics\diamond.xnb"> | |
208 | <Link>Content\Graphics\diamond.xnb</Link> | |
209 | </BundleResource> | |
210 | <BundleResource Include="..\SuperPolarity\Content\Graphics\main-ship.xnb"> | |
211 | <Link>Content\Graphics\main-ship.xnb</Link> | |
212 | </BundleResource> | |
213 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-cruiser.xnb"> | |
214 | <Link>Content\Graphics\negative-cruiser.xnb</Link> | |
215 | </BundleResource> | |
216 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-destroyer.xnb"> | |
217 | <Link>Content\Graphics\negative-destroyer.xnb</Link> | |
218 | </BundleResource> | |
219 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-scout.xnb"> | |
220 | <Link>Content\Graphics\negative-scout.xnb</Link> | |
221 | </BundleResource> | |
222 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-ship.xnb"> | |
223 | <Link>Content\Graphics\negative-ship.xnb</Link> | |
224 | </BundleResource> | |
225 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb"> | |
226 | <Link>Content\Graphics\negative-supercruiser.xnb</Link> | |
227 | </BundleResource> | |
228 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb"> | |
229 | <Link>Content\Graphics\neutral-cruiser.xnb</Link> | |
230 | </BundleResource> | |
231 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb"> | |
232 | <Link>Content\Graphics\neutral-destroyer.xnb</Link> | |
233 | </BundleResource> | |
234 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-scout.xnb"> | |
235 | <Link>Content\Graphics\neutral-scout.xnb</Link> | |
236 | </BundleResource> | |
237 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-ship.xnb"> | |
238 | <Link>Content\Graphics\neutral-ship.xnb</Link> | |
239 | </BundleResource> | |
240 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb"> | |
241 | <Link>Content\Graphics\neutral-supercruiser.xnb</Link> | |
242 | </BundleResource> | |
243 | <BundleResource Include="..\SuperPolarity\Content\Graphics\pause-screen.xnb"> | |
244 | <Link>Content\Graphics\pause-screen.xnb</Link> | |
245 | </BundleResource> | |
246 | <BundleResource Include="..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb"> | |
247 | <Link>Content\Graphics\polaritydemotitle.xnb</Link> | |
248 | </BundleResource> | |
249 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-cruiser.xnb"> | |
250 | <Link>Content\Graphics\positive-cruiser.xnb</Link> | |
251 | </BundleResource> | |
252 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-destroyer.xnb"> | |
253 | <Link>Content\Graphics\positive-destroyer.xnb</Link> | |
254 | </BundleResource> | |
255 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-scout.xnb"> | |
256 | <Link>Content\Graphics\positive-scout.xnb</Link> | |
257 | </BundleResource> | |
258 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-ship.xnb"> | |
259 | <Link>Content\Graphics\positive-ship.xnb</Link> | |
260 | </BundleResource> | |
261 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb"> | |
262 | <Link>Content\Graphics\positive-supercruiser.xnb</Link> | |
263 | </BundleResource> | |
264 | <BundleResource Include="..\SuperPolarity\Content\Graphics\square.xnb"> | |
265 | <Link>Content\Graphics\square.xnb</Link> | |
266 | </BundleResource> | |
267 | <BundleResource Include="..\SuperPolarity\Content\Graphics\star.xnb"> | |
268 | <Link>Content\Graphics\star.xnb</Link> | |
269 | </BundleResource> | |
270 | <BundleResource Include="..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb"> | |
271 | <Link>Content\Fonts\SegoeUIMono14.xnb</Link> | |
272 | </BundleResource> | |
273 | <BundleResource Include="..\SuperPolarity\Content\Fonts\bigfont.xnb"> | |
274 | <Link>Content\Fonts\bigfont.xnb</Link> | |
275 | </BundleResource> | |
276 | <BundleResource Include="..\SuperPolarity\Content\Fonts\smallfont.xnb"> | |
277 | <Link>Content\Fonts\smallfont.xnb</Link> | |
278 | </BundleResource> | |
d7a43ae2 BB |
279 | <BundleResource Include="..\SuperPolarity\Content\Sound\bomb.xnb"> |
280 | <Link>Content\Sound\bomb.xnb</Link> | |
281 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 282 | </BundleResource> |
d7a43ae2 BB |
283 | <BundleResource Include="..\SuperPolarity\Content\Sound\bullet.xnb"> |
284 | <Link>Content\Sound\bullet.xnb</Link> | |
285 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 286 | </BundleResource> |
d7a43ae2 BB |
287 | <BundleResource Include="..\SuperPolarity\Content\Sound\gameover.xnb"> |
288 | <Link>Content\Sound\gameover.xnb</Link> | |
289 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 290 | </BundleResource> |
d7a43ae2 BB |
291 | <BundleResource Include="..\SuperPolarity\Content\Sound\hit.xnb"> |
292 | <Link>Content\Sound\hit.xnb</Link> | |
293 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 294 | </BundleResource> |
d7a43ae2 BB |
295 | <BundleResource Include="..\SuperPolarity\Content\Sound\life.xnb"> |
296 | <Link>Content\Sound\life.xnb</Link> | |
297 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 298 | </BundleResource> |
d7a43ae2 BB |
299 | <BundleResource Include="..\SuperPolarity\Content\Sound\polaritychange.xnb"> |
300 | <Link>Content\Sound\polaritychange.xnb</Link> | |
301 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 302 | </BundleResource> |
d7a43ae2 BB |
303 | <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.xnb"> |
304 | <Link>Content\Sound\polaritytheme.xnb</Link> | |
305 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 306 | </BundleResource> |
0cafec44 | 307 | </ItemGroup> |
8ae8ea0d BB |
308 | <ItemGroup> |
309 | <NativeReference Include="..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\libopenal.1.dylib"> | |
310 | <Kind>Dynamic</Kind> | |
311 | <SmartLink>False</SmartLink> | |
312 | </NativeReference> | |
313 | <NativeReference Include="..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\libSDL2-2.0.0.dylib"> | |
314 | <Kind>Dynamic</Kind> | |
315 | <SmartLink>False</SmartLink> | |
316 | </NativeReference> | |
317 | </ItemGroup> | |
318 | <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" /> | |
319 | </Project> |