This commit is contained in:
kudzu_cp 2011-08-12 02:41:57 +00:00
parent 991c3cdd9e
commit da67b059b2
2 changed files with 10 additions and 0 deletions

View file

@ -65,6 +65,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Consts.cs" />
<Compile Include="Pipe.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>

View file

@ -0,0 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Compiler.Debug {
public class Pipe {
}
}