From ef1c65027200c5531ebf219cb2817ba352b8a454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCller?= Date: Mon, 30 Apr 2018 17:16:12 +0200 Subject: [PATCH] Explicitly include source files --- src/LockFreeDoublyLinkedList.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/LockFreeDoublyLinkedList.csproj b/src/LockFreeDoublyLinkedList.csproj index 080ca3c..23fe482 100644 --- a/src/LockFreeDoublyLinkedList.csproj +++ b/src/LockFreeDoublyLinkedList.csproj @@ -16,6 +16,7 @@ https://www.apache.org/licenses/LICENSE-2.0.html lock-free thread-safe linked list concurrency + false true @@ -31,4 +32,12 @@ 4 bin\$(Configuration)\$(TargetFramework)\LockFreeDoublyLinkedList.xml + + + + + + + +