From da67b059b27d3aa04ac008bf92e611b60ba1663f Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Fri, 12 Aug 2011 02:41:57 +0000 Subject: [PATCH] --- .../Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj | 1 + source2/IL2CPU/Cosmos.IL2CPU.Debug/Pipe.cs | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 source2/IL2CPU/Cosmos.IL2CPU.Debug/Pipe.cs diff --git a/source2/IL2CPU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj b/source2/IL2CPU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj index 2105d445d..20d2e4099 100644 --- a/source2/IL2CPU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj +++ b/source2/IL2CPU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj @@ -65,6 +65,7 @@ + diff --git a/source2/IL2CPU/Cosmos.IL2CPU.Debug/Pipe.cs b/source2/IL2CPU/Cosmos.IL2CPU.Debug/Pipe.cs new file mode 100644 index 000000000..7f4de956a --- /dev/null +++ b/source2/IL2CPU/Cosmos.IL2CPU.Debug/Pipe.cs @@ -0,0 +1,9 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Cosmos.Compiler.Debug { + public class Pipe { + } +}