This commit is contained in:
Andrey Shchekin 2017-09-04 22:29:47 +12:00
Родитель 73f15284b2
Коммит a4a5d64ade
1 изменённых файлов: 1 добавлений и 9 удалений

Просмотреть файл

@ -11,15 +11,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>MirrorSharp.Benchmarks</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
<ProjectReference Include="..\Testing\Testing.csproj" />