]>
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> |
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\" /> | |
d7a43ae2 | 176 | <Folder Include="Content\Sound\" /> |
63419029 BB |
177 | </ItemGroup> |
178 | <ItemGroup> | |
179 | <BundleResource Include="..\SuperPolarity\Content\Graphics\circle.xnb"> | |
180 | <Link>Content\Graphics\circle.xnb</Link> | |
181 | </BundleResource> | |
182 | <BundleResource Include="..\SuperPolarity\Content\Graphics\diamond.xnb"> | |
183 | <Link>Content\Graphics\diamond.xnb</Link> | |
184 | </BundleResource> | |
185 | <BundleResource Include="..\SuperPolarity\Content\Graphics\main-ship.xnb"> | |
186 | <Link>Content\Graphics\main-ship.xnb</Link> | |
187 | </BundleResource> | |
188 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-cruiser.xnb"> | |
189 | <Link>Content\Graphics\negative-cruiser.xnb</Link> | |
190 | </BundleResource> | |
191 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-destroyer.xnb"> | |
192 | <Link>Content\Graphics\negative-destroyer.xnb</Link> | |
193 | </BundleResource> | |
194 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-scout.xnb"> | |
195 | <Link>Content\Graphics\negative-scout.xnb</Link> | |
196 | </BundleResource> | |
197 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-ship.xnb"> | |
198 | <Link>Content\Graphics\negative-ship.xnb</Link> | |
199 | </BundleResource> | |
200 | <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb"> | |
201 | <Link>Content\Graphics\negative-supercruiser.xnb</Link> | |
202 | </BundleResource> | |
203 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb"> | |
204 | <Link>Content\Graphics\neutral-cruiser.xnb</Link> | |
205 | </BundleResource> | |
206 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb"> | |
207 | <Link>Content\Graphics\neutral-destroyer.xnb</Link> | |
208 | </BundleResource> | |
209 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-scout.xnb"> | |
210 | <Link>Content\Graphics\neutral-scout.xnb</Link> | |
211 | </BundleResource> | |
212 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-ship.xnb"> | |
213 | <Link>Content\Graphics\neutral-ship.xnb</Link> | |
214 | </BundleResource> | |
215 | <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb"> | |
216 | <Link>Content\Graphics\neutral-supercruiser.xnb</Link> | |
217 | </BundleResource> | |
218 | <BundleResource Include="..\SuperPolarity\Content\Graphics\pause-screen.xnb"> | |
219 | <Link>Content\Graphics\pause-screen.xnb</Link> | |
220 | </BundleResource> | |
221 | <BundleResource Include="..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb"> | |
222 | <Link>Content\Graphics\polaritydemotitle.xnb</Link> | |
223 | </BundleResource> | |
224 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-cruiser.xnb"> | |
225 | <Link>Content\Graphics\positive-cruiser.xnb</Link> | |
226 | </BundleResource> | |
227 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-destroyer.xnb"> | |
228 | <Link>Content\Graphics\positive-destroyer.xnb</Link> | |
229 | </BundleResource> | |
230 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-scout.xnb"> | |
231 | <Link>Content\Graphics\positive-scout.xnb</Link> | |
232 | </BundleResource> | |
233 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-ship.xnb"> | |
234 | <Link>Content\Graphics\positive-ship.xnb</Link> | |
235 | </BundleResource> | |
236 | <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb"> | |
237 | <Link>Content\Graphics\positive-supercruiser.xnb</Link> | |
238 | </BundleResource> | |
239 | <BundleResource Include="..\SuperPolarity\Content\Graphics\square.xnb"> | |
240 | <Link>Content\Graphics\square.xnb</Link> | |
241 | </BundleResource> | |
242 | <BundleResource Include="..\SuperPolarity\Content\Graphics\star.xnb"> | |
243 | <Link>Content\Graphics\star.xnb</Link> | |
244 | </BundleResource> | |
245 | <BundleResource Include="..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb"> | |
246 | <Link>Content\Fonts\SegoeUIMono14.xnb</Link> | |
247 | </BundleResource> | |
248 | <BundleResource Include="..\SuperPolarity\Content\Fonts\bigfont.xnb"> | |
249 | <Link>Content\Fonts\bigfont.xnb</Link> | |
250 | </BundleResource> | |
251 | <BundleResource Include="..\SuperPolarity\Content\Fonts\smallfont.xnb"> | |
252 | <Link>Content\Fonts\smallfont.xnb</Link> | |
253 | </BundleResource> | |
254 | <BundleResource Include="Info.plist" /> | |
d7a43ae2 BB |
255 | <BundleResource Include="..\SuperPolarity\Content\Sound\bomb.xnb"> |
256 | <Link>Content\Sound\bomb.xnb</Link> | |
257 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 258 | </BundleResource> |
d7a43ae2 BB |
259 | <BundleResource Include="..\SuperPolarity\Content\Sound\bullet.xnb"> |
260 | <Link>Content\Sound\bullet.xnb</Link> | |
261 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 262 | </BundleResource> |
d7a43ae2 BB |
263 | <BundleResource Include="..\SuperPolarity\Content\Sound\gameover.xnb"> |
264 | <Link>Content\Sound\gameover.xnb</Link> | |
265 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 266 | </BundleResource> |
d7a43ae2 BB |
267 | <BundleResource Include="..\SuperPolarity\Content\Sound\hit.xnb"> |
268 | <Link>Content\Sound\hit.xnb</Link> | |
269 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 270 | </BundleResource> |
d7a43ae2 BB |
271 | <BundleResource Include="..\SuperPolarity\Content\Sound\life.xnb"> |
272 | <Link>Content\Sound\life.xnb</Link> | |
273 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 274 | </BundleResource> |
d7a43ae2 BB |
275 | <BundleResource Include="..\SuperPolarity\Content\Sound\polaritychange.xnb"> |
276 | <Link>Content\Sound\polaritychange.xnb</Link> | |
277 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 278 | </BundleResource> |
d7a43ae2 BB |
279 | <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.xnb"> |
280 | <Link>Content\Sound\polaritytheme.xnb</Link> | |
281 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
63419029 | 282 | </BundleResource> |
0cafec44 | 283 | </ItemGroup> |
0cafec44 | 284 | </Project> |