mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
8 lines
281 B
Text
8 lines
281 B
Text
<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>
|