]> git.r.bdr.sh - rbdr/super-polarity/blame - SuperPolarityMac/SuperPolarityMac.csproj
Adds instructions to readme
[rbdr/super-polarity] / SuperPolarityMac / SuperPolarityMac.csproj
CommitLineData
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>
0cafec44
BB
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 </PropertyGroup>
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>
0cafec44
BB
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>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>full</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release</OutputPath>
0cafec44
BB
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>
43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
45 <DebugType>full</DebugType>
46 <Optimize>true</Optimize>
47 <OutputPath>bin\AppStore</OutputPath>
0cafec44
BB
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>
58 </PropertyGroup>
59 <ItemGroup>
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" />
63419029 65 <Reference Include="Lidgren.Network">
078dd693 66 <HintPath>..\SuperPolarity\Vendor\osx\Lidgren.Network.dll</HintPath>
63419029
BB
67 </Reference>
68 <Reference Include="MonoGame.Framework">
078dd693
BB
69 <HintPath>..\SuperPolarity\Vendor\osx\MonoGame.Framework.dll</HintPath>
70 </Reference>
71 <Reference Include="MonoMac">
72 <HintPath>..\SuperPolarity\Vendor\osx\MonoMac.dll</HintPath>
63419029
BB
73 </Reference>
74 <Reference Include="Tao.Sdl">
078dd693 75 <HintPath>..\SuperPolarity\Vendor\osx\Tao.Sdl.dll</HintPath>
63419029 76 </Reference>
0cafec44 77 </ItemGroup>
63419029
BB
78 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
79 <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
0cafec44 80 <ItemGroup>
63419029
BB
81 <Compile Include="..\SuperPolarity\ActorFactory.cs">
82 <Link>ActorFactory.cs</Link>
83 </Compile>
84 <Compile Include="..\SuperPolarity\ActorManager.cs">
85 <Link>ActorManager.cs</Link>
86 </Compile>
87 <Compile Include="..\SuperPolarity\BasicGenerator.cs">
88 <Link>BasicGenerator.cs</Link>
89 </Compile>
90 <Compile Include="..\SuperPolarity\GameScreen.cs">
91 <Link>GameScreen.cs</Link>
92 </Compile>
93 <Compile Include="..\SuperPolarity\InputController.cs">
94 <Link>InputController.cs</Link>
95 </Compile>
96 <Compile Include="..\SuperPolarity\LetterChooseWidget.cs">
97 <Link>LetterChooseWidget.cs</Link>
98 </Compile>
99 <Compile Include="..\SuperPolarity\MenuItem.cs">
100 <Link>MenuItem.cs</Link>
101 </Compile>
102 <Compile Include="..\SuperPolarity\MenuWidget.cs">
103 <Link>MenuWidget.cs</Link>
104 </Compile>
105 <Compile Include="..\SuperPolarity\NameChooserWidget.cs">
106 <Link>NameChooserWidget.cs</Link>
107 </Compile>
108 <Compile Include="..\SuperPolarity\Particle.cs">
109 <Link>Particle.cs</Link>
110 </Compile>
111 <Compile Include="..\SuperPolarity\ParticleEffectFactory.cs">
112 <Link>ParticleEffectFactory.cs</Link>
113 </Compile>
114 <Compile Include="..\SuperPolarity\ParticleEngine.cs">
115 <Link>ParticleEngine.cs</Link>
116 </Compile>
117 <Compile Include="..\SuperPolarity\Player.cs">
118 <Link>Player.cs</Link>
119 </Compile>
120 <Compile Include="..\SuperPolarity\Renderer.cs">
121 <Link>Renderer.cs</Link>
122 </Compile>
123 <Compile Include="..\SuperPolarity\ScoreScreen.cs">
124 <Link>ScoreScreen.cs</Link>
125 </Compile>
126 <Compile Include="..\SuperPolarity\Screen.cs">
127 <Link>Screen.cs</Link>
128 </Compile>
129 <Compile Include="..\SuperPolarity\ScreenManager.cs">
130 <Link>ScreenManager.cs</Link>
131 </Compile>
132 <Compile Include="..\SuperPolarity\SuperPolarity.cs">
133 <Link>SuperPolarity.cs</Link>
134 </Compile>
135 <Compile Include="..\SuperPolarity\TitleScreen.cs">
136 <Link>TitleScreen.cs</Link>
137 </Compile>
138 <Compile Include="..\SuperPolarity\Widget.cs">
139 <Link>Widget.cs</Link>
140 </Compile>
141 <Compile Include="..\SuperPolarity\Actors\Actor.cs">
142 <Link>Actors\Actor.cs</Link>
143 </Compile>
144 <Compile Include="..\SuperPolarity\Actors\Bullet.cs">
145 <Link>Actors\Bullet.cs</Link>
146 </Compile>
147 <Compile Include="..\SuperPolarity\Actors\MainShip.cs">
148 <Link>Actors\MainShip.cs</Link>
149 </Compile>
150 <Compile Include="..\SuperPolarity\Actors\Ship.cs">
151 <Link>Actors\Ship.cs</Link>
152 </Compile>
153 <Compile Include="..\SuperPolarity\Actors\StandardShip.cs">
154 <Link>Actors\StandardShip.cs</Link>
155 </Compile>
156 <Compile Include="..\SuperPolarity\Properties\AssemblyInfo.cs">
157 <Link>Properties\AssemblyInfo.cs</Link>
158 </Compile>
159 <Compile Include="Program.cs" />
0cafec44
BB
160 </ItemGroup>
161 <ItemGroup>
63419029
BB
162 <None Include="..\SuperPolarity\Icon.ico">
163 <Link>Icon.ico</Link>
164 </None>
165 <None Include="..\SuperPolarity\neutral-supercruiser.xnb">
166 <Link>neutral-supercruiser.xnb</Link>
167 </None>
168 <None Include="..\SuperPolarity\scores.txt">
169 <Link>scores.txt</Link>
170 </None>
078dd693
BB
171 <None Include="..\SuperPolarity\Vendor\Lidgren.Network.dll">
172 <Link>Vendor\Lidgren.Network.dll</Link>
173 </None>
174 <None Include="..\SuperPolarity\Vendor\MonoGame.Framework.dll">
175 <Link>Vendor\MonoGame.Framework.dll</Link>
176 </None>
177 <None Include="..\SuperPolarity\Vendor\MonoMac.dll">
178 <Link>Vendor\MonoMac.dll</Link>
179 </None>
180 <None Include="..\SuperPolarity\Vendor\Tao.Sdl.dll">
181 <Link>Vendor\Tao.Sdl.dll</Link>
182 </None>
183 <None Include="..\SuperPolarity\Vendor\Tao.Sdl.dll.config">
184 <Link>Vendor\Tao.Sdl.dll.config</Link>
185 </None>
63419029
BB
186 </ItemGroup>
187 <ItemGroup>
188 <Folder Include="Actors\" />
189 <Folder Include="Content\" />
190 <Folder Include="Properties\" />
d7a43ae2 191 <Folder Include="Content\Sound\" />
078dd693 192 <Folder Include="Vendor\" />
63419029
BB
193 </ItemGroup>
194 <ItemGroup>
195 <BundleResource Include="..\SuperPolarity\Content\Graphics\circle.xnb">
196 <Link>Content\Graphics\circle.xnb</Link>
197 </BundleResource>
198 <BundleResource Include="..\SuperPolarity\Content\Graphics\diamond.xnb">
199 <Link>Content\Graphics\diamond.xnb</Link>
200 </BundleResource>
201 <BundleResource Include="..\SuperPolarity\Content\Graphics\main-ship.xnb">
202 <Link>Content\Graphics\main-ship.xnb</Link>
203 </BundleResource>
204 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-cruiser.xnb">
205 <Link>Content\Graphics\negative-cruiser.xnb</Link>
206 </BundleResource>
207 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-destroyer.xnb">
208 <Link>Content\Graphics\negative-destroyer.xnb</Link>
209 </BundleResource>
210 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-scout.xnb">
211 <Link>Content\Graphics\negative-scout.xnb</Link>
212 </BundleResource>
213 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-ship.xnb">
214 <Link>Content\Graphics\negative-ship.xnb</Link>
215 </BundleResource>
216 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb">
217 <Link>Content\Graphics\negative-supercruiser.xnb</Link>
218 </BundleResource>
219 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb">
220 <Link>Content\Graphics\neutral-cruiser.xnb</Link>
221 </BundleResource>
222 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb">
223 <Link>Content\Graphics\neutral-destroyer.xnb</Link>
224 </BundleResource>
225 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-scout.xnb">
226 <Link>Content\Graphics\neutral-scout.xnb</Link>
227 </BundleResource>
228 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-ship.xnb">
229 <Link>Content\Graphics\neutral-ship.xnb</Link>
230 </BundleResource>
231 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb">
232 <Link>Content\Graphics\neutral-supercruiser.xnb</Link>
233 </BundleResource>
234 <BundleResource Include="..\SuperPolarity\Content\Graphics\pause-screen.xnb">
235 <Link>Content\Graphics\pause-screen.xnb</Link>
236 </BundleResource>
237 <BundleResource Include="..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb">
238 <Link>Content\Graphics\polaritydemotitle.xnb</Link>
239 </BundleResource>
240 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-cruiser.xnb">
241 <Link>Content\Graphics\positive-cruiser.xnb</Link>
242 </BundleResource>
243 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-destroyer.xnb">
244 <Link>Content\Graphics\positive-destroyer.xnb</Link>
245 </BundleResource>
246 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-scout.xnb">
247 <Link>Content\Graphics\positive-scout.xnb</Link>
248 </BundleResource>
249 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-ship.xnb">
250 <Link>Content\Graphics\positive-ship.xnb</Link>
251 </BundleResource>
252 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb">
253 <Link>Content\Graphics\positive-supercruiser.xnb</Link>
254 </BundleResource>
255 <BundleResource Include="..\SuperPolarity\Content\Graphics\square.xnb">
256 <Link>Content\Graphics\square.xnb</Link>
257 </BundleResource>
258 <BundleResource Include="..\SuperPolarity\Content\Graphics\star.xnb">
259 <Link>Content\Graphics\star.xnb</Link>
260 </BundleResource>
261 <BundleResource Include="..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb">
262 <Link>Content\Fonts\SegoeUIMono14.xnb</Link>
263 </BundleResource>
264 <BundleResource Include="..\SuperPolarity\Content\Fonts\bigfont.xnb">
265 <Link>Content\Fonts\bigfont.xnb</Link>
266 </BundleResource>
267 <BundleResource Include="..\SuperPolarity\Content\Fonts\smallfont.xnb">
268 <Link>Content\Fonts\smallfont.xnb</Link>
269 </BundleResource>
270 <BundleResource Include="Info.plist" />
d7a43ae2
BB
271 <BundleResource Include="..\SuperPolarity\Content\Sound\bomb.xnb">
272 <Link>Content\Sound\bomb.xnb</Link>
273 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 274 </BundleResource>
d7a43ae2
BB
275 <BundleResource Include="..\SuperPolarity\Content\Sound\bullet.xnb">
276 <Link>Content\Sound\bullet.xnb</Link>
277 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 278 </BundleResource>
d7a43ae2
BB
279 <BundleResource Include="..\SuperPolarity\Content\Sound\gameover.xnb">
280 <Link>Content\Sound\gameover.xnb</Link>
281 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 282 </BundleResource>
d7a43ae2
BB
283 <BundleResource Include="..\SuperPolarity\Content\Sound\hit.xnb">
284 <Link>Content\Sound\hit.xnb</Link>
285 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 286 </BundleResource>
d7a43ae2
BB
287 <BundleResource Include="..\SuperPolarity\Content\Sound\life.xnb">
288 <Link>Content\Sound\life.xnb</Link>
289 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 290 </BundleResource>
d7a43ae2
BB
291 <BundleResource Include="..\SuperPolarity\Content\Sound\polaritychange.xnb">
292 <Link>Content\Sound\polaritychange.xnb</Link>
293 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 294 </BundleResource>
d7a43ae2
BB
295 <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.xnb">
296 <Link>Content\Sound\polaritytheme.xnb</Link>
297 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63419029 298 </BundleResource>
0cafec44 299 </ItemGroup>
0cafec44 300</Project>