mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
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>
38 lines
1.4 KiB
XML
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> |