mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
8 lines
619 B
XML
8 lines
619 B
XML
<!-- Contains required properties for C#. -->
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<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>
|
|
</Project> |