diff --git a/source2/Cosmos.Launch.Manual/Cosmos.Launch.Manual.csproj b/source2/Cosmos.Launch.Manual/Cosmos.Launch.Manual.csproj deleted file mode 100644 index ec3e6d6c0..000000000 --- a/source2/Cosmos.Launch.Manual/Cosmos.Launch.Manual.csproj +++ /dev/null @@ -1,77 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {64CA1401-03AE-4772-8DE0-311BC455A035} - Exe - Properties - Cosmos.Launch.Manual - Cosmos.Launch.Manual - v4.0 - Client - 512 - SAK - SAK - SAK - SAK - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - - - Cosmos.snk - - - - - - - - - - - - - - - - - - {BB67AB57-1296-4DDF-B052-757CC72DCFC2} - Cosmos.Launch.Common - - - - - - - - \ No newline at end of file diff --git a/source2/Cosmos.Launch.Manual/Cosmos.Launch.Manual.csproj.vspscc b/source2/Cosmos.Launch.Manual/Cosmos.Launch.Manual.csproj.vspscc deleted file mode 100644 index feffdecaa..000000000 --- a/source2/Cosmos.Launch.Manual/Cosmos.Launch.Manual.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/source2/Cosmos.Launch.Manual/Cosmos.snk b/source2/Cosmos.Launch.Manual/Cosmos.snk deleted file mode 100644 index 68808d392..000000000 Binary files a/source2/Cosmos.Launch.Manual/Cosmos.snk and /dev/null differ diff --git a/source2/Cosmos.Launch.Manual/DebugHost.cs b/source2/Cosmos.Launch.Manual/DebugHost.cs deleted file mode 100644 index f872b76e7..000000000 --- a/source2/Cosmos.Launch.Manual/DebugHost.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Cosmos.Launch.Manual { - public class DebugHost : Cosmos.Launch.Common.DebugHost { - public DebugHost(string[] aArgs) : base(aArgs, 0) { - } - - protected override int Run() { - return 0; - } - } -} diff --git a/source2/Cosmos.Launch.Manual/Program.cs b/source2/Cosmos.Launch.Manual/Program.cs deleted file mode 100644 index 1fef24250..000000000 --- a/source2/Cosmos.Launch.Manual/Program.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Cosmos.Launch.Manual { - class Program { - static int Main(string[] aArgs) { - var xHost = new DebugHost(aArgs); - return xHost.Go("Manual Launching"); - } - } -} diff --git a/source2/Cosmos.Launch.Manual/Properties/AssemblyInfo.cs b/source2/Cosmos.Launch.Manual/Properties/AssemblyInfo.cs deleted file mode 100644 index 335bdec66..000000000 --- a/source2/Cosmos.Launch.Manual/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("Cosmos.Launch.Manual")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Cosmos.Launch.Manual")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[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("fcbb4295-d981-45de-8528-81bf24153dd4")] - -// 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")]