diff options
Diffstat (limited to 'SuperPolarityMac/SuperPolarityMac.csproj')
| -rw-r--r-- | SuperPolarityMac/SuperPolarityMac.csproj | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/SuperPolarityMac/SuperPolarityMac.csproj b/SuperPolarityMac/SuperPolarityMac.csproj new file mode 100644 index 0000000..4eac2c0 --- /dev/null +++ b/SuperPolarityMac/SuperPolarityMac.csproj @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>10.0.0</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{008F4BF1-A2AB-4EC4-977D-451AE4B1B0FE}</ProjectGuid> + <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <OutputType>Exe</OutputType> + <RootNamespace>SuperPolarityMac</RootNamespace> + <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix> + <AssemblyName>SuperPolarityMac</AssemblyName> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug</OutputPath> + <DefineConstants>DEBUG;</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <UseSGen>false</UseSGen> + <IncludeMonoRuntime>false</IncludeMonoRuntime> + <EnablePackageSigning>false</EnablePackageSigning> + <CodeSigningKey>Mac Developer</CodeSigningKey> + <EnableCodeSigning>false</EnableCodeSigning> + <CreatePackage>false</CreatePackage> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>full</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <LinkMode>Full</LinkMode> + <UseSGen>false</UseSGen> + <IncludeMonoRuntime>true</IncludeMonoRuntime> + <EnablePackageSigning>false</EnablePackageSigning> + <CodeSigningKey>Developer ID Application</CodeSigningKey> + <EnableCodeSigning>true</EnableCodeSigning> + <CreatePackage>true</CreatePackage> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' "> + <DebugType>full</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\AppStore</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <LinkMode>Full</LinkMode> + <UseSGen>false</UseSGen> + <IncludeMonoRuntime>true</IncludeMonoRuntime> + <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey> + <CreatePackage>true</CreatePackage> + <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey> + <EnableCodeSigning>true</EnableCodeSigning> + <EnablePackageSigning>true</EnablePackageSigning> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Xml" /> + <Reference Include="System.Core" /> + <Reference Include="System.Xml.Linq" /> + <Reference Include="System.Drawing" /> + <Reference Include="MonoMac" /> + <Reference Include="MonoGame.Framework" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Game1.cs" /> + <Compile Include="Main.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + </ItemGroup> + <ItemGroup> + <None Include="Info.plist" /> + <None Include="Content\logo.png" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" /> +</Project>
\ No newline at end of file |