From 9cc3e2ef67ebfbc10690fdc62258afaa7845226e Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Fri, 22 May 2009 07:40:56 +0000 Subject: [PATCH] Move to source 2 --- .../Cosmos.Debugger.PortSupplier.csproj | 65 +++++++++++++++++++ ...Cosmos.Debugger.PortSupplier.csproj.vspscc | 10 +++ .../PortSupplier.cs | 44 +++++++++++++ .../Properties/AssemblyInfo.cs | 36 ++++++++++ .../Cosmos.Debugger.PortSupplier/Register.cs | 10 +++ source2/VS Debugger.sln | 29 +++++++++ source2/VS Debugger.vssscc | 10 +++ 7 files changed, 204 insertions(+) create mode 100644 source2/Debugger/Cosmos.Debugger.PortSupplier/Cosmos.Debugger.PortSupplier.csproj create mode 100644 source2/Debugger/Cosmos.Debugger.PortSupplier/Cosmos.Debugger.PortSupplier.csproj.vspscc create mode 100644 source2/Debugger/Cosmos.Debugger.PortSupplier/PortSupplier.cs create mode 100644 source2/Debugger/Cosmos.Debugger.PortSupplier/Properties/AssemblyInfo.cs create mode 100644 source2/Debugger/Cosmos.Debugger.PortSupplier/Register.cs create mode 100644 source2/VS Debugger.sln create mode 100644 source2/VS Debugger.vssscc diff --git a/source2/Debugger/Cosmos.Debugger.PortSupplier/Cosmos.Debugger.PortSupplier.csproj b/source2/Debugger/Cosmos.Debugger.PortSupplier/Cosmos.Debugger.PortSupplier.csproj new file mode 100644 index 000000000..bbdee625a --- /dev/null +++ b/source2/Debugger/Cosmos.Debugger.PortSupplier/Cosmos.Debugger.PortSupplier.csproj @@ -0,0 +1,65 @@ + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {AEC0F292-50AF-40C2-88FB-0426A62610F5} + Library + Properties + Cosmos.Debugger.PortSupplier + Cosmos.Debugger.PortSupplier + 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/source2/Debugger/Cosmos.Debugger.PortSupplier/Cosmos.Debugger.PortSupplier.csproj.vspscc b/source2/Debugger/Cosmos.Debugger.PortSupplier/Cosmos.Debugger.PortSupplier.csproj.vspscc new file mode 100644 index 000000000..feffdecaa --- /dev/null +++ b/source2/Debugger/Cosmos.Debugger.PortSupplier/Cosmos.Debugger.PortSupplier.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/source2/Debugger/Cosmos.Debugger.PortSupplier/PortSupplier.cs b/source2/Debugger/Cosmos.Debugger.PortSupplier/PortSupplier.cs new file mode 100644 index 000000000..aca4d246a --- /dev/null +++ b/source2/Debugger/Cosmos.Debugger.PortSupplier/PortSupplier.cs @@ -0,0 +1,44 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using Microsoft.VisualStudio.Debugger.Interop; +using System.Runtime.InteropServices; + +namespace Cosmos.Debugger.PortSupplier { + + [Guid("83689638-F0EA-46c6-A03E-4D3F8C96328A")] + public class PortSupplier : IDebugPortSupplier2 { + #region IDebugPortSupplier2 Members + + int IDebugPortSupplier2.AddPort(IDebugPortRequest2 pRequest, out IDebugPort2 ppPort) { + throw new NotImplementedException(); + } + + int IDebugPortSupplier2.CanAddPort() { + throw new NotImplementedException(); + } + + int IDebugPortSupplier2.EnumPorts(out IEnumDebugPorts2 ppEnum) { + throw new NotImplementedException(); + } + + int IDebugPortSupplier2.GetPort(ref Guid guidPort, out IDebugPort2 ppPort) { + throw new NotImplementedException(); + } + + int IDebugPortSupplier2.GetPortSupplierId(out Guid pguidPortSupplier) { + throw new NotImplementedException(); + } + + int IDebugPortSupplier2.GetPortSupplierName(out string pbstrName) { + throw new NotImplementedException(); + } + + int IDebugPortSupplier2.RemovePort(IDebugPort2 pPort) { + throw new NotImplementedException(); + } + + #endregion + } +} diff --git a/source2/Debugger/Cosmos.Debugger.PortSupplier/Properties/AssemblyInfo.cs b/source2/Debugger/Cosmos.Debugger.PortSupplier/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..527a52f67 --- /dev/null +++ b/source2/Debugger/Cosmos.Debugger.PortSupplier/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.Debugger.PortSupplier")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Cosmos.Debugger.PortSupplier")] +[assembly: AssemblyCopyright("Copyright © 2009")] +[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("c47bf5f8-0822-41dd-acc5-b666255e1b4d")] + +// 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/Debugger/Cosmos.Debugger.PortSupplier/Register.cs b/source2/Debugger/Cosmos.Debugger.PortSupplier/Register.cs new file mode 100644 index 000000000..cc87e5c65 --- /dev/null +++ b/source2/Debugger/Cosmos.Debugger.PortSupplier/Register.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Cosmos.Debugger.PortSupplier { + public class Register { + // IDebugEngine2::SetMetric + } +} diff --git a/source2/VS Debugger.sln b/source2/VS Debugger.sln new file mode 100644 index 000000000..8994baaf4 --- /dev/null +++ b/source2/VS Debugger.sln @@ -0,0 +1,29 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debugger.PortSupplier", "Debugger\Cosmos.Debugger.PortSupplier\Cosmos.Debugger.PortSupplier.csproj", "{AEC0F292-50AF-40C2-88FB-0426A62610F5}" +EndProject +Global + GlobalSection(TeamFoundationVersionControl) = preSolution + SccNumberOfProjects = 2 + SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} + SccTeamFoundationServer = https://tfs04.codeplex.com/ + SccLocalPath0 = . + SccProjectUniqueName1 = Debugger\\Cosmos.Debugger.PortSupplier\\Cosmos.Debugger.PortSupplier.csproj + SccProjectName1 = Debugger/Cosmos.Debugger.PortSupplier + SccLocalPath1 = Debugger\\Cosmos.Debugger.PortSupplier + EndGlobalSection + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AEC0F292-50AF-40C2-88FB-0426A62610F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AEC0F292-50AF-40C2-88FB-0426A62610F5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AEC0F292-50AF-40C2-88FB-0426A62610F5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AEC0F292-50AF-40C2-88FB-0426A62610F5}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/source2/VS Debugger.vssscc b/source2/VS Debugger.vssscc new file mode 100644 index 000000000..794f014c9 --- /dev/null +++ b/source2/VS Debugger.vssscc @@ -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" = "PROJECT" +}