diff --git a/.gitignore b/.gitignore
index 4b4fedf..aa3dc31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,10 @@
# Created by https://www.gitignore.io/api/csharp,visualstudio,visualstudiocode
# Edit at https://www.gitignore.io/?templates=csharp,visualstudio,visualstudiocode
+### Specific to this project ###
+wrap_oal.dll
+OpenAL32.dll
+
### Csharp ###
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
diff --git a/MyGame/MyGame.csproj b/MyGame/MyGame.csproj
index d74d9cf..a511e9b 100644
--- a/MyGame/MyGame.csproj
+++ b/MyGame/MyGame.csproj
@@ -37,8 +37,8 @@
-
- ..\packages\OpenTK.3.0.0\lib\net20\OpenTK.dll
+
+ ..\packages\OpenTK.3.0.1\lib\net20\OpenTK.dll
diff --git a/MyGame/packages.config b/MyGame/packages.config
index 9eb34d2..983b9a6 100644
--- a/MyGame/packages.config
+++ b/MyGame/packages.config
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/Sloth Engine/Sloth Engine.csproj b/Sloth Engine/Sloth Engine.csproj
index 2bfbc0e..dd88131 100644
--- a/Sloth Engine/Sloth Engine.csproj
+++ b/Sloth Engine/Sloth Engine.csproj
@@ -38,8 +38,8 @@
-
- ..\packages\OpenTK.3.0.0\lib\net20\OpenTK.dll
+
+ ..\packages\OpenTK.3.0.1\lib\net20\OpenTK.dll
@@ -79,14 +79,6 @@
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
diff --git a/Sloth Engine/packages.config b/Sloth Engine/packages.config
index 8680357..983b9a6 100644
--- a/Sloth Engine/packages.config
+++ b/Sloth Engine/packages.config
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file