Skip to content

Commit 644ed7e

Browse files
Updated project for the move of preview window classes.
Signed-off-by: Aditya Gaddam <adityagaddam@gmail.com> (LostInCake)
1 parent 6cf1adb commit 644ed7e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

wrappers/csharp/src/test/KinectDemo/VS2008/KinectDemo.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,12 @@
5151
<Compile Include="..\PreviewWindow.UI.cs">
5252
<Link>PreviewWindow.UI.cs</Link>
5353
</Compile>
54-
<Compile Include="..\..\..\lib\DepthPreviewWindow.cs">
54+
<Compile Include="..\DepthPreviewWindow.cs">
5555
<Link>DepthPreviewWindow.cs</Link>
5656
</Compile>
57-
<Compile Include="..\..\..\lib\VideoPreviewWindow.cs">
57+
<Compile Include="..\VideoPreviewWindow.cs">
5858
<Link>VideoPreviewWindow.cs</Link>
5959
</Compile>
60-
<Compile Include="..\PreviewControl.cs">
61-
<Link>PreviewControl.cs</Link>
62-
</Compile>
6360
</ItemGroup>
6461
<ItemGroup>
6562
<Reference Include="System.Drawing" />

0 commit comments

Comments
 (0)