summaryrefslogtreecommitdiff
path: root/ConsoleApp/ConsoleApp.csproj
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-05-07 03:50:42 +0200
committerTreeki <treeki@gmail.com>2011-05-07 03:50:42 +0200
commitb726fbe95fa850f1e51dbc6a4a76f701dbb1db6b (patch)
treedbeda734bb92f8e062bb44a1dc04763537a49c99 /ConsoleApp/ConsoleApp.csproj
parent30a400a14b2cda40bd87234b284d692dbe540736 (diff)
downloadnw4rtools-b726fbe95fa850f1e51dbc6a4a76f701dbb1db6b.tar.gz
nw4rtools-b726fbe95fa850f1e51dbc6a4a76f701dbb1db6b.zip
added render-model command to ConsoleApp
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>