Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xwt/Xwt.csproj')
-rw-r--r--Xwt/Xwt.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xwt/Xwt.csproj b/Xwt/Xwt.csproj
index 93763315..95d1caf4 100644
--- a/Xwt/Xwt.csproj
+++ b/Xwt/Xwt.csproj
@@ -22,6 +22,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -32,6 +33,7 @@
<ConsolePause>False</ConsolePause>
<DebugSymbols>true</DebugSymbols>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />