diff options
author | Treeki <treeki@gmail.com> | 2011-06-12 00:53:32 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-06-12 00:53:32 +0200 |
commit | d590b9b25d60a641fdb3959764306a2bc7ef8ed2 (patch) | |
tree | b7e53252c2735749bca45f3b0d4c00b9cd0aa513 /TestApp | |
parent | b6b5c13c09d9a70ad2a106660bf124e7cde71265 (diff) | |
download | nw4rtools-d590b9b25d60a641fdb3959764306a2bc7ef8ed2.tar.gz nw4rtools-d590b9b25d60a641fdb3959764306a2bc7ef8ed2.zip |
added OpenTK to the project
Diffstat (limited to 'TestApp')
-rw-r--r-- | TestApp/TestApp.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TestApp/TestApp.csproj b/TestApp/TestApp.csproj index e979782..d21525e 100644 --- a/TestApp/TestApp.csproj +++ b/TestApp/TestApp.csproj @@ -33,7 +33,7 @@ <Reference Include="System" /> <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> @@ -48,4 +48,4 @@ <Name>NW4RTools</Name> </ProjectReference> </ItemGroup> -</Project>
\ No newline at end of file +</Project> |