Files
osu-framework/osu.Framework.iOS/osu.Framework.iOS.csproj
dependabot-preview[bot] af5413158d Bump ppy.osuTK.iOS from 1.0.111 to 1.0.115
Bumps [ppy.osuTK.iOS](https://github.com/ppy/opentk) from 1.0.111 to 1.0.115.
- [Release notes](https://github.com/ppy/opentk/releases)
- [Changelog](https://github.com/ppy/osuTK/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/ppy/opentk/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 06:13:53 +00:00

38 lines
1.4 KiB
XML

<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup Label="Project">
<TargetFramework>xamarinios10</TargetFramework>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyTitle>osu!framework iOS</AssemblyTitle>
<AssemblyName>osu.Framework.iOS</AssemblyName>
<RootNamespace>osu.Framework.iOS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<Description>A 2D application/game framework written with rhythm games in mind.</Description>
</PropertyGroup>
<PropertyGroup Label="Nuget">
<Title>osu!framework iOS</Title>
<PackageId>ppy.osu.Framework.iOS</PackageId>
<PackageTags>osu game framework</PackageTags>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osuTK.iOS" Version="1.0.115" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0007" />
</ItemGroup>
<ItemGroup>
<NativeLibs Include="$(MSBuildThisFileDirectory)\*.a" />
<None Include="@(NativeLibs)">
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>