1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-07 01:57:19 +08:00
osu-lazer/osu.Game.props

24 lines
851 B
Plaintext
Raw Permalink Normal View History

<!-- Contains required properties for osu!framework projects. -->
2017-12-01 18:51:20 +09:00
<Project>
2017-12-01 13:53:32 +09:00
<PropertyGroup Label="C#">
<LangVersion>7</LangVersion>
</PropertyGroup>
2018-04-11 22:31:50 +09:00
<PropertyGroup>
<ApplicationManifest>..\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup Label="License">
<None Include="..\osu.licenseheader">
<Link>osu.licenseheader</Link>
</None>
</ItemGroup>
<ItemGroup Label="Resources">
<EmbeddedResource Include="Resources\**\*.*" />
</ItemGroup>
2018-03-28 15:19:56 +09:00
<PropertyGroup Label="Project">
<Company>ppy Pty Ltd</Company>
<Copyright>ppy Pty Ltd 2007-2018</Copyright>
<!-- DeepEqual is not netstandard-compatible. This is fine since we run tests with .NET Framework anyway.
This is required due to https://github.com/NuGet/Home/issues/5740 -->
<NoWarn>NU1701</NoWarn>
</PropertyGroup>
</Project>