Skip to content

Commit

Permalink
Updated project for the move of preview window classes.
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Gaddam <adityagaddam@gmail.com> (LostInCake)
  • Loading branch information
lostinspacebar committed May 19, 2011
1 parent 6cf1adb commit 644ed7e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wrappers/csharp/src/test/KinectDemo/VS2008/KinectDemo.csproj
Expand Up @@ -51,15 +51,12 @@
<Compile Include="..\PreviewWindow.UI.cs">
<Link>PreviewWindow.UI.cs</Link>
</Compile>
<Compile Include="..\..\..\lib\DepthPreviewWindow.cs">
<Compile Include="..\DepthPreviewWindow.cs">
<Link>DepthPreviewWindow.cs</Link>
</Compile>
<Compile Include="..\..\..\lib\VideoPreviewWindow.cs">
<Compile Include="..\VideoPreviewWindow.cs">
<Link>VideoPreviewWindow.cs</Link>
</Compile>
<Compile Include="..\PreviewControl.cs">
<Link>PreviewControl.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Drawing" />
Expand Down

0 comments on commit 644ed7e

Please sign in to comment.