Przeglądaj źródła

-rearranged DataSource (new folder)
-added OutputTest

Alexander Hendrich 10 lat temu
rodzic
commit
de7253d680

BIN
bbiwarg.v11.suo


+ 0 - 0
bbiwarg/IVideoDataSource.cs → bbiwarg/DataSource/IVideoDataSource.cs


+ 0 - 0
bbiwarg/IisuDataSource.cs → bbiwarg/DataSource/IisuDataSource.cs


+ 12 - 0
bbiwarg/OutputTest.cs

@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace bbiwarg
+{
+    class OutputTest
+    {
+    }
+}

+ 3 - 2
bbiwarg/bbiwarg.csproj

@@ -53,9 +53,10 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="OutputTest.cs" />
     <Compile Include="DepthImage.cs" />
-    <Compile Include="IisuDataSource.cs" />
-    <Compile Include="IVideoDataSource.cs" />
+    <Compile Include="DataSource\IisuDataSource.cs" />
+    <Compile Include="DataSource\IVideoDataSource.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="TestDataSource.cs" />
   </ItemGroup>