| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
- <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ProjectGuid>{16A211FF-510F-436B-80C6-D9262DF51D92}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>XMLContentLoadingSample.iOS</RootNamespace>
- <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
- <AssemblyName>XMLContentLoadingSample.iOS</AssemblyName>
- <MonoGamePlatform>iOS</MonoGamePlatform>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>i386, x86_64</MtouchArch>
- <MtouchLink>None</MtouchLink>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <MtouchUseSGen>true</MtouchUseSGen>
- <MtouchFastDev>true</MtouchFastDev>
- <MtouchDebug>true</MtouchDebug>
- <MtouchProfiling>true</MtouchProfiling>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>i386, x86_64</MtouchArch>
- <MtouchLink>None</MtouchLink>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <MtouchUseSGen>true</MtouchUseSGen>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
- <DeviceSpecificBuild>true</DeviceSpecificBuild>
- <MtouchDebug>true</MtouchDebug>
- <MtouchUseSGen>true</MtouchUseSGen>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <MtouchProfiling>true</MtouchProfiling>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <CodesignKey>iPhone Developer</CodesignKey>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
- <MtouchUseSGen>true</MtouchUseSGen>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <CodesignKey>iPhone Developer</CodesignKey>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
- <DebugType>none</DebugType>
- <Optimize>True</Optimize>
- <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>False</ConsolePause>
- <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <MtouchUseSGen>true</MtouchUseSGen>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <BuildIpa>True</BuildIpa>
- <CodesignProvision>Automatic:AdHoc</CodesignProvision>
- <CodesignKey>iPhone Distribution</CodesignKey>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
- <DebugType>none</DebugType>
- <Optimize>True</Optimize>
- <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>False</ConsolePause>
- <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
- <MtouchUseSGen>true</MtouchUseSGen>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <CodesignProvision>Automatic:AppStore</CodesignProvision>
- <CodesignKey>iPhone Distribution</CodesignKey>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="Xamarin.iOS" />
- <Reference Include="MonoGame.Framework">
- <HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\iOS\MonoGame.Framework.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <MonoGameContentReference Include="..\..\Content\Content.mgcb">
- <Link>Content\Content.mgcb</Link>
- </MonoGameContentReference>
- <None Include="Entitlements.plist" />
- <None Include="Info.plist" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Default.png" />
- <BundleResource Include="GameThumbnail.png" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\XMLContentLoadingSample\XMLContentLoadingSample.csproj">
- <Project>{18a0f682-c28f-43e9-be04-38e188b3379b}</Project>
- <Name>XMLContentLoadingSample</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
- </Project>
|