mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
23 lines
870 B
XML
23 lines
870 B
XML
<!-- Contains required properties for osu!framework projects. -->
|
|
<Project>
|
|
<PropertyGroup Label="C#">
|
|
<LangVersion>7.2</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="License">
|
|
<None Include="$(MSBuildThisFileDirectory)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>Copyright (c) 2019 ppy Pty Ltd</Copyright>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Sourcelink3">
|
|
<EnableSourceLink Condition=" '$(OS)' != 'Windows_NT' AND '$(MSBuildRuntimeType)' != 'Core' ">false</EnableSourceLink>
|
|
<EnableSourceControlManagerQueries>$(EnableSourceLink)</EnableSourceControlManagerQueries>
|
|
</PropertyGroup>
|
|
</Project>
|