Commit 168ba5b5 authored by Marc Gravell's avatar Marc Gravell

tidy csproj

parent 6580a824
...@@ -19,14 +19,6 @@ ...@@ -19,14 +19,6 @@
<VectorSafe>false</VectorSafe> <VectorSafe>false</VectorSafe>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net472'">
<!--<PackageReference Include="System.IO.Compression" Version="4.3.0" />-->
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug' and '$(Computername)'=='OCHO'">
<!--<DefineConstants>$(DefineConstants);LOGOUTPUT</DefineConstants>-->
</PropertyGroup>
<PropertyGroup Condition="'$(VectorSafe)' == 'true'"> <PropertyGroup Condition="'$(VectorSafe)' == 'true'">
<DefineConstants>$(DefineConstants);VECTOR_SAFE</DefineConstants> <DefineConstants>$(DefineConstants);VECTOR_SAFE</DefineConstants>
</PropertyGroup> </PropertyGroup>
...@@ -36,5 +28,7 @@ ...@@ -36,5 +28,7 @@
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.5.0" /> <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.5.0" />
<PackageReference Include="System.IO.Pipelines" Version="4.5.0" /> <PackageReference Include="System.IO.Pipelines" Version="4.5.0" />
<PackageReference Include="System.Threading.Channels" Version="4.5.0" /> <PackageReference Include="System.Threading.Channels" Version="4.5.0" />
<!-- net472 needs this for ZipArchive; I have no idea why this changed, but... meh -->
<PackageReference Include="System.IO.Compression" Version="4.3.0" Condition="'$(TargetFramework)' == 'net472'" />
</ItemGroup> </ItemGroup>
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment