mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
<Project>
|
|
<PropertyGroup>
|
|
<OutputPath>${_DN_OUTPUT_PATH}/</OutputPath>
|
|
<XPLAT_LIB_DIR>${_DN_XPLAT_LIB_DIR}/</XPLAT_LIB_DIR>
|
|
<DOTNET_PACKAGE_VERSION>${_DN_VERSION}</DOTNET_PACKAGE_VERSION>
|
|
${_DN_CUSTOM_BUILDPROPS}
|
|
</PropertyGroup>
|
|
</Project>
|