diff options
Diffstat (limited to '')
-rw-r--r-- | ConsoleApp/ConsoleApp.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ConsoleApp/ConsoleApp.csproj b/ConsoleApp/ConsoleApp.csproj index 69836fa..727c77e 100644 --- a/ConsoleApp/ConsoleApp.csproj +++ b/ConsoleApp/ConsoleApp.csproj @@ -34,7 +34,7 @@ <Reference Include="System.Drawing" /> <Reference Include="OpenTK, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\CSharp\opentk\Binaries\OpenTK\Release\OpenTK.dll</HintPath> + <HintPath>..\ExternalLibs\OpenTK.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -53,4 +53,4 @@ <Name>NW4RTools</Name> </ProjectReference> </ItemGroup> -</Project>
\ No newline at end of file +</Project> |