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>{
008F4BF1-A2AB-
4EC4-
977D-
451AE4B1B0FE}
</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 <ErrorReport>prompt
</ErrorReport>
22 <WarningLevel>4</WarningLevel>
23 <ConsolePause>false
</ConsolePause>
24 <UseSGen>false
</UseSGen>
25 <IncludeMonoRuntime>false
</IncludeMonoRuntime>
26 <EnablePackageSigning>false
</EnablePackageSigning>
27 <CodeSigningKey>Mac Developer
</CodeSigningKey>
28 <EnableCodeSigning>false
</EnableCodeSigning>
29 <CreatePackage>false
</CreatePackage>
31 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>full
</DebugType>
33 <Optimize>true
</Optimize>
34 <OutputPath>bin\Release
</OutputPath>
35 <ErrorReport>prompt
</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <ConsolePause>false
</ConsolePause>
38 <LinkMode>Full
</LinkMode>
39 <UseSGen>false
</UseSGen>
40 <IncludeMonoRuntime>true
</IncludeMonoRuntime>
41 <EnablePackageSigning>false
</EnablePackageSigning>
42 <CodeSigningKey>Developer ID Application
</CodeSigningKey>
43 <EnableCodeSigning>true
</EnableCodeSigning>
44 <CreatePackage>true
</CreatePackage>
46 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
47 <DebugType>full
</DebugType>
48 <Optimize>true
</Optimize>
49 <OutputPath>bin\AppStore
</OutputPath>
50 <ErrorReport>prompt
</ErrorReport>
51 <WarningLevel>4</WarningLevel>
52 <ConsolePause>false
</ConsolePause>
53 <LinkMode>Full
</LinkMode>
54 <UseSGen>false
</UseSGen>
55 <IncludeMonoRuntime>true
</IncludeMonoRuntime>
56 <PackageSigningKey>3rd Party Mac Developer Installer
</PackageSigningKey>
57 <CreatePackage>true
</CreatePackage>
58 <CodeSigningKey>3rd Party Mac Developer Application
</CodeSigningKey>
59 <EnableCodeSigning>true
</EnableCodeSigning>
60 <EnablePackageSigning>true
</EnablePackageSigning>
63 <Reference Include=
"System" />
64 <Reference Include=
"System.Xml" />
65 <Reference Include=
"System.Core" />
66 <Reference Include=
"System.Xml.Linq" />
67 <Reference Include=
"System.Drawing" />
68 <Reference Include=
"MonoMac" />
69 <Reference Include=
"MonoGame.Framework" />
72 <Compile Include=
"Game1.cs" />
73 <Compile Include=
"Main.cs" />
74 <Compile Include=
"Properties\AssemblyInfo.cs" />
77 <None Include=
"Info.plist" />
78 <None Include=
"Content\logo.png" />
80 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
81 <Import Project=
"$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />