3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-29 20:59:01 +00:00

api: dotnet: switch to multi-targeting project and modern cmake-dotnet

integration.
This commit is contained in:
Yatao Li 2018-09-10 02:49:22 +08:00
parent 1e11b62bc6
commit c77af6b75f
20 changed files with 438 additions and 1311 deletions

View file

@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<OutputPath>${_DN_OUTPUT_PATH}/</OutputPath>
<XPLAT_LIB_DIR>${XPLAT_LIB_DIR}/</XPLAT_LIB_DIR>
<DOTNET_PACKAGE_VERSION>${_DN_VERSION}</DOTNET_PACKAGE_VERSION>
</PropertyGroup>
</Project>