mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
18 lines
559 B
XML
18 lines
559 B
XML
<!-- Contains required properties for osu!framework projects. -->
|
|
<Project>
|
|
<PropertyGroup Label="C#">
|
|
<LangVersion>7</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="License">
|
|
<None Include="..\osu-framework.licenseheader">
|
|
<Link>osu-framework.licenseheader</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup Label="Resources">
|
|
<EmbeddedResource Include="Resources\**\*.*" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Project">
|
|
<Company>ppy Pty Ltd</Company>
|
|
<Copyright>ppy Pty Ltd 2007-2018</Copyright>
|
|
</PropertyGroup>
|
|
</Project> |