Commit fb8507ce authored by Nick Craver's avatar Nick Craver

Simplify .csproj

parent 168ba5b5
...@@ -12,15 +12,7 @@ ...@@ -12,15 +12,7 @@
<!-- we should preferably not include this in release builds, but isn't dramatic --> <!-- we should preferably not include this in release builds, but isn't dramatic -->
<DefineConstants>$(DefineConstants);TEST</DefineConstants> <DefineConstants>$(DefineConstants);TEST</DefineConstants>
<VectorSafe>true</VectorSafe> <DefineConstants Condition="'$(TargetFramework)' != 'net461'">$(DefineConstants);VECTOR_SAFE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
<VectorSafe>false</VectorSafe>
</PropertyGroup>
<PropertyGroup Condition="'$(VectorSafe)' == 'true'">
<DefineConstants>$(DefineConstants);VECTOR_SAFE</DefineConstants>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
......
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