Remove custom obj and bin path causing interference with conditional target framework functionality in Visual Studio

This commit is contained in:
Arlo Godfrey 2022-04-07 00:21:32 -05:00
Родитель 4a972dfe47
Коммит a52c3ec076
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -5,8 +5,6 @@
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<LangVersion>10.0</LangVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<BaseIntermediateOutputPath>obj</BaseIntermediateOutputPath>
</PropertyGroup>
<ItemGroup>

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

@ -5,8 +5,6 @@
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<LangVersion>10.0</LangVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<BaseIntermediateOutputPath>obj</BaseIntermediateOutputPath>
</PropertyGroup>
<ItemGroup>