|
|
@ -1,6 +1,6 @@
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
|
|
<Title>osu!resources</Title>
|
|
|
|
<Title>osu!resources</Title>
|
|
|
|
<Product>osu!resources</Product>
|
|
|
|
<Product>osu!resources</Product>
|
|
|
|
<Company>ppy Pty Ltd</Company>
|
|
|
|
<Company>ppy Pty Ltd</Company>
|
|
|
@ -25,4 +25,10 @@
|
|
|
|
<EmbeddedResource Include="Textures\**\*" />
|
|
|
|
<EmbeddedResource Include="Textures\**\*" />
|
|
|
|
<EmbeddedResource Include="Tracks\**\*" />
|
|
|
|
<EmbeddedResource Include="Tracks\**\*" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<!-- Resolves references to LocalisableString. -->
|
|
|
|
|
|
|
|
<PackageReference Include="ppy.osu.Framework" Version="2021.611.0">
|
|
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|
|
</Project>
|