Project file: Removed all configatuion and platform-target specific properties, thus default values will be used

This commit is contained in:
Havij khor 2020-02-15 00:11:02 +03:30
parent c74d4e6857
commit 2543dd0feb

View File

@ -7,17 +7,6 @@
<Import Project="..\..\nuget.props" /> <Import Project="..\..\nuget.props" />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Optimize>false</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Buffers" Version="$(SystemBuffers)" /> <PackageReference Include="System.Buffers" Version="$(SystemBuffers)" />
<PackageReference Include="System.IO" Version="$(SystemIO)" /> <PackageReference Include="System.IO" Version="$(SystemIO)" />