From 97a9012f25f7c5609383a5ff6e392119b46150d7 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Wed, 2 May 2018 23:18:51 -0700 Subject: [PATCH] Move MultiValueDictionary, CommandLine, and Drawing.Graphics projects to archives. (#2245) * Move MultiValueDictionary, CommandLine, and Drawing.Graphics projects to archives. * Adding archived projects folder. * Move archived projects into src and test directories. * Add to src and tests directory. * Add back dll that was accidentally deleted during the move. * Update the README to include an "Archived Projects" section --- README.md | 15 ++- .../Properties/Resources.Designer.cs | 0 .../Properties/Resources.resx | 0 ...ctions.Generic.MultiValueDictionary.csproj | 0 .../Generic/MultiValueDictionary.cs | 0 .../System.CommandLine/Properties/Assembly.cs | 0 .../src}/System.CommandLine/README.md | 0 .../System.CommandLine.csproj | 0 .../System/CommandLine/Argument.cs | 0 .../System/CommandLine/ArgumentCommand.cs | 0 .../System/CommandLine/ArgumentCommand_1.cs | 0 .../System/CommandLine/ArgumentLexer.cs | 0 .../System/CommandLine/ArgumentList_1.cs | 0 .../System/CommandLine/ArgumentParser.cs | 0 .../System/CommandLine/ArgumentSyntax.cs | 0 .../CommandLine/ArgumentSyntaxException.cs | 0 .../CommandLine/ArgumentSyntax_Definers.cs | 0 .../System/CommandLine/ArgumentToken.cs | 0 .../System/CommandLine/Argument_1.cs | 0 .../System/CommandLine/Enumerable.cs | 0 .../System/CommandLine/HelpTextGenerator.cs | 0 .../System/Strings.Designer.cs | 0 .../System.CommandLine/System/Strings.resx | 0 .../Properties/Strings.Designer.cs | 0 .../Properties/Strings.resx | 0 .../src}/System.Drawing.Graphics/README.txt | 0 .../System.Drawing.Graphics.csproj | 0 .../System/Drawing/Graphics/DLLImports.cs | 0 .../Drawing/Graphics/GDStreamWrapper.cs | 0 .../System/Drawing/Graphics/Image.cs | 0 .../Drawing/Graphics/ImageExtensions.cs | 0 .../Graphics/Interop/Linux/Interop.Linux.cs | 0 .../Graphics/Interop/OSX/Interop.OSX.cs | 0 .../Interop/Windows/Interop.Windows.cs | 0 .../System/Drawing/Graphics/Jpg.cs | 0 .../System/Drawing/Graphics/Png.cs | 0 .../src}/System.Drawing.Graphics/libgd.dll | Bin .../MultiValueDictionary/MVD.TestBase.cs | 0 .../Generic/MultiValueDictionary/MVD.Tests.cs | 0 .../Performance/Perf.MVD.cs | 0 ....Generic.MultiValueDictionary.Tests.csproj | 0 .../System.CommandLine.Tests.csproj | 0 .../System/CommandLine/Splitter.cs | 0 .../CommandLine/Tests/ArgumentLexerTests.cs | 0 .../CommandLine/Tests/ArgumentSyntaxTests.cs | 0 .../Tests/HelpTextGeneratorTests.cs | 0 .../BlackCat.png | Bin .../System.Drawing.Graphics.Tests/CuteCat.png | Bin .../Resources/Common/SquareCat.jpg | Bin .../Resources/Common/Strings.resx | 0 .../SoccerCat.jpg | Bin .../SquareCat.jpg | Bin .../System.Drawing.Graphics.Tests.csproj | 0 .../TestPictures/BlackCat.png | Bin .../TestPictures/CuteCat.png | Bin .../TestPictures/SoccerCat.jpg | Bin .../TestPictures/SquareCat.jpg | Bin .../UnitTests.cs | 0 .../System.Drawing.Graphics.Tests/jpgcat.jpg | Bin .../System.Drawing.Graphics.Tests/jpgdog.jpg | Bin .../System.Drawing.Graphics.Tests/pngcat.png | Bin .../System.Drawing.Graphics.Tests/pngdog.png | Bin corefxlab.sln | 90 ------------------ 63 files changed, 10 insertions(+), 95 deletions(-) rename {src => archived_projects/src}/System.Collections.Generic.MultiValueDictionary/Properties/Resources.Designer.cs (100%) rename {src => archived_projects/src}/System.Collections.Generic.MultiValueDictionary/Properties/Resources.resx (100%) rename {src => archived_projects/src}/System.Collections.Generic.MultiValueDictionary/System.Collections.Generic.MultiValueDictionary.csproj (100%) rename {src => archived_projects/src}/System.Collections.Generic.MultiValueDictionary/System/Collections/Generic/MultiValueDictionary.cs (100%) rename {src => archived_projects/src}/System.CommandLine/Properties/Assembly.cs (100%) rename {src => archived_projects/src}/System.CommandLine/README.md (100%) rename {src => archived_projects/src}/System.CommandLine/System.CommandLine.csproj (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/Argument.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentCommand.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentCommand_1.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentLexer.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentList_1.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentParser.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentSyntax.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentSyntaxException.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentSyntax_Definers.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/ArgumentToken.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/Argument_1.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/Enumerable.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/CommandLine/HelpTextGenerator.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/Strings.Designer.cs (100%) rename {src => archived_projects/src}/System.CommandLine/System/Strings.resx (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/Properties/Strings.Designer.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/Properties/Strings.resx (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/README.txt (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System.Drawing.Graphics.csproj (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/DLLImports.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/GDStreamWrapper.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/Image.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/ImageExtensions.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Linux/Interop.Linux.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/Interop/OSX/Interop.OSX.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Windows/Interop.Windows.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/Jpg.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/System/Drawing/Graphics/Png.cs (100%) rename {src => archived_projects/src}/System.Drawing.Graphics/libgd.dll (100%) rename {tests => archived_projects/tests}/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.TestBase.cs (100%) rename {tests => archived_projects/tests}/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.Tests.cs (100%) rename {tests => archived_projects/tests}/System.Collections.Generic.MultiValueDictionary.Tests/Performance/Perf.MVD.cs (100%) rename {tests => archived_projects/tests}/System.Collections.Generic.MultiValueDictionary.Tests/System.Collections.Generic.MultiValueDictionary.Tests.csproj (100%) rename {tests => archived_projects/tests}/System.CommandLine.Tests/System.CommandLine.Tests.csproj (100%) rename {tests => archived_projects/tests}/System.CommandLine.Tests/System/CommandLine/Splitter.cs (100%) rename {tests => archived_projects/tests}/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentLexerTests.cs (100%) rename {tests => archived_projects/tests}/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentSyntaxTests.cs (100%) rename {tests => archived_projects/tests}/System.CommandLine.Tests/System/CommandLine/Tests/HelpTextGeneratorTests.cs (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/BlackCat.png (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/CuteCat.png (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/Resources/Common/SquareCat.jpg (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/Resources/Common/Strings.resx (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/SoccerCat.jpg (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/SquareCat.jpg (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/System.Drawing.Graphics.Tests.csproj (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/TestPictures/BlackCat.png (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/TestPictures/CuteCat.png (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/TestPictures/SoccerCat.jpg (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/TestPictures/SquareCat.jpg (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/UnitTests.cs (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/jpgcat.jpg (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/jpgdog.jpg (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/pngcat.png (100%) rename {tests => archived_projects/tests}/System.Drawing.Graphics.Tests/pngdog.png (100%) diff --git a/README.md b/README.md index 5ada126a287..d06b4cceaf5 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,15 @@ allocations, when no changes are detected. In fact, it does not allocate anythin This project augments the date and time APIs in .NET. It adds two new core types: `Date` and `Time`. These types will ultimately be submited for inclusion in `System.Runtime`. +More libraries are coming soon. Stay tuned! + +[blog post]: http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx + +## Archived Projects + +The following projects were moved to the archived_projects directory since they do not have any stewards and are no longer under active development. +We will no longer publish new packages for these to MyGet and possibly remove them all together in the future. + * **System.Collections.Generic.MultiValueDictionary**. The `MultiValueDictionary` is a generic collection that functions similarly to a `Dictionary>` with some added validation and ease of use functions. It can also be compared to a Lookup with the exception that the `MultiValueDictionary` is mutable. It allows custom @@ -62,11 +71,7 @@ setting of the internal collections so that uniqueness of values can be chosen b design decisions as well as introductions to usage can be found in the old blog posts introducing it [here](http://blogs.msdn.com/b/dotnet/archive/2014/06/20/would-you-like-a-multidictionary.aspx) and [here](http://blogs.msdn.com/b/dotnet/archive/2014/08/05/multidictionary-becomes-multivaluedictionary.aspx). * **System.CommandLine**. -The purpose of this library is to make command line tools first class by providing a command line parser. Here are the goals: designed for cross-platform usage, lightweight with minimal configuration, optional but built-in support for help, validation, and response files, support for multiple commands, like version control tools. See the [README.md](src/System.CommandLine/README.md) for more information. - -More libraries are coming soon. Stay tuned! - -[blog post]: http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx +The purpose of this library is to make command line tools first class by providing a command line parser. Here are the goals: designed for cross-platform usage, lightweight with minimal configuration, optional but built-in support for help, validation, and response files, support for multiple commands, like version control tools. See the [README.md](archived_projects/src/System.CommandLine/README.md) for more information. ## Related Projects diff --git a/src/System.Collections.Generic.MultiValueDictionary/Properties/Resources.Designer.cs b/archived_projects/src/System.Collections.Generic.MultiValueDictionary/Properties/Resources.Designer.cs similarity index 100% rename from src/System.Collections.Generic.MultiValueDictionary/Properties/Resources.Designer.cs rename to archived_projects/src/System.Collections.Generic.MultiValueDictionary/Properties/Resources.Designer.cs diff --git a/src/System.Collections.Generic.MultiValueDictionary/Properties/Resources.resx b/archived_projects/src/System.Collections.Generic.MultiValueDictionary/Properties/Resources.resx similarity index 100% rename from src/System.Collections.Generic.MultiValueDictionary/Properties/Resources.resx rename to archived_projects/src/System.Collections.Generic.MultiValueDictionary/Properties/Resources.resx diff --git a/src/System.Collections.Generic.MultiValueDictionary/System.Collections.Generic.MultiValueDictionary.csproj b/archived_projects/src/System.Collections.Generic.MultiValueDictionary/System.Collections.Generic.MultiValueDictionary.csproj similarity index 100% rename from src/System.Collections.Generic.MultiValueDictionary/System.Collections.Generic.MultiValueDictionary.csproj rename to archived_projects/src/System.Collections.Generic.MultiValueDictionary/System.Collections.Generic.MultiValueDictionary.csproj diff --git a/src/System.Collections.Generic.MultiValueDictionary/System/Collections/Generic/MultiValueDictionary.cs b/archived_projects/src/System.Collections.Generic.MultiValueDictionary/System/Collections/Generic/MultiValueDictionary.cs similarity index 100% rename from src/System.Collections.Generic.MultiValueDictionary/System/Collections/Generic/MultiValueDictionary.cs rename to archived_projects/src/System.Collections.Generic.MultiValueDictionary/System/Collections/Generic/MultiValueDictionary.cs diff --git a/src/System.CommandLine/Properties/Assembly.cs b/archived_projects/src/System.CommandLine/Properties/Assembly.cs similarity index 100% rename from src/System.CommandLine/Properties/Assembly.cs rename to archived_projects/src/System.CommandLine/Properties/Assembly.cs diff --git a/src/System.CommandLine/README.md b/archived_projects/src/System.CommandLine/README.md similarity index 100% rename from src/System.CommandLine/README.md rename to archived_projects/src/System.CommandLine/README.md diff --git a/src/System.CommandLine/System.CommandLine.csproj b/archived_projects/src/System.CommandLine/System.CommandLine.csproj similarity index 100% rename from src/System.CommandLine/System.CommandLine.csproj rename to archived_projects/src/System.CommandLine/System.CommandLine.csproj diff --git a/src/System.CommandLine/System/CommandLine/Argument.cs b/archived_projects/src/System.CommandLine/System/CommandLine/Argument.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/Argument.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/Argument.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentCommand.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentCommand.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentCommand.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentCommand.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentCommand_1.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentCommand_1.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentCommand_1.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentCommand_1.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentLexer.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentLexer.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentLexer.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentLexer.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentList_1.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentList_1.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentList_1.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentList_1.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentParser.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentParser.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentParser.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentParser.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentSyntax.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentSyntax.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentSyntax.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentSyntax.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentSyntaxException.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentSyntaxException.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentSyntaxException.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentSyntaxException.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentSyntax_Definers.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentSyntax_Definers.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentSyntax_Definers.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentSyntax_Definers.cs diff --git a/src/System.CommandLine/System/CommandLine/ArgumentToken.cs b/archived_projects/src/System.CommandLine/System/CommandLine/ArgumentToken.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/ArgumentToken.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/ArgumentToken.cs diff --git a/src/System.CommandLine/System/CommandLine/Argument_1.cs b/archived_projects/src/System.CommandLine/System/CommandLine/Argument_1.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/Argument_1.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/Argument_1.cs diff --git a/src/System.CommandLine/System/CommandLine/Enumerable.cs b/archived_projects/src/System.CommandLine/System/CommandLine/Enumerable.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/Enumerable.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/Enumerable.cs diff --git a/src/System.CommandLine/System/CommandLine/HelpTextGenerator.cs b/archived_projects/src/System.CommandLine/System/CommandLine/HelpTextGenerator.cs similarity index 100% rename from src/System.CommandLine/System/CommandLine/HelpTextGenerator.cs rename to archived_projects/src/System.CommandLine/System/CommandLine/HelpTextGenerator.cs diff --git a/src/System.CommandLine/System/Strings.Designer.cs b/archived_projects/src/System.CommandLine/System/Strings.Designer.cs similarity index 100% rename from src/System.CommandLine/System/Strings.Designer.cs rename to archived_projects/src/System.CommandLine/System/Strings.Designer.cs diff --git a/src/System.CommandLine/System/Strings.resx b/archived_projects/src/System.CommandLine/System/Strings.resx similarity index 100% rename from src/System.CommandLine/System/Strings.resx rename to archived_projects/src/System.CommandLine/System/Strings.resx diff --git a/src/System.Drawing.Graphics/Properties/Strings.Designer.cs b/archived_projects/src/System.Drawing.Graphics/Properties/Strings.Designer.cs similarity index 100% rename from src/System.Drawing.Graphics/Properties/Strings.Designer.cs rename to archived_projects/src/System.Drawing.Graphics/Properties/Strings.Designer.cs diff --git a/src/System.Drawing.Graphics/Properties/Strings.resx b/archived_projects/src/System.Drawing.Graphics/Properties/Strings.resx similarity index 100% rename from src/System.Drawing.Graphics/Properties/Strings.resx rename to archived_projects/src/System.Drawing.Graphics/Properties/Strings.resx diff --git a/src/System.Drawing.Graphics/README.txt b/archived_projects/src/System.Drawing.Graphics/README.txt similarity index 100% rename from src/System.Drawing.Graphics/README.txt rename to archived_projects/src/System.Drawing.Graphics/README.txt diff --git a/src/System.Drawing.Graphics/System.Drawing.Graphics.csproj b/archived_projects/src/System.Drawing.Graphics/System.Drawing.Graphics.csproj similarity index 100% rename from src/System.Drawing.Graphics/System.Drawing.Graphics.csproj rename to archived_projects/src/System.Drawing.Graphics/System.Drawing.Graphics.csproj diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/DLLImports.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/DLLImports.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/DLLImports.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/DLLImports.cs diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/GDStreamWrapper.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/GDStreamWrapper.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/GDStreamWrapper.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/GDStreamWrapper.cs diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/Image.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Image.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/Image.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Image.cs diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/ImageExtensions.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/ImageExtensions.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/ImageExtensions.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/ImageExtensions.cs diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Linux/Interop.Linux.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Linux/Interop.Linux.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Linux/Interop.Linux.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Linux/Interop.Linux.cs diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/OSX/Interop.OSX.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/OSX/Interop.OSX.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/OSX/Interop.OSX.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/OSX/Interop.OSX.cs diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Windows/Interop.Windows.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Windows/Interop.Windows.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Windows/Interop.Windows.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Interop/Windows/Interop.Windows.cs diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/Jpg.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Jpg.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/Jpg.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Jpg.cs diff --git a/src/System.Drawing.Graphics/System/Drawing/Graphics/Png.cs b/archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Png.cs similarity index 100% rename from src/System.Drawing.Graphics/System/Drawing/Graphics/Png.cs rename to archived_projects/src/System.Drawing.Graphics/System/Drawing/Graphics/Png.cs diff --git a/src/System.Drawing.Graphics/libgd.dll b/archived_projects/src/System.Drawing.Graphics/libgd.dll similarity index 100% rename from src/System.Drawing.Graphics/libgd.dll rename to archived_projects/src/System.Drawing.Graphics/libgd.dll diff --git a/tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.TestBase.cs b/archived_projects/tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.TestBase.cs similarity index 100% rename from tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.TestBase.cs rename to archived_projects/tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.TestBase.cs diff --git a/tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.Tests.cs b/archived_projects/tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.Tests.cs similarity index 100% rename from tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.Tests.cs rename to archived_projects/tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.Tests.cs diff --git a/tests/System.Collections.Generic.MultiValueDictionary.Tests/Performance/Perf.MVD.cs b/archived_projects/tests/System.Collections.Generic.MultiValueDictionary.Tests/Performance/Perf.MVD.cs similarity index 100% rename from tests/System.Collections.Generic.MultiValueDictionary.Tests/Performance/Perf.MVD.cs rename to archived_projects/tests/System.Collections.Generic.MultiValueDictionary.Tests/Performance/Perf.MVD.cs diff --git a/tests/System.Collections.Generic.MultiValueDictionary.Tests/System.Collections.Generic.MultiValueDictionary.Tests.csproj b/archived_projects/tests/System.Collections.Generic.MultiValueDictionary.Tests/System.Collections.Generic.MultiValueDictionary.Tests.csproj similarity index 100% rename from tests/System.Collections.Generic.MultiValueDictionary.Tests/System.Collections.Generic.MultiValueDictionary.Tests.csproj rename to archived_projects/tests/System.Collections.Generic.MultiValueDictionary.Tests/System.Collections.Generic.MultiValueDictionary.Tests.csproj diff --git a/tests/System.CommandLine.Tests/System.CommandLine.Tests.csproj b/archived_projects/tests/System.CommandLine.Tests/System.CommandLine.Tests.csproj similarity index 100% rename from tests/System.CommandLine.Tests/System.CommandLine.Tests.csproj rename to archived_projects/tests/System.CommandLine.Tests/System.CommandLine.Tests.csproj diff --git a/tests/System.CommandLine.Tests/System/CommandLine/Splitter.cs b/archived_projects/tests/System.CommandLine.Tests/System/CommandLine/Splitter.cs similarity index 100% rename from tests/System.CommandLine.Tests/System/CommandLine/Splitter.cs rename to archived_projects/tests/System.CommandLine.Tests/System/CommandLine/Splitter.cs diff --git a/tests/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentLexerTests.cs b/archived_projects/tests/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentLexerTests.cs similarity index 100% rename from tests/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentLexerTests.cs rename to archived_projects/tests/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentLexerTests.cs diff --git a/tests/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentSyntaxTests.cs b/archived_projects/tests/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentSyntaxTests.cs similarity index 100% rename from tests/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentSyntaxTests.cs rename to archived_projects/tests/System.CommandLine.Tests/System/CommandLine/Tests/ArgumentSyntaxTests.cs diff --git a/tests/System.CommandLine.Tests/System/CommandLine/Tests/HelpTextGeneratorTests.cs b/archived_projects/tests/System.CommandLine.Tests/System/CommandLine/Tests/HelpTextGeneratorTests.cs similarity index 100% rename from tests/System.CommandLine.Tests/System/CommandLine/Tests/HelpTextGeneratorTests.cs rename to archived_projects/tests/System.CommandLine.Tests/System/CommandLine/Tests/HelpTextGeneratorTests.cs diff --git a/tests/System.Drawing.Graphics.Tests/BlackCat.png b/archived_projects/tests/System.Drawing.Graphics.Tests/BlackCat.png similarity index 100% rename from tests/System.Drawing.Graphics.Tests/BlackCat.png rename to archived_projects/tests/System.Drawing.Graphics.Tests/BlackCat.png diff --git a/tests/System.Drawing.Graphics.Tests/CuteCat.png b/archived_projects/tests/System.Drawing.Graphics.Tests/CuteCat.png similarity index 100% rename from tests/System.Drawing.Graphics.Tests/CuteCat.png rename to archived_projects/tests/System.Drawing.Graphics.Tests/CuteCat.png diff --git a/tests/System.Drawing.Graphics.Tests/Resources/Common/SquareCat.jpg b/archived_projects/tests/System.Drawing.Graphics.Tests/Resources/Common/SquareCat.jpg similarity index 100% rename from tests/System.Drawing.Graphics.Tests/Resources/Common/SquareCat.jpg rename to archived_projects/tests/System.Drawing.Graphics.Tests/Resources/Common/SquareCat.jpg diff --git a/tests/System.Drawing.Graphics.Tests/Resources/Common/Strings.resx b/archived_projects/tests/System.Drawing.Graphics.Tests/Resources/Common/Strings.resx similarity index 100% rename from tests/System.Drawing.Graphics.Tests/Resources/Common/Strings.resx rename to archived_projects/tests/System.Drawing.Graphics.Tests/Resources/Common/Strings.resx diff --git a/tests/System.Drawing.Graphics.Tests/SoccerCat.jpg b/archived_projects/tests/System.Drawing.Graphics.Tests/SoccerCat.jpg similarity index 100% rename from tests/System.Drawing.Graphics.Tests/SoccerCat.jpg rename to archived_projects/tests/System.Drawing.Graphics.Tests/SoccerCat.jpg diff --git a/tests/System.Drawing.Graphics.Tests/SquareCat.jpg b/archived_projects/tests/System.Drawing.Graphics.Tests/SquareCat.jpg similarity index 100% rename from tests/System.Drawing.Graphics.Tests/SquareCat.jpg rename to archived_projects/tests/System.Drawing.Graphics.Tests/SquareCat.jpg diff --git a/tests/System.Drawing.Graphics.Tests/System.Drawing.Graphics.Tests.csproj b/archived_projects/tests/System.Drawing.Graphics.Tests/System.Drawing.Graphics.Tests.csproj similarity index 100% rename from tests/System.Drawing.Graphics.Tests/System.Drawing.Graphics.Tests.csproj rename to archived_projects/tests/System.Drawing.Graphics.Tests/System.Drawing.Graphics.Tests.csproj diff --git a/tests/System.Drawing.Graphics.Tests/TestPictures/BlackCat.png b/archived_projects/tests/System.Drawing.Graphics.Tests/TestPictures/BlackCat.png similarity index 100% rename from tests/System.Drawing.Graphics.Tests/TestPictures/BlackCat.png rename to archived_projects/tests/System.Drawing.Graphics.Tests/TestPictures/BlackCat.png diff --git a/tests/System.Drawing.Graphics.Tests/TestPictures/CuteCat.png b/archived_projects/tests/System.Drawing.Graphics.Tests/TestPictures/CuteCat.png similarity index 100% rename from tests/System.Drawing.Graphics.Tests/TestPictures/CuteCat.png rename to archived_projects/tests/System.Drawing.Graphics.Tests/TestPictures/CuteCat.png diff --git a/tests/System.Drawing.Graphics.Tests/TestPictures/SoccerCat.jpg b/archived_projects/tests/System.Drawing.Graphics.Tests/TestPictures/SoccerCat.jpg similarity index 100% rename from tests/System.Drawing.Graphics.Tests/TestPictures/SoccerCat.jpg rename to archived_projects/tests/System.Drawing.Graphics.Tests/TestPictures/SoccerCat.jpg diff --git a/tests/System.Drawing.Graphics.Tests/TestPictures/SquareCat.jpg b/archived_projects/tests/System.Drawing.Graphics.Tests/TestPictures/SquareCat.jpg similarity index 100% rename from tests/System.Drawing.Graphics.Tests/TestPictures/SquareCat.jpg rename to archived_projects/tests/System.Drawing.Graphics.Tests/TestPictures/SquareCat.jpg diff --git a/tests/System.Drawing.Graphics.Tests/UnitTests.cs b/archived_projects/tests/System.Drawing.Graphics.Tests/UnitTests.cs similarity index 100% rename from tests/System.Drawing.Graphics.Tests/UnitTests.cs rename to archived_projects/tests/System.Drawing.Graphics.Tests/UnitTests.cs diff --git a/tests/System.Drawing.Graphics.Tests/jpgcat.jpg b/archived_projects/tests/System.Drawing.Graphics.Tests/jpgcat.jpg similarity index 100% rename from tests/System.Drawing.Graphics.Tests/jpgcat.jpg rename to archived_projects/tests/System.Drawing.Graphics.Tests/jpgcat.jpg diff --git a/tests/System.Drawing.Graphics.Tests/jpgdog.jpg b/archived_projects/tests/System.Drawing.Graphics.Tests/jpgdog.jpg similarity index 100% rename from tests/System.Drawing.Graphics.Tests/jpgdog.jpg rename to archived_projects/tests/System.Drawing.Graphics.Tests/jpgdog.jpg diff --git a/tests/System.Drawing.Graphics.Tests/pngcat.png b/archived_projects/tests/System.Drawing.Graphics.Tests/pngcat.png similarity index 100% rename from tests/System.Drawing.Graphics.Tests/pngcat.png rename to archived_projects/tests/System.Drawing.Graphics.Tests/pngcat.png diff --git a/tests/System.Drawing.Graphics.Tests/pngdog.png b/archived_projects/tests/System.Drawing.Graphics.Tests/pngdog.png similarity index 100% rename from tests/System.Drawing.Graphics.Tests/pngdog.png rename to archived_projects/tests/System.Drawing.Graphics.Tests/pngdog.png diff --git a/corefxlab.sln b/corefxlab.sln index 966a749be7c..3691f70c858 100644 --- a/corefxlab.sln +++ b/corefxlab.sln @@ -24,12 +24,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EchoService", "samples\Echo EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Buffers.Experimental", "src\System.Buffers.Experimental\System.Buffers.Experimental.csproj", "{60E282CB-156B-4A5E-9C7D-4E174EA2E024}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.Generic.MultiValueDictionary", "src\System.Collections.Generic.MultiValueDictionary\System.Collections.Generic.MultiValueDictionary.csproj", "{074A1180-C084-4861-8A37-B5365725BE55}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.CommandLine", "src\System.CommandLine\System.CommandLine.csproj", "{CE8FA454-D27E-4480-994A-7F40090C194A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Drawing.Graphics", "src\System.Drawing.Graphics\System.Drawing.Graphics.csproj", "{924E010F-DB71-4AD5-B1C9-62E8890E64E1}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.IO.FileSystem.Watcher.Polling", "src\System.IO.FileSystem.Watcher.Polling\System.IO.FileSystem.Watcher.Polling.csproj", "{0CA926AC-4BAD-46AF-800B-BB33069F0705}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Net.Libuv", "src\System.Net.Libuv\System.Net.Libuv.csproj", "{52F36F44-A5AA-4D06-943B-626CC9E864FB}" @@ -62,12 +56,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Text.Json.Dynamic", EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Buffers.Experimental.Tests", "tests\System.Buffers.Experimental.Tests\System.Buffers.Experimental.Tests.csproj", "{0935E538-179C-4768-89B0-C0D197B4D18B}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.Generic.MultiValueDictionary.Tests", "tests\System.Collections.Generic.MultiValueDictionary.Tests\System.Collections.Generic.MultiValueDictionary.Tests.csproj", "{5177869A-5D73-428B-88A0-6E0D3BB04A64}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.CommandLine.Tests", "tests\System.CommandLine.Tests\System.CommandLine.Tests.csproj", "{08C2CFEA-B296-466D-9C5D-7C344546D64E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Drawing.Graphics.Tests", "tests\System.Drawing.Graphics.Tests\System.Drawing.Graphics.Tests.csproj", "{21E03B48-9A74-422C-9DB1-735DA79C4776}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.IO.FileSystem.Watcher.Polling.Tests", "tests\System.IO.FileSystem.Watcher.Polling.Tests\System.IO.FileSystem.Watcher.Polling.Tests.csproj", "{1FE25651-12C4-45B4-BB9F-E2F6D1D8383F}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Net.Libuv.Tests", "tests\System.Net.Libuv.Tests\System.Net.Libuv.Tests.csproj", "{EB39FC76-A723-4B6A-B8EF-71AEF80B5998}" @@ -212,42 +200,6 @@ Global {60E282CB-156B-4A5E-9C7D-4E174EA2E024}.Release|x64.Build.0 = Release|Any CPU {60E282CB-156B-4A5E-9C7D-4E174EA2E024}.Release|x86.ActiveCfg = Release|Any CPU {60E282CB-156B-4A5E-9C7D-4E174EA2E024}.Release|x86.Build.0 = Release|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Debug|Any CPU.Build.0 = Debug|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Debug|x64.ActiveCfg = Debug|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Debug|x64.Build.0 = Debug|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Debug|x86.ActiveCfg = Debug|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Debug|x86.Build.0 = Debug|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Release|Any CPU.ActiveCfg = Release|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Release|Any CPU.Build.0 = Release|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Release|x64.ActiveCfg = Release|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Release|x64.Build.0 = Release|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Release|x86.ActiveCfg = Release|Any CPU - {074A1180-C084-4861-8A37-B5365725BE55}.Release|x86.Build.0 = Release|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Debug|x64.ActiveCfg = Debug|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Debug|x64.Build.0 = Debug|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Debug|x86.ActiveCfg = Debug|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Debug|x86.Build.0 = Debug|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Release|Any CPU.Build.0 = Release|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Release|x64.ActiveCfg = Release|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Release|x64.Build.0 = Release|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Release|x86.ActiveCfg = Release|Any CPU - {CE8FA454-D27E-4480-994A-7F40090C194A}.Release|x86.Build.0 = Release|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Debug|x64.ActiveCfg = Debug|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Debug|x64.Build.0 = Debug|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Debug|x86.ActiveCfg = Debug|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Debug|x86.Build.0 = Debug|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Release|Any CPU.Build.0 = Release|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Release|x64.ActiveCfg = Release|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Release|x64.Build.0 = Release|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Release|x86.ActiveCfg = Release|Any CPU - {924E010F-DB71-4AD5-B1C9-62E8890E64E1}.Release|x86.Build.0 = Release|Any CPU {0CA926AC-4BAD-46AF-800B-BB33069F0705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0CA926AC-4BAD-46AF-800B-BB33069F0705}.Debug|Any CPU.Build.0 = Debug|Any CPU {0CA926AC-4BAD-46AF-800B-BB33069F0705}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -440,42 +392,6 @@ Global {0935E538-179C-4768-89B0-C0D197B4D18B}.Release|x64.Build.0 = Release|Any CPU {0935E538-179C-4768-89B0-C0D197B4D18B}.Release|x86.ActiveCfg = Release|Any CPU {0935E538-179C-4768-89B0-C0D197B4D18B}.Release|x86.Build.0 = Release|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Debug|x64.ActiveCfg = Debug|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Debug|x64.Build.0 = Debug|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Debug|x86.ActiveCfg = Debug|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Debug|x86.Build.0 = Debug|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Release|Any CPU.Build.0 = Release|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Release|x64.ActiveCfg = Release|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Release|x64.Build.0 = Release|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Release|x86.ActiveCfg = Release|Any CPU - {5177869A-5D73-428B-88A0-6E0D3BB04A64}.Release|x86.Build.0 = Release|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Debug|x64.ActiveCfg = Debug|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Debug|x64.Build.0 = Debug|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Debug|x86.ActiveCfg = Debug|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Debug|x86.Build.0 = Debug|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Release|Any CPU.Build.0 = Release|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Release|x64.ActiveCfg = Release|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Release|x64.Build.0 = Release|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Release|x86.ActiveCfg = Release|Any CPU - {08C2CFEA-B296-466D-9C5D-7C344546D64E}.Release|x86.Build.0 = Release|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Debug|Any CPU.Build.0 = Debug|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Debug|x64.ActiveCfg = Debug|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Debug|x64.Build.0 = Debug|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Debug|x86.ActiveCfg = Debug|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Debug|x86.Build.0 = Debug|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Release|Any CPU.ActiveCfg = Release|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Release|Any CPU.Build.0 = Release|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Release|x64.ActiveCfg = Release|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Release|x64.Build.0 = Release|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Release|x86.ActiveCfg = Release|Any CPU - {21E03B48-9A74-422C-9DB1-735DA79C4776}.Release|x86.Build.0 = Release|Any CPU {1FE25651-12C4-45B4-BB9F-E2F6D1D8383F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1FE25651-12C4-45B4-BB9F-E2F6D1D8383F}.Debug|Any CPU.Build.0 = Debug|Any CPU {1FE25651-12C4-45B4-BB9F-E2F6D1D8383F}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -930,9 +846,6 @@ Global {8A4C8106-67EC-4E5D-BC81-1DB617413EEA} = {E1DE693E-C1FB-4A1F-B6D8-A071D86D7354} {D29DC7F0-0199-4759-B445-3E19ACCBB030} = {E1DE693E-C1FB-4A1F-B6D8-A071D86D7354} {60E282CB-156B-4A5E-9C7D-4E174EA2E024} = {4B000021-5278-4F2A-B734-DE49F55D4024} - {074A1180-C084-4861-8A37-B5365725BE55} = {4B000021-5278-4F2A-B734-DE49F55D4024} - {CE8FA454-D27E-4480-994A-7F40090C194A} = {4B000021-5278-4F2A-B734-DE49F55D4024} - {924E010F-DB71-4AD5-B1C9-62E8890E64E1} = {4B000021-5278-4F2A-B734-DE49F55D4024} {0CA926AC-4BAD-46AF-800B-BB33069F0705} = {4B000021-5278-4F2A-B734-DE49F55D4024} {52F36F44-A5AA-4D06-943B-626CC9E864FB} = {4B000021-5278-4F2A-B734-DE49F55D4024} {56A91E9D-DBB1-4B83-8E29-868452EB86AF} = {4B000021-5278-4F2A-B734-DE49F55D4024} @@ -949,9 +862,6 @@ Global {2D178A3D-247D-46C4-BAC3-DAB5EFC064A7} = {4B000021-5278-4F2A-B734-DE49F55D4024} {BB6D79C1-783F-4B87-A281-5EAB22CA7BF0} = {4B000021-5278-4F2A-B734-DE49F55D4024} {0935E538-179C-4768-89B0-C0D197B4D18B} = {3079E458-D0E6-4F99-8CAB-80011D35C7DA} - {5177869A-5D73-428B-88A0-6E0D3BB04A64} = {3079E458-D0E6-4F99-8CAB-80011D35C7DA} - {08C2CFEA-B296-466D-9C5D-7C344546D64E} = {3079E458-D0E6-4F99-8CAB-80011D35C7DA} - {21E03B48-9A74-422C-9DB1-735DA79C4776} = {3079E458-D0E6-4F99-8CAB-80011D35C7DA} {1FE25651-12C4-45B4-BB9F-E2F6D1D8383F} = {3079E458-D0E6-4F99-8CAB-80011D35C7DA} {EB39FC76-A723-4B6A-B8EF-71AEF80B5998} = {3079E458-D0E6-4F99-8CAB-80011D35C7DA} {240FA09F-A106-4AC7-B853-00506F76B5EF} = {3079E458-D0E6-4F99-8CAB-80011D35C7DA}