From ad3c49c97800b6df42fdfd3d0bb87bc62d81fdee Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Fri, 20 Aug 2010 14:51:59 +0000 Subject: [PATCH] --- source/Cosmos.sln | 34 +++++++++++- .../Cosmos.Debug.GDB/Cosmos.Debug.GDB.csproj | 1 + source2/Debug/Cosmos.Debug.GDB/ToDo.html | 17 ++++++ source2/Demos/Guess/Guess.Cosmos | 42 +++++++++++++++ source2/Demos/Guess/GuessKernel.csproj | 54 +++++++++++++++++++ .../Demos/Guess/Properties/AssemblyInfo.cs | 36 +++++++++++++ source2/Users/Kudzu/Notes.html | 8 --- 7 files changed, 183 insertions(+), 9 deletions(-) create mode 100644 source2/Debug/Cosmos.Debug.GDB/ToDo.html create mode 100644 source2/Demos/Guess/Guess.Cosmos create mode 100644 source2/Demos/Guess/GuessKernel.csproj create mode 100644 source2/Demos/Guess/Properties/AssemblyInfo.cs diff --git a/source/Cosmos.sln b/source/Cosmos.sln index 8b8778b2c..2e881a5c7 100644 --- a/source/Cosmos.sln +++ b/source/Cosmos.sln @@ -163,9 +163,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Debug", "Debug", "{E3779B95 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.Kernel.Plugs", "..\source2\Kernel\Debug\Cosmos.Debug.Kernel.Plugs\Cosmos.Debug.Kernel.Plugs.csproj", "{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuessKernel", "..\source2\Demos\Guess\GuessKernel.csproj", "{73CF15C1-0AB6-4B3A-8142-D326ADA72970}" +EndProject +Project("{471EC4BB-E47E-4229-A789-D1F5F83B52D4}") = "Guess", "..\source2\Demos\Guess\Guess.Cosmos", "{5B2C0369-7A84-4113-892C-F71B50E1DA12}" +EndProject Global GlobalSection(TeamFoundationVersionControl) = preSolution - SccNumberOfProjects = 45 + SccNumberOfProjects = 47 SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} SccTeamFoundationServer = https://tfs.codeplex.com/tfs/TFS04 SccLocalPath0 = . @@ -346,6 +350,14 @@ Global SccProjectTopLevelParentUniqueName44 = Cosmos.sln SccProjectName44 = ../source2/Kernel/Debug/Cosmos.Debug.Kernel.Plugs SccLocalPath44 = ..\\source2\\Kernel\\Debug\\Cosmos.Debug.Kernel.Plugs + SccProjectUniqueName45 = ..\\source2\\Demos\\Guess\\GuessKernel.csproj + SccProjectTopLevelParentUniqueName45 = Cosmos.sln + SccProjectName45 = ../source2/Demos/Guess + SccLocalPath45 = ..\\source2\\Demos\\Guess + SccProjectUniqueName46 = ..\\source2\\Demos\\Guess\\Guess.Cosmos + SccProjectTopLevelParentUniqueName46 = Cosmos.sln + SccProjectName46 = ../source2/Demos/Guess + SccLocalPath46 = ..\\source2\\Demos\\Guess EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Bootstrap|Any CPU = Bootstrap|Any CPU @@ -842,6 +854,24 @@ Global {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|Any CPU.ActiveCfg = Release|Any CPU {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|Any CPU.Build.0 = Release|Any CPU {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|x86.ActiveCfg = Release|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Bootstrap|Any CPU.ActiveCfg = Release|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Bootstrap|Any CPU.Build.0 = Release|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Bootstrap|x86.ActiveCfg = Release|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|Any CPU.Build.0 = Debug|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|x86.ActiveCfg = Debug|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|Any CPU.ActiveCfg = Release|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|Any CPU.Build.0 = Release|Any CPU + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|x86.ActiveCfg = Release|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Bootstrap|Any CPU.ActiveCfg = Release|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Bootstrap|Any CPU.Build.0 = Release|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Bootstrap|x86.ActiveCfg = Release|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|x86.ActiveCfg = Debug|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|Any CPU.Build.0 = Release|Any CPU + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -909,6 +939,8 @@ Global {6A991D03-1435-4005-9809-B8BACDF3B021} = {677B6C6A-14DC-4C0B-ACDB-C04696DF77A8} {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6} = {ADDA07A5-ADA8-4D71-831B-0A421F04A546} {D9A87AAD-FCC9-4517-B31D-E904DAD00784} = {ADDA07A5-ADA8-4D71-831B-0A421F04A546} + {73CF15C1-0AB6-4B3A-8142-D326ADA72970} = {C4941654-3D7A-484B-9F5C-3D331AB8F585} + {5B2C0369-7A84-4113-892C-F71B50E1DA12} = {C4941654-3D7A-484B-9F5C-3D331AB8F585} {61607F1E-58F9-41CF-972F-128384F3E115} = {E3779B95-E47B-4CAD-B8C1-0549E30AA4F2} {B97A2956-C363-47F2-A6AA-B4FCCFF4D315} = {E3779B95-E47B-4CAD-B8C1-0549E30AA4F2} EndGlobalSection diff --git a/source2/Debug/Cosmos.Debug.GDB/Cosmos.Debug.GDB.csproj b/source2/Debug/Cosmos.Debug.GDB/Cosmos.Debug.GDB.csproj index 1dce12d34..c36db2f42 100644 --- a/source2/Debug/Cosmos.Debug.GDB/Cosmos.Debug.GDB.csproj +++ b/source2/Debug/Cosmos.Debug.GDB/Cosmos.Debug.GDB.csproj @@ -191,6 +191,7 @@ + + \ No newline at end of file diff --git a/source2/Demos/Guess/Properties/AssemblyInfo.cs b/source2/Demos/Guess/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..1653e3ee7 --- /dev/null +++ b/source2/Demos/Guess/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("GuessKernel")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("GuessKernel")] +[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] +[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("fda525fd-911e-4afc-9396-46e48d2cc477")] + +// 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/Users/Kudzu/Notes.html b/source2/Users/Kudzu/Notes.html index 3ede188e3..915dd3015 100644 --- a/source2/Users/Kudzu/Notes.html +++ b/source2/Users/Kudzu/Notes.html @@ -5,14 +5,6 @@

Matthijs - Next Release