diff --git a/bindings_csharp/CMakeLists.txt b/bindings_csharp/CMakeLists.txt index 32e5f4d..5e02b7d 100644 --- a/bindings_csharp/CMakeLists.txt +++ b/bindings_csharp/CMakeLists.txt @@ -38,4 +38,6 @@ set_target_properties(${CSHARP_BINDING_TARGET_NAME} PROPERTIES OUTPUT_NAME ${CSHARP_BINDING_TARGET_OUTPUT_NAME} SWIG_FLAGS ${CSHARP_BINDINGS_NAMESPACE}) -swig_link_libraries(${CSHARP_BINDING_TARGET_NAME} ${CSHARP_LIBRARIES} ${LIB_CORE_TARGET_NAME}) \ No newline at end of file +swig_link_libraries(${CSHARP_BINDING_TARGET_NAME} ${CSHARP_LIBRARIES} ${LIB_CORE_TARGET_NAME}) + +configure_file("CoatiSoftware.SourcetrailDB.csproj" "CoatiSoftware.SourcetrailDB.csproj" COPYONLY) \ No newline at end of file diff --git a/bindings_csharp/CoatiSoftware.SourcetrailDB.csproj b/bindings_csharp/CoatiSoftware.SourcetrailDB.csproj new file mode 100644 index 0000000..486733c --- /dev/null +++ b/bindings_csharp/CoatiSoftware.SourcetrailDB.csproj @@ -0,0 +1,27 @@ + + + + netstandard2.0 + + + + + PreserveNewest + SourcetrailDB.dll + + + + + + PreserveNewest + SourcetrailDB.so + + + + + + PreserveNewest + SourcetrailDB.dylib + + +