Files
osu-framework/osu.Framework.iOS/osu.Framework.iOS.csproj
2022-12-15 10:40:32 +03:00

31 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFramework>net6.0-ios</TargetFramework>
<SupportedOSPlatformVersion>13.4</SupportedOSPlatformVersion>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyTitle>osu!framework iOS</AssemblyTitle>
<AssemblyName>osu.Framework.iOS</AssemblyName>
<RootNamespace>osu.Framework.iOS</RootNamespace>
<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>
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.0" />
<PackageReference Include="ppy.osuTK.iOS" Version="1.0.192" />
</ItemGroup>
<ItemGroup>
<None Include="runtimes\**\*">
<Pack>true</Pack>
<PackagePath>runtimes</PackagePath>
</None>
</ItemGroup>
</Project>