mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
api: dotnet: switch to multi-targeting project and modern cmake-dotnet
integration.
This commit is contained in:
parent
1e11b62bc6
commit
c77af6b75f
20 changed files with 438 additions and 1311 deletions
11
src/api/dotnet/Microsoft.Z3.targets
Normal file
11
src/api/dotnet/Microsoft.Z3.targets
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
|
||||
<None Include="$(Z3_NATIVE_LIB_PATH)">
|
||||
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue