From 7536fed2cefbfa51e9e6a2fc2bbac5f4b41356bc Mon Sep 17 00:00:00 2001
From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498>
Date: Sun, 8 Aug 2010 17:59:48 +0000
Subject: [PATCH]
---
.../Users/Kudzu/Breakpoints/AssemblyInfo.cs | 36 -------------------
.../Kudzu/Breakpoints/Breakpoints.Cosmos | 8 -----
source2/Users/Kudzu/Breakpoints/Program.cs | 28 ---------------
source2/Users/Kudzu/Notes.html | 3 +-
4 files changed, 2 insertions(+), 73 deletions(-)
delete mode 100644 source2/Users/Kudzu/Breakpoints/AssemblyInfo.cs
delete mode 100644 source2/Users/Kudzu/Breakpoints/Program.cs
diff --git a/source2/Users/Kudzu/Breakpoints/AssemblyInfo.cs b/source2/Users/Kudzu/Breakpoints/AssemblyInfo.cs
deleted file mode 100644
index 8c251fe82..000000000
--- a/source2/Users/Kudzu/Breakpoints/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System;
-using System.Reflection;
-using System.Resources;
-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("Package Name")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Company")]
-[assembly: AssemblyProduct("Package Name")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[assembly: ComVisible(false)]
-[assembly: CLSCompliant(false)]
-[assembly: NeutralResourcesLanguage("en-US")]
-
-// 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 Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
-
-
-
diff --git a/source2/Users/Kudzu/Breakpoints/Breakpoints.Cosmos b/source2/Users/Kudzu/Breakpoints/Breakpoints.Cosmos
index 99f609fa3..dbdb43c61 100644
--- a/source2/Users/Kudzu/Breakpoints/Breakpoints.Cosmos
+++ b/source2/Users/Kudzu/Breakpoints/Breakpoints.Cosmos
@@ -42,14 +42,6 @@
Workstation
-
-
- Code
-
-
- Code
-
-
Content
diff --git a/source2/Users/Kudzu/Breakpoints/Program.cs b/source2/Users/Kudzu/Breakpoints/Program.cs
deleted file mode 100644
index 1ba0793cb..000000000
--- a/source2/Users/Kudzu/Breakpoints/Program.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace Cosmos.User.Kernel {
- public class Program {
- public static void Init() {
- Main();
- }
-
- static void Main() {
- Cosmos.Sys.Boot xBoot = new Cosmos.Sys.Boot();
- xBoot.Execute();
-
- Console.WriteLine("Test");
- Console.WriteLine("3 Cosmos booted successfully. Type a line of text to get it echoed back.");
- Console.WriteLine("Test");
- while (true) {
- Console.Write("Input: ");
- string xResult = Console.ReadLine();
- Console.Write("Text typed: ");
- Console.WriteLine(xResult);
- //Cosmos.Debug.Debugger.Send(xResult);
- }
- }
-
- }
-}
diff --git a/source2/Users/Kudzu/Notes.html b/source2/Users/Kudzu/Notes.html
index b080305cd..2920ceea0 100644
--- a/source2/Users/Kudzu/Notes.html
+++ b/source2/Users/Kudzu/Notes.html
@@ -17,8 +17,9 @@
Matthijs
- - ISO
+ - File - new - creates both projects
- Express
+ - ISO
- Ask on forums: How to debug the vsdebug pkg?
- http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/6a9a307a-19fa-4c06-8728-303c1f4dd0bc/