mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
regarding #5206
This commit is contained in:
parent
a19e469cc2
commit
385109d484
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
<!-- Build properties -->
|
<!-- Build properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- In *nix builds, netfx TFMs are not available. -->
|
<!-- In *nix builds, netfx TFMs are not available. -->
|
||||||
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
|
<TargetFrameworks>netstandard2.1;net45</TargetFrameworks>
|
||||||
<OutputTypeEx>library</OutputTypeEx>
|
<OutputTypeEx>library</OutputTypeEx>
|
||||||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||||
<NoWarn>1701,1702</NoWarn>
|
<NoWarn>1701,1702</NoWarn>
|
||||||
|
@ -83,6 +83,9 @@ ${Z3_DOTNET_COMPILE_ITEMS}
|
||||||
<Content Include="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.so" Condition="Exists('${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.so')">
|
<Content Include="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.so" Condition="Exists('${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.so')">
|
||||||
<PackagePath>runtimes\linux-x64\native</PackagePath>
|
<PackagePath>runtimes\linux-x64\native</PackagePath>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.dylib" Condition="Exists('${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.dylib')">
|
||||||
|
<PackagePath>runtimes\macos\native</PackagePath>
|
||||||
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Native binaries for x86; currently only Windows is supported. -->
|
<!-- Native binaries for x86; currently only Windows is supported. -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue