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 'Testing/GtkTestRunner.csproj')
-rw-r--r--Testing/GtkTestRunner.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index c9ebd83e..9b13958f 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -19,6 +19,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<PlatformTarget>x86</PlatformTarget>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -29,6 +30,7 @@
<DebugSymbols>true</DebugSymbols>
<ConsolePause>false</ConsolePause>
<PlatformTarget>x86</PlatformTarget>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -111,6 +113,7 @@
<Compile Include="Tests\DialogTests.cs" />
<Compile Include="Tests\ScrollableWidgetTests.cs" />
<Compile Include="GtkTestRunner\GtkInit.cs" />
+ <Compile Include="GtkTests\PangoTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>