2017-11-29 23:45:37 +08:00
|
|
|
<!-- Contains required properties for osu!framework projects. -->
|
2017-11-30 01:06:03 +08:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-12-01 12:53:32 +08:00
|
|
|
<Import Project="$(SolutionDir)\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" />
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
<PropertyGroup Label="C#">
|
|
|
|
<LangVersion>7</LangVersion>
|
|
|
|
</PropertyGroup>
|
2017-11-29 23:45:37 +08:00
|
|
|
<ItemGroup Label="License">
|
|
|
|
<None Include="..\osu.licenseheader">
|
|
|
|
<Link>osu.licenseheader</Link>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|