Fix for Issue #250: remove extra build flags for .NET 3.5 as to

enable WinZipAes for .NET 3.5.
This commit is contained in:
Dan Baumberger
2017-05-30 13:43:48 -07:00
parent cce97548a2
commit cead62704e

View File

@@ -28,8 +28,4 @@
<DefineConstants>$(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net35'">
<DefineConstants>$(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT</DefineConstants>
</PropertyGroup>
</Project>