diff options
author | Treeki <treeki@gmail.com> | 2011-05-07 03:50:42 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-05-07 03:50:42 +0200 |
commit | b726fbe95fa850f1e51dbc6a4a76f701dbb1db6b (patch) | |
tree | dbeda734bb92f8e062bb44a1dc04763537a49c99 /ConsoleApp/ConsoleApp.csproj | |
parent | 30a400a14b2cda40bd87234b284d692dbe540736 (diff) | |
download | nw4rtools-b726fbe95fa850f1e51dbc6a4a76f701dbb1db6b.tar.gz nw4rtools-b726fbe95fa850f1e51dbc6a4a76f701dbb1db6b.zip |
added render-model command to ConsoleApp
Diffstat (limited to '')
-rw-r--r-- | ConsoleApp/ConsoleApp.csproj | 5 |
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> |