From f809926476ffc78b63c9b32bf78baeb9bc8b2fc2 Mon Sep 17 00:00:00 2001
From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498>
Date: Sat, 26 Jan 2008 09:46:28 +0000
Subject: [PATCH] x86 and PC hardware assembly shells.
---
.../Cosmos.Hardware.PC.x86.csproj | 62 +++++++++++++++++++
.../Cosmos.Hardware.PC.x86.csproj.vspscc | 10 +++
.../Properties/AssemblyInfo.cs | 36 +++++++++++
.../Cosmos.Hardware.PC.csproj | 62 +++++++++++++++++++
.../Cosmos.Hardware.PC.csproj.vspscc | 10 +++
.../Properties/AssemblyInfo.cs | 36 +++++++++++
source/Cosmos.sln | 24 ++++++-
.../Cosmos.Hardware/Cosmos.Hardware.csproj | 1 +
source/Cosmos/Cosmos.Hardware/Device.cs | 8 +++
9 files changed, 248 insertions(+), 1 deletion(-)
create mode 100644 source/Cosmos.Hardware.PC.x86/Cosmos.Hardware.PC.x86.csproj
create mode 100644 source/Cosmos.Hardware.PC.x86/Cosmos.Hardware.PC.x86.csproj.vspscc
create mode 100644 source/Cosmos.Hardware.PC.x86/Properties/AssemblyInfo.cs
create mode 100644 source/Cosmos.Hardware.PC/Cosmos.Hardware.PC.csproj
create mode 100644 source/Cosmos.Hardware.PC/Cosmos.Hardware.PC.csproj.vspscc
create mode 100644 source/Cosmos.Hardware.PC/Properties/AssemblyInfo.cs
create mode 100644 source/Cosmos/Cosmos.Hardware/Device.cs
diff --git a/source/Cosmos.Hardware.PC.x86/Cosmos.Hardware.PC.x86.csproj b/source/Cosmos.Hardware.PC.x86/Cosmos.Hardware.PC.x86.csproj
new file mode 100644
index 000000000..72ac4f9f3
--- /dev/null
+++ b/source/Cosmos.Hardware.PC.x86/Cosmos.Hardware.PC.x86.csproj
@@ -0,0 +1,62 @@
+
+
+
+ Debug
+ AnyCPU
+ 9.0.21022
+ 2.0
+ {A62F41F4-A759-40FA-90AA-CF8A3C9AC72A}
+ Library
+ Properties
+ Cosmos.Hardware.PC.x86
+ Cosmos.Hardware.PC.x86
+ v3.5
+ 512
+ SAK
+ SAK
+ SAK
+ SAK
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+ 3.5
+
+
+ 3.5
+
+
+ 3.5
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/Cosmos.Hardware.PC.x86/Cosmos.Hardware.PC.x86.csproj.vspscc b/source/Cosmos.Hardware.PC.x86/Cosmos.Hardware.PC.x86.csproj.vspscc
new file mode 100644
index 000000000..feffdecaa
--- /dev/null
+++ b/source/Cosmos.Hardware.PC.x86/Cosmos.Hardware.PC.x86.csproj.vspscc
@@ -0,0 +1,10 @@
+""
+{
+"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/Cosmos.Hardware.PC.x86/Properties/AssemblyInfo.cs b/source/Cosmos.Hardware.PC.x86/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000..950cb0440
--- /dev/null
+++ b/source/Cosmos.Hardware.PC.x86/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("Cosmos.Hardware.PC.x86")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Chad Z. Hower")]
+[assembly: AssemblyProduct("Cosmos.Hardware.PC.x86")]
+[assembly: AssemblyCopyright("Copyright © Chad Z. Hower 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("411d2b0b-d9d0-485a-a06c-c106c2aba25a")]
+
+// 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/Cosmos.Hardware.PC/Cosmos.Hardware.PC.csproj b/source/Cosmos.Hardware.PC/Cosmos.Hardware.PC.csproj
new file mode 100644
index 000000000..2b1bf55fa
--- /dev/null
+++ b/source/Cosmos.Hardware.PC/Cosmos.Hardware.PC.csproj
@@ -0,0 +1,62 @@
+
+
+
+ Debug
+ AnyCPU
+ 9.0.21022
+ 2.0
+ {B024FADF-EF04-4602-A0F4-49016D68B2AF}
+ Library
+ Properties
+ Cosmos.Hardware.PC
+ Cosmos.Hardware.PC
+ v3.5
+ 512
+ SAK
+ SAK
+ SAK
+ SAK
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+ 3.5
+
+
+ 3.5
+
+
+ 3.5
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/Cosmos.Hardware.PC/Cosmos.Hardware.PC.csproj.vspscc b/source/Cosmos.Hardware.PC/Cosmos.Hardware.PC.csproj.vspscc
new file mode 100644
index 000000000..feffdecaa
--- /dev/null
+++ b/source/Cosmos.Hardware.PC/Cosmos.Hardware.PC.csproj.vspscc
@@ -0,0 +1,10 @@
+""
+{
+"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/Cosmos.Hardware.PC/Properties/AssemblyInfo.cs b/source/Cosmos.Hardware.PC/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000..947b15de9
--- /dev/null
+++ b/source/Cosmos.Hardware.PC/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("Cosmos.Hardware.PC")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Chad Z. Hower")]
+[assembly: AssemblyProduct("Cosmos.Hardware.PC")]
+[assembly: AssemblyCopyright("Copyright © Chad Z. Hower 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("e2b5a184-1d28-45b6-b574-23977738d1ba")]
+
+// 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/Cosmos.sln b/source/Cosmos.sln
index a63cd3dd8..7212e5a70 100644
--- a/source/Cosmos.sln
+++ b/source/Cosmos.sln
@@ -57,9 +57,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Unity", "Cosmos\Cosm
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Shell.Guess", "Cosmos.Shell.Guess\Cosmos.Shell.Guess.csproj", "{C97DE890-58D2-41A1-86D0-A2E919E6DD80}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Hardware.PC", "Cosmos.Hardware.PC\Cosmos.Hardware.PC.csproj", "{B024FADF-EF04-4602-A0F4-49016D68B2AF}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Hardware.PC.x86", "Cosmos.Hardware.PC.x86\Cosmos.Hardware.PC.x86.csproj", "{A62F41F4-A759-40FA-90AA-CF8A3C9AC72A}"
+EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
- SccNumberOfProjects = 24
+ SccNumberOfProjects = 26
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs04.codeplex.com/
SccLocalPath0 = .
@@ -155,6 +159,14 @@ Global
SccProjectTopLevelParentUniqueName23 = Cosmos.sln
SccProjectName23 = Cosmos.Shell.Guess
SccLocalPath23 = Cosmos.Shell.Guess
+ SccProjectUniqueName24 = Cosmos.Hardware.PC\\Cosmos.Hardware.PC.csproj
+ SccProjectTopLevelParentUniqueName24 = Cosmos.sln
+ SccProjectName24 = Cosmos.Hardware.PC
+ SccLocalPath24 = Cosmos.Hardware.PC
+ SccProjectUniqueName25 = Cosmos.Hardware.PC.x86\\Cosmos.Hardware.PC.x86.csproj
+ SccProjectTopLevelParentUniqueName25 = Cosmos.sln
+ SccProjectName25 = Cosmos.Hardware.PC.x86
+ SccLocalPath25 = Cosmos.Hardware.PC.x86
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -251,6 +263,14 @@ Global
{C97DE890-58D2-41A1-86D0-A2E919E6DD80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C97DE890-58D2-41A1-86D0-A2E919E6DD80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C97DE890-58D2-41A1-86D0-A2E919E6DD80}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B024FADF-EF04-4602-A0F4-49016D68B2AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B024FADF-EF04-4602-A0F4-49016D68B2AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B024FADF-EF04-4602-A0F4-49016D68B2AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B024FADF-EF04-4602-A0F4-49016D68B2AF}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A62F41F4-A759-40FA-90AA-CF8A3C9AC72A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A62F41F4-A759-40FA-90AA-CF8A3C9AC72A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A62F41F4-A759-40FA-90AA-CF8A3C9AC72A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A62F41F4-A759-40FA-90AA-CF8A3C9AC72A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -274,6 +294,8 @@ Global
{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755} = {0D558E33-78B0-47DB-B5EF-B7C2F3114D75}
{B168BEDD-C6A6-4E7C-B9A5-0144286E9E42} = {0D558E33-78B0-47DB-B5EF-B7C2F3114D75}
{A1F83D9F-2D44-4264-A08B-416797123018} = {0D558E33-78B0-47DB-B5EF-B7C2F3114D75}
+ {B024FADF-EF04-4602-A0F4-49016D68B2AF} = {0D558E33-78B0-47DB-B5EF-B7C2F3114D75}
+ {A62F41F4-A759-40FA-90AA-CF8A3C9AC72A} = {0D558E33-78B0-47DB-B5EF-B7C2F3114D75}
{B0BBD2A2-4FAA-4730-9770-ACE6D9532132} = {E16DB75B-0F1D-4813-9103-F8FB6E7BAE2A}
{7BAB58BF-E8A1-4623-B6BF-4B90A0505226} = {E16DB75B-0F1D-4813-9103-F8FB6E7BAE2A}
{1F0EDE86-F6D4-4355-9A97-10E90457770C} = {2DE75CE4-7A3B-4659-84FC-16F5EC0AEDE4}
diff --git a/source/Cosmos/Cosmos.Hardware/Cosmos.Hardware.csproj b/source/Cosmos/Cosmos.Hardware/Cosmos.Hardware.csproj
index a06d9e0cb..ea11fa702 100644
--- a/source/Cosmos/Cosmos.Hardware/Cosmos.Hardware.csproj
+++ b/source/Cosmos/Cosmos.Hardware/Cosmos.Hardware.csproj
@@ -44,6 +44,7 @@
+
diff --git a/source/Cosmos/Cosmos.Hardware/Device.cs b/source/Cosmos/Cosmos.Hardware/Device.cs
new file mode 100644
index 000000000..73c55008e
--- /dev/null
+++ b/source/Cosmos/Cosmos.Hardware/Device.cs
@@ -0,0 +1,8 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace Cosmos.Hardware {
+ class Device {
+ }
+}