]> git.r.bdr.sh - rbdr/super-polarity/blame - SuperPolarityMac/SuperPolarityMac.csproj
Works in win, compiles in mac
[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
BB
65 <Reference Include="MonoMac">
66 <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoMac.dll</HintPath>
67 </Reference>
68 <Reference Include="Lidgren.Network">
69 <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Lidgren.Network.dll</HintPath>
70 </Reference>
71 <Reference Include="MonoGame.Framework">
72 <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoGame.Framework.dll</HintPath>
73 </Reference>
74 <Reference Include="Tao.Sdl">
75 <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Tao.Sdl.dll</HintPath>
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>
171 </ItemGroup>
172 <ItemGroup>
173 <Folder Include="Actors\" />
174 <Folder Include="Content\" />
175 <Folder Include="Properties\" />
176 </ItemGroup>
177 <ItemGroup>
178 <BundleResource Include="..\SuperPolarity\Content\Graphics\circle.xnb">
179 <Link>Content\Graphics\circle.xnb</Link>
180 </BundleResource>
181 <BundleResource Include="..\SuperPolarity\Content\Graphics\diamond.xnb">
182 <Link>Content\Graphics\diamond.xnb</Link>
183 </BundleResource>
184 <BundleResource Include="..\SuperPolarity\Content\Graphics\main-ship.xnb">
185 <Link>Content\Graphics\main-ship.xnb</Link>
186 </BundleResource>
187 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-cruiser.xnb">
188 <Link>Content\Graphics\negative-cruiser.xnb</Link>
189 </BundleResource>
190 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-destroyer.xnb">
191 <Link>Content\Graphics\negative-destroyer.xnb</Link>
192 </BundleResource>
193 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-scout.xnb">
194 <Link>Content\Graphics\negative-scout.xnb</Link>
195 </BundleResource>
196 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-ship.xnb">
197 <Link>Content\Graphics\negative-ship.xnb</Link>
198 </BundleResource>
199 <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb">
200 <Link>Content\Graphics\negative-supercruiser.xnb</Link>
201 </BundleResource>
202 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb">
203 <Link>Content\Graphics\neutral-cruiser.xnb</Link>
204 </BundleResource>
205 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb">
206 <Link>Content\Graphics\neutral-destroyer.xnb</Link>
207 </BundleResource>
208 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-scout.xnb">
209 <Link>Content\Graphics\neutral-scout.xnb</Link>
210 </BundleResource>
211 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-ship.xnb">
212 <Link>Content\Graphics\neutral-ship.xnb</Link>
213 </BundleResource>
214 <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb">
215 <Link>Content\Graphics\neutral-supercruiser.xnb</Link>
216 </BundleResource>
217 <BundleResource Include="..\SuperPolarity\Content\Graphics\pause-screen.xnb">
218 <Link>Content\Graphics\pause-screen.xnb</Link>
219 </BundleResource>
220 <BundleResource Include="..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb">
221 <Link>Content\Graphics\polaritydemotitle.xnb</Link>
222 </BundleResource>
223 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-cruiser.xnb">
224 <Link>Content\Graphics\positive-cruiser.xnb</Link>
225 </BundleResource>
226 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-destroyer.xnb">
227 <Link>Content\Graphics\positive-destroyer.xnb</Link>
228 </BundleResource>
229 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-scout.xnb">
230 <Link>Content\Graphics\positive-scout.xnb</Link>
231 </BundleResource>
232 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-ship.xnb">
233 <Link>Content\Graphics\positive-ship.xnb</Link>
234 </BundleResource>
235 <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb">
236 <Link>Content\Graphics\positive-supercruiser.xnb</Link>
237 </BundleResource>
238 <BundleResource Include="..\SuperPolarity\Content\Graphics\square.xnb">
239 <Link>Content\Graphics\square.xnb</Link>
240 </BundleResource>
241 <BundleResource Include="..\SuperPolarity\Content\Graphics\star.xnb">
242 <Link>Content\Graphics\star.xnb</Link>
243 </BundleResource>
244 <BundleResource Include="..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb">
245 <Link>Content\Fonts\SegoeUIMono14.xnb</Link>
246 </BundleResource>
247 <BundleResource Include="..\SuperPolarity\Content\Fonts\bigfont.xnb">
248 <Link>Content\Fonts\bigfont.xnb</Link>
249 </BundleResource>
250 <BundleResource Include="..\SuperPolarity\Content\Fonts\smallfont.xnb">
251 <Link>Content\Fonts\smallfont.xnb</Link>
252 </BundleResource>
253 <BundleResource Include="Info.plist" />
254 <BundleResource Include="..\SuperPolarity\Content\Sound\bomb.m4a">
255 <Link>Content\Sound\bomb.m4a</Link>
256 </BundleResource>
257 <BundleResource Include="..\SuperPolarity\Content\Sound\bullet.m4a">
258 <Link>Content\Sound\bullet.m4a</Link>
259 </BundleResource>
260 <BundleResource Include="..\SuperPolarity\Content\Sound\gameover.m4a">
261 <Link>Content\Sound\gameover.m4a</Link>
262 </BundleResource>
263 <BundleResource Include="..\SuperPolarity\Content\Sound\hit.m4a">
264 <Link>Content\Sound\hit.m4a</Link>
265 </BundleResource>
266 <BundleResource Include="..\SuperPolarity\Content\Sound\life.m4a">
267 <Link>Content\Sound\life.m4a</Link>
268 </BundleResource>
269 <BundleResource Include="..\SuperPolarity\Content\Sound\polaritychange.m4a">
270 <Link>Content\Sound\polaritychange.m4a</Link>
271 </BundleResource>
272 <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.m4a">
273 <Link>Content\Sound\polaritytheme.m4a</Link>
274 </BundleResource>
0cafec44 275 </ItemGroup>
0cafec44 276</Project>