Browse Source

cleaned up redonk conditional optimize

c6burns 6 years ago
parent
commit
e5808875d8
1 changed files with 1 additions and 10 deletions
  1. 1 10
      MSBuild/ENetCSharp/ENetCSharp.csproj

+ 1 - 10
MSBuild/ENetCSharp/ENetCSharp.csproj

@@ -1,16 +1,7 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <TargetFramework>netstandard2.0</TargetFramework>
-  </PropertyGroup>
-
-  <PropertyGroup Condition="'$(Configuration)'=='Debug'">
-    <Optimize>false</Optimize>
-    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
-  </PropertyGroup>
-
-  <PropertyGroup Condition="'$(Configuration)'=='Release'">
-    <Optimize>true</Optimize>
     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
   </PropertyGroup>