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 {
+ }
+}