From 5ea1cd3616c02b3e166eb8e82c531de447f636bc Mon Sep 17 00:00:00 2001 From: Henry Vincent Date: Tue, 27 Nov 2018 04:01:11 +0000 Subject: [PATCH] Fix issues with repository management --- .gitignore | 4 ++++ MyGame/MyGame.csproj | 4 ++-- MyGame/packages.config | 2 +- Sloth Engine/Sloth Engine.csproj | 12 ++---------- Sloth Engine/packages.config | 2 +- 5 files changed, 10 insertions(+), 14 deletions(-) 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