浏览代码

-rearranged DataSource (new folder)
-added OutputTest

Alexander Hendrich 10 年之前
父节点
当前提交
de7253d680
共有 5 个文件被更改,包括 15 次插入2 次删除
  1. 二进制
      bbiwarg.v11.suo
  2. 0 0
      bbiwarg/DataSource/IVideoDataSource.cs
  3. 0 0
      bbiwarg/DataSource/IisuDataSource.cs
  4. 12 0
      bbiwarg/OutputTest.cs
  5. 3 2
      bbiwarg/bbiwarg.csproj

二进制
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>