mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
23 lines
721 B
XML
23 lines
721 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net461</TargetFramework>
|
|
<OutputType>WinExe</OutputType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="OpenTK.dll.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="OpenTK" Version="3.0.0-git00009" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\osu-framework.licenseheader">
|
|
<Link>osu-framework.licenseheader</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |