diff --git a/source/Ext2.Test/..svnbridge/.svnbridge b/source/Ext2.Test/..svnbridge/.svnbridge
new file mode 100644
index 000000000..44262bd47
--- /dev/null
+++ b/source/Ext2.Test/..svnbridge/.svnbridge
@@ -0,0 +1,8 @@
+svn:ignore[Bb]in
+obj
+[Dd]ebug
+[Rr]elease
+*.user
+*.aps
+*.eto
+
\ No newline at end of file
diff --git a/source/Ext2.Test/Ext2.Test.csproj b/source/Ext2.Test/Ext2.Test.csproj
new file mode 100644
index 000000000..b4f1fbc5a
--- /dev/null
+++ b/source/Ext2.Test/Ext2.Test.csproj
@@ -0,0 +1,63 @@
+
+
+
+ Debug
+ AnyCPU
+ 9.0.30729
+ 2.0
+ {54ACC512-D568-4F7C-9204-E1A4A285EFF2}
+ Exe
+ Properties
+ Ext2.Test
+ Ext2.Test
+ v3.5
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+ x86
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+ {1F0EDE86-F6D4-4355-9A97-10E90457770C}
+ Cosmos.Compiler.Builder
+
+
+ {A1F83D9F-2D44-4264-A08B-416797123018}
+ Cosmos.Kernel
+
+
+ {819DB8FC-5DA1-461F-83C9-2F5C88088C94}
+ Cosmos.Sys
+
+
+
+
+
\ No newline at end of file
diff --git a/source/Ext2.Test/Program.cs b/source/Ext2.Test/Program.cs
new file mode 100644
index 000000000..667d01708
--- /dev/null
+++ b/source/Ext2.Test/Program.cs
@@ -0,0 +1,29 @@
+using System;
+using Cosmos.Compiler.Builder;
+using Cosmos.Debug;
+
+namespace Ext2.Test
+{
+ class Program
+ {
+ #region Cosmos Builder logic
+ // Most users wont touch this. This will call the Cosmos Build tool
+ [STAThread]
+ static void Main ( string [] args )
+ {
+ BuildUI.Run ();
+ }
+ #endregion
+
+ // Main entry point of the kernel
+ public static void Init ()
+ {
+ var xboot = new Cosmos.Sys.Boot ( ) ;
+ xboot.Execute ( );
+
+ Console.WriteLine ( "Welcome! You just booted C# code. Please edit Program.cs to fit your needs" );
+ while ( true )
+ ;
+ }
+ }
+}
\ No newline at end of file
diff --git a/source/Ext2.Test/Properties/AssemblyInfo.cs b/source/Ext2.Test/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000..ff58316c8
--- /dev/null
+++ b/source/Ext2.Test/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle ( "Ext2.Test" )]
+[assembly: AssemblyDescription ( "" )]
+[assembly: AssemblyConfiguration ( "" )]
+[assembly: AssemblyCompany ( "" )]
+[assembly: AssemblyProduct ( "Ext2.Test" )]
+[assembly: AssemblyCopyright ( "Copyright © 2008" )]
+[assembly: AssemblyTrademark ( "" )]
+[assembly: AssemblyCulture ( "" )]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible ( false )]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid ( "c18ed28a-23cc-4374-832d-87aeaa37c267" )]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion ( "1.0.0.0" )]
+[assembly: AssemblyFileVersion ( "1.0.0.0" )]
diff --git a/source2/VSIP/Cosmos.VS.Package/..svnbridge/.svnbridge b/source2/VSIP/Cosmos.VS.Package/..svnbridge/.svnbridge
index 02fb64c1b..d911e8b53 100644
--- a/source2/VSIP/Cosmos.VS.Package/..svnbridge/.svnbridge
+++ b/source2/VSIP/Cosmos.VS.Package/..svnbridge/.svnbridge
@@ -1,3 +1,4 @@
svn:ignoreProjectBase
+bin
obj
\ No newline at end of file
diff --git a/source2/VSIP/Cosmos.VS.Package/bin/Images/alert.png b/source2/VSIP/Cosmos.VS.Package/bin/Images/alert.png
deleted file mode 100644
index 3990f245f..000000000
Binary files a/source2/VSIP/Cosmos.VS.Package/bin/Images/alert.png and /dev/null differ
diff --git a/source2/VSIP/Cosmos.VS.Package/bin/Images/alert1.png b/source2/VSIP/Cosmos.VS.Package/bin/Images/alert1.png
deleted file mode 100644
index 3990f245f..000000000
Binary files a/source2/VSIP/Cosmos.VS.Package/bin/Images/alert1.png and /dev/null differ