From 1f0cb259829fe77dd44b179aa4d8bbdb3d7edeb3 Mon Sep 17 00:00:00 2001
From: mterwoord_cp <7cd3fd84a0151ea055c2f79e4d2eef9576fe9afesxUZAwxD>
Date: Fri, 18 Jul 2008 10:10:29 +0000
Subject: [PATCH] cleanup
---
source/MatthijsKernel/MatthijsKernel.csproj | 77 ------------
.../MatthijsKernel.csproj.vspscc | 10 --
source/MatthijsKernel/Program.cs | 20 ---
.../MatthijsKernel/Properties/AssemblyInfo.cs | 36 ------
.../Properties/Resources.Designer.cs | 71 -----------
.../MatthijsKernel/Properties/Resources.resx | 117 ------------------
.../Properties/Settings.Designer.cs | 30 -----
.../Properties/Settings.settings | 7 --
8 files changed, 368 deletions(-)
delete mode 100644 source/MatthijsKernel/MatthijsKernel.csproj
delete mode 100644 source/MatthijsKernel/MatthijsKernel.csproj.vspscc
delete mode 100644 source/MatthijsKernel/Program.cs
delete mode 100644 source/MatthijsKernel/Properties/AssemblyInfo.cs
delete mode 100644 source/MatthijsKernel/Properties/Resources.Designer.cs
delete mode 100644 source/MatthijsKernel/Properties/Resources.resx
delete mode 100644 source/MatthijsKernel/Properties/Settings.Designer.cs
delete mode 100644 source/MatthijsKernel/Properties/Settings.settings
diff --git a/source/MatthijsKernel/MatthijsKernel.csproj b/source/MatthijsKernel/MatthijsKernel.csproj
deleted file mode 100644
index b474a0c6c..000000000
--- a/source/MatthijsKernel/MatthijsKernel.csproj
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 9.0.21022
- 2.0
- {44E78EE7-2EB9-475A-B786-5C8BBB403D9A}
- Exe
- Properties
- MatthijsKernel
- MatthijsKernel
- v2.0
- 512
- SAK
- SAK
- SAK
- SAK
-
-
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
-
-
-
-
-
-
-
-
-
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
-
- True
- Resources.resx
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
- True
- Settings.settings
- True
-
-
-
-
-
\ No newline at end of file
diff --git a/source/MatthijsKernel/MatthijsKernel.csproj.vspscc b/source/MatthijsKernel/MatthijsKernel.csproj.vspscc
deleted file mode 100644
index feffdecaa..000000000
--- a/source/MatthijsKernel/MatthijsKernel.csproj.vspscc
+++ /dev/null
@@ -1,10 +0,0 @@
-""
-{
-"FILE_VERSION" = "9237"
-"ENLISTMENT_CHOICE" = "NEVER"
-"PROJECT_FILE_RELATIVE_PATH" = ""
-"NUMBER_OF_EXCLUDED_FILES" = "0"
-"ORIGINAL_PROJECT_FILE_PATH" = ""
-"NUMBER_OF_NESTED_PROJECTS" = "0"
-"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
-}
diff --git a/source/MatthijsKernel/Program.cs b/source/MatthijsKernel/Program.cs
deleted file mode 100644
index 5858e8115..000000000
--- a/source/MatthijsKernel/Program.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Windows.Forms;
-
-namespace MatthijsKernel
-{
- static class Program
- {
- ///
- /// The main entry point for the application.
- ///
- [STAThread]
- static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Form1());
- }
- }
-}
diff --git a/source/MatthijsKernel/Properties/AssemblyInfo.cs b/source/MatthijsKernel/Properties/AssemblyInfo.cs
deleted file mode 100644
index 80fffaaf5..000000000
--- a/source/MatthijsKernel/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-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("MatthijsKernel")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("MatthijsKernel")]
-[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("1fd55469-1746-428c-96d5-3d3f82aa934e")]
-
-// 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/source/MatthijsKernel/Properties/Resources.Designer.cs b/source/MatthijsKernel/Properties/Resources.Designer.cs
deleted file mode 100644
index 8ce2e1be3..000000000
--- a/source/MatthijsKernel/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:2.0.50727.1433
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace MatthijsKernel.Properties
-{
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MatthijsKernel.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
- return resourceCulture;
- }
- set
- {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/source/MatthijsKernel/Properties/Resources.resx b/source/MatthijsKernel/Properties/Resources.resx
deleted file mode 100644
index ffecec851..000000000
--- a/source/MatthijsKernel/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/source/MatthijsKernel/Properties/Settings.Designer.cs b/source/MatthijsKernel/Properties/Settings.Designer.cs
deleted file mode 100644
index a36867781..000000000
--- a/source/MatthijsKernel/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:2.0.50727.1433
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace MatthijsKernel.Properties
-{
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/source/MatthijsKernel/Properties/Settings.settings b/source/MatthijsKernel/Properties/Settings.settings
deleted file mode 100644
index abf36c5d3..000000000
--- a/source/MatthijsKernel/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-