Define a constant to workaround corefxlab classes asses modifier issue

This commit is contained in:
Pavel Krymets 2017-04-18 09:01:35 -07:00
parent a0743650ef
commit 88890595d1
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<NoWarn>CS1570;CS1571;CS1572;CS1573;CS1574;CS1591;$(NoWarn)</NoWarn>
<EnableApiCheck>false</EnableApiCheck>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);KESTREL_BY_SOURCE</DefineConstants>
</PropertyGroup>
<ItemGroup>