This commit is contained in:
Shane Neuville 2020-09-22 03:51:57 -05:00 коммит произвёл GitHub
Родитель d59ddc91a7
Коммит 6c88a4c957
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
10 изменённых файлов: 10 добавлений и 11 удалений

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

@ -1,6 +1,5 @@
<Project>
<PropertyGroup>
<CGLangVersion Condition="'$(CGLangVersion)' == ''">7.3</CGLangVersion>
<LangVersion Condition="'$(LangVersion)' == ''">$(CGLangVersion)</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
</Project>

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

@ -29,7 +29,7 @@
</PropertyGroup>
<PropertyGroup>
<LangVersion Condition="'$(LangVersion)' == ''">7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<!-- This is used by the libraries -->

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

@ -16,7 +16,7 @@
This is needed for non SDK style project so the IDE will pick the correct LangVersion.
Once this is an SDK style project it will pick this up from the Directory.Build.Props file correctly
-->
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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

@ -16,7 +16,7 @@
This is needed for non SDK style project so the IDE will pick the correct LangVersion.
Once this is an SDK style project it will pick this up from the Directory.Build.Props file correctly
-->
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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

@ -15,7 +15,7 @@
This is needed for non SDK style project so the IDE will pick the correct LangVersion.
Once this is an SDK style project it will pick this up from the Directory.Build.Props file correctly
-->
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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

@ -15,7 +15,7 @@
This is needed for non SDK style project so the IDE will pick the correct LangVersion.
Once this is an SDK style project it will pick this up from the Directory.Build.Props file correctly
-->
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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

@ -14,7 +14,7 @@
This is needed for non SDK style project so the IDE will pick the correct LangVersion.
Once this is an SDK style project it will pick this up from the Directory.Build.Props file correctly
-->
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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

@ -19,7 +19,7 @@
This is needed for non SDK style project so the IDE will pick the correct LangVersion.
Once this is an SDK style project it will pick this up from the Directory.Build.Props file correctly
-->
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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

@ -20,7 +20,7 @@
This is needed for non SDK style project so the IDE will pick the correct LangVersion.
Once this is an SDK style project it will pick this up from the Directory.Build.Props file correctly
-->
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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

@ -17,7 +17,7 @@
This is needed for non SDK style project so the IDE will pick the correct LangVersion.
Once this is an SDK style project it will pick this up from the Directory.Build.Props file correctly
-->
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>