diff --git a/.gitignore b/.gitignore index bf595e88..43496436 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ TestResults ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +.vs/ # User-specific files *.suo diff --git a/Source/SharpNav.Examples/App.config b/Source/SharpNav.Examples/App.config index d0feca6f..e1d4d823 100644 --- a/Source/SharpNav.Examples/App.config +++ b/Source/SharpNav.Examples/App.config @@ -1,6 +1,14 @@ - + - + + + + + + + + + diff --git a/Source/SharpNav.Examples/SharpNav.Examples.csproj b/Source/SharpNav.Examples/SharpNav.Examples.csproj index 36cb1ef7..d1322835 100644 --- a/Source/SharpNav.Examples/SharpNav.Examples.csproj +++ b/Source/SharpNav.Examples/SharpNav.Examples.csproj @@ -69,9 +69,8 @@ ..\..\Dependencies\Gwen.Renderer.OpenTK.dll - - ..\packages\OpenTK.1.1.2349.61993\lib\NET40\OpenTK.dll - True + + ..\packages\OpenTK.2.0.0\lib\net20\OpenTK.dll diff --git a/Source/SharpNav.Examples/packages.config b/Source/SharpNav.Examples/packages.config index 83886cda..30c9bc0c 100644 --- a/Source/SharpNav.Examples/packages.config +++ b/Source/SharpNav.Examples/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file