Parcourir la source

Readded bbiwarg.suo.
Added using directive.

Daniel Kauth il y a 10 ans
Parent
commit
e2a750da67
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 3 0
      bbiwarg/Test/OutputTest.cs
  2. 2 1
      bbiwarg/bbiwarg.csproj

+ 3 - 0
bbiwarg/Test/OutputTest.cs

@@ -6,6 +6,9 @@ using System.Drawing;
 using OpenTK;
 using OpenTK.Graphics.OpenGL;
 using MathNet.Numerics.LinearAlgebra.Single;
+
+using bbiwarg.DataSource;
+
 namespace bbiwarg
 {
     class OutputTest : GameWindow

+ 2 - 1
bbiwarg/bbiwarg.csproj

@@ -62,7 +62,8 @@
     <Compile Include="DataSource\IisuDataSource.cs" />
     <Compile Include="DataSource\IVideoDataSource.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="TestDataSource.cs" />
+    <Compile Include="Test\OutputTest.cs" />
+    <Compile Include="Test\TestDataSource.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="App.config" />