Browse Source
Re-enable SharpGenTools.Sdk to patch calli but disable codegen (#4512)
pull/4515/head
Jeremy Koritzinsky
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
src/Avalonia.Native/Avalonia.Native.csproj
|
|
|
@ -7,6 +7,7 @@ |
|
|
|
<CastXmlPath Condition="Exists('/usr/bin/castxml')">/usr/bin/castxml</CastXmlPath> |
|
|
|
<CastXmlPath Condition="Exists('/usr/local/bin/castxml')">/usr/local/bin/castxml</CastXmlPath> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<SharpGenGenerateConsumerBindMapping>false</SharpGenGenerateConsumerBindMapping> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup Condition="'$(Configuration)' == 'Release' AND '$([MSBuild]::IsOSPlatform(OSX))' == 'true'"> |
|
|
|
@ -18,8 +19,8 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<SharpGenMapping Include="Mappings.xml" /> |
|
|
|
<!--<PackageReference Include="SharpGenTools.Sdk" Version="1.2.1" PrivateAssets="all" />--> |
|
|
|
<!--<SharpGenMapping Include="Mappings.xml" />--> |
|
|
|
<PackageReference Include="SharpGenTools.Sdk" Version="1.2.1" PrivateAssets="all" /> |
|
|
|
<PackageReference Include="SharpGen.Runtime" Version="1.2.1" /> |
|
|
|
<PackageReference Include="SharpGen.Runtime.COM" Version="1.2.0" /> |
|
|
|
<ProjectReference Include="..\..\packages\Avalonia\Avalonia.csproj" /> |
|
|
|
|