summaryrefslogtreecommitdiff
path: root/ConsoleApp/ConsoleApp.csproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ConsoleApp/ConsoleApp.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/ConsoleApp/ConsoleApp.csproj b/ConsoleApp/ConsoleApp.csproj
index 451221d..69836fa 100644
--- a/ConsoleApp/ConsoleApp.csproj
+++ b/ConsoleApp/ConsoleApp.csproj
@@ -32,6 +32,10 @@
<ItemGroup>
<Reference Include="System" />
<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>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
@@ -40,6 +44,7 @@
<Compile Include="ResFileCommands.cs" />
<Compile Include="ModelCommands.cs" />
<Compile Include="TextureCommands.cs" />
+ <Compile Include="RenderWindow.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>