|
@@ -3,12 +3,14 @@
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
|
- <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
<ProjectGuid>{1B40F8C5-B8CA-4F5C-8B48-61D1E8981CA9}</ProjectGuid>
|
|
|
<OutputType>Exe</OutputType>
|
|
|
<RootNamespace>spinemonogameexample</RootNamespace>
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
<AssemblyName>spinemonogameexample</AssemblyName>
|
|
|
+ <TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
|
|
|
+ <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -45,6 +47,7 @@
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
<MtouchDebug>true</MtouchDebug>
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <MtouchArch>ARMv7</MtouchArch>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
<DebugType>full</DebugType>
|
|
@@ -55,6 +58,7 @@
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
|
<DebugType>full</DebugType>
|
|
@@ -67,6 +71,7 @@
|
|
|
<BuildIpa>true</BuildIpa>
|
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
|
<DebugType>full</DebugType>
|
|
@@ -78,12 +83,16 @@
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="System.Core" />
|
|
|
- <Reference Include="monotouch" />
|
|
|
+ <Reference Include="Xamarin.iOS" />
|
|
|
+ <Reference Include="MonoGame.Framework">
|
|
|
+ <HintPath>packages\MonoGame.Framework.iOS.3.5.0.1678\lib\XamariniOS\MonoGame.Framework.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Folder Include="Resources\" />
|
|
@@ -92,6 +101,7 @@
|
|
|
<ItemGroup>
|
|
|
<None Include="Info.plist" />
|
|
|
<None Include="Entitlements.plist" />
|
|
|
+ <None Include="packages.config" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Main.cs" />
|
|
@@ -100,12 +110,7 @@
|
|
|
<Link>ExampleGame.cs</Link>
|
|
|
</Compile>
|
|
|
</ItemGroup>
|
|
|
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
|
|
|
<ItemGroup>
|
|
|
- <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
|
|
|
- <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
|
|
|
- <Name>MonoGame.Framework.iOS</Name>
|
|
|
- </ProjectReference>
|
|
|
<ProjectReference Include="..\src\spine-monogame-xamarinstudio-ios.csproj">
|
|
|
<Project>{08DC311B-1F38-4CBD-B7B6-B734984A8CB3}</Project>
|
|
|
<Name>spine-monogame-xamarinstudio-ios</Name>
|
|
@@ -139,5 +144,9 @@
|
|
|
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.atlas">
|
|
|
<Link>data\goblins-mesh.atlas</Link>
|
|
|
</Content>
|
|
|
+ <Content Include="..\..\..\spine-xna\example\data\raptor.skel">
|
|
|
+ <Link>data\raptor.skel</Link>
|
|
|
+ </Content>
|
|
|
</ItemGroup>
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
</Project>
|