Update SampleGame project files.

This commit is contained in:
Dean Herbert
2016-09-06 20:36:44 +09:00
parent e6b7c42621
commit 907c74a83c
2 changed files with 3 additions and 3 deletions

View File

@@ -92,8 +92,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<HintPath>..\packages\ppy.OpenTK.1.1.2225.2\lib\net20\OpenTK.dll</HintPath>
<Reference Include="OpenTK, Version=1.2.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<HintPath>..\packages\ppy.OpenTK.1.1.2225.3\lib\net20\OpenTK.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />

View File

@@ -5,5 +5,5 @@ Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-frame
-->
<packages>
<package id="ppy.OpenTK" version="1.1.2225.2" targetFramework="net45" />
<package id="ppy.OpenTK" version="1.1.2225.3" targetFramework="net45" />
</packages>