|
@@ -1,117 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
- <PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProductVersion>9.0.21022</ProductVersion>
|
|
|
- <SchemaVersion>2.0</SchemaVersion>
|
|
|
- <ProjectGuid>{71192C89-7FB6-49A4-A19D-FC89E3D18248}</ProjectGuid>
|
|
|
- <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
- <OutputType>Exe</OutputType>
|
|
|
- <RootNamespace>MonoGame.Samples.Draw2D</RootNamespace>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
|
- <DefineConstants>DEBUG</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <MtouchLink>None</MtouchLink>
|
|
|
- <MtouchDebug>true</MtouchDebug>
|
|
|
- <MtouchI18n />
|
|
|
- <MtouchUseArmv7>false</MtouchUseArmv7>
|
|
|
- <AssemblyName>Draw2D</AssemblyName>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <MtouchI18n />
|
|
|
- <MtouchUseArmv7>false</MtouchUseArmv7>
|
|
|
- <AssemblyName>Draw2D</AssemblyName>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\iPhone\Debug</OutputPath>
|
|
|
- <DefineConstants>DEBUG</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <MtouchDebug>true</MtouchDebug>
|
|
|
- <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
- <MtouchI18n />
|
|
|
- <MtouchSdkVersion>4.0</MtouchSdkVersion>
|
|
|
- <MtouchUseArmv7>false</MtouchUseArmv7>
|
|
|
- <AssemblyName>Draw2D</AssemblyName>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\iPhone\Release</OutputPath>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <MtouchI18n />
|
|
|
- <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
- <MtouchSdkVersion>4.0</MtouchSdkVersion>
|
|
|
- <MtouchUseArmv7>false</MtouchUseArmv7>
|
|
|
- <AssemblyName>Draw2D</AssemblyName>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\Debug</OutputPath>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <AssemblyName>MonoGameSamplesDraw2D</AssemblyName>
|
|
|
- <MtouchUseArmv7>false</MtouchUseArmv7>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\Release</OutputPath>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <AssemblyName>MonoGameSamplesDraw2D</AssemblyName>
|
|
|
- <MtouchUseArmv7>false</MtouchUseArmv7>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="monotouch" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Game1.cs" />
|
|
|
- <Compile Include="main.cs" />
|
|
|
- <Compile Include="FPSCounterComponent.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Content Include="Content\purpleBall.xnb">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="Content\SpriteFont1.xnb">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="Default.png">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="Content\monogameicon.png">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="Content\1024.png" />
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
- <ItemGroup>
|
|
|
- <None Include="monogameicon.png" />
|
|
|
- <None Include="Info.plist" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
|
|
|
- <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
|
|
|
- <Name>MonoGame.Framework.iOS</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
-</Project>
|