Project file: Removed all configatuion and platform-target specific properties, thus default values will be used
This commit is contained in:
parent
c74d4e6857
commit
2543dd0feb
@ -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)" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user