mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
This commit is contained in:
parent
991c3cdd9e
commit
da67b059b2
2 changed files with 10 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Consts.cs" />
|
||||
<Compile Include="Pipe.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
9
source2/IL2CPU/Cosmos.IL2CPU.Debug/Pipe.cs
Normal file
9
source2/IL2CPU/Cosmos.IL2CPU.Debug/Pipe.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Cosmos.Compiler.Debug {
|
||||
public class Pipe {
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue