diff --git a/Tribufu.slnx b/Tribufu.slnx
index c96674e..20200d3 100644
--- a/Tribufu.slnx
+++ b/Tribufu.slnx
@@ -6,6 +6,7 @@
+
diff --git a/src/Tribufu.Native/Tribufu.Native.csproj b/src/Tribufu.Native/Tribufu.Native.csproj
new file mode 100644
index 0000000..e9b0b36
--- /dev/null
+++ b/src/Tribufu.Native/Tribufu.Native.csproj
@@ -0,0 +1,13 @@
+
+
+ true
+ false
+ false
+ Library
+ netstandard2.0;net45;net5.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Tribufu.Native/TribufuNative.cs b/src/Tribufu.Native/TribufuNative.cs
new file mode 100644
index 0000000..8cd5218
--- /dev/null
+++ b/src/Tribufu.Native/TribufuNative.cs
@@ -0,0 +1,12 @@
+// Copyright (c) Tribufu. All Rights Reserved.
+// SPDX-License-Identifier: MIT
+
+namespace Tribufu.Native
+{
+ ///
+ /// Provides methods to interact with the Tribufu native library.
+ ///
+ public static partial class TribufuNative
+ {
+ }
+}