Skip to content

Commit 37d9e6d

Browse files
incrementally adding files from dotnet core pull request from @yatli
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 1efbc25 commit 37d9e6d

File tree

5 files changed

+518
-1
lines changed

5 files changed

+518
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ src/api/ml/z3.mllib
7676
*.bak
7777
doc/api
7878
doc/code
79+
.vs
80+
examples/**/obj
81+
CMakeSettings.json

cmake/modules/DotnetImports.props.in

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project>
2+
<PropertyGroup>
3+
<OutputPath>${_DN_OUTPUT_PATH}/</OutputPath>
4+
<XPLAT_LIB_DIR>${_DN_XPLAT_LIB_DIR}/</XPLAT_LIB_DIR>
5+
<DOTNET_PACKAGE_VERSION>${_DN_VERSION}</DOTNET_PACKAGE_VERSION>
6+
${_DN_CUSTOM_BUILDPROPS}
7+
</PropertyGroup>
8+
</Project>

0 commit comments

Comments
 (0)