|
@@ -18,6 +18,8 @@
|
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
|
<DefineTrace>True</DefineTrace>
|
|
|
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL</DefineConstants>
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <ImplicitUsings>enable</ImplicitUsings>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>portable</DebugType>
|
|
@@ -126,9 +128,6 @@
|
|
|
<GitRepositoryRemoteName>upstream</GitRepositoryRemoteName>
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
<EnableSourceLink>true</EnableSourceLink>
|
|
|
- <!--<DebugType>Embedded</DebugType>-->
|
|
|
<Authors>Miguel de Icaza, Tig Kindel (@tig), @BDisp</Authors>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <ImplicitUsings>enable</ImplicitUsings>
|
|
|
</PropertyGroup>
|
|
|
</Project>
|