Files
osu-framework/osu.Framework.iOS/osu.Framework.iOS.csproj
2024-02-02 16:21:16 +09:00

26 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFramework>net8.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>
<None Include="runtimes\**\*" Pack="true" PackagePath="runtimes" />
<None Include="stubs\**\*" Pack="true" PackagePath="stubs" />
<Content Include="osu.Framework.iOS.Workarounds.targets" Pack="true" PackagePath="build\$(PackageId).targets" />
</ItemGroup>
</Project>