Specify C# 5 as the language version used in all projects.

Attempts to use features from a new version will generate compile errors (on Roslyn and possibly other compilers), preventing accidental adoption of new language features.
This commit is contained in:
RoosterDragon
2017-10-11 21:04:38 +01:00
committed by abcdefg30
parent 7da7764a65
commit 3a9abda441
9 changed files with 13 additions and 4 deletions

View File

@@ -43,6 +43,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<StartArguments>Game.Mod=ra</StartArguments>
<Commandlineparameters>Game.Mod=ra</Commandlineparameters>
<LangVersion>5</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<DebugSymbols>true</DebugSymbols>