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:
parent
1e11b62bc6
commit
c77af6b75f
20 changed files with 438 additions and 1311 deletions
7
cmake/modules/DotnetImports.props.in
Normal file
7
cmake/modules/DotnetImports.props.in
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue