diff --git a/.gitignore b/.gitignore
index 52dd5a7..3d89e8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ x86/
!**/[Pp]ackages/build/
*.nuget.props
*.nuget.targets
+nupkgs/
# IDE
.vs/
diff --git a/Directory.Build.props.godot-template b/Directory.Build.props.godot-template
new file mode 100644
index 0000000..16d267b
--- /dev/null
+++ b/Directory.Build.props.godot-template
@@ -0,0 +1,21 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nuget.config b/nuget.config
new file mode 100644
index 0000000..2ce5972
--- /dev/null
+++ b/nuget.config
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/OECS/OECS.csproj b/src/OECS/OECS.csproj
index 1ddefd9..5042c48 100644
--- a/src/OECS/OECS.csproj
+++ b/src/OECS/OECS.csproj
@@ -23,4 +23,20 @@
+
+
+
+
+
+
+
+
+
+