From 356f69f491e85c6dd51d8add20f026ea0a9407d4 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Wed, 15 Jun 2016 10:04:46 -0400 Subject: [PATCH 01/29] Added ZMachine demo stuff to cosmos sln --- source/Cosmos.sln | 413 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 413 insertions(+) diff --git a/source/Cosmos.sln b/source/Cosmos.sln index 3a2f0ea5f..869e53a26 100644 --- a/source/Cosmos.sln +++ b/source/Cosmos.sln @@ -253,886 +253,1293 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Core.Memory.Test", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Core.Memory", "Cosmos.Core.Memory\Cosmos.Core.Memory.csproj", "{84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ZMachine", "ZMachine", "{0CB537D9-19BB-4185-9E9A-E1305F100B54}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrotzKernel", "..\Demos\zMachine\Frotz.Net\source\FrotzKernel\FrotzKernel\FrotzKernel\FrotzKernel.csproj", "{C18A7CF8-3205-48A8-95C9-08C780A0D51D}" +EndProject +Project("{471EC4BB-E47E-4229-A789-D1F5F83B52D4}") = "FrotzKernelBoot", "..\Demos\zMachine\Frotz.Net\source\FrotzKernel\FrotzKernel\FrotzKernel\FrotzKernelBoot.Cosmos", "{511C4498-E62A-4FF2-94BA-472CF448B39B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrotzNetDLL", "..\Demos\zMachine\Frotz.Net\source\Desktop\FrotzBase\FrotzNetDLL.csproj", "{A843C6B0-CFF3-4A69-87BC-C93608235E47}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57B83EE4-164F-4BB2-8AFA-76445333A0E4}" + ProjectSection(SolutionItems) = preProject + ..\Demos\zMachine\Frotz.Net\source\ColorPicker.dll = ..\Demos\zMachine\Frotz.Net\source\ColorPicker.dll + ..\Demos\zMachine\Frotz.Net\source\Notes.txt = ..\Demos\zMachine\Frotz.Net\source\Notes.txt + ..\Demos\zMachine\Frotz.Net\source\todos.txt = ..\Demos\zMachine\Frotz.Net\source\todos.txt + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "zConsole", "..\Demos\zMachine\Frotz.Net\source\zConsole\zConsole.csproj", "{3E4A8079-AAC0-429D-B042-0B5151E0E5BE}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Any CPU.ActiveCfg = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Any CPU.Build.0 = Debug|x86 + {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Mixed Platforms.Build.0 = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x64.ActiveCfg = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x64.Build.0 = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x86.ActiveCfg = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x86.Build.0 = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|Any CPU.ActiveCfg = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|Any CPU.Build.0 = Debug|x86 + {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|Mixed Platforms.Build.0 = Release|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|x64.ActiveCfg = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|x64.Build.0 = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|x86.ActiveCfg = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|x86.Build.0 = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Any CPU.ActiveCfg = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Any CPU.Build.0 = Debug|x86 + {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x64.ActiveCfg = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x64.Build.0 = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x86.ActiveCfg = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x86.Build.0 = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|Any CPU.ActiveCfg = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|Any CPU.Build.0 = Debug|x86 + {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|Mixed Platforms.Build.0 = Release|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|x64.ActiveCfg = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|x64.Build.0 = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|x86.ActiveCfg = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|x86.Build.0 = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Any CPU.ActiveCfg = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Any CPU.Build.0 = Debug|x86 + {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Mixed Platforms.Build.0 = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x64.ActiveCfg = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x64.Build.0 = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x86.ActiveCfg = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x86.Build.0 = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|Any CPU.ActiveCfg = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|Any CPU.Build.0 = Debug|x86 + {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|Mixed Platforms.Build.0 = Release|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|x64.ActiveCfg = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|x64.Build.0 = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|x86.ActiveCfg = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|x86.Build.0 = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Any CPU.ActiveCfg = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Any CPU.Build.0 = Debug|x86 + {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Mixed Platforms.Build.0 = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x64.ActiveCfg = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x64.Build.0 = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x86.ActiveCfg = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x86.Build.0 = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|Any CPU.ActiveCfg = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|Any CPU.Build.0 = Debug|x86 + {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|Mixed Platforms.Build.0 = Release|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|x64.ActiveCfg = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|x64.Build.0 = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|x86.ActiveCfg = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|x86.Build.0 = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Any CPU.ActiveCfg = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Any CPU.Build.0 = Debug|x86 + {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Mixed Platforms.Build.0 = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x64.ActiveCfg = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x64.Build.0 = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x86.ActiveCfg = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x86.Build.0 = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|Any CPU.ActiveCfg = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|Any CPU.Build.0 = Debug|x86 + {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|Mixed Platforms.Build.0 = Release|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|x64.ActiveCfg = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|x64.Build.0 = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|x86.ActiveCfg = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|x86.Build.0 = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Any CPU.ActiveCfg = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Any CPU.Build.0 = Debug|x86 + {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x64.ActiveCfg = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x64.Build.0 = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x86.ActiveCfg = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x86.Build.0 = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|Any CPU.ActiveCfg = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|Any CPU.Build.0 = Debug|x86 + {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|Mixed Platforms.Build.0 = Release|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|x64.ActiveCfg = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|x64.Build.0 = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|x86.ActiveCfg = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|x86.Build.0 = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Any CPU.ActiveCfg = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Any CPU.Build.0 = Debug|x86 + {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x64.ActiveCfg = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x64.Build.0 = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x86.ActiveCfg = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x86.Build.0 = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|Any CPU.ActiveCfg = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|Any CPU.Build.0 = Debug|x86 + {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|Mixed Platforms.Build.0 = Release|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|x64.ActiveCfg = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|x64.Build.0 = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|x86.ActiveCfg = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|x86.Build.0 = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Any CPU.ActiveCfg = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Any CPU.Build.0 = Debug|x86 + {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x64.ActiveCfg = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x64.Build.0 = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x86.ActiveCfg = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x86.Build.0 = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|Any CPU.ActiveCfg = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|Any CPU.Build.0 = Debug|x86 + {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|Mixed Platforms.Build.0 = Release|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|x64.ActiveCfg = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|x64.Build.0 = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|x86.ActiveCfg = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|x86.Build.0 = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Any CPU.ActiveCfg = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Any CPU.Build.0 = Debug|x86 + {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Mixed Platforms.Build.0 = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x64.ActiveCfg = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x64.Build.0 = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x86.ActiveCfg = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x86.Build.0 = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|Any CPU.ActiveCfg = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|Any CPU.Build.0 = Debug|x86 + {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|Mixed Platforms.Build.0 = Release|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|x64.ActiveCfg = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|x64.Build.0 = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|x86.ActiveCfg = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|x86.Build.0 = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Any CPU.ActiveCfg = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Any CPU.Build.0 = Debug|x86 + {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x64.ActiveCfg = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x64.Build.0 = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x86.ActiveCfg = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x86.Build.0 = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|Any CPU.ActiveCfg = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|Any CPU.Build.0 = Debug|x86 + {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|Mixed Platforms.Build.0 = Release|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|x64.ActiveCfg = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|x64.Build.0 = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|x86.ActiveCfg = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|x86.Build.0 = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Any CPU.ActiveCfg = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Any CPU.Build.0 = Debug|x86 + {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Mixed Platforms.Build.0 = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x64.ActiveCfg = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x64.Build.0 = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x86.ActiveCfg = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x86.Build.0 = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|Any CPU.ActiveCfg = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|Any CPU.Build.0 = Debug|x86 + {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|Mixed Platforms.Build.0 = Release|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|x64.ActiveCfg = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|x64.Build.0 = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|x86.ActiveCfg = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|x86.Build.0 = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Any CPU.ActiveCfg = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Any CPU.Build.0 = Debug|x86 + {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Mixed Platforms.Build.0 = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x64.ActiveCfg = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x64.Build.0 = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x86.ActiveCfg = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x86.Build.0 = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|Any CPU.ActiveCfg = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|Any CPU.Build.0 = Debug|x86 + {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|Mixed Platforms.Build.0 = Release|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|x64.ActiveCfg = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|x64.Build.0 = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|x86.ActiveCfg = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|x86.Build.0 = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Any CPU.ActiveCfg = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Any CPU.Build.0 = Debug|x86 + {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x64.ActiveCfg = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x64.Build.0 = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x86.ActiveCfg = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x86.Build.0 = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|Any CPU.ActiveCfg = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|Any CPU.Build.0 = Debug|x86 + {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|Mixed Platforms.Build.0 = Release|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|x64.ActiveCfg = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|x64.Build.0 = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|x86.ActiveCfg = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|x86.Build.0 = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Any CPU.ActiveCfg = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Any CPU.Build.0 = Debug|x86 + {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Mixed Platforms.Build.0 = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x64.ActiveCfg = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x64.Build.0 = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x86.ActiveCfg = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x86.Build.0 = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|Any CPU.ActiveCfg = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|Any CPU.Build.0 = Debug|x86 + {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|Mixed Platforms.Build.0 = Release|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|x64.ActiveCfg = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|x64.Build.0 = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|x86.ActiveCfg = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|x86.Build.0 = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Any CPU.ActiveCfg = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Any CPU.Build.0 = Debug|x86 + {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x64.ActiveCfg = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x64.Build.0 = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x86.ActiveCfg = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x86.Build.0 = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|Any CPU.ActiveCfg = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|Any CPU.Build.0 = Debug|x86 + {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|Mixed Platforms.Build.0 = Release|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|x64.ActiveCfg = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|x64.Build.0 = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|x86.ActiveCfg = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|x86.Build.0 = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Any CPU.ActiveCfg = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Any CPU.Build.0 = Debug|x86 + {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Mixed Platforms.Build.0 = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x64.ActiveCfg = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x64.Build.0 = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x86.ActiveCfg = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x86.Build.0 = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Release|Any CPU.ActiveCfg = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Release|Any CPU.Build.0 = Debug|x86 + {61607F1E-58F9-41CF-972F-128384F3E115}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {61607F1E-58F9-41CF-972F-128384F3E115}.Release|Mixed Platforms.Build.0 = Release|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Release|x64.ActiveCfg = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Release|x64.Build.0 = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Release|x86.ActiveCfg = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Release|x86.Build.0 = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Any CPU.ActiveCfg = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Any CPU.Build.0 = Debug|x86 + {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Mixed Platforms.Build.0 = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x64.ActiveCfg = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x64.Build.0 = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x86.ActiveCfg = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x86.Build.0 = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|Any CPU.ActiveCfg = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|Any CPU.Build.0 = Debug|x86 + {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|Mixed Platforms.Build.0 = Release|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|x64.ActiveCfg = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|x64.Build.0 = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|x86.ActiveCfg = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|x86.Build.0 = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|Any CPU.ActiveCfg = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|Any CPU.Build.0 = Debug|x86 + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|Mixed Platforms.Build.0 = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|x64.ActiveCfg = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|x64.Build.0 = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|x86.ActiveCfg = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|x86.Build.0 = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|Any CPU.ActiveCfg = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|Any CPU.Build.0 = Debug|x86 + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|Mixed Platforms.Build.0 = Release|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|x64.ActiveCfg = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|x64.Build.0 = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|x86.ActiveCfg = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|x86.Build.0 = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|Any CPU.ActiveCfg = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|Any CPU.Build.0 = Debug|x86 + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|Mixed Platforms.Build.0 = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|x64.ActiveCfg = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|x86.ActiveCfg = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|x86.Build.0 = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|Any CPU.ActiveCfg = Debug|x86 + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|Mixed Platforms.Build.0 = Release|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|x64.ActiveCfg = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|x86.ActiveCfg = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Any CPU.ActiveCfg = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Any CPU.Build.0 = Debug|x86 + {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x64.ActiveCfg = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x64.Build.0 = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x86.ActiveCfg = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x86.Build.0 = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|Any CPU.ActiveCfg = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|Any CPU.Build.0 = Debug|x86 + {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|Mixed Platforms.Build.0 = Release|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|x64.ActiveCfg = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|x64.Build.0 = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|x86.ActiveCfg = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|x86.Build.0 = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Any CPU.ActiveCfg = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Any CPU.Build.0 = Debug|x86 + {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Mixed Platforms.Build.0 = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x64.ActiveCfg = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x64.Build.0 = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x86.ActiveCfg = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x86.Build.0 = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|Any CPU.ActiveCfg = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|Any CPU.Build.0 = Debug|x86 + {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|Mixed Platforms.Build.0 = Release|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|x64.ActiveCfg = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|x64.Build.0 = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|x86.ActiveCfg = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|x86.Build.0 = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|Any CPU.ActiveCfg = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|Any CPU.Build.0 = Debug|x86 + {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|x64.ActiveCfg = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|x64.Build.0 = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|x86.ActiveCfg = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|x86.Build.0 = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|Any CPU.ActiveCfg = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|Any CPU.Build.0 = Debug|x86 + {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|Mixed Platforms.Build.0 = Release|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|x64.ActiveCfg = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|x64.Build.0 = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|x86.ActiveCfg = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|x86.Build.0 = Debug|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|Any CPU.ActiveCfg = Debug|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|Any CPU.Build.0 = Debug|x86 + {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|x64.ActiveCfg = Debug|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|x86.ActiveCfg = Debug|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|x86.Build.0 = Debug|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Release|Any CPU.ActiveCfg = Debug|x86 + {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Release|Mixed Platforms.Build.0 = Release|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Release|x64.ActiveCfg = Debug|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Release|x86.ActiveCfg = Debug|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|Any CPU.ActiveCfg = Debug|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|Any CPU.Build.0 = Debug|x86 + {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|x64.ActiveCfg = Debug|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|x86.ActiveCfg = Debug|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|x86.Build.0 = Debug|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Release|Any CPU.ActiveCfg = Debug|x86 + {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Release|Mixed Platforms.Build.0 = Release|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Release|x64.ActiveCfg = Debug|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Release|x86.ActiveCfg = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Any CPU.ActiveCfg = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Any CPU.Build.0 = Debug|x86 + {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x64.ActiveCfg = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x64.Build.0 = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x86.ActiveCfg = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x86.Build.0 = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|Any CPU.ActiveCfg = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|Any CPU.Build.0 = Debug|x86 + {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|Mixed Platforms.Build.0 = Release|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|x64.ActiveCfg = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|x64.Build.0 = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|x86.ActiveCfg = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|x86.Build.0 = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Any CPU.ActiveCfg = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Any CPU.Build.0 = Debug|x86 + {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x64.ActiveCfg = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x64.Build.0 = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x86.ActiveCfg = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x86.Build.0 = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|Any CPU.ActiveCfg = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|Any CPU.Build.0 = Debug|x86 + {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|Mixed Platforms.Build.0 = Release|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|x64.ActiveCfg = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|x64.Build.0 = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|x86.ActiveCfg = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|x86.Build.0 = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.ActiveCfg = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.Build.0 = Debug|x86 + {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Mixed Platforms.Build.0 = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x64.ActiveCfg = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x64.Build.0 = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x86.ActiveCfg = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x86.Build.0 = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|Any CPU.ActiveCfg = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|Any CPU.Build.0 = Debug|x86 + {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|Mixed Platforms.Build.0 = Release|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|x64.ActiveCfg = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|x64.Build.0 = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|x86.ActiveCfg = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|x86.Build.0 = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Any CPU.ActiveCfg = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Any CPU.Build.0 = Debug|x86 + {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x64.ActiveCfg = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x64.Build.0 = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x86.ActiveCfg = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x86.Build.0 = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|Any CPU.ActiveCfg = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|Any CPU.Build.0 = Debug|x86 + {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|Mixed Platforms.Build.0 = Release|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|x64.ActiveCfg = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|x64.Build.0 = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|x86.ActiveCfg = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|x86.Build.0 = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Any CPU.ActiveCfg = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Any CPU.Build.0 = Debug|x86 + {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x64.ActiveCfg = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x64.Build.0 = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x86.ActiveCfg = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x86.Build.0 = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|Any CPU.ActiveCfg = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|Any CPU.Build.0 = Debug|x86 + {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|Mixed Platforms.Build.0 = Release|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|x64.ActiveCfg = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|x64.Build.0 = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|x86.ActiveCfg = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|x86.Build.0 = Debug|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|Any CPU.ActiveCfg = Debug|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|Any CPU.Build.0 = Debug|x86 + {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|Mixed Platforms.Build.0 = Debug|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|x64.ActiveCfg = Debug|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|x86.ActiveCfg = Debug|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|x86.Build.0 = Debug|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Release|Any CPU.ActiveCfg = Debug|x86 + {2A59517C-356E-4B55-B155-50335BF482FB}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {2A59517C-356E-4B55-B155-50335BF482FB}.Release|Mixed Platforms.Build.0 = Release|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Release|x64.ActiveCfg = Debug|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Release|x86.ActiveCfg = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|Any CPU.ActiveCfg = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|Any CPU.Build.0 = Debug|x86 + {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|x64.ActiveCfg = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|x64.Build.0 = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|x86.ActiveCfg = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|x86.Build.0 = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|Any CPU.ActiveCfg = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|Any CPU.Build.0 = Debug|x86 + {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|Mixed Platforms.Build.0 = Release|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|x64.ActiveCfg = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|x64.Build.0 = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|x86.ActiveCfg = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|x86.Build.0 = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|Any CPU.ActiveCfg = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|Any CPU.Build.0 = Debug|x86 + {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|x64.ActiveCfg = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|x64.Build.0 = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|x86.ActiveCfg = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|x86.Build.0 = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|Any CPU.ActiveCfg = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|Any CPU.Build.0 = Debug|x86 + {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|Mixed Platforms.Build.0 = Release|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|x64.ActiveCfg = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|x64.Build.0 = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|x86.ActiveCfg = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|x86.Build.0 = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|Any CPU.ActiveCfg = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|Any CPU.Build.0 = Debug|x86 + {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|x64.ActiveCfg = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|x64.Build.0 = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|x86.ActiveCfg = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|x86.Build.0 = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|Any CPU.ActiveCfg = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|Any CPU.Build.0 = Debug|x86 + {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|Mixed Platforms.Build.0 = Release|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|x64.ActiveCfg = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|x64.Build.0 = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|x86.ActiveCfg = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|x86.Build.0 = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|Any CPU.ActiveCfg = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|Any CPU.Build.0 = Debug|x86 + {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|x64.ActiveCfg = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|x64.Build.0 = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|x86.ActiveCfg = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|x86.Build.0 = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|Any CPU.ActiveCfg = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|Any CPU.Build.0 = Debug|x86 + {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|Mixed Platforms.Build.0 = Release|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|x64.ActiveCfg = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|x64.Build.0 = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|x86.ActiveCfg = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|x86.Build.0 = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|Any CPU.ActiveCfg = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|Any CPU.Build.0 = Debug|x86 + {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|x64.ActiveCfg = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|x86.ActiveCfg = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Release|Any CPU.ActiveCfg = Debug|x86 + {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Release|Mixed Platforms.Build.0 = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Release|x64.ActiveCfg = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Release|x86.ActiveCfg = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|Any CPU.ActiveCfg = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|Any CPU.Build.0 = Debug|x86 + {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x64.ActiveCfg = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x86.ActiveCfg = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|Any CPU.ActiveCfg = Debug|x86 + {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|Mixed Platforms.Build.0 = Release|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|x64.ActiveCfg = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|x86.ActiveCfg = Debug|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|Any CPU.ActiveCfg = Debug|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|Any CPU.Build.0 = Debug|x86 + {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|Mixed Platforms.Build.0 = Debug|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|x64.ActiveCfg = Debug|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|x86.ActiveCfg = Debug|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Release|Any CPU.ActiveCfg = Debug|x86 + {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Release|Mixed Platforms.Build.0 = Release|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Release|x64.ActiveCfg = Debug|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Release|x86.ActiveCfg = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|Any CPU.ActiveCfg = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|Any CPU.Build.0 = Debug|x86 + {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|Mixed Platforms.Build.0 = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|x64.ActiveCfg = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|x64.Build.0 = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|x86.ActiveCfg = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|x86.Build.0 = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|Any CPU.ActiveCfg = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|Any CPU.Build.0 = Debug|x86 + {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|Mixed Platforms.Build.0 = Release|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|x64.ActiveCfg = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|x64.Build.0 = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|x86.ActiveCfg = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|x86.Build.0 = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|Any CPU.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|Any CPU.Build.0 = Debug|x86 + {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x64.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x86.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|Any CPU.ActiveCfg = Debug|x86 + {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|Mixed Platforms.Build.0 = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|x64.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|x86.ActiveCfg = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|Any CPU.ActiveCfg = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|Any CPU.Build.0 = Debug|x86 + {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|Mixed Platforms.Build.0 = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|x64.ActiveCfg = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|x86.ActiveCfg = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Release|Any CPU.ActiveCfg = Debug|x86 + {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Release|Mixed Platforms.Build.0 = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Release|x64.ActiveCfg = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Release|x86.ActiveCfg = Debug|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|Any CPU.ActiveCfg = Debug|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|Any CPU.Build.0 = Debug|x86 + {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|Mixed Platforms.Build.0 = Debug|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|x64.ActiveCfg = Debug|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|x86.ActiveCfg = Debug|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Release|Any CPU.ActiveCfg = Debug|x86 + {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Release|Mixed Platforms.Build.0 = Release|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Release|x64.ActiveCfg = Debug|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Release|x86.ActiveCfg = Debug|x86 {E978986A-8160-4979-919E-F099A43EF146}.Debug|Any CPU.ActiveCfg = Debug|x86 {E978986A-8160-4979-919E-F099A43EF146}.Debug|Any CPU.Build.0 = Debug|x86 + {E978986A-8160-4979-919E-F099A43EF146}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {E978986A-8160-4979-919E-F099A43EF146}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E978986A-8160-4979-919E-F099A43EF146}.Debug|x64.ActiveCfg = Debug|x86 {E978986A-8160-4979-919E-F099A43EF146}.Debug|x86.ActiveCfg = Debug|x86 {E978986A-8160-4979-919E-F099A43EF146}.Release|Any CPU.ActiveCfg = Debug|x86 + {E978986A-8160-4979-919E-F099A43EF146}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {E978986A-8160-4979-919E-F099A43EF146}.Release|Mixed Platforms.Build.0 = Release|x86 {E978986A-8160-4979-919E-F099A43EF146}.Release|x64.ActiveCfg = Debug|x86 {E978986A-8160-4979-919E-F099A43EF146}.Release|x86.ActiveCfg = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|Any CPU.ActiveCfg = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|Any CPU.Build.0 = Debug|x86 + {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|Mixed Platforms.Build.0 = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|x64.ActiveCfg = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|x64.Build.0 = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|x86.ActiveCfg = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|Any CPU.ActiveCfg = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|Any CPU.Build.0 = Debug|x86 + {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|Mixed Platforms.Build.0 = Release|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|x64.ActiveCfg = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|x64.Build.0 = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|x86.ActiveCfg = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|x86.Build.0 = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|Any CPU.ActiveCfg = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|Any CPU.Build.0 = Debug|x86 + {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|Mixed Platforms.Build.0 = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|x64.ActiveCfg = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|x86.ActiveCfg = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Release|Any CPU.ActiveCfg = Debug|x86 + {55E633B7-8252-4B48-948B-EC83338CAC61}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {55E633B7-8252-4B48-948B-EC83338CAC61}.Release|Mixed Platforms.Build.0 = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Release|x64.ActiveCfg = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Release|x86.ActiveCfg = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|Any CPU.ActiveCfg = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|Any CPU.Build.0 = Debug|x86 + {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|x64.ActiveCfg = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|x64.Build.0 = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|x86.ActiveCfg = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|x86.Build.0 = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|Any CPU.ActiveCfg = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|Any CPU.Build.0 = Debug|x86 + {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|Mixed Platforms.Build.0 = Release|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|x64.ActiveCfg = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|x64.Build.0 = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|x86.ActiveCfg = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|x86.Build.0 = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|Any CPU.ActiveCfg = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|Any CPU.Build.0 = Debug|x86 + {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|Mixed Platforms.Build.0 = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|x64.ActiveCfg = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|x64.Build.0 = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|x86.ActiveCfg = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|x86.Build.0 = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|Any CPU.ActiveCfg = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|Any CPU.Build.0 = Debug|x86 + {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|Mixed Platforms.Build.0 = Release|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|x64.ActiveCfg = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|x64.Build.0 = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|x86.ActiveCfg = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|x86.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|Any CPU.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|Any CPU.Build.0 = Debug|x86 + {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|Mixed Platforms.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x64.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x86.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x86.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|Any CPU.ActiveCfg = Debug|x86 + {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|Mixed Platforms.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|x64.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|x86.ActiveCfg = Debug|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|Any CPU.ActiveCfg = Debug|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|Any CPU.Build.0 = Debug|x86 + {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|Mixed Platforms.Build.0 = Debug|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|x64.ActiveCfg = Debug|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|x86.ActiveCfg = Debug|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|x86.Build.0 = Debug|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Release|Any CPU.ActiveCfg = Debug|x86 + {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Release|Mixed Platforms.Build.0 = Release|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Release|x64.ActiveCfg = Debug|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Release|x86.ActiveCfg = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|Any CPU.ActiveCfg = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|Any CPU.Build.0 = Debug|x86 + {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|x64.ActiveCfg = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|x64.Build.0 = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|x86.ActiveCfg = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|x86.Build.0 = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|Any CPU.ActiveCfg = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|Any CPU.Build.0 = Debug|x86 + {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|Mixed Platforms.Build.0 = Release|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|x64.ActiveCfg = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|x64.Build.0 = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|x86.ActiveCfg = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|x86.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|Any CPU.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|Any CPU.Build.0 = Debug|x86 + {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x64.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x86.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x86.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|Any CPU.ActiveCfg = Debug|x86 + {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|Mixed Platforms.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|x64.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|x86.ActiveCfg = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|Any CPU.ActiveCfg = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|Any CPU.Build.0 = Debug|x86 + {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|x64.ActiveCfg = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|x64.Build.0 = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|x86.ActiveCfg = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|x86.Build.0 = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|Any CPU.ActiveCfg = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|Any CPU.Build.0 = Debug|x86 + {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|Mixed Platforms.Build.0 = Release|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|x64.ActiveCfg = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|x64.Build.0 = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|x86.ActiveCfg = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|x86.Build.0 = Debug|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|Any CPU.ActiveCfg = Debug|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|Any CPU.Build.0 = Debug|x86 + {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|Mixed Platforms.Build.0 = Debug|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|x64.ActiveCfg = Debug|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|x86.ActiveCfg = Debug|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Release|Any CPU.ActiveCfg = Debug|x86 + {AB869246-4887-4117-851D-766EB9FF1E29}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {AB869246-4887-4117-851D-766EB9FF1E29}.Release|Mixed Platforms.Build.0 = Release|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Release|x64.ActiveCfg = Debug|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Release|x86.ActiveCfg = Debug|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|Any CPU.ActiveCfg = Debug|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|Any CPU.Build.0 = Debug|x86 + {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|x64.ActiveCfg = Debug|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|x86.ActiveCfg = Debug|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|x86.Build.0 = Debug|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Release|Any CPU.ActiveCfg = Debug|x86 + {BD054B3B-D183-4C19-BBD3-E853B736818A}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {BD054B3B-D183-4C19-BBD3-E853B736818A}.Release|Mixed Platforms.Build.0 = Release|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Release|x64.ActiveCfg = Debug|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Release|x86.ActiveCfg = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|Any CPU.ActiveCfg = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|Any CPU.Build.0 = Debug|x86 + {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|Mixed Platforms.Build.0 = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|x64.ActiveCfg = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|x64.Build.0 = Debug|x64 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|x86.ActiveCfg = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|x86.Build.0 = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|Any CPU.ActiveCfg = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|Any CPU.Build.0 = Release|Any CPU + {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|Mixed Platforms.Build.0 = Release|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|x64.ActiveCfg = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|x64.Build.0 = Release|x64 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|x86.ActiveCfg = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|x86.Build.0 = Release|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|Any CPU.ActiveCfg = Debug|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|Any CPU.Build.0 = Debug|x86 + {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|Mixed Platforms.Build.0 = Debug|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|x64.ActiveCfg = Debug|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|x86.ActiveCfg = Debug|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|x86.Build.0 = Debug|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Release|Any CPU.ActiveCfg = Debug|x86 + {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Release|Mixed Platforms.Build.0 = Release|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Release|x64.ActiveCfg = Debug|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Release|x86.ActiveCfg = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|Any CPU.ActiveCfg = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|Any CPU.Build.0 = Debug|x86 + {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|Mixed Platforms.Build.0 = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|x64.ActiveCfg = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|x64.Build.0 = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|x86.ActiveCfg = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|x86.Build.0 = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|Any CPU.ActiveCfg = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|Any CPU.Build.0 = Debug|x86 + {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|Mixed Platforms.Build.0 = Release|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|x64.ActiveCfg = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|x64.Build.0 = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|x86.ActiveCfg = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|x86.Build.0 = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|Any CPU.ActiveCfg = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|Any CPU.Build.0 = Debug|x86 + {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|Mixed Platforms.Build.0 = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|x64.ActiveCfg = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|x64.Build.0 = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|x86.ActiveCfg = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|x86.Build.0 = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|Any CPU.ActiveCfg = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|Any CPU.Build.0 = Debug|x86 + {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|Mixed Platforms.Build.0 = Release|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|x64.ActiveCfg = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|x64.Build.0 = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|x86.ActiveCfg = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|x86.Build.0 = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|Any CPU.ActiveCfg = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|Any CPU.Build.0 = Debug|x86 + {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|x64.ActiveCfg = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|x64.Build.0 = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|x86.ActiveCfg = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|x86.Build.0 = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|Any CPU.ActiveCfg = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|Any CPU.Build.0 = Debug|x86 + {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|Mixed Platforms.Build.0 = Release|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|x64.ActiveCfg = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|x64.Build.0 = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|x86.ActiveCfg = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|x86.Build.0 = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|Any CPU.ActiveCfg = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|Any CPU.Build.0 = Debug|x86 + {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|x64.ActiveCfg = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|x64.Build.0 = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|x86.ActiveCfg = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|x86.Build.0 = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|Any CPU.ActiveCfg = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|Any CPU.Build.0 = Debug|x86 + {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|Mixed Platforms.Build.0 = Release|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|x64.ActiveCfg = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|x64.Build.0 = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|x86.ActiveCfg = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|x86.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|Any CPU.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|Any CPU.Build.0 = Debug|x86 + {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|Mixed Platforms.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x64.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x86.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x86.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Release|Any CPU.ActiveCfg = Debug|x86 + {431643CB-006C-49EF-8E0F-1540F994C936}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {431643CB-006C-49EF-8E0F-1540F994C936}.Release|Mixed Platforms.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Release|x64.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Release|x86.ActiveCfg = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|Any CPU.ActiveCfg = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|Any CPU.Build.0 = Debug|x86 + {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|Mixed Platforms.Build.0 = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|x64.ActiveCfg = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|x64.Build.0 = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|x86.ActiveCfg = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|x86.Build.0 = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Release|Any CPU.ActiveCfg = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Release|Any CPU.Build.0 = Debug|x86 + {21915A7E-CC84-4836-8B87-857B6149D496}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {21915A7E-CC84-4836-8B87-857B6149D496}.Release|Mixed Platforms.Build.0 = Release|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Release|x64.ActiveCfg = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Release|x64.Build.0 = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Release|x86.ActiveCfg = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Release|x86.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|Any CPU.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|Any CPU.Build.0 = Debug|x86 + {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x64.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x86.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x86.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|Any CPU.ActiveCfg = Debug|x86 + {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|Mixed Platforms.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|x64.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|x86.ActiveCfg = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|Any CPU.ActiveCfg = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|Any CPU.Build.0 = Debug|x86 + {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|Mixed Platforms.Build.0 = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|x64.ActiveCfg = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|x64.Build.0 = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|x86.ActiveCfg = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|x86.Build.0 = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|Any CPU.ActiveCfg = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|Any CPU.Build.0 = Debug|x86 + {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|Mixed Platforms.Build.0 = Release|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|x64.ActiveCfg = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|x64.Build.0 = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|x86.ActiveCfg = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|x86.Build.0 = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|Any CPU.ActiveCfg = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|Any CPU.Build.0 = Debug|x86 + {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|x64.ActiveCfg = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|x64.Build.0 = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|x86.ActiveCfg = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|x86.Build.0 = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Release|Any CPU.ActiveCfg = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Release|Any CPU.Build.0 = Debug|x86 + {F8889473-5866-4913-86AC-8072A1A2558C}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {F8889473-5866-4913-86AC-8072A1A2558C}.Release|Mixed Platforms.Build.0 = Release|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Release|x64.ActiveCfg = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Release|x64.Build.0 = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Release|x86.ActiveCfg = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Release|x86.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|Any CPU.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|Any CPU.Build.0 = Debug|x86 + {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|Mixed Platforms.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x64.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x86.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x86.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|Any CPU.ActiveCfg = Debug|x86 + {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|Mixed Platforms.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|x64.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|x86.ActiveCfg = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|Any CPU.ActiveCfg = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|Any CPU.Build.0 = Debug|x86 + {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|x64.ActiveCfg = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|x64.Build.0 = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|x86.ActiveCfg = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|x86.Build.0 = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|Any CPU.ActiveCfg = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|Any CPU.Build.0 = Debug|x86 + {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|Mixed Platforms.Build.0 = Release|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|x64.ActiveCfg = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|x64.Build.0 = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|x86.ActiveCfg = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|x86.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|Any CPU.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|Any CPU.Build.0 = Debug|x86 + {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|Mixed Platforms.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x64.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x86.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x86.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|Any CPU.ActiveCfg = Debug|x86 + {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|Mixed Platforms.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|x64.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|x86.ActiveCfg = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|Any CPU.ActiveCfg = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|Any CPU.Build.0 = Debug|x86 + {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|Mixed Platforms.Build.0 = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|x64.ActiveCfg = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|x64.Build.0 = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|x86.ActiveCfg = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|x86.Build.0 = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|Any CPU.ActiveCfg = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|Any CPU.Build.0 = Debug|x86 + {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|Mixed Platforms.Build.0 = Release|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|x64.ActiveCfg = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|x64.Build.0 = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|x86.ActiveCfg = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|x86.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|Any CPU.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|Any CPU.Build.0 = Debug|x86 + {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|Mixed Platforms.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x64.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x86.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x86.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|Any CPU.ActiveCfg = Debug|x86 + {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|Mixed Platforms.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|x64.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|x86.ActiveCfg = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|Any CPU.ActiveCfg = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|Any CPU.Build.0 = Debug|x86 + {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|Mixed Platforms.Build.0 = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|x64.ActiveCfg = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|x64.Build.0 = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|x86.ActiveCfg = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|x86.Build.0 = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|Any CPU.ActiveCfg = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|Any CPU.Build.0 = Debug|x86 + {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|Mixed Platforms.Build.0 = Release|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|x64.ActiveCfg = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|x64.Build.0 = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|x86.ActiveCfg = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|x86.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|Any CPU.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|Any CPU.Build.0 = Debug|x86 + {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x64.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x86.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x86.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|Any CPU.ActiveCfg = Debug|x86 + {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|Mixed Platforms.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|x64.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|x86.ActiveCfg = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|Any CPU.ActiveCfg = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|Any CPU.Build.0 = Debug|x86 + {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|x64.ActiveCfg = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|x64.Build.0 = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|x86.ActiveCfg = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|x86.Build.0 = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|Any CPU.ActiveCfg = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|Any CPU.Build.0 = Debug|x86 + {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|Mixed Platforms.Build.0 = Release|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|x64.ActiveCfg = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|x64.Build.0 = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|x86.ActiveCfg = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|x86.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|Any CPU.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|Any CPU.Build.0 = Debug|x86 + {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x64.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x86.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x86.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|Any CPU.ActiveCfg = Debug|x86 + {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|Mixed Platforms.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|x64.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|x86.ActiveCfg = Debug|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|Any CPU.ActiveCfg = Debug|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|Any CPU.Build.0 = Debug|x86 + {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|x64.ActiveCfg = Debug|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|x86.ActiveCfg = Debug|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|x86.Build.0 = Debug|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Release|Any CPU.ActiveCfg = Debug|x86 + {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Release|Mixed Platforms.Build.0 = Release|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Release|x64.ActiveCfg = Debug|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Release|x86.ActiveCfg = Debug|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|Any CPU.ActiveCfg = Debug|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|Any CPU.Build.0 = Debug|x86 + {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|x64.ActiveCfg = Debug|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|x86.ActiveCfg = Debug|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|x86.Build.0 = Debug|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Release|Any CPU.ActiveCfg = Debug|x86 + {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Release|Mixed Platforms.Build.0 = Release|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Release|x64.ActiveCfg = Debug|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Release|x86.ActiveCfg = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|Any CPU.ActiveCfg = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|Any CPU.Build.0 = Debug|x86 + {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|Mixed Platforms.Build.0 = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|x64.ActiveCfg = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|x64.Build.0 = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|x86.ActiveCfg = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|x86.Build.0 = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|Any CPU.ActiveCfg = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|Any CPU.Build.0 = Debug|x86 + {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|Mixed Platforms.Build.0 = Release|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|x64.ActiveCfg = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|x64.Build.0 = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|x86.ActiveCfg = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|x86.Build.0 = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|Any CPU.ActiveCfg = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|Any CPU.Build.0 = Debug|x86 + {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x64.ActiveCfg = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x86.ActiveCfg = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x86.Build.0 = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Release|Any CPU.ActiveCfg = Debug|x86 + {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Release|Mixed Platforms.Build.0 = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Release|x64.ActiveCfg = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Release|x86.ActiveCfg = Debug|x86 {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Debug|x64.ActiveCfg = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Debug|x64.Build.0 = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Debug|x86.ActiveCfg = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Debug|x86.Build.0 = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|Any CPU.ActiveCfg = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|Any CPU.Build.0 = Debug|Any CPU + {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU + {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|Mixed Platforms.Build.0 = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|x64.ActiveCfg = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|x64.Build.0 = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|x86.ActiveCfg = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|x86.Build.0 = Debug|Any CPU {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|Any CPU.ActiveCfg = Debug|x86 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|Any CPU.Build.0 = Debug|x86 + {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|x64.ActiveCfg = Debug|x64 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|x64.Build.0 = Debug|x64 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|x86.ActiveCfg = Debug|x86 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|x86.Build.0 = Debug|x86 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|Any CPU.ActiveCfg = Release|x86 + {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|Mixed Platforms.Build.0 = Release|x86 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|x64.ActiveCfg = Release|x64 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|x64.Build.0 = Release|x64 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|x86.ActiveCfg = Release|x86 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|x86.Build.0 = Release|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|Any CPU.ActiveCfg = Debug|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|Any CPU.Build.0 = Debug|x86 + {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|Mixed Platforms.Build.0 = Debug|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|x64.ActiveCfg = Debug|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|x86.ActiveCfg = Debug|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|x86.Build.0 = Debug|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Release|Any CPU.ActiveCfg = Release|x86 + {FE8B9F39-7C96-4866-9A18-386735895CEE}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {FE8B9F39-7C96-4866-9A18-386735895CEE}.Release|Mixed Platforms.Build.0 = Release|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Release|x64.ActiveCfg = Release|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Release|x86.ActiveCfg = Release|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Release|x86.Build.0 = Release|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|Any CPU.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|Any CPU.Build.0 = Debug|x86 + {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|Mixed Platforms.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x64.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x64.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x86.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x86.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|Any CPU.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|Any CPU.Build.0 = Debug|x86 + {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|Mixed Platforms.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|x64.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|x64.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|x86.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|x86.Build.0 = Debug|x86 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|Any CPU.ActiveCfg = Debug|x86 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|Any CPU.Build.0 = Debug|x86 + {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|Mixed Platforms.Build.0 = Debug|x86 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|x64.ActiveCfg = Debug|Any CPU {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|x64.Build.0 = Debug|Any CPU {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|x86.ActiveCfg = Debug|Any CPU {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|x86.Build.0 = Debug|Any CPU {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|Any CPU.ActiveCfg = Release|Any CPU {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|Any CPU.Build.0 = Release|Any CPU + {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|Mixed Platforms.Build.0 = Release|x86 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|x64.ActiveCfg = Release|Any CPU {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|x64.Build.0 = Release|Any CPU {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|x86.ActiveCfg = Release|Any CPU {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|x86.Build.0 = Release|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|Any CPU.ActiveCfg = Debug|x86 {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|Any CPU.Build.0 = Debug|x86 + {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|Mixed Platforms.Build.0 = Debug|x86 {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|x64.ActiveCfg = Debug|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|x64.Build.0 = Debug|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|x86.ActiveCfg = Debug|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|x86.Build.0 = Debug|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|Any CPU.ActiveCfg = Release|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|Any CPU.Build.0 = Release|Any CPU + {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|Mixed Platforms.Build.0 = Release|x86 {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|x64.ActiveCfg = Release|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|x64.Build.0 = Release|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|x86.ActiveCfg = Release|Any CPU {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|x86.Build.0 = Release|Any CPU + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|Any CPU.ActiveCfg = Debug|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|x64.ActiveCfg = Debug|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|x86.ActiveCfg = Debug|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|x86.Build.0 = Debug|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Release|Any CPU.ActiveCfg = Release|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Release|Mixed Platforms.Build.0 = Release|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Release|x64.ActiveCfg = Release|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Release|x86.ActiveCfg = Release|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Release|x86.Build.0 = Release|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|Any CPU.ActiveCfg = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|x64.ActiveCfg = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|x86.ActiveCfg = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|x86.Build.0 = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|Any CPU.ActiveCfg = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|Any CPU.Build.0 = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|Mixed Platforms.ActiveCfg = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|Mixed Platforms.Build.0 = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|x64.ActiveCfg = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|x64.Build.0 = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|x86.ActiveCfg = Debug|x86 + {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|x86.Build.0 = Debug|x86 + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|x64.ActiveCfg = Debug|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|x64.Build.0 = Debug|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|x86.ActiveCfg = Debug|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|Any CPU.Build.0 = Release|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|x64.ActiveCfg = Release|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|x64.Build.0 = Release|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|x86.ActiveCfg = Release|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|x64.ActiveCfg = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|x64.Build.0 = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|x86.ActiveCfg = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|x86.Build.0 = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|Any CPU.Build.0 = Release|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|x64.ActiveCfg = Release|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|x64.Build.0 = Release|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|x86.ActiveCfg = Release|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1234,5 +1641,11 @@ Global {0FEE977D-AE52-4381-B513-71C5C1982ED4} = {F104F6BC-EF8E-4408-A786-D570D7565231} {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B} = {9637A680-F8E9-4925-A4E4-00045205EC04} {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678} = {360A9DE9-F8CF-4A38-9593-3699648DA616} + {0CB537D9-19BB-4185-9E9A-E1305F100B54} = {1698DD83-72A3-44CD-B088-4320A4014A95} + {C18A7CF8-3205-48A8-95C9-08C780A0D51D} = {0CB537D9-19BB-4185-9E9A-E1305F100B54} + {511C4498-E62A-4FF2-94BA-472CF448B39B} = {0CB537D9-19BB-4185-9E9A-E1305F100B54} + {A843C6B0-CFF3-4A69-87BC-C93608235E47} = {0CB537D9-19BB-4185-9E9A-E1305F100B54} + {57B83EE4-164F-4BB2-8AFA-76445333A0E4} = {0CB537D9-19BB-4185-9E9A-E1305F100B54} + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE} = {0CB537D9-19BB-4185-9E9A-E1305F100B54} EndGlobalSection EndGlobal From db31f1bbfe4d01a76b2845f071a63c2f7abea114 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Sat, 18 Jun 2016 15:26:01 -0400 Subject: [PATCH 02/29] Added some new Console keys. --- source/Cosmos.HAL/ConsoleKeyExExtensions.cs | 31 +++++++++++++++++++ .../Cosmos.System.Plugs/System/ConsoleImpl.cs | 1 - 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/source/Cosmos.HAL/ConsoleKeyExExtensions.cs b/source/Cosmos.HAL/ConsoleKeyExExtensions.cs index d271b0c31..57defddff 100644 --- a/source/Cosmos.HAL/ConsoleKeyExExtensions.cs +++ b/source/Cosmos.HAL/ConsoleKeyExExtensions.cs @@ -140,6 +140,37 @@ namespace Cosmos.HAL return ConsoleKey.RightArrow; case ConsoleKeyEx.Sleep: return ConsoleKey.Sleep; + case ConsoleKeyEx.BiggerThan: + case ConsoleKeyEx.Period: + return ConsoleKey.OemPeriod; + case ConsoleKeyEx.LowerThan: + case ConsoleKeyEx.Comma: + return ConsoleKey.OemComma; + case ConsoleKeyEx.NumPeriod: + return ConsoleKey.Decimal; + case ConsoleKeyEx.NumPlus: + return ConsoleKey.Add; + case ConsoleKeyEx.NumEnter: + return ConsoleKey.Enter; + case ConsoleKeyEx.Backslash: + return ConsoleKey.Oem5; + case ConsoleKeyEx.LBracket: + return ConsoleKey.Oem4; + case ConsoleKeyEx.RBracket: + return ConsoleKey.Oem6; + case ConsoleKeyEx.Minus: + return ConsoleKey.OemMinus; + case ConsoleKeyEx.Apostrophe: + return ConsoleKey.Oem7; + case ConsoleKeyEx.Slash: + return ConsoleKey.Oem2; + case ConsoleKeyEx.Equal: + return ConsoleKey.OemPlus; + case ConsoleKeyEx.Backquote: + return ConsoleKey.Oem3; + case ConsoleKeyEx.Semicolon: + case ConsoleKeyEx.Colon: + return ConsoleKey.Oem1; default: throw new Exception("KeyEx not implemented!"); } diff --git a/source/Cosmos.System.Plugs/System/ConsoleImpl.cs b/source/Cosmos.System.Plugs/System/ConsoleImpl.cs index e535fa57c..3504d29dd 100644 --- a/source/Cosmos.System.Plugs/System/ConsoleImpl.cs +++ b/source/Cosmos.System.Plugs/System/ConsoleImpl.cs @@ -382,7 +382,6 @@ namespace Cosmos.System.Plugs.System public static ConsoleKeyInfo ReadKey(Boolean intercept) { var key = Cosmos.HAL.Global.Keyboard.ReadKey(); - if (false == intercept && key.KeyChar != '\0') { Write(key.KeyChar); From fbac0cabcf7b57ce99a40c5ccb31f52c7eb358ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Fri, 24 Jun 2016 00:41:30 +0100 Subject: [PATCH 03/29] Implemented some console methods and fixed a bug in the console, copying the behaviour of background color in windows console applications. --- source/Cosmos.HAL/TextScreen.cs | 153 +++++++++--------- .../Cosmos.System.Plugs/System/ConsoleImpl.cs | 42 +++-- 2 files changed, 111 insertions(+), 84 deletions(-) diff --git a/source/Cosmos.HAL/TextScreen.cs b/source/Cosmos.HAL/TextScreen.cs index 7c1e1bde2..7c094ac6c 100644 --- a/source/Cosmos.HAL/TextScreen.cs +++ b/source/Cosmos.HAL/TextScreen.cs @@ -8,82 +8,89 @@ using Cosmos.Debug.Kernel; namespace Cosmos.HAL { // Dont hold state here. This is a raw to hardware class. Virtual screens should be done // by memory moves - public class TextScreen : TextScreenBase { - protected byte Color = 0x0F; // White - protected UInt16 mClearCellValue; - protected UInt32 mRow2Addr; - protected UInt32 mScrollSize; - protected Int32 mCursorSize = 25; // 25 % as C# Console class - protected bool mCursorVisible = true; - - protected Core.IOGroup.TextScreen IO = new Cosmos.Core.IOGroup.TextScreen(); - protected readonly MemoryBlock08 mRAM; - - public TextScreen() { - - if (this is TextScreen) - { - TextScreenHelpers.Debug("this is TextScreen"); - } - else - { - TextScreenHelpers.Debug("ERROR: This is not of type TextScreen!"); - } - mRAM = IO.Memory.Bytes; - // Set the Console default colors: White foreground on Black background, the default value of mClearCellValue is set there too as it is linked with the Color - SetColors(ConsoleColor.White, ConsoleColor.Black); - mRow2Addr = (UInt32)(Cols * 2); - mScrollSize = (UInt32)(Cols * (Rows - 1) * 2); - SetCursorSize(mCursorSize); - SetCursorVisible(mCursorVisible); - TextScreenHelpers.Debug("End of TextScreen..ctor"); - } - - public override UInt16 Rows { get { return 25; } } - public override UInt16 Cols { get { return 80; } } - - public override void Clear() { - TextScreenHelpers.Debug("Clearing screen with value "); - TextScreenHelpers.DebugNumber(mClearCellValue); - IO.Memory.Fill(mClearCellValue); - } - - public override void ScrollUp() + public class TextScreen : TextScreenBase { - IO.Memory.MoveDown(0, mRow2Addr, mScrollSize); - //IO.Memory.Fill(mScrollSize, mRowSize32, mClearCellValue32); - IO.Memory.Fill(mScrollSize, Cols, mClearCellValue); - } + protected byte Color = 0x0F; // White + protected UInt16 mBackgroundClearCellValue; + protected UInt16 mTextClearCellValue; + protected UInt32 mRow2Addr; + protected UInt32 mScrollSize; + protected Int32 mCursorSize = 25; // 25 % as C# Console class + protected bool mCursorVisible = true; - public override char this[int aX, int aY] - { - get { - var xScreenOffset = (UInt32)((aX + aY * Cols) * 2); - return (char)mRAM[xScreenOffset]; - } - set { - var xScreenOffset = (UInt32)((aX + aY * Cols) * 2); - mRAM[xScreenOffset] = (byte)value; - mRAM[xScreenOffset + 1] = Color; - } - } + protected Core.IOGroup.TextScreen IO = new Cosmos.Core.IOGroup.TextScreen(); + protected readonly MemoryBlock08 mRAM; - public override void SetColors(ConsoleColor aForeground, ConsoleColor aBackground) { - Color = (byte)((byte)(aForeground) | ((byte)(aBackground) << 4)); - // The Color | the NUL character this is used to Clear the Screen - mClearCellValue = (UInt16)(Color << 8 | 0x00); + public TextScreen() + { + if (this is TextScreen) + { + TextScreenHelpers.Debug("this is TextScreen"); + } + else + { + TextScreenHelpers.Debug("ERROR: This is not of type TextScreen!"); + } + mRAM = IO.Memory.Bytes; + // Set the Console default colors: White foreground on Black background, the default value of mClearCellValue is set there too as it is linked with the Color + SetColors(ConsoleColor.White, ConsoleColor.Black); + mBackgroundClearCellValue = mTextClearCellValue; + mRow2Addr = (UInt32)(Cols * 2); + mScrollSize = (UInt32)(Cols * (Rows - 1) * 2); + SetCursorSize(mCursorSize); + SetCursorVisible(mCursorVisible); + TextScreenHelpers.Debug("End of TextScreen..ctor"); } - public override void SetCursorPos(int aX, int aY) - { - char xPos = (char)((aY * Cols) + aX); - // Cursor low byte to VGA index register - IO.Idx3.Byte = 0x0F; - IO.Data3.Byte = (byte)(xPos & 0xFF); - // Cursor high byte to VGA index register - IO.Idx3.Byte = 0x0E; - IO.Data3.Byte = (byte)(xPos >> 8); - } + public override UInt16 Rows { get { return 25; } } + public override UInt16 Cols { get { return 80; } } + + public override void Clear() { + TextScreenHelpers.Debug("Clearing screen with value "); + TextScreenHelpers.DebugNumber(mTextClearCellValue); + IO.Memory.Fill(mTextClearCellValue); + mBackgroundClearCellValue = mTextClearCellValue; + } + + public override void ScrollUp() + { + IO.Memory.MoveDown(0, mRow2Addr, mScrollSize); + //IO.Memory.Fill(mScrollSize, mRowSize32, mClearCellValue32); + IO.Memory.Fill(mScrollSize, Cols, mBackgroundClearCellValue); + } + + public override char this[int aX, int aY] + { + get + { + var xScreenOffset = (UInt32)((aX + aY * Cols) * 2); + return (char)mRAM[xScreenOffset]; + } + set + { + var xScreenOffset = (UInt32)((aX + aY * Cols) * 2); + mRAM[xScreenOffset] = (byte)value; + mRAM[xScreenOffset + 1] = Color; + } + } + + public override void SetColors(ConsoleColor aForeground, ConsoleColor aBackground) + { + Color = (byte)((byte)(aForeground) | ((byte)(aBackground) << 4)); + // The Color | the NUL character this is used to Clear the Screen + mTextClearCellValue = (UInt16)(Color << 8 | 0x00); + } + + public override void SetCursorPos(int aX, int aY) + { + char xPos = (char)((aY * Cols) + aX); + // Cursor low byte to VGA index register + IO.Idx3.Byte = 0x0F; + IO.Data3.Byte = (byte)(xPos & 0xFF); + // Cursor high byte to VGA index register + IO.Idx3.Byte = 0x0E; + IO.Data3.Byte = (byte)(xPos >> 8); + } public override byte GetColor() { return Color; @@ -99,7 +106,7 @@ namespace Cosmos.HAL { TextScreenHelpers.Debug("Changing cursor size to", value, "%"); // We need to transform value from a percentage to a value from 15 to 0 value = 16 - ((16 * value) / 100); - // This is the case in which value is in reality 1% and a for a truncation error we get 16 (invalid value) + // This is the case in which value is in reality 1% and a for a truncation error we get 16 (invalid value) if (value >= 16) value = 15; TextScreenHelpers.Debug("verticalSize is", value); @@ -121,7 +128,7 @@ namespace Cosmos.HAL { byte cursorDisable; mCursorVisible = value; - + // The VGA Cursor is disabled when the value is 1 and enabled when is 0 so we need to invert 'value', sadly the ConvertToByte() function is not working // so we need to do the if by hand... if (value == true) diff --git a/source/Cosmos.System.Plugs/System/ConsoleImpl.cs b/source/Cosmos.System.Plugs/System/ConsoleImpl.cs index e535fa57c..3fef30bdd 100644 --- a/source/Cosmos.System.Plugs/System/ConsoleImpl.cs +++ b/source/Cosmos.System.Plugs/System/ConsoleImpl.cs @@ -57,8 +57,7 @@ namespace Cosmos.System.Plugs.System public static bool get_CapsLock() { - WriteLine("Not implemented: get_CapsLock"); - return false; + return Global.CapsLock; } public static int get_CursorLeft() @@ -80,7 +79,15 @@ namespace Cosmos.System.Plugs.System // for now: return; } - xConsole.X = x; + + if (x < get_WindowWidth()) + { + xConsole.X = x; + } + else + { + WriteLine("x must be lower than the console width!"); + } } public static int get_CursorSize() @@ -124,13 +131,25 @@ namespace Cosmos.System.Plugs.System // for now: return; } - GetConsole().Y = y; + + if (y < get_WindowHeight()) + { + xConsole.Y = y; + } + else + { + WriteLine("y must be lower than the console height!"); + } } public static bool get_CursorVisible() { - WriteLine("Not implemented: get_CursorVisible"); - return false; + var xConsole = GetConsole(); + if (xConsole == null) + { + return false; + } + return GetConsole().CursorVisible; } public static void set_CursorVisible(bool value) @@ -199,8 +218,7 @@ namespace Cosmos.System.Plugs.System public static bool get_NumberLock() { - WriteLine("Not implemented: get_NumberLock"); - return false; + return Global.NumLock; } //public static TextWriter get_Out() { @@ -494,7 +512,8 @@ namespace Cosmos.System.Plugs.System public static void ResetColor() { - WriteLine("Not implemented: ResetColor"); + set_BackgroundColor(ConsoleColor.Black); + set_ForegroundColor(ConsoleColor.White); } public static void SetBufferSize(int width, int height) @@ -504,7 +523,8 @@ namespace Cosmos.System.Plugs.System public static void SetCursorPosition(int left, int top) { - WriteLine("Not implemented: SetCursorPosition"); + set_CursorLeft(left); + set_CursorTop(top); } //public static void SetError(TextWriter newError) { @@ -823,4 +843,4 @@ namespace Cosmos.System.Plugs.System #endregion } -} \ No newline at end of file +} From 8788205719d292aca952ccf43d31208d00757746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Sun, 19 Jun 2016 21:58:11 +0100 Subject: [PATCH 04/29] Replace PXE interface textbox with a combobox, filled with local machine interfaces --- source/Cosmos.Build.Common/BuildProperties.cs | 4 +- .../Cosmos.VS.Package.csproj | 1 + .../Cosmos.VS.Package/CosmosPage.Designer.cs | 429 +++++++++--------- source/Cosmos.VS.Package/CosmosPage.cs | 71 ++- source/Cosmos.VS.Package/CosmosPage.resx | 78 ++-- .../Resources/Refresh_16x.png | Bin 0 -> 492 bytes 6 files changed, 327 insertions(+), 256 deletions(-) create mode 100644 source/Cosmos.VS.Package/Resources/Refresh_16x.png diff --git a/source/Cosmos.Build.Common/BuildProperties.cs b/source/Cosmos.Build.Common/BuildProperties.cs index cdd85e856..776f4f7bc 100644 --- a/source/Cosmos.Build.Common/BuildProperties.cs +++ b/source/Cosmos.Build.Common/BuildProperties.cs @@ -306,7 +306,7 @@ namespace Cosmos.Build.Common { get { - return GetProperty(BuildPropertyNames.PxeInterfaceString, "192.168.42.1"); + return GetProperty(BuildPropertyNames.PxeInterfaceString, ""); } set { @@ -469,4 +469,4 @@ namespace Cosmos.Build.Common } } } -} \ No newline at end of file +} diff --git a/source/Cosmos.VS.Package/Cosmos.VS.Package.csproj b/source/Cosmos.VS.Package/Cosmos.VS.Package.csproj index 44d14d2fe..955a8afc9 100644 --- a/source/Cosmos.VS.Package/Cosmos.VS.Package.csproj +++ b/source/Cosmos.VS.Package/Cosmos.VS.Package.csproj @@ -145,6 +145,7 @@ + diff --git a/source/Cosmos.VS.Package/CosmosPage.Designer.cs b/source/Cosmos.VS.Package/CosmosPage.Designer.cs index a90ffd7f4..84b70eb88 100644 --- a/source/Cosmos.VS.Package/CosmosPage.Designer.cs +++ b/source/Cosmos.VS.Package/CosmosPage.Designer.cs @@ -2,12 +2,12 @@ { partial class CosmosPage { - /// + /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; - /// + /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. @@ -22,8 +22,8 @@ #region Component Designer generated code - /// - /// Required method for Designer support - do not modify + /// + /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() @@ -85,7 +85,8 @@ this.checkStartBochsDebugGui = new System.Windows.Forms.CheckBox(); this.checkEnableBochsDebug = new System.Windows.Forms.CheckBox(); this.tabPXE = new System.Windows.Forms.TabPage(); - this.textPxeInterface = new System.Windows.Forms.TextBox(); + this.butnPxeRefresh = new System.Windows.Forms.Button(); + this.comboPxeInterface = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.tabUSB = new System.Windows.Forms.TabPage(); this.label7 = new System.Windows.Forms.Label(); @@ -116,9 +117,9 @@ this.tabISO.SuspendLayout(); this.tabSlave.SuspendLayout(); this.SuspendLayout(); - // + // // panel1 - // + // this.panel1.Controls.Add(this.lablCurrentProfile); this.panel1.Controls.Add(this.label11); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; @@ -126,27 +127,27 @@ this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(635, 43); this.panel1.TabIndex = 3; - // + // // lablCurrentProfile - // + // this.lablCurrentProfile.AutoSize = true; this.lablCurrentProfile.Location = new System.Drawing.Point(99, 17); this.lablCurrentProfile.Name = "lablCurrentProfile"; this.lablCurrentProfile.Size = new System.Drawing.Size(41, 13); this.lablCurrentProfile.TabIndex = 1; this.lablCurrentProfile.Text = "label12"; - // + // // label11 - // + // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(17, 17); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(76, 13); this.label11.TabIndex = 0; this.label11.Text = "Current Profile:"; - // + // // TabControl1 - // + // this.TabControl1.Controls.Add(this.tabProfile); this.TabControl1.Controls.Add(this.tabCompile); this.TabControl1.Controls.Add(this.tabAssembler); @@ -166,9 +167,9 @@ this.TabControl1.SelectedIndex = 0; this.TabControl1.Size = new System.Drawing.Size(635, 512); this.TabControl1.TabIndex = 1; - // + // // tabProfile - // + // this.tabProfile.Controls.Add(this.lablPreset); this.tabProfile.Controls.Add(this.panel2); this.tabProfile.Controls.Add(this.lablDeployText); @@ -180,9 +181,9 @@ this.tabProfile.TabIndex = 8; this.tabProfile.Text = "Profile"; this.tabProfile.UseVisualStyleBackColor = true; - // + // // lablPreset - // + // this.lablPreset.AutoSize = true; this.lablPreset.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lablPreset.ForeColor = System.Drawing.SystemColors.HotTrack; @@ -191,9 +192,9 @@ this.lablPreset.Size = new System.Drawing.Size(247, 13); this.lablPreset.TabIndex = 7; this.lablPreset.Text = "** This is a preset. Some options are restricted."; - // + // // panel2 - // + // this.panel2.Controls.Add(this.lboxProfile); this.panel2.Controls.Add(this.toolStrip1); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; @@ -201,9 +202,9 @@ this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(200, 480); this.panel2.TabIndex = 6; - // + // // lboxProfile - // + // this.lboxProfile.Dock = System.Windows.Forms.DockStyle.Fill; this.lboxProfile.FormattingEnabled = true; this.lboxProfile.Location = new System.Drawing.Point(0, 27); @@ -211,9 +212,9 @@ this.lboxProfile.Size = new System.Drawing.Size(200, 453); this.lboxProfile.Sorted = true; this.lboxProfile.TabIndex = 3; - // + // // toolStrip1 - // + // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.butnProfileClone, @@ -224,9 +225,9 @@ this.toolStrip1.Size = new System.Drawing.Size(200, 27); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; - // + // // butnProfileClone - // + // this.butnProfileClone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.butnProfileClone.Image = ((System.Drawing.Image)(resources.GetObject("butnProfileClone.Image"))); this.butnProfileClone.ImageTransparentColor = System.Drawing.Color.Magenta; @@ -234,9 +235,9 @@ this.butnProfileClone.Size = new System.Drawing.Size(24, 24); this.butnProfileClone.Text = "Clone"; this.butnProfileClone.ToolTipText = "Create a new profile from an existing one."; - // + // // butnProfileDelete - // + // this.butnProfileDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.butnProfileDelete.Image = ((System.Drawing.Image)(resources.GetObject("butnProfileDelete.Image"))); this.butnProfileDelete.ImageTransparentColor = System.Drawing.Color.Magenta; @@ -244,9 +245,9 @@ this.butnProfileDelete.Size = new System.Drawing.Size(24, 24); this.butnProfileDelete.Text = "Delete"; this.butnProfileDelete.ToolTipText = "Delete selected profile"; - // + // // butnProfileRename - // + // this.butnProfileRename.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.butnProfileRename.Image = ((System.Drawing.Image)(resources.GetObject("butnProfileRename.Image"))); this.butnProfileRename.ImageTransparentColor = System.Drawing.Color.Magenta; @@ -254,17 +255,17 @@ this.butnProfileRename.Size = new System.Drawing.Size(24, 24); this.butnProfileRename.Text = "Rename"; this.butnProfileRename.ToolTipText = "Rename selected profile."; - // + // // lablDeployText - // + // this.lablDeployText.Location = new System.Drawing.Point(217, 44); this.lablDeployText.Name = "lablDeployText"; this.lablDeployText.Size = new System.Drawing.Size(228, 137); this.lablDeployText.TabIndex = 4; this.lablDeployText.Text = "label1"; - // + // // lablBuildOnly - // + // this.lablBuildOnly.AutoSize = true; this.lablBuildOnly.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lablBuildOnly.ForeColor = System.Drawing.SystemColors.HotTrack; @@ -273,9 +274,9 @@ this.lablBuildOnly.Size = new System.Drawing.Size(310, 13); this.lablBuildOnly.TabIndex = 3; this.lablBuildOnly.Text = "** This is a build only option. No process will be launched."; - // + // // tabCompile - // + // this.tabCompile.AutoScroll = true; this.tabCompile.Controls.Add(this.labelBinFormat); this.tabCompile.Controls.Add(this.comboBinFormat); @@ -291,10 +292,10 @@ this.tabCompile.TabIndex = 0; this.tabCompile.Text = "Compile"; this.tabCompile.UseVisualStyleBackColor = true; - // + // // labelBinFormat - // - this.labelBinFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + // + this.labelBinFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelBinFormat.AutoSize = true; this.labelBinFormat.Enabled = false; @@ -306,18 +307,18 @@ this.labelBinFormat.TabIndex = 23; this.labelBinFormat.Text = "Bin format:"; this.labelBinFormat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // + // // comboBinFormat - // + // this.comboBinFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBinFormat.FormattingEnabled = true; this.comboBinFormat.Location = new System.Drawing.Point(34, 136); this.comboBinFormat.Name = "comboBinFormat"; this.comboBinFormat.Size = new System.Drawing.Size(228, 21); this.comboBinFormat.TabIndex = 22; - // + // // comboFramework - // + // this.comboFramework.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFramework.Enabled = false; this.comboFramework.FormattingEnabled = true; @@ -325,9 +326,9 @@ this.comboFramework.Name = "comboFramework"; this.comboFramework.Size = new System.Drawing.Size(228, 21); this.comboFramework.TabIndex = 5; - // + // // buttonOutputBrowse - // + // this.buttonOutputBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonOutputBrowse.Location = new System.Drawing.Point(430, 37); this.buttonOutputBrowse.Name = "buttonOutputBrowse"; @@ -335,10 +336,10 @@ this.buttonOutputBrowse.TabIndex = 20; this.buttonOutputBrowse.Text = ".."; this.buttonOutputBrowse.UseVisualStyleBackColor = true; - // + // // label2 - // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + // + this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -349,19 +350,19 @@ this.label2.TabIndex = 19; this.label2.Text = "Output path:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // + // // textOutputPath - // - this.textOutputPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + // + this.textOutputPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textOutputPath.Location = new System.Drawing.Point(34, 38); this.textOutputPath.Name = "textOutputPath"; this.textOutputPath.Size = new System.Drawing.Size(390, 20); this.textOutputPath.TabIndex = 4; - // + // // labelFramework - // - this.labelFramework.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + // + this.labelFramework.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelFramework.AutoSize = true; this.labelFramework.Enabled = false; @@ -373,9 +374,9 @@ this.labelFramework.TabIndex = 21; this.labelFramework.Text = "Framework:"; this.labelFramework.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // + // // tabAssembler - // + // this.tabAssembler.Controls.Add(this.checkUseInternalAssembler); this.tabAssembler.Controls.Add(this.labelInternalAssembler); this.tabAssembler.Location = new System.Drawing.Point(4, 22); @@ -384,10 +385,10 @@ this.tabAssembler.TabIndex = 10; this.tabAssembler.Text = "Assembler"; this.tabAssembler.UseVisualStyleBackColor = true; - // + // // checkUseInternalAssembler - // - this.checkUseInternalAssembler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + // + this.checkUseInternalAssembler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.checkUseInternalAssembler.AutoSize = true; this.checkUseInternalAssembler.Enabled = false; @@ -399,9 +400,9 @@ this.checkUseInternalAssembler.TabIndex = 6; this.checkUseInternalAssembler.Text = "Use Internal Assembler"; this.checkUseInternalAssembler.UseVisualStyleBackColor = true; - // + // // labelInternalAssembler - // + // this.labelInternalAssembler.Enabled = false; this.labelInternalAssembler.Location = new System.Drawing.Point(40, 32); this.labelInternalAssembler.Margin = new System.Windows.Forms.Padding(44, 0, 3, 0); @@ -409,9 +410,9 @@ this.labelInternalAssembler.Size = new System.Drawing.Size(224, 18); this.labelInternalAssembler.TabIndex = 20; this.labelInternalAssembler.Text = "Experimental. Check if you like to crash!"; - // + // // tabDebug - // + // this.tabDebug.AutoScroll = true; this.tabDebug.Controls.Add(this.chckEnableDebugStub); this.tabDebug.Controls.Add(this.panlDebugSettings); @@ -422,9 +423,9 @@ this.tabDebug.TabIndex = 2; this.tabDebug.Text = "Debug"; this.tabDebug.UseVisualStyleBackColor = true; - // + // // chckEnableDebugStub - // + // this.chckEnableDebugStub.AutoSize = true; this.chckEnableDebugStub.Location = new System.Drawing.Point(14, 6); this.chckEnableDebugStub.Name = "chckEnableDebugStub"; @@ -432,9 +433,9 @@ this.chckEnableDebugStub.TabIndex = 7; this.chckEnableDebugStub.Text = "Enable Remote Debugging"; this.chckEnableDebugStub.UseVisualStyleBackColor = true; - // + // // panlDebugSettings - // + // this.panlDebugSettings.Controls.Add(this.stackCorruptionDetectionGroupBox); this.panlDebugSettings.Controls.Add(this.debugLevelGroupBox); this.panlDebugSettings.Controls.Add(this.debugStubGroupBox); @@ -442,9 +443,9 @@ this.panlDebugSettings.Name = "panlDebugSettings"; this.panlDebugSettings.Size = new System.Drawing.Size(280, 400); this.panlDebugSettings.TabIndex = 33; - // + // // stackCorruptionDetectionGroupBox - // + // this.stackCorruptionDetectionGroupBox.Controls.Add(this.label12); this.stackCorruptionDetectionGroupBox.Controls.Add(this.comboStackCorruptionDetectionLevel); this.stackCorruptionDetectionGroupBox.Controls.Add(this.chkEnableStackCorruptionDetection); @@ -453,18 +454,18 @@ this.stackCorruptionDetectionGroupBox.Size = new System.Drawing.Size(260, 90); this.stackCorruptionDetectionGroupBox.TabIndex = 34; this.stackCorruptionDetectionGroupBox.TabStop = false; - // + // // label12 - // + // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(3, 42); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(85, 13); this.label12.TabIndex = 30; this.label12.Text = "Detection Level:"; - // + // // comboStackCorruptionDetectionLevel - // + // this.comboStackCorruptionDetectionLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStackCorruptionDetectionLevel.FormattingEnabled = true; this.comboStackCorruptionDetectionLevel.Location = new System.Drawing.Point(33, 58); @@ -472,9 +473,9 @@ this.comboStackCorruptionDetectionLevel.Size = new System.Drawing.Size(220, 21); this.comboStackCorruptionDetectionLevel.TabIndex = 9; this.comboStackCorruptionDetectionLevel.SelectedIndexChanged += new System.EventHandler(this.stackCorruptionDetectionLevelComboBox_SelectedIndexChanged); - // + // // chkEnableStackCorruptionDetection - // + // this.chkEnableStackCorruptionDetection.AutoSize = true; this.chkEnableStackCorruptionDetection.Location = new System.Drawing.Point(6, 19); this.chkEnableStackCorruptionDetection.Name = "chkEnableStackCorruptionDetection"; @@ -483,9 +484,9 @@ this.chkEnableStackCorruptionDetection.Text = "Enable Stack Corruption Detection"; this.chkEnableStackCorruptionDetection.UseVisualStyleBackColor = true; this.chkEnableStackCorruptionDetection.CheckedChanged += new System.EventHandler(this.chkEnableStacckCorruptionDetection_CheckedChanged); - // + // // debugLevelGroupBox - // + // this.debugLevelGroupBox.Controls.Add(this.comboTraceMode); this.debugLevelGroupBox.Controls.Add(this.label5); this.debugLevelGroupBox.Controls.Add(this.label4); @@ -495,18 +496,18 @@ this.debugLevelGroupBox.Size = new System.Drawing.Size(260, 125); this.debugLevelGroupBox.TabIndex = 34; this.debugLevelGroupBox.TabStop = false; - // + // // comboTraceMode - // + // this.comboTraceMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboTraceMode.FormattingEnabled = true; this.comboTraceMode.Location = new System.Drawing.Point(34, 94); this.comboTraceMode.Name = "comboTraceMode"; this.comboTraceMode.Size = new System.Drawing.Size(220, 21); this.comboTraceMode.TabIndex = 10; - // + // // label5 - // + // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(3, 73); @@ -516,9 +517,9 @@ this.label5.TabIndex = 26; this.label5.Text = "Tracing:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // + // // label4 - // + // this.label4.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(3, 19); this.label4.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); @@ -527,18 +528,18 @@ this.label4.TabIndex = 24; this.label4.Text = "Debug Level:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // + // // comboDebugMode - // + // this.comboDebugMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDebugMode.FormattingEnabled = true; this.comboDebugMode.Location = new System.Drawing.Point(34, 46); this.comboDebugMode.Name = "comboDebugMode"; this.comboDebugMode.Size = new System.Drawing.Size(220, 21); this.comboDebugMode.TabIndex = 9; - // + // // debugStubGroupBox - // + // this.debugStubGroupBox.Controls.Add(this.checkIgnoreDebugStubAttribute); this.debugStubGroupBox.Controls.Add(this.label9); this.debugStubGroupBox.Controls.Add(this.cmboVisualStudioDebugPort); @@ -549,9 +550,9 @@ this.debugStubGroupBox.Size = new System.Drawing.Size(260, 140); this.debugStubGroupBox.TabIndex = 31; this.debugStubGroupBox.TabStop = false; - // + // // checkIgnoreDebugStubAttribute - // + // this.checkIgnoreDebugStubAttribute.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkIgnoreDebugStubAttribute.Location = new System.Drawing.Point(6, 19); this.checkIgnoreDebugStubAttribute.Name = "checkIgnoreDebugStubAttribute"; @@ -559,18 +560,18 @@ this.checkIgnoreDebugStubAttribute.TabIndex = 11; this.checkIgnoreDebugStubAttribute.Text = "Ignore DebugStub Attribute Settings"; this.checkIgnoreDebugStubAttribute.UseVisualStyleBackColor = true; - // + // // label9 - // + // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 42); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(69, 13); this.label9.TabIndex = 29; this.label9.Text = "Cosmos Port:"; - // + // // cmboVisualStudioDebugPort - // + // this.cmboVisualStudioDebugPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmboVisualStudioDebugPort.FormattingEnabled = true; this.cmboVisualStudioDebugPort.Items.AddRange(new object[] { @@ -584,9 +585,9 @@ this.cmboVisualStudioDebugPort.Size = new System.Drawing.Size(220, 21); this.cmboVisualStudioDebugPort.Sorted = true; this.cmboVisualStudioDebugPort.TabIndex = 13; - // + // // cmboCosmosDebugPort - // + // this.cmboCosmosDebugPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmboCosmosDebugPort.FormattingEnabled = true; this.cmboCosmosDebugPort.Items.AddRange(new object[] { @@ -600,18 +601,18 @@ this.cmboCosmosDebugPort.Size = new System.Drawing.Size(220, 21); this.cmboCosmosDebugPort.Sorted = true; this.cmboCosmosDebugPort.TabIndex = 12; - // + // // label10 - // + // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 90); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(93, 13); this.label10.TabIndex = 30; this.label10.Text = "Visual Studio Port:"; - // + // // tabDeployment - // + // this.tabDeployment.Controls.Add(this.lboxDeployment); this.tabDeployment.Location = new System.Drawing.Point(4, 22); this.tabDeployment.Name = "tabDeployment"; @@ -619,9 +620,9 @@ this.tabDeployment.TabIndex = 11; this.tabDeployment.Text = "Deployment"; this.tabDeployment.UseVisualStyleBackColor = true; - // + // // lboxDeployment - // + // this.lboxDeployment.Dock = System.Windows.Forms.DockStyle.Left; this.lboxDeployment.FormattingEnabled = true; this.lboxDeployment.Location = new System.Drawing.Point(0, 0); @@ -629,9 +630,9 @@ this.lboxDeployment.Size = new System.Drawing.Size(206, 486); this.lboxDeployment.Sorted = true; this.lboxDeployment.TabIndex = 15; - // + // // tabLaunch - // + // this.tabLaunch.Controls.Add(this.lboxLaunch); this.tabLaunch.Location = new System.Drawing.Point(4, 22); this.tabLaunch.Name = "tabLaunch"; @@ -639,9 +640,9 @@ this.tabLaunch.TabIndex = 12; this.tabLaunch.Text = "Launch"; this.tabLaunch.UseVisualStyleBackColor = true; - // + // // lboxLaunch - // + // this.lboxLaunch.Dock = System.Windows.Forms.DockStyle.Left; this.lboxLaunch.FormattingEnabled = true; this.lboxLaunch.Location = new System.Drawing.Point(0, 0); @@ -649,9 +650,9 @@ this.lboxLaunch.Size = new System.Drawing.Size(206, 486); this.lboxLaunch.Sorted = true; this.lboxLaunch.TabIndex = 16; - // + // // tabVMware - // + // this.tabVMware.Controls.Add(this.checkEnableGDB); this.tabVMware.Controls.Add(this.checkStartCosmosGDB); this.tabVMware.Controls.Add(this.label3); @@ -663,9 +664,9 @@ this.tabVMware.TabIndex = 4; this.tabVMware.Text = "VMware"; this.tabVMware.UseVisualStyleBackColor = true; - // + // // checkEnableGDB - // + // this.checkEnableGDB.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkEnableGDB.Location = new System.Drawing.Point(9, 77); this.checkEnableGDB.Name = "checkEnableGDB"; @@ -673,9 +674,9 @@ this.checkEnableGDB.TabIndex = 19; this.checkEnableGDB.Text = "Enable GDB Debugger"; this.checkEnableGDB.UseVisualStyleBackColor = true; - // + // // checkStartCosmosGDB - // + // this.checkStartCosmosGDB.AutoSize = true; this.checkStartCosmosGDB.Enabled = false; this.checkStartCosmosGDB.Location = new System.Drawing.Point(24, 103); @@ -685,18 +686,18 @@ this.checkStartCosmosGDB.TabIndex = 20; this.checkStartCosmosGDB.Text = "Use Cosmos GDB Client"; this.checkStartCosmosGDB.UseVisualStyleBackColor = true; - // + // // label3 - // + // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(42, 13); this.label3.TabIndex = 18; this.label3.Text = "Edition:"; - // + // // cmboVMwareEdition - // + // this.cmboVMwareEdition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmboVMwareEdition.FormattingEnabled = true; this.cmboVMwareEdition.Location = new System.Drawing.Point(26, 37); @@ -704,9 +705,9 @@ this.cmboVMwareEdition.Size = new System.Drawing.Size(143, 21); this.cmboVMwareEdition.Sorted = true; this.cmboVMwareEdition.TabIndex = 18; - // + // // tabBochs - // + // this.tabBochs.Controls.Add(this.checkStartBochsDebugGui); this.tabBochs.Controls.Add(this.checkEnableBochsDebug); this.tabBochs.Location = new System.Drawing.Point(4, 22); @@ -716,9 +717,9 @@ this.tabBochs.TabIndex = 5; this.tabBochs.Text = "Bochs"; this.tabBochs.UseVisualStyleBackColor = true; - // + // // checkStartBochsDebugGui - // + // this.checkStartBochsDebugGui.Enabled = false; this.checkStartBochsDebugGui.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkStartBochsDebugGui.Location = new System.Drawing.Point(24, 43); @@ -727,9 +728,9 @@ this.checkStartBochsDebugGui.TabIndex = 35; this.checkStartBochsDebugGui.Text = "Use Bochs Debugger GUI"; this.checkStartBochsDebugGui.UseVisualStyleBackColor = true; - // + // // checkEnableBochsDebug - // + // this.checkEnableBochsDebug.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkEnableBochsDebug.Location = new System.Drawing.Point(9, 17); this.checkEnableBochsDebug.Name = "checkEnableBochsDebug"; @@ -737,10 +738,11 @@ this.checkEnableBochsDebug.TabIndex = 21; this.checkEnableBochsDebug.Text = "Enable Bochs Debugger"; this.checkEnableBochsDebug.UseVisualStyleBackColor = true; - // + // // tabPXE - // - this.tabPXE.Controls.Add(this.textPxeInterface); + // + this.tabPXE.Controls.Add(this.butnPxeRefresh); + this.tabPXE.Controls.Add(this.comboPxeInterface); this.tabPXE.Controls.Add(this.label1); this.tabPXE.Location = new System.Drawing.Point(4, 22); this.tabPXE.Name = "tabPXE"; @@ -749,25 +751,37 @@ this.tabPXE.TabIndex = 6; this.tabPXE.Text = "PXE"; this.tabPXE.UseVisualStyleBackColor = true; - // - // textPxeInterface - // - this.textPxeInterface.Location = new System.Drawing.Point(28, 32); - this.textPxeInterface.Name = "textPxeInterface"; - this.textPxeInterface.Size = new System.Drawing.Size(146, 20); - this.textPxeInterface.TabIndex = 22; - // + // + // butnPxeRefresh + // + // + this.butnPxeRefresh.AutoSize = true; + this.butnPxeRefresh.Image = ((System.Drawing.Image)(resources.GetObject("butnPxeRefresh.Image"))); + this.butnPxeRefresh.Location = new System.Drawing.Point(177, 31); + this.butnPxeRefresh.Margin = new System.Windows.Forms.Padding(0); + this.butnPxeRefresh.Name = "butnPxeRefresh"; + this.butnPxeRefresh.Size = new System.Drawing.Size(23, 23); + this.butnPxeRefresh.TabIndex = 23; + this.butnPxeRefresh.UseVisualStyleBackColor = true; + // + // comboPxeInterface + // + this.comboPxeInterface.Location = new System.Drawing.Point(28, 32); + this.comboPxeInterface.Name = "comboPxeInterface"; + this.comboPxeInterface.Size = new System.Drawing.Size(146, 21); + this.comboPxeInterface.TabIndex = 22; + // // label1 - // + // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 13); this.label1.TabIndex = 0; this.label1.Text = "Interface:"; - // + // // tabUSB - // + // this.tabUSB.Controls.Add(this.label7); this.tabUSB.Location = new System.Drawing.Point(4, 22); this.tabUSB.Name = "tabUSB"; @@ -776,18 +790,18 @@ this.tabUSB.TabIndex = 7; this.tabUSB.Text = "USB"; this.tabUSB.UseVisualStyleBackColor = true; - // + // // label7 - // + // this.label7.Location = new System.Drawing.Point(16, 15); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(375, 102); this.label7.TabIndex = 1; this.label7.Text = "There are no current USB options. The target drive will be requested when you run" + " the project."; - // + // // tabISO - // + // this.tabISO.Controls.Add(this.label8); this.tabISO.Location = new System.Drawing.Point(4, 22); this.tabISO.Name = "tabISO"; @@ -796,17 +810,17 @@ this.tabISO.TabIndex = 8; this.tabISO.Text = "ISO"; this.tabISO.UseVisualStyleBackColor = true; - // + // // label8 - // + // this.label8.Location = new System.Drawing.Point(17, 16); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(375, 102); this.label8.TabIndex = 1; this.label8.Text = "There are currently no ISO options."; - // + // // tabSlave - // + // this.tabSlave.Controls.Add(this.cmboSlavePort); this.tabSlave.Controls.Add(this.label6); this.tabSlave.Location = new System.Drawing.Point(4, 22); @@ -816,9 +830,9 @@ this.tabSlave.TabIndex = 13; this.tabSlave.Text = "Slave"; this.tabSlave.UseVisualStyleBackColor = true; - // + // // cmboSlavePort - // + // this.cmboSlavePort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmboSlavePort.FormattingEnabled = true; this.cmboSlavePort.Items.AddRange(new object[] { @@ -832,18 +846,18 @@ this.cmboSlavePort.Size = new System.Drawing.Size(146, 21); this.cmboSlavePort.Sorted = true; this.cmboSlavePort.TabIndex = 23; - // + // // label6 - // + // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(15, 15); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(59, 13); this.label6.TabIndex = 34; this.label6.Text = "Slave Port:"; - // + // // CosmosPage - // + // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.TabControl1); @@ -890,65 +904,66 @@ #endregion - private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.Label lablCurrentProfile; - private System.Windows.Forms.Label label11; - private System.Windows.Forms.TabControl TabControl1; - private System.Windows.Forms.TabPage tabProfile; - private System.Windows.Forms.Label lablDeployText; - private System.Windows.Forms.Label lablBuildOnly; - private System.Windows.Forms.TabPage tabDeployment; - private System.Windows.Forms.ListBox lboxDeployment; - private System.Windows.Forms.TabPage tabLaunch; - private System.Windows.Forms.ListBox lboxLaunch; - private System.Windows.Forms.TabPage tabCompile; - private System.Windows.Forms.ComboBox comboFramework; - private System.Windows.Forms.Button buttonOutputBrowse; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.TextBox textOutputPath; - private System.Windows.Forms.Label labelFramework; - private System.Windows.Forms.TabPage tabAssembler; - private System.Windows.Forms.CheckBox checkUseInternalAssembler; - private System.Windows.Forms.Label labelInternalAssembler; - private System.Windows.Forms.TabPage tabDebug; - private System.Windows.Forms.CheckBox chckEnableDebugStub; - private System.Windows.Forms.Panel panlDebugSettings; - private System.Windows.Forms.Label label4; - private System.Windows.Forms.ComboBox cmboVisualStudioDebugPort; - private System.Windows.Forms.ComboBox comboTraceMode; - private System.Windows.Forms.ComboBox cmboCosmosDebugPort; - private System.Windows.Forms.ComboBox comboDebugMode; - private System.Windows.Forms.Label label10; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.Label label9; - private System.Windows.Forms.CheckBox checkIgnoreDebugStubAttribute; - private System.Windows.Forms.TabPage tabBochs; - private System.Windows.Forms.CheckBox checkEnableBochsDebug; - private System.Windows.Forms.TabPage tabVMware; - private System.Windows.Forms.CheckBox checkEnableGDB; - private System.Windows.Forms.CheckBox checkStartCosmosGDB; - private System.Windows.Forms.Label label3; - private System.Windows.Forms.ComboBox cmboVMwareEdition; - private System.Windows.Forms.TabPage tabPXE; - private System.Windows.Forms.TabPage tabUSB; - private System.Windows.Forms.Label label7; - private System.Windows.Forms.TabPage tabISO; - private System.Windows.Forms.Label label8; - private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.ToolStrip toolStrip1; - private System.Windows.Forms.ListBox lboxProfile; - private System.Windows.Forms.ToolStripButton butnProfileClone; - private System.Windows.Forms.ToolStripButton butnProfileDelete; - private System.Windows.Forms.Label lablPreset; - private System.Windows.Forms.ToolStripButton butnProfileRename; - private System.Windows.Forms.TextBox textPxeInterface; - private System.Windows.Forms.Label label1; - private System.Windows.Forms.TabPage tabSlave; - private System.Windows.Forms.ComboBox cmboSlavePort; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.CheckBox chkEnableStackCorruptionDetection; - private System.Windows.Forms.Label labelBinFormat; - private System.Windows.Forms.ComboBox comboBinFormat; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Label lablCurrentProfile; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.TabControl TabControl1; + private System.Windows.Forms.TabPage tabProfile; + private System.Windows.Forms.Label lablDeployText; + private System.Windows.Forms.Label lablBuildOnly; + private System.Windows.Forms.TabPage tabDeployment; + private System.Windows.Forms.ListBox lboxDeployment; + private System.Windows.Forms.TabPage tabLaunch; + private System.Windows.Forms.ListBox lboxLaunch; + private System.Windows.Forms.TabPage tabCompile; + private System.Windows.Forms.ComboBox comboFramework; + private System.Windows.Forms.Button buttonOutputBrowse; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.TextBox textOutputPath; + private System.Windows.Forms.Label labelFramework; + private System.Windows.Forms.TabPage tabAssembler; + private System.Windows.Forms.CheckBox checkUseInternalAssembler; + private System.Windows.Forms.Label labelInternalAssembler; + private System.Windows.Forms.TabPage tabDebug; + private System.Windows.Forms.CheckBox chckEnableDebugStub; + private System.Windows.Forms.Panel panlDebugSettings; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.ComboBox cmboVisualStudioDebugPort; + private System.Windows.Forms.ComboBox comboTraceMode; + private System.Windows.Forms.ComboBox cmboCosmosDebugPort; + private System.Windows.Forms.ComboBox comboDebugMode; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.CheckBox checkIgnoreDebugStubAttribute; + private System.Windows.Forms.TabPage tabBochs; + private System.Windows.Forms.CheckBox checkEnableBochsDebug; + private System.Windows.Forms.TabPage tabVMware; + private System.Windows.Forms.CheckBox checkEnableGDB; + private System.Windows.Forms.CheckBox checkStartCosmosGDB; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.ComboBox cmboVMwareEdition; + private System.Windows.Forms.TabPage tabPXE; + private System.Windows.Forms.TabPage tabUSB; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.TabPage tabISO; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.ToolStrip toolStrip1; + private System.Windows.Forms.ListBox lboxProfile; + private System.Windows.Forms.ToolStripButton butnProfileClone; + private System.Windows.Forms.ToolStripButton butnProfileDelete; + private System.Windows.Forms.Label lablPreset; + private System.Windows.Forms.ToolStripButton butnProfileRename; + private System.Windows.Forms.ComboBox comboPxeInterface; + private System.Windows.Forms.Button butnPxeRefresh; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.TabPage tabSlave; + private System.Windows.Forms.ComboBox cmboSlavePort; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.CheckBox chkEnableStackCorruptionDetection; + private System.Windows.Forms.Label labelBinFormat; + private System.Windows.Forms.ComboBox comboBinFormat; private System.Windows.Forms.CheckBox checkStartBochsDebugGui; private System.Windows.Forms.GroupBox stackCorruptionDetectionGroupBox; private System.Windows.Forms.ComboBox comboStackCorruptionDetectionLevel; diff --git a/source/Cosmos.VS.Package/CosmosPage.cs b/source/Cosmos.VS.Package/CosmosPage.cs index 182e19456..b37494f5f 100644 --- a/source/Cosmos.VS.Package/CosmosPage.cs +++ b/source/Cosmos.VS.Package/CosmosPage.cs @@ -6,6 +6,7 @@ using System.IO.Ports; using System.Drawing; using System.Data; using System.Linq; +using System.Net.NetworkInformation; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; @@ -258,12 +259,6 @@ namespace Cosmos.VS.Package // Locked to COM1 for now. //cmboCosmosDebugPort.SelectedIndex = 0; - #region PXE - - textPxeInterface.Text = mProps.PxeInterface; - - #endregion - #region Slave cmboSlavePort.SelectedIndex = cmboSlavePort.Items.IndexOf(mProps.SlavePort); @@ -461,10 +456,10 @@ namespace Cosmos.VS.Package #region PXE - textPxeInterface.TextChanged += delegate(Object sender, EventArgs e) + comboPxeInterface.TextChanged += delegate(Object sender, EventArgs e) { if (FreezeEvents) return; - var x = textPxeInterface.Text.Trim(); + var x = comboPxeInterface.Text.Trim(); if (x != mProps.PxeInterface) { mProps.PxeInterface = x; @@ -483,6 +478,8 @@ namespace Cosmos.VS.Package } }; + butnPxeRefresh.Click += new EventHandler(butnPxeRefresh_Click); + #endregion #region Debug @@ -694,7 +691,12 @@ namespace Cosmos.VS.Package lboxProfile.SelectedIndex = FillProfile(xID); } - protected BuildProperties mProps = new BuildProperties(); + void butnPxeRefresh_Click(object sender, EventArgs e) + { + FillNetworkInterfaces(); + } + + protected BuildProperties mProps = new BuildProperties(); public override PropertiesBase Properties { @@ -810,6 +812,8 @@ namespace Cosmos.VS.Package #region PXE + FillNetworkInterfaces(); + cmboSlavePort.Items.Clear(); cmboSlavePort.Items.Add("None"); FillComPorts(cmboSlavePort.Items); @@ -828,6 +832,53 @@ namespace Cosmos.VS.Package } } + protected void FillNetworkInterfaces() + { + comboPxeInterface.Items.Clear(); + + comboPxeInterface.Items.AddRange(GetNetworkInterfaces().ToArray()); + + if (mProps.PxeInterface == String.Empty) + { + if (comboPxeInterface.Items.Count > 0) + { + comboPxeInterface.Text = comboPxeInterface.Items[0].ToString(); + } + else + { + comboPxeInterface.Text = "192.168.42.1"; + } + } + else + { + comboPxeInterface.Text = mProps.PxeInterface; + } + } + + protected List GetNetworkInterfaces() + { + NetworkInterface[] nInterfaces = NetworkInterface.GetAllNetworkInterfaces(); + List interfaces_list = new List(); + + foreach (NetworkInterface nInterface in nInterfaces) + { + if (nInterface.OperationalStatus == OperationalStatus.Up) + { + IPInterfaceProperties ipProperties = nInterface.GetIPProperties(); + + foreach (var ip in ipProperties.UnicastAddresses) + { + if (ip.Address.AddressFamily == System.Net.Sockets.AddressFamily.InterNetwork) + { + interfaces_list.Add(ip.Address.ToString()); + } + } + } + } + + return interfaces_list; + } + private void OutputBrowse_Click(object sender, EventArgs e) { string folderPath = String.Empty; @@ -901,4 +952,4 @@ namespace Cosmos.VS.Package } } } -} \ No newline at end of file +} diff --git a/source/Cosmos.VS.Package/CosmosPage.resx b/source/Cosmos.VS.Package/CosmosPage.resx index 49465f5f7..8633fba07 100644 --- a/source/Cosmos.VS.Package/CosmosPage.resx +++ b/source/Cosmos.VS.Package/CosmosPage.resx @@ -117,55 +117,59 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - + + 17, 17 + - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHkSURBVDhPvZHfS1NhHIf3p5QypLr2D4goMwoMCi/qIugH - Xe1Cr7qKDIMkZixwNhfWLGWbnuki0kXKzLU023KubBNPJrbRdOzocm6e2dPOO21mMS+CHvjcvOf9PF++ - 79H9M+7RT2iRRsIi9sEAXe43yAvf2LpSHq28G9uAnytNT4jMLewtcQ2Ht2pF8ps/aOt+gccX5lxD694S - +1BQFD1RkN5DSFa4Z3uONKbgHE3h8KZ4OJTC1J8UiSzmfhd2uf1CoJHbyKOsZokl0kKwm+aeJaov+wjO - rpQkVqdXfOz0bWAcVLghfaXxkUz3y2VxvpMGSwL3uMKh+gHezSSLEnNhX23vtYzKUirDfGyFj/Iy1mdx - UWqR8iKhwtQLxjgH659y4EwvVXWPiwJt3/Ws+muywRrlqvkDdx3zQrCN8l1ldnEd3/QqFmkS/akHJYGS - zjLzOUEwEsMf+sLI2zmaOou/93pPGoM5zvk7UU7fnBKxSBPoT7SXBNW1F/9Io2lKCNTCeomUyrS8xnBA - wfUqyf1eP5U1ptJD/o1LzeNCsHPydtqdr6k4aiwvOHvNSya3ibU/QIdrEkvfhJislc32MfYfuV1eUGPw - FF7bIVJVZ0N/soPK421UHGstlFvYd/hWecF/Qqf7CR0A5wwgSQA2AAAAAElFTkSuQmCC + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAeRJREFUOE+9kd9LU2Ech/enlDKkuvYPiCgzCgwKL+oi6Add7UKvuooMgyRmLHA2 + F9YsZZue6SLSRcrMtTTbcq5sE08mttF07Ohybp7Z0847bWYxL4Ie+Ny85/08X77v0f0z7tFPaJFGwiL2 + wQBd7jfIC9/YulIerbwb24CfK01PiMwt7C1xDYe3akXymz9o636BxxfmXEPr3hL7UFAUPVGQ3kNIVrhn + e440puAcTeHwpng4lMLUnxSJLOZ+F3a5/UKgkdvIo6xmiSXSQrCb5p4lqi/7CM6ulCRWp1d87PRtYBxU + uCF9pfGRTPfLZXG+kwZLAve4wqH6Ad7NJIsSc2Ffbe+1jMpSKsN8bIWP8jLWZ3FRapHyIqHC1AvGOAfr + n3LgTC9VdY+LAm3f9az6a7LBGuWq+QN3HfNCsI3yXWV2cR3f9CoWaRL9qQclgZLOMvM5QTASwx/6wsjb + OZo6i7/3ek8agznO+TtRTt+cErFIE+hPtJcE1bUX/0ijaUoI1MJ6iZTKtLzGcEDB9SrJ/V4/lTWm0kP+ + jUvN40Kwc/J22p2vqThqLC84e81LJreJtT9Ah2sSS9+EmKyVzfYx9h+5XV5QY/AUXtshUlVnQ3+yg8rj + bVQcay2UW9h3+FZ5wX9Cp/sJHQDnDCBJADYAAAAASUVORK5CYII= - iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH8SURBVDhPnZJtS1NhGMf3GQqqV1GQRQ+o5WqbbmcP5dwK - SiIsFqwXBS32QmYNpJjl5rL6BEHPlCGCYBREWW6ZGGpu5jBXahtbe1LzK/w659iUcU4v6sX/hvvm/7uv - i+v6a0rLK/yvZHgiFqfN7yc6/JHi0i9Vo5o0hcVlnvf2YbUeweF08vrNW6Q3NXO+tMRM8hvPenrku0Z6 - 6O3rp9V3GZ3BhNVm5/6DR4oPsvkS7yIfaD7RTDAUXoWlIzn3g5HRMXxtfuqNZgSzhY5AgEyu8Acscr2z - E4utke5bd0hnc+twWfniIo+fPMV22I4g2Ah2hRmbiNEVvo3JaKTjRoiFdHbNr5i2NLDYVAL3ufMc0jWg - 0xsxmQUueLxiJ8UK719XNfg+Qp3WgKHehN1xjLmFtMKjCk/PzOI4epzqmgPU1GrRHtRjb3IqfAo4IYJS - pd17qrl4yctQdJgzLje1++u4e+9hhbcCnv0+T5NYcev2Klxn3WKrKXmyknxX2tHrG0h8TSrhbKGEx9vK - jl37sFgbGf8cXzNlxFXNpzKcPNUiJrFdDksF3D/wgk1btlG1cy/BcDepzOouy5JCMzk1jdEkEP+SkO8y - /FP8+eq1ABs2bqbltItP45OqEZUqBkM3GRyKrMOSoiOjeMQBDbx8JQYhowDLyolBUk3Yv2mF35ElDFrI - IuM7AAAAAElFTkSuQmCC + iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAfxJREFUOE+dkm1LU2EYx/cZCqpXUZBFD6jlaptuZw/l3ApKIiwWrBcFLfZCZg2k + mOXmsvoEQc+UIYJgFERZbpkYam7mMFdqG1t7UvMr/Drn2JRxTi/qxf+G++b/u6+L6/prSssr/K9keCIW + p83vJzr8keLSL1WjmjSFxWWe9/ZhtR7B4XTy+s1bpDc1c760xEzyG896euS7Rnro7eun1XcZncGE1Wbn + /oNHig+y+RLvIh9oPtFMMBRehaUjOfeDkdExfG1+6o1mBLOFjkCATK7wByxyvbMTi62R7lt3SGdz63BZ + +eIij588xXbYjiDYCHaFGZuI0RW+jclopONGiIV0ds2vmLY0sNhUAve58xzSNaDTGzGZBS54vGInxQrv + X1c1+D5CndaAod6E3XGMuYW0wqMKT8/M4jh6nOqaA9TUatEe1GNvcip8CjghglKl3XuquXjJy1B0mDMu + N7X767h772GFtwKe/T5Pk1hx6/YqXGfdYqspebKSfFfa0esbSHxNKuFsoYTH28qOXfuwWBsZ/xxfM2XE + Vc2nMpw81SImsV0OSwXcP/CCTVu2UbVzL8FwN6nM6i7LkkIzOTWN0SQQ/5KQ7zL8U/z56rUAGzZupuW0 + i0/jk6oRlSoGQzcZHIqsw5KiI6N4xAENvHwlBiGjAMvKiUFSTdi/aYXfkSUMWsgi4zsAAAAASUVORK5C + YII= - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAgNJREFUOE+lkutLk2EYxvePhJaHShFBUTEPiCieQOmDiEZgrEbpYGiCQxkqA80I + RUkUEZ0YRMS+DDI70MkTmzJnDc8iU8QT2mAEItnle90wHwTDyBduXnie5/rd133Q4ZKfAJqHFs9E08A8 + zD1emDpmYXjqRlnTFIrMk8iuGkNaxWekGEaQrHecBfw+/vPXODw6hj9whN2fh/Bt/8LSRgA3cxr/DeBZ + 9kvmTNMoHGNbIrYN+3Aj23IxgJkpds0doP3VstgmsNexhutZ9QrAms8T0zYzU5xXM46kcjsmvfvoeL2i + AeoUgA07T8yaaZuZKab1rzN74jgys1YB2O2gmBZzH49LODXrrJlnzEzxe9cOLH1ziMioVgCOiuIFX0CE + Q+/WYf+yieiCFrRp9tkwxnP7Kt5MbKGm6wfC000KwDlTXNLgEvHMkh+Db32o7fYivtQm1l9+3IBOp5P7 + yjYPwlKNCsAluWudxgvtknb5t9oWcL/VLU2Mvd2JFq3uqs7vAtE/ceNayiMF4KiYMSjmY2O7B4Ua+NaD + YQGEJumRbvyG1IcfBHI12aAAXM8R57aIWTNrLLY4tfNPiCvpR1SeVeu6WWzHFD6THSDwFMDdpmUG62NJ + PKM4Or9ZxBxb8H8l7g5CEu8pAOfM3WanSeeS8CFHxW4zM2umbWamOCShXAH+/wNOANABIDUxWnDPAAAA + AElFTkSuQmCC - + 122, 17 - + + + + Resources\Refresh_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/source/Cosmos.VS.Package/Resources/Refresh_16x.png b/source/Cosmos.VS.Package/Resources/Refresh_16x.png new file mode 100644 index 0000000000000000000000000000000000000000..bc31d5e1fe6c50a030c4acd4969ac80a4a9e490b GIT binary patch literal 492 zcmVfZmYR;z>Mf$P<+2i7%0*8|@N&rUsmmH)*GA!(06557a-r2A2ul48}R21cu zZxF0=RdcsTm3DltWw^feOvXo1^D`MF-FUAcq Date: Sat, 25 Jun 2016 09:18:10 -0400 Subject: [PATCH 05/29] Disable boot projects of the tests, so they don't get built on normal builds. --- source/Cosmos.sln | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/source/Cosmos.sln b/source/Cosmos.sln index bfc2235c2..e8bc48ba6 100644 --- a/source/Cosmos.sln +++ b/source/Cosmos.sln @@ -703,7 +703,6 @@ Global {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x64.ActiveCfg = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x64.Build.0 = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x86.ActiveCfg = Debug|x86 - {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x86.Build.0 = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|Any CPU.ActiveCfg = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|x64.ActiveCfg = Release|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|x86.ActiveCfg = Release|x86 @@ -736,7 +735,6 @@ Global {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x64.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x64.Build.0 = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x86.ActiveCfg = Debug|x86 - {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x86.Build.0 = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|Any CPU.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|x64.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|x64.Build.0 = Debug|x86 @@ -827,7 +825,6 @@ Global {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x64.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x64.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x86.ActiveCfg = Debug|x86 - {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x86.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|Any CPU.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|x64.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|x64.Build.0 = Debug|x86 @@ -861,7 +858,6 @@ Global {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x64.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x64.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x86.ActiveCfg = Debug|x86 - {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x86.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|Any CPU.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|x64.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|x64.Build.0 = Debug|x86 @@ -977,7 +973,6 @@ Global {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x64.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x64.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x86.ActiveCfg = Debug|x86 - {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x86.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Release|Any CPU.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Release|x64.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Release|x64.Build.0 = Debug|x86 @@ -1000,7 +995,6 @@ Global {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x64.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x64.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x86.ActiveCfg = Debug|x86 - {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x86.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|Any CPU.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|x64.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|x64.Build.0 = Debug|x86 @@ -1035,7 +1029,6 @@ Global {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x64.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x64.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x86.ActiveCfg = Debug|x86 - {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x86.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|Any CPU.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|x64.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|x64.Build.0 = Debug|x86 @@ -1058,7 +1051,6 @@ Global {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x64.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x64.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x86.ActiveCfg = Debug|x86 - {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x86.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|Any CPU.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|x64.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|x64.Build.0 = Debug|x86 @@ -1081,7 +1073,6 @@ Global {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x64.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x64.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x86.ActiveCfg = Debug|x86 - {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x86.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|Any CPU.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|x64.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|x64.Build.0 = Debug|x86 @@ -1104,7 +1095,6 @@ Global {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x64.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x64.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x86.ActiveCfg = Debug|x86 - {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x86.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|Any CPU.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|x64.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|x64.Build.0 = Debug|x86 @@ -1127,7 +1117,6 @@ Global {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x64.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x64.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x86.ActiveCfg = Debug|x86 - {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x86.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|Any CPU.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|x64.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|x64.Build.0 = Debug|x86 @@ -1172,7 +1161,6 @@ Global {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x64.ActiveCfg = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x64.Build.0 = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x86.ActiveCfg = Debug|x86 - {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x86.Build.0 = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Release|Any CPU.ActiveCfg = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Release|x64.ActiveCfg = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Release|x64.Build.0 = Debug|x86 @@ -1217,7 +1205,6 @@ Global {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x64.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x64.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x86.ActiveCfg = Debug|x86 - {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x86.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|Any CPU.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|Any CPU.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|x64.ActiveCfg = Debug|x86 @@ -1260,7 +1247,6 @@ Global {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|Any CPU.ActiveCfg = Debug|x86 {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|x64.ActiveCfg = Debug|x86 {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|x86.ActiveCfg = Debug|x86 - {511C4498-E62A-4FF2-94BA-472CF448B39B}.Debug|x86.Build.0 = Debug|x86 {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|Any CPU.ActiveCfg = Debug|x86 {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|Any CPU.Build.0 = Debug|x86 {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|x64.ActiveCfg = Debug|x86 @@ -1304,7 +1290,6 @@ Global {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|x64.ActiveCfg = Debug|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|x64.Build.0 = Debug|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|x86.ActiveCfg = Debug|x86 - {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|x86.Build.0 = Debug|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Release|Any CPU.ActiveCfg = Debug|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Release|Any CPU.Build.0 = Debug|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Release|x64.ActiveCfg = Debug|x86 From 1433340ba5b3c97776dbe06afcba4db8845132e8 Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 10:52:50 -0400 Subject: [PATCH 06/29] Generic plugs work now. --- .../DefaultEngineConfiguration.cs | 4 +- Users/Matthijs/DebugCompiler/MyEngine.cs | 3 +- source/Cosmos.IL2CPU/ILScanner.cs | 6 +- source/Cosmos.IL2CPU/PlugManager.cs | 87 +++++++++++++++++-- .../CompilerServices/RuntimeHelpersImpl.cs | 15 ++++ .../Cosmos.System.Plugs.csproj | 1 + source/Cosmos.System.Plugs/System/CharImpl.cs | 7 +- .../Generic/EqualityComparerImpl.cs | 15 ++++ 8 files changed, 127 insertions(+), 11 deletions(-) create mode 100644 source/Cosmos.System.Plugs/System/Collections/Generic/EqualityComparerImpl.cs diff --git a/Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs b/Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs index e71c66175..66fd46e66 100644 --- a/Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs +++ b/Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs @@ -15,14 +15,14 @@ namespace Cosmos.TestRunner.Core // Sets the time before an error is registered. For example if set to 60 then if a kernel runs for more than 60 seconds then // that kernel will be marked as a failure and terminated - engine.AllowedSecondsInKernel = 1800; + engine.AllowedSecondsInKernel = 30; // If you want to test only specific platforms, add them to the list, like next line. By default, all platforms are run. engine.RunTargets.Add(RunTargetEnum.Bochs); // If you're working on the compiler (or other lower parts), you can choose to run the compiler in process // one thing to keep in mind though, is that this only works with 1 kernel at a time! - //engine.RunIL2CPUInProcess = true; + engine.RunIL2CPUInProcess = true; engine.TraceAssembliesLevel = TraceAssemblies.User; engine.EnableStackCorruptionChecks = true; engine.StackCorruptionChecksLevel = StackCorruptionDetectionLevel.AllInstructions; diff --git a/Users/Matthijs/DebugCompiler/MyEngine.cs b/Users/Matthijs/DebugCompiler/MyEngine.cs index f5b1d0b54..c599630e7 100644 --- a/Users/Matthijs/DebugCompiler/MyEngine.cs +++ b/Users/Matthijs/DebugCompiler/MyEngine.cs @@ -12,6 +12,7 @@ namespace DebugCompiler [TestCaseSource(typeof(MySource), nameof(MySource.ProvideData))] public void Test(Type kernelToRun) { + Assert.Fail(); Environment.CurrentDirectory = Path.GetDirectoryName(typeof(RunKernels).Assembly.Location); var xEngine = new Engine(); @@ -25,7 +26,7 @@ namespace DebugCompiler //xEngine.RunWithGDB = true; // If you're working on the compiler (or other lower parts), you can choose to run the compiler in process // one thing to keep in mind though, is that this only works with 1 kernel at a time! - xEngine.RunIL2CPUInProcess = false; + xEngine.RunIL2CPUInProcess = true; xEngine.TraceAssembliesLevel = TraceAssemblies.User; xEngine.EnableStackCorruptionChecks = true; diff --git a/source/Cosmos.IL2CPU/ILScanner.cs b/source/Cosmos.IL2CPU/ILScanner.cs index 2fae8b27b..6ed7a0ee9 100644 --- a/source/Cosmos.IL2CPU/ILScanner.cs +++ b/source/Cosmos.IL2CPU/ILScanner.cs @@ -398,7 +398,10 @@ namespace Cosmos.IL2CPU { Queue(((SysReflection.MethodInfo)aMethod).ReturnType, aMethod, "Return Type"); } - + if (aMethod.GetFullName().IndexOf("CreateComparer", StringComparison.OrdinalIgnoreCase)!=-1) + { + ; + } // Scan virtuals #region Virtuals scan if (!xIsDynamicMethod && aMethod.IsVirtual) @@ -487,6 +490,7 @@ namespace Cosmos.IL2CPU if (!aIsPlug && !xIsDynamicMethod) { // Check to see if method is plugged, if it is we don't scan body + xPlug = mPlugManager.ResolvePlug(aMethod, xParamTypes); if (xPlug != null) { diff --git a/source/Cosmos.IL2CPU/PlugManager.cs b/source/Cosmos.IL2CPU/PlugManager.cs index bf171453d..522b5fd47 100644 --- a/source/Cosmos.IL2CPU/PlugManager.cs +++ b/source/Cosmos.IL2CPU/PlugManager.cs @@ -32,6 +32,11 @@ namespace Cosmos.IL2CPU // List of inheritable plugs. Plugs that start at an ancestor and plug all // descendants. For example, delegates protected Dictionary> mPlugImplsInhrt = new Dictionary>(); + + // same as above 2 fields, except for generic plugs + protected Dictionary> mGenericPlugImpls = new Dictionary>(); + protected Dictionary> mGenericPlugImplsInhrt = new Dictionary>(); + // list of field plugs protected IDictionary> mPlugFields = new Dictionary>(); @@ -121,7 +126,15 @@ namespace Cosmos.IL2CPU // TODO: Integrate with builder options to allow Mono support again. if (!xAttrib.IsMonoOnly) { - var mPlugs = xAttrib.Inheritable ? mPlugImplsInhrt : mPlugImpls; + Dictionary> mPlugs; + if (xTargetType.ContainsGenericParameters) + { + mPlugs = xAttrib.Inheritable ? mGenericPlugImplsInhrt : mGenericPlugImpls; + } + else + { + mPlugs = xAttrib.Inheritable ? mPlugImplsInhrt : mPlugImpls; + } List xImpls; if (mPlugs.TryGetValue(xTargetType, out xImpls)) { @@ -145,6 +158,7 @@ namespace Cosmos.IL2CPU ScanPlugs(mPlugImpls); ScanPlugs(mPlugImplsInhrt); } + public void ScanPlugs(Dictionary> aPlugs) { foreach (var xPlug in aPlugs) @@ -341,7 +355,7 @@ namespace Cosmos.IL2CPU } } - public MethodBase ResolvePlug(Type aTargetType, List aImpls, MethodBase aMethod, Type[] aParamTypes) + private MethodBase ResolvePlug(Type aTargetType, List aImpls, MethodBase aMethod, Type[] aParamTypes) { //TODO: This method is "reversed" from old - remember that when porting MethodBase xResult = null; @@ -526,6 +540,10 @@ namespace Cosmos.IL2CPU xResult = xSigMethod; break; } + //if (aMethod.DeclaringType.IsGenericTypeDefinition) + //{ + // if (xTargetMethod.GetF) + //} if (xAttrib != null && xAttrib.Signature != null) { var xName = DataMember.FilterStringForIncorrectChars(LabelName.GenerateFullName(aMethod)); @@ -642,9 +660,14 @@ namespace Cosmos.IL2CPU //} return xResult; } + public MethodBase ResolvePlug(MethodBase aMethod, Type[] aParamTypes) { MethodBase xResult = null; + if (aMethod.Name == "CreateComparer") + { + ; + } var xMethodKey = BuildMethodKeyName(aMethod); if (ResolvedPlugs.Contains(xMethodKey, out xResult)) { @@ -652,10 +675,6 @@ namespace Cosmos.IL2CPU } else { - // TODO: Right now plugs are compiled in, even if they are not needed. - // Maybe change this so plugs that are not needed are not compiled in? - // To do so, maybe plugs could be marked as they are used - List xImpls; // Check for exact type plugs first, they have precedence if (mPlugImpls.TryGetValue(aMethod.DeclaringType, out xImpls)) @@ -683,6 +702,62 @@ namespace Cosmos.IL2CPU } } } + if (xResult == null) + { + xImpls = null; + if (aMethod.DeclaringType.IsGenericType) + { + var xMethodDeclaringTypeDef = aMethod.DeclaringType.GetGenericTypeDefinition(); + if (mGenericPlugImpls.TryGetValue(xMethodDeclaringTypeDef, out xImpls)) + { + var xBindingFlagsToFindMethod = BindingFlags.Default; + if (aMethod.IsPublic) + { + xBindingFlagsToFindMethod = BindingFlags.Public; + } + else + { + // private + xBindingFlagsToFindMethod = BindingFlags.NonPublic; + } + if (aMethod.IsStatic) + { + xBindingFlagsToFindMethod |= BindingFlags.Static; + } + else + { + xBindingFlagsToFindMethod |= BindingFlags.Instance; + } + var xGenericMethod = (from item in xMethodDeclaringTypeDef.GetMethods(xBindingFlagsToFindMethod) + where item.Name == aMethod.Name + && item.GetParameters().Length == aParamTypes.Length + select item).SingleOrDefault(); + if (xGenericMethod != null) + { + var xTempResult = ResolvePlug(xMethodDeclaringTypeDef, xImpls, xGenericMethod, aParamTypes); + + if (xTempResult != null) + { + if (xTempResult.DeclaringType.IsGenericTypeDefinition) + { + var xConcreteTempResultType = xTempResult.DeclaringType.MakeGenericType(aMethod.DeclaringType.GetGenericArguments()); + xResult = (from item in xConcreteTempResultType.GetMethods(BindingFlags.Static | BindingFlags.Public) + where item.Name == aMethod.Name + && item.GetParameters().Length == aParamTypes.Length + select item).SingleOrDefault(); + } + } + ; + ; + ; + ; + + } + + /// + } + } + } ResolvedPlugs.Add(xMethodKey, xResult); diff --git a/source/Cosmos.IL2CPU/Plugs/System/Runtime/CompilerServices/RuntimeHelpersImpl.cs b/source/Cosmos.IL2CPU/Plugs/System/Runtime/CompilerServices/RuntimeHelpersImpl.cs index 1f7ec8b0c..7723bf18a 100644 --- a/source/Cosmos.IL2CPU/Plugs/System/Runtime/CompilerServices/RuntimeHelpersImpl.cs +++ b/source/Cosmos.IL2CPU/Plugs/System/Runtime/CompilerServices/RuntimeHelpersImpl.cs @@ -13,6 +13,21 @@ namespace Cosmos.IL2CPU.Plugs.System.Runtime.CompilerServices { //TODO: do something } + public new static bool Equals(object o1, object o2) + { + if (o1 == null + && o2 == null) + { + return true; + } + if (o1 == null + || o2 == null) + { + return false; + } + return object.Equals(o1, o2); + } + [Inline(TargetPlatform = TargetPlatform.x86)] [PlugMethod] public static void InitializeArray(Array array, RuntimeFieldHandle fldHandle) { diff --git a/source/Cosmos.System.Plugs/Cosmos.System.Plugs.csproj b/source/Cosmos.System.Plugs/Cosmos.System.Plugs.csproj index be071ea18..8d71fc9b1 100644 --- a/source/Cosmos.System.Plugs/Cosmos.System.Plugs.csproj +++ b/source/Cosmos.System.Plugs/Cosmos.System.Plugs.csproj @@ -88,6 +88,7 @@ + diff --git a/source/Cosmos.System.Plugs/System/CharImpl.cs b/source/Cosmos.System.Plugs/System/CharImpl.cs index 6d6de0526..7b0c83153 100644 --- a/source/Cosmos.System.Plugs/System/CharImpl.cs +++ b/source/Cosmos.System.Plugs/System/CharImpl.cs @@ -39,6 +39,11 @@ namespace Cosmos.System.Plugs.System return new string(xResult); } + public static bool Equals(ref char aThis, char that) + { + return aThis == that; + } + public static char ToUpper(char aThis) { // todo: properly implement Char.ToUpper() @@ -50,4 +55,4 @@ namespace Cosmos.System.Plugs.System return aChar == ' ' || aChar == '\t'; } } -} \ No newline at end of file +} diff --git a/source/Cosmos.System.Plugs/System/Collections/Generic/EqualityComparerImpl.cs b/source/Cosmos.System.Plugs/System/Collections/Generic/EqualityComparerImpl.cs new file mode 100644 index 000000000..d733871fd --- /dev/null +++ b/source/Cosmos.System.Plugs/System/Collections/Generic/EqualityComparerImpl.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using Cosmos.IL2CPU.Plugs; + +namespace Cosmos.System.Plugs.System.Collections.Generic +{ + [Plug(Target = typeof(EqualityComparer<>))] + public static class EqualityComparerImpl + { + public static EqualityComparer CreateComparer() + { + throw new Exception("Create comparer not yet implemented!"); + } + } +} From 6fee280aafe087464988321e5b87fdd2d3d1a17a Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 11:01:05 -0400 Subject: [PATCH 07/29] Enable normal tests again. --- Users/Matthijs/DebugCompiler/MyEngine.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Users/Matthijs/DebugCompiler/MyEngine.cs b/Users/Matthijs/DebugCompiler/MyEngine.cs index c599630e7..130568fc9 100644 --- a/Users/Matthijs/DebugCompiler/MyEngine.cs +++ b/Users/Matthijs/DebugCompiler/MyEngine.cs @@ -12,7 +12,6 @@ namespace DebugCompiler [TestCaseSource(typeof(MySource), nameof(MySource.ProvideData))] public void Test(Type kernelToRun) { - Assert.Fail(); Environment.CurrentDirectory = Path.GetDirectoryName(typeof(RunKernels).Assembly.Location); var xEngine = new Engine(); From 16e57658f0cfb3d570787fe441f0dad1d300f0e0 Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 11:30:33 -0400 Subject: [PATCH 08/29] Fix project settings. --- source/Cosmos.sln | 296 ++++++++++++++++++++++------------------------ 1 file changed, 142 insertions(+), 154 deletions(-) diff --git a/source/Cosmos.sln b/source/Cosmos.sln index e8bc48ba6..1ff7ea44b 100644 --- a/source/Cosmos.sln +++ b/source/Cosmos.sln @@ -284,8 +284,8 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Any CPU.ActiveCfg = Debug|x86 + {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|Any CPU.Build.0 = Debug|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x64.ActiveCfg = Debug|x64 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x64.Build.0 = Debug|x64 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Debug|x86.ActiveCfg = Debug|x86 @@ -296,8 +296,8 @@ Global {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|x64.Build.0 = Release|x64 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|x86.ActiveCfg = Release|x86 {0462E82B-8C29-41A9-8265-9C89038ADB29}.Release|x86.Build.0 = Release|x86 - {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Any CPU.ActiveCfg = Debug|x86 + {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|Any CPU.Build.0 = Debug|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x64.ActiveCfg = Debug|x64 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x64.Build.0 = Debug|x64 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Debug|x86.ActiveCfg = Debug|x86 @@ -308,8 +308,8 @@ Global {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|x64.Build.0 = Release|x64 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|x86.ActiveCfg = Release|x86 {BC6AE974-1F18-4A19-A956-5062E4D3FD53}.Release|x86.Build.0 = Release|x86 - {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Any CPU.ActiveCfg = Debug|x86 + {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|Any CPU.Build.0 = Debug|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x64.ActiveCfg = Debug|x64 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x64.Build.0 = Debug|x64 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Debug|x86.ActiveCfg = Debug|x86 @@ -320,8 +320,8 @@ Global {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|x64.Build.0 = Release|x64 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|x86.ActiveCfg = Release|x86 {AB24E403-54F3-4F67-B5E0-119A7227AAC1}.Release|x86.Build.0 = Release|x86 - {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Any CPU.ActiveCfg = Debug|x86 + {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|Any CPU.Build.0 = Debug|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x64.ActiveCfg = Debug|x64 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x64.Build.0 = Debug|x64 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Debug|x86.ActiveCfg = Debug|x86 @@ -332,8 +332,8 @@ Global {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|x64.Build.0 = Release|x64 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|x86.ActiveCfg = Release|x86 {6D2688FE-6FD8-44A8-B96A-6037457F72A7}.Release|x86.Build.0 = Release|x86 - {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Any CPU.Build.0 = Debug|Any CPU + {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Any CPU.ActiveCfg = Debug|x86 + {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|Any CPU.Build.0 = Debug|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x64.ActiveCfg = Debug|x64 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x64.Build.0 = Debug|x64 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Debug|x86.ActiveCfg = Debug|x86 @@ -344,8 +344,8 @@ Global {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|x64.Build.0 = Release|x64 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|x86.ActiveCfg = Release|x86 {61535AF6-4A1E-4691-B2BC-039851EF4850}.Release|x86.Build.0 = Release|x86 - {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Any CPU.ActiveCfg = Debug|x86 + {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|Any CPU.Build.0 = Debug|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x64.ActiveCfg = Debug|x64 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x64.Build.0 = Debug|x64 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Debug|x86.ActiveCfg = Debug|x86 @@ -356,8 +356,8 @@ Global {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|x64.Build.0 = Release|x64 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|x86.ActiveCfg = Release|x86 {239E33A7-F0C3-4801-85CA-4D8F89A31DC0}.Release|x86.Build.0 = Release|x86 - {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Any CPU.ActiveCfg = Debug|x86 + {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|Any CPU.Build.0 = Debug|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x64.ActiveCfg = Debug|x64 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x64.Build.0 = Debug|x64 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Debug|x86.ActiveCfg = Debug|x86 @@ -368,8 +368,8 @@ Global {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|x64.Build.0 = Release|x64 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|x86.ActiveCfg = Release|x86 {C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}.Release|x86.Build.0 = Release|x86 - {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Any CPU.ActiveCfg = Debug|x86 + {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|Any CPU.Build.0 = Debug|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x64.ActiveCfg = Debug|x64 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x64.Build.0 = Debug|x64 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Debug|x86.ActiveCfg = Debug|x86 @@ -380,8 +380,8 @@ Global {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|x64.Build.0 = Release|x64 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|x86.ActiveCfg = Release|x86 {3370FC04-B669-46A4-A4AA-A89540318F8D}.Release|x86.Build.0 = Release|x86 - {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Any CPU.ActiveCfg = Debug|x86 + {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|Any CPU.Build.0 = Debug|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x64.ActiveCfg = Debug|x64 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x64.Build.0 = Debug|x64 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Debug|x86.ActiveCfg = Debug|x86 @@ -392,8 +392,8 @@ Global {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|x64.Build.0 = Release|x64 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|x86.ActiveCfg = Release|x86 {A7F3F078-CF99-4018-9A35-2D6DC9517ADB}.Release|x86.Build.0 = Release|x86 - {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Any CPU.ActiveCfg = Debug|x86 + {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|Any CPU.Build.0 = Debug|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x64.ActiveCfg = Debug|x64 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x64.Build.0 = Debug|x64 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Debug|x86.ActiveCfg = Debug|x86 @@ -404,8 +404,8 @@ Global {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|x64.Build.0 = Release|x64 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|x86.ActiveCfg = Release|x86 {1116130E-28E0-428A-A597-F4B3B676C0CA}.Release|x86.Build.0 = Release|x86 - {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Any CPU.ActiveCfg = Debug|x86 + {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|Any CPU.Build.0 = Debug|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x64.ActiveCfg = Debug|x64 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x64.Build.0 = Debug|x64 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Debug|x86.ActiveCfg = Debug|x86 @@ -416,8 +416,8 @@ Global {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|x64.Build.0 = Release|x64 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|x86.ActiveCfg = Release|x86 {5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}.Release|x86.Build.0 = Release|x86 - {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Any CPU.ActiveCfg = Debug|x86 + {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|Any CPU.Build.0 = Debug|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x64.ActiveCfg = Debug|x64 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x64.Build.0 = Debug|x64 {6A991D03-1435-4005-9809-B8BACDF3B021}.Debug|x86.ActiveCfg = Debug|x86 @@ -428,8 +428,8 @@ Global {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|x64.Build.0 = Release|x64 {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|x86.ActiveCfg = Release|x86 {6A991D03-1435-4005-9809-B8BACDF3B021}.Release|x86.Build.0 = Release|x86 - {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Any CPU.ActiveCfg = Debug|x86 + {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|Any CPU.Build.0 = Debug|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x64.ActiveCfg = Debug|x64 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x64.Build.0 = Debug|x64 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Debug|x86.ActiveCfg = Debug|x86 @@ -440,8 +440,8 @@ Global {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|x64.Build.0 = Release|x64 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|x86.ActiveCfg = Release|x86 {7C64B97F-516D-4A6D-B9E1-3FE48F561409}.Release|x86.Build.0 = Release|x86 - {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Any CPU.ActiveCfg = Debug|x86 + {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|Any CPU.Build.0 = Debug|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x64.ActiveCfg = Debug|x64 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x64.Build.0 = Debug|x64 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Debug|x86.ActiveCfg = Debug|x86 @@ -452,8 +452,8 @@ Global {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|x64.Build.0 = Release|x64 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|x86.ActiveCfg = Release|x86 {2259402E-3EAB-448D-9CC6-E5C1C2C716A5}.Release|x86.Build.0 = Release|x86 - {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Any CPU.ActiveCfg = Debug|x86 + {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|Any CPU.Build.0 = Debug|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x64.ActiveCfg = Debug|x64 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x64.Build.0 = Debug|x64 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Debug|x86.ActiveCfg = Debug|x86 @@ -464,8 +464,8 @@ Global {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|x64.Build.0 = Release|x64 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|x86.ActiveCfg = Release|x86 {D9A87AAD-FCC9-4517-B31D-E904DAD00784}.Release|x86.Build.0 = Release|x86 - {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Any CPU.Build.0 = Debug|Any CPU + {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Any CPU.ActiveCfg = Debug|x86 + {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|Any CPU.Build.0 = Debug|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x64.ActiveCfg = Debug|x64 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x64.Build.0 = Debug|x64 {61607F1E-58F9-41CF-972F-128384F3E115}.Debug|x86.ActiveCfg = Debug|x86 @@ -476,8 +476,8 @@ Global {61607F1E-58F9-41CF-972F-128384F3E115}.Release|x64.Build.0 = Release|x64 {61607F1E-58F9-41CF-972F-128384F3E115}.Release|x86.ActiveCfg = Release|x86 {61607F1E-58F9-41CF-972F-128384F3E115}.Release|x86.Build.0 = Release|x86 - {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Any CPU.ActiveCfg = Debug|x86 + {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|Any CPU.Build.0 = Debug|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x64.ActiveCfg = Debug|x64 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x64.Build.0 = Debug|x64 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Debug|x86.ActiveCfg = Debug|x86 @@ -488,8 +488,8 @@ Global {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|x64.Build.0 = Release|x64 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|x86.ActiveCfg = Release|x86 {B97A2956-C363-47F2-A6AA-B4FCCFF4D315}.Release|x86.Build.0 = Release|x86 - {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|Any CPU.ActiveCfg = Debug|x86 + {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|Any CPU.Build.0 = Debug|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|x64.ActiveCfg = Debug|x64 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|x64.Build.0 = Debug|x64 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Debug|x86.ActiveCfg = Debug|x86 @@ -501,7 +501,6 @@ Global {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|x86.ActiveCfg = Release|x86 {73CF15C1-0AB6-4B3A-8142-D326ADA72970}.Release|x86.Build.0 = Release|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|Any CPU.ActiveCfg = Debug|x86 - {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|Any CPU.Build.0 = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|x64.ActiveCfg = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|x64.Build.0 = Debug|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Debug|x86.ActiveCfg = Debug|x86 @@ -510,8 +509,8 @@ Global {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|x64.ActiveCfg = Release|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|x86.ActiveCfg = Release|x86 {5B2C0369-7A84-4113-892C-F71B50E1DA12}.Release|x86.Build.0 = Release|x86 - {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Any CPU.ActiveCfg = Debug|x86 + {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|Any CPU.Build.0 = Debug|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x64.ActiveCfg = Debug|x64 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x64.Build.0 = Debug|x64 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Debug|x86.ActiveCfg = Debug|x86 @@ -522,8 +521,8 @@ Global {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|x64.Build.0 = Release|x64 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|x86.ActiveCfg = Release|x86 {1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}.Release|x86.Build.0 = Release|x86 - {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Any CPU.Build.0 = Debug|Any CPU + {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Any CPU.ActiveCfg = Debug|x86 + {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|Any CPU.Build.0 = Debug|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x64.ActiveCfg = Debug|x64 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x64.Build.0 = Debug|x64 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Debug|x86.ActiveCfg = Debug|x86 @@ -534,8 +533,8 @@ Global {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|x64.Build.0 = Release|x64 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|x86.ActiveCfg = Release|x86 {47E8F3DC-FF3F-4CC7-8643-1807260B0B18}.Release|x86.Build.0 = Release|x86 - {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|Any CPU.ActiveCfg = Debug|x86 + {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|Any CPU.Build.0 = Debug|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|x64.ActiveCfg = Debug|x64 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|x64.Build.0 = Debug|x64 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Debug|x86.ActiveCfg = Debug|x86 @@ -546,8 +545,8 @@ Global {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|x64.Build.0 = Release|x64 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|x86.ActiveCfg = Release|x86 {9C96A7B5-19E5-4923-9569-DB9454E69C82}.Release|x86.Build.0 = Release|x86 - {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|Any CPU.ActiveCfg = Debug|x86 + {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|Any CPU.Build.0 = Debug|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|x64.ActiveCfg = Debug|x64 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|x64.Build.0 = Debug|x64 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Debug|x86.ActiveCfg = Debug|x86 @@ -557,8 +556,8 @@ Global {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Release|x64.Build.0 = Release|x64 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Release|x86.ActiveCfg = Release|x86 {EA63FDF9-057F-4E67-9060-74F4E7A09AE0}.Release|x86.Build.0 = Release|x86 - {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|Any CPU.ActiveCfg = Debug|x86 + {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|Any CPU.Build.0 = Debug|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|x64.ActiveCfg = Debug|x64 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|x64.Build.0 = Debug|x64 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Debug|x86.ActiveCfg = Debug|x86 @@ -568,8 +567,8 @@ Global {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Release|x64.Build.0 = Release|x64 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Release|x86.ActiveCfg = Release|x86 {F708C866-1C9B-4579-8C28-0728ECCFC1ED}.Release|x86.Build.0 = Release|x86 - {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Any CPU.ActiveCfg = Debug|x86 + {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|Any CPU.Build.0 = Debug|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x64.ActiveCfg = Debug|x64 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x64.Build.0 = Debug|x64 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Debug|x86.ActiveCfg = Debug|x86 @@ -580,8 +579,8 @@ Global {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|x64.Build.0 = Release|x64 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|x86.ActiveCfg = Release|x86 {A281A1B1-C718-4BCB-A7BE-ED840A70449A}.Release|x86.Build.0 = Release|x86 - {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Any CPU.ActiveCfg = Debug|x86 + {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|Any CPU.Build.0 = Debug|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x64.ActiveCfg = Debug|x64 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x64.Build.0 = Debug|x64 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Debug|x86.ActiveCfg = Debug|x86 @@ -592,8 +591,8 @@ Global {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|x64.Build.0 = Release|x64 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|x86.ActiveCfg = Release|x86 {FB71E8EF-E229-4D81-984A-B9170D752BF9}.Release|x86.Build.0 = Release|x86 - {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.Build.0 = Debug|Any CPU + {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.ActiveCfg = Debug|x86 + {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|Any CPU.Build.0 = Debug|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x64.ActiveCfg = Debug|x64 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x64.Build.0 = Debug|x64 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Debug|x86.ActiveCfg = Debug|x86 @@ -604,8 +603,8 @@ Global {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|x64.Build.0 = Release|x64 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|x86.ActiveCfg = Release|x86 {76CDB55D-55E3-4B53-AE33-12EC31430826}.Release|x86.Build.0 = Release|x86 - {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Any CPU.ActiveCfg = Debug|x86 + {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|Any CPU.Build.0 = Debug|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x64.ActiveCfg = Debug|x64 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x64.Build.0 = Debug|x64 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Debug|x86.ActiveCfg = Debug|x86 @@ -616,8 +615,8 @@ Global {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|x64.Build.0 = Release|x64 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|x86.ActiveCfg = Release|x86 {3D84CF8B-C6DF-4D78-8DE1-708582B43711}.Release|x86.Build.0 = Release|x86 - {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Any CPU.ActiveCfg = Debug|x86 + {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|Any CPU.Build.0 = Debug|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x64.ActiveCfg = Debug|x64 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x64.Build.0 = Debug|x64 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Debug|x86.ActiveCfg = Debug|x86 @@ -628,8 +627,8 @@ Global {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|x64.Build.0 = Release|x64 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|x86.ActiveCfg = Release|x86 {D4BA64B3-D7F6-4A3A-AF1D-74E41B49D865}.Release|x86.Build.0 = Release|x86 - {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|Any CPU.ActiveCfg = Debug|x86 + {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|Any CPU.Build.0 = Debug|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|x64.ActiveCfg = Debug|x64 {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|x64.Build.0 = Debug|x64 {2A59517C-356E-4B55-B155-50335BF482FB}.Debug|x86.ActiveCfg = Debug|x86 @@ -639,8 +638,8 @@ Global {2A59517C-356E-4B55-B155-50335BF482FB}.Release|x64.Build.0 = Release|x64 {2A59517C-356E-4B55-B155-50335BF482FB}.Release|x86.ActiveCfg = Release|x86 {2A59517C-356E-4B55-B155-50335BF482FB}.Release|x86.Build.0 = Release|x86 - {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|Any CPU.ActiveCfg = Debug|x86 + {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|Any CPU.Build.0 = Debug|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|x64.ActiveCfg = Debug|x64 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|x64.Build.0 = Debug|x64 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Debug|x86.ActiveCfg = Debug|x86 @@ -651,8 +650,8 @@ Global {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|x64.Build.0 = Release|x64 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|x86.ActiveCfg = Release|x86 {841A734E-9606-4AAB-9C4A-74E7E303FF5D}.Release|x86.Build.0 = Release|x86 - {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|Any CPU.ActiveCfg = Debug|x86 + {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|Any CPU.Build.0 = Debug|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|x64.ActiveCfg = Debug|x64 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|x64.Build.0 = Debug|x64 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Debug|x86.ActiveCfg = Debug|x86 @@ -663,8 +662,8 @@ Global {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|x64.Build.0 = Release|x64 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|x86.ActiveCfg = Release|x86 {44604DA8-CABD-4CBC-AA9A-258AC59F03AD}.Release|x86.Build.0 = Release|x86 - {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|Any CPU.ActiveCfg = Debug|x86 + {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|Any CPU.Build.0 = Debug|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|x64.ActiveCfg = Debug|x64 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|x64.Build.0 = Debug|x64 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Debug|x86.ActiveCfg = Debug|x86 @@ -675,8 +674,8 @@ Global {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|x64.Build.0 = Release|x64 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|x86.ActiveCfg = Release|x86 {3720749F-1519-4A35-B944-FF05AD01F8DC}.Release|x86.Build.0 = Release|x86 - {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|Any CPU.ActiveCfg = Debug|x86 + {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|Any CPU.Build.0 = Debug|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|x64.ActiveCfg = Debug|x64 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|x64.Build.0 = Debug|x64 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Debug|x86.ActiveCfg = Debug|x86 @@ -687,8 +686,8 @@ Global {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|x64.Build.0 = Release|x64 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|x86.ActiveCfg = Release|x86 {3DEF0461-08AB-471A-8F03-A9C556652A0F}.Release|x86.Build.0 = Release|x86 - {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|Any CPU.ActiveCfg = Debug|x86 + {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|Any CPU.Build.0 = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|x64.ActiveCfg = Debug|x64 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|x64.Build.0 = Debug|x64 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Debug|x86.ActiveCfg = Debug|x86 @@ -699,7 +698,6 @@ Global {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Release|x86.ActiveCfg = Debug|x86 {91CBD640-C07D-4556-B4CB-6F8CD88C67C9}.Release|x86.Build.0 = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|Any CPU.ActiveCfg = Debug|x86 - {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|Any CPU.Build.0 = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x64.ActiveCfg = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x64.Build.0 = Debug|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Debug|x86.ActiveCfg = Debug|x86 @@ -707,8 +705,8 @@ Global {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|x64.ActiveCfg = Release|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|x86.ActiveCfg = Release|x86 {E5647BFD-1507-4F02-A7D5-E0F9D6AECE3A}.Release|x86.Build.0 = Release|x86 - {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|Any CPU.ActiveCfg = Debug|x86 + {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|Any CPU.Build.0 = Debug|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|x64.ActiveCfg = Debug|x64 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|x64.Build.0 = Debug|x64 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Debug|x86.ActiveCfg = Debug|x86 @@ -718,8 +716,8 @@ Global {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Release|x64.Build.0 = Release|x64 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Release|x86.ActiveCfg = Release|x86 {8E71FA9E-BB28-4B34-AB11-729E33B8C8E6}.Release|x86.Build.0 = Release|x86 - {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|Any CPU.ActiveCfg = Debug|x86 + {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|Any CPU.Build.0 = Debug|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|x64.ActiveCfg = Debug|x64 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|x64.Build.0 = Debug|x64 {8840988C-0D5B-4761-96BF-7241FAC38199}.Debug|x86.ActiveCfg = Debug|x86 @@ -731,7 +729,6 @@ Global {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|x86.ActiveCfg = Release|x86 {8840988C-0D5B-4761-96BF-7241FAC38199}.Release|x86.Build.0 = Release|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|Any CPU.Build.0 = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x64.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x64.Build.0 = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Debug|x86.ActiveCfg = Debug|x86 @@ -740,8 +737,8 @@ Global {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|x64.Build.0 = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|x86.ActiveCfg = Debug|x86 {7D29D57D-A78B-4E67-BBC3-DF84BD10FC6D}.Release|x86.Build.0 = Debug|x86 - {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|Any CPU.ActiveCfg = Debug|x86 + {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|Any CPU.Build.0 = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|x64.ActiveCfg = Debug|x64 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|x64.Build.0 = Debug|x64 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Debug|x86.ActiveCfg = Debug|x86 @@ -751,8 +748,8 @@ Global {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Release|x64.Build.0 = Debug|x64 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Release|x86.ActiveCfg = Debug|x86 {8E3537CB-D0F9-4CFB-AE6F-72B465CA03F6}.Release|x86.Build.0 = Debug|x86 - {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|Any CPU.Build.0 = Debug|Any CPU + {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|Any CPU.ActiveCfg = Debug|x86 + {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|Any CPU.Build.0 = Debug|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|x64.ActiveCfg = Debug|x64 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|x64.Build.0 = Debug|x64 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Debug|x86.ActiveCfg = Debug|x86 @@ -762,8 +759,8 @@ Global {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Release|x64.Build.0 = Release|x64 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Release|x86.ActiveCfg = Release|x86 {82F6DDA3-E45D-4E7A-AA09-85FC2EDE2F76}.Release|x86.Build.0 = Release|x86 - {E978986A-8160-4979-919E-F099A43EF146}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E978986A-8160-4979-919E-F099A43EF146}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E978986A-8160-4979-919E-F099A43EF146}.Debug|Any CPU.ActiveCfg = Debug|x86 + {E978986A-8160-4979-919E-F099A43EF146}.Debug|Any CPU.Build.0 = Debug|x86 {E978986A-8160-4979-919E-F099A43EF146}.Debug|x64.ActiveCfg = Debug|x64 {E978986A-8160-4979-919E-F099A43EF146}.Debug|x64.Build.0 = Debug|x64 {E978986A-8160-4979-919E-F099A43EF146}.Debug|x86.ActiveCfg = Debug|x86 @@ -773,8 +770,8 @@ Global {E978986A-8160-4979-919E-F099A43EF146}.Release|x64.Build.0 = Release|x64 {E978986A-8160-4979-919E-F099A43EF146}.Release|x86.ActiveCfg = Release|x86 {E978986A-8160-4979-919E-F099A43EF146}.Release|x86.Build.0 = Release|x86 - {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|Any CPU.ActiveCfg = Debug|x86 + {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|Any CPU.Build.0 = Debug|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|x64.ActiveCfg = Debug|x64 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|x64.Build.0 = Debug|x64 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Debug|x86.ActiveCfg = Debug|x86 @@ -786,7 +783,6 @@ Global {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|x86.ActiveCfg = Release|x86 {4BD6A15B-DFD3-4A63-8097-88D2F79ED590}.Release|x86.Build.0 = Release|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|Any CPU.ActiveCfg = Debug|x86 - {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|Any CPU.Build.0 = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|x64.ActiveCfg = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|x64.Build.0 = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Debug|x86.ActiveCfg = Debug|x86 @@ -796,8 +792,8 @@ Global {55E633B7-8252-4B48-948B-EC83338CAC61}.Release|x64.Build.0 = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Release|x86.ActiveCfg = Debug|x86 {55E633B7-8252-4B48-948B-EC83338CAC61}.Release|x86.Build.0 = Debug|x86 - {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|Any CPU.ActiveCfg = Debug|x86 + {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|Any CPU.Build.0 = Debug|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|x64.ActiveCfg = Debug|x64 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|x64.Build.0 = Debug|x64 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Debug|x86.ActiveCfg = Debug|x86 @@ -808,8 +804,8 @@ Global {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|x64.Build.0 = Release|x64 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|x86.ActiveCfg = Release|x86 {C264460F-C9C8-41C3-8C26-9BDF4710744C}.Release|x86.Build.0 = Release|x86 - {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|Any CPU.ActiveCfg = Debug|x86 + {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|Any CPU.Build.0 = Debug|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|x64.ActiveCfg = Debug|x64 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|x64.Build.0 = Debug|x64 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Debug|x86.ActiveCfg = Debug|x86 @@ -821,7 +817,6 @@ Global {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|x86.ActiveCfg = Release|x86 {57045FE8-B0FE-4FC1-810F-7C3914AEF1DE}.Release|x86.Build.0 = Release|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|Any CPU.ActiveCfg = Debug|x86 - {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|Any CPU.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x64.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x64.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Debug|x86.ActiveCfg = Debug|x86 @@ -830,8 +825,8 @@ Global {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|x64.Build.0 = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|x86.ActiveCfg = Debug|x86 {73D29A51-072A-4310-B3D1-539AA92094AA}.Release|x86.Build.0 = Debug|x86 - {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|Any CPU.ActiveCfg = Debug|x86 + {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|Any CPU.Build.0 = Debug|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|x64.ActiveCfg = Debug|x64 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|x64.Build.0 = Debug|x64 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Debug|x86.ActiveCfg = Debug|x86 @@ -841,8 +836,8 @@ Global {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Release|x64.Build.0 = Release|x64 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Release|x86.ActiveCfg = Release|x86 {220BFCDD-0747-4A3D-B022-51D4CFB373BE}.Release|x86.Build.0 = Release|x86 - {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|Any CPU.ActiveCfg = Debug|x86 + {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|Any CPU.Build.0 = Debug|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|x64.ActiveCfg = Debug|x64 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|x64.Build.0 = Debug|x64 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Debug|x86.ActiveCfg = Debug|x86 @@ -854,7 +849,6 @@ Global {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|x86.ActiveCfg = Release|x86 {BDC011BE-6041-4A58-A6E7-0F592E78CB27}.Release|x86.Build.0 = Release|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|Any CPU.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x64.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x64.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Debug|x86.ActiveCfg = Debug|x86 @@ -863,8 +857,8 @@ Global {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|x64.Build.0 = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|x86.ActiveCfg = Debug|x86 {7E059184-F2C5-4CC6-B86D-FA12590C3C40}.Release|x86.Build.0 = Debug|x86 - {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|Any CPU.ActiveCfg = Debug|x86 + {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|Any CPU.Build.0 = Debug|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|x64.ActiveCfg = Debug|x64 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|x64.Build.0 = Debug|x64 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Debug|x86.ActiveCfg = Debug|x86 @@ -875,8 +869,8 @@ Global {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|x64.Build.0 = Release|x64 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|x86.ActiveCfg = Release|x86 {6128DEEB-D30F-4859-B60F-C36D5452F3E9}.Release|x86.Build.0 = Release|x86 - {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|Any CPU.ActiveCfg = Debug|x86 + {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|Any CPU.Build.0 = Debug|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|x64.ActiveCfg = Debug|x64 {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|x64.Build.0 = Debug|x64 {AB869246-4887-4117-851D-766EB9FF1E29}.Debug|x86.ActiveCfg = Debug|x86 @@ -886,8 +880,8 @@ Global {AB869246-4887-4117-851D-766EB9FF1E29}.Release|x64.Build.0 = Release|x64 {AB869246-4887-4117-851D-766EB9FF1E29}.Release|x86.ActiveCfg = Release|x86 {AB869246-4887-4117-851D-766EB9FF1E29}.Release|x86.Build.0 = Release|x86 - {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|Any CPU.ActiveCfg = Debug|x86 + {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|Any CPU.Build.0 = Debug|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|x64.ActiveCfg = Debug|x64 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|x64.Build.0 = Debug|x64 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Debug|x86.ActiveCfg = Debug|x86 @@ -897,8 +891,8 @@ Global {BD054B3B-D183-4C19-BBD3-E853B736818A}.Release|x64.Build.0 = Release|x64 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Release|x86.ActiveCfg = Release|x86 {BD054B3B-D183-4C19-BBD3-E853B736818A}.Release|x86.Build.0 = Release|x86 - {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|Any CPU.ActiveCfg = Debug|x86 + {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|Any CPU.Build.0 = Debug|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|x64.ActiveCfg = Debug|x64 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|x64.Build.0 = Debug|x64 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Debug|x86.ActiveCfg = Debug|x86 @@ -909,8 +903,8 @@ Global {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|x64.Build.0 = Release|x64 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|x86.ActiveCfg = Release|x86 {99A78D26-0277-4882-97BE-F5A0FA90CBCF}.Release|x86.Build.0 = Release|x86 - {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|Any CPU.ActiveCfg = Debug|x86 + {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|Any CPU.Build.0 = Debug|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|x64.ActiveCfg = Debug|x64 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|x64.Build.0 = Debug|x64 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Debug|x86.ActiveCfg = Debug|x86 @@ -920,8 +914,8 @@ Global {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Release|x64.Build.0 = Release|x64 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Release|x86.ActiveCfg = Release|x86 {0D2DCE1C-2A34-4CFF-9A33-E9D9B8518D50}.Release|x86.Build.0 = Release|x86 - {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|Any CPU.ActiveCfg = Debug|x86 + {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|Any CPU.Build.0 = Debug|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|x64.ActiveCfg = Debug|x64 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|x64.Build.0 = Debug|x64 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Debug|x86.ActiveCfg = Debug|x86 @@ -932,8 +926,8 @@ Global {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|x64.Build.0 = Release|x64 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|x86.ActiveCfg = Release|x86 {758FAF24-9974-4DB8-82EF-1B64DAF2F0BC}.Release|x86.Build.0 = Release|x86 - {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|Any CPU.ActiveCfg = Debug|x86 + {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|Any CPU.Build.0 = Debug|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|x64.ActiveCfg = Debug|x64 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|x64.Build.0 = Debug|x64 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Debug|x86.ActiveCfg = Debug|x86 @@ -944,8 +938,8 @@ Global {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|x64.Build.0 = Release|x64 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|x86.ActiveCfg = Release|x86 {78304B1E-C323-4A78-9E7D-2578E58311B6}.Release|x86.Build.0 = Release|x86 - {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|Any CPU.ActiveCfg = Debug|x86 + {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|Any CPU.Build.0 = Debug|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|x64.ActiveCfg = Debug|x64 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|x64.Build.0 = Debug|x64 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Debug|x86.ActiveCfg = Debug|x86 @@ -956,8 +950,8 @@ Global {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|x64.Build.0 = Release|x64 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|x86.ActiveCfg = Release|x86 {E6D3B644-C487-472D-A978-C1A82D0C099B}.Release|x86.Build.0 = Release|x86 - {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|Any CPU.ActiveCfg = Debug|x86 + {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|Any CPU.Build.0 = Debug|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|x64.ActiveCfg = Debug|x64 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|x64.Build.0 = Debug|x64 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Debug|x86.ActiveCfg = Debug|x86 @@ -969,7 +963,6 @@ Global {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|x86.ActiveCfg = Release|x86 {839EDC9D-6D2E-4892-A7F0-17861BA9FA0C}.Release|x86.Build.0 = Release|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|Any CPU.ActiveCfg = Debug|x86 - {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|Any CPU.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x64.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x64.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Debug|x86.ActiveCfg = Debug|x86 @@ -978,8 +971,8 @@ Global {431643CB-006C-49EF-8E0F-1540F994C936}.Release|x64.Build.0 = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Release|x86.ActiveCfg = Debug|x86 {431643CB-006C-49EF-8E0F-1540F994C936}.Release|x86.Build.0 = Debug|x86 - {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|Any CPU.ActiveCfg = Debug|x86 + {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|Any CPU.Build.0 = Debug|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|x64.ActiveCfg = Debug|x64 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|x64.Build.0 = Debug|x64 {21915A7E-CC84-4836-8B87-857B6149D496}.Debug|x86.ActiveCfg = Debug|x86 @@ -991,7 +984,6 @@ Global {21915A7E-CC84-4836-8B87-857B6149D496}.Release|x86.ActiveCfg = Release|x86 {21915A7E-CC84-4836-8B87-857B6149D496}.Release|x86.Build.0 = Release|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|Any CPU.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x64.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x64.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Debug|x86.ActiveCfg = Debug|x86 @@ -1000,8 +992,8 @@ Global {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|x64.Build.0 = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|x86.ActiveCfg = Debug|x86 {78AC2B12-8185-4033-80F0-DA5BF874BE5E}.Release|x86.Build.0 = Debug|x86 - {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|Any CPU.ActiveCfg = Debug|x86 + {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|Any CPU.Build.0 = Debug|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|x64.ActiveCfg = Debug|x64 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|x64.Build.0 = Debug|x64 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Debug|x86.ActiveCfg = Debug|x86 @@ -1012,8 +1004,8 @@ Global {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|x64.Build.0 = Release|x64 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|x86.ActiveCfg = Release|x86 {0B20C26F-CA92-4D88-8211-EC7B0A261337}.Release|x86.Build.0 = Release|x86 - {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|Any CPU.ActiveCfg = Debug|x86 + {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|Any CPU.Build.0 = Debug|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|x64.ActiveCfg = Debug|x64 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|x64.Build.0 = Debug|x64 {F8889473-5866-4913-86AC-8072A1A2558C}.Debug|x86.ActiveCfg = Debug|x86 @@ -1025,7 +1017,6 @@ Global {F8889473-5866-4913-86AC-8072A1A2558C}.Release|x86.ActiveCfg = Release|x86 {F8889473-5866-4913-86AC-8072A1A2558C}.Release|x86.Build.0 = Release|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|Any CPU.ActiveCfg = Debug|x86 - {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|Any CPU.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x64.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x64.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Debug|x86.ActiveCfg = Debug|x86 @@ -1034,8 +1025,8 @@ Global {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|x64.Build.0 = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|x86.ActiveCfg = Debug|x86 {444098BC-8F72-4030-A8C0-118D2DD93EB8}.Release|x86.Build.0 = Debug|x86 - {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|Any CPU.ActiveCfg = Debug|x86 + {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|Any CPU.Build.0 = Debug|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|x64.ActiveCfg = Debug|x64 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|x64.Build.0 = Debug|x64 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Debug|x86.ActiveCfg = Debug|x86 @@ -1047,7 +1038,6 @@ Global {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|x86.ActiveCfg = Release|x86 {3E28CFD9-25D4-4EBB-86E3-4A4A8A8936FE}.Release|x86.Build.0 = Release|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|Any CPU.ActiveCfg = Debug|x86 - {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|Any CPU.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x64.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x64.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Debug|x86.ActiveCfg = Debug|x86 @@ -1056,8 +1046,8 @@ Global {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|x64.Build.0 = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|x86.ActiveCfg = Debug|x86 {41EFAEB7-7D53-4F6B-AE63-CFDA84A22A38}.Release|x86.Build.0 = Debug|x86 - {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|Any CPU.ActiveCfg = Debug|x86 + {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|Any CPU.Build.0 = Debug|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|x64.ActiveCfg = Debug|x64 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|x64.Build.0 = Debug|x64 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Debug|x86.ActiveCfg = Debug|x86 @@ -1069,7 +1059,6 @@ Global {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|x86.ActiveCfg = Release|x86 {31E3F8E2-7CC0-426C-ACCB-77B3319AF5D3}.Release|x86.Build.0 = Release|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|Any CPU.ActiveCfg = Debug|x86 - {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|Any CPU.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x64.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x64.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Debug|x86.ActiveCfg = Debug|x86 @@ -1078,8 +1067,8 @@ Global {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|x64.Build.0 = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|x86.ActiveCfg = Debug|x86 {ACD31367-B823-44E2-BABB-1605F26DB107}.Release|x86.Build.0 = Debug|x86 - {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|Any CPU.ActiveCfg = Debug|x86 + {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|Any CPU.Build.0 = Debug|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|x64.ActiveCfg = Debug|x64 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|x64.Build.0 = Debug|x64 {A0893493-D4F0-4B9F-9826-86319E143D86}.Debug|x86.ActiveCfg = Debug|x86 @@ -1100,8 +1089,8 @@ Global {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|x64.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|x86.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Release|x86.Build.0 = Debug|x86 - {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|Any CPU.ActiveCfg = Debug|x86 + {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|Any CPU.Build.0 = Debug|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|x64.ActiveCfg = Debug|x64 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|x64.Build.0 = Debug|x64 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Debug|x86.ActiveCfg = Debug|x86 @@ -1113,7 +1102,6 @@ Global {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|x86.ActiveCfg = Release|x86 {9DF5C0A9-B91C-4647-B939-E47513743A0C}.Release|x86.Build.0 = Release|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|Any CPU.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x64.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x64.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Debug|x86.ActiveCfg = Debug|x86 @@ -1122,8 +1110,8 @@ Global {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|x64.Build.0 = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|x86.ActiveCfg = Debug|x86 {85E13410-C85A-4B0C-BEE5-F9A120ECC94E}.Release|x86.Build.0 = Debug|x86 - {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|Any CPU.ActiveCfg = Debug|x86 + {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|Any CPU.Build.0 = Debug|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|x64.ActiveCfg = Debug|x64 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|x64.Build.0 = Debug|x64 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Debug|x86.ActiveCfg = Debug|x86 @@ -1133,8 +1121,8 @@ Global {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Release|x64.Build.0 = Release|x64 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Release|x86.ActiveCfg = Release|x86 {AAA0328F-60E1-442D-B949-A13DD34BD0AD}.Release|x86.Build.0 = Release|x86 - {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|Any CPU.ActiveCfg = Debug|x86 + {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|Any CPU.Build.0 = Debug|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|x64.ActiveCfg = Debug|x64 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|x64.Build.0 = Debug|x64 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Debug|x86.ActiveCfg = Debug|x86 @@ -1144,8 +1132,8 @@ Global {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Release|x64.Build.0 = Release|x64 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Release|x86.ActiveCfg = Release|x86 {6BAD532A-7DD4-4BAC-834A-10BA6497E19D}.Release|x86.Build.0 = Release|x86 - {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|Any CPU.Build.0 = Debug|Any CPU + {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|Any CPU.ActiveCfg = Debug|x86 + {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|Any CPU.Build.0 = Debug|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|x64.ActiveCfg = Debug|x64 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|x64.Build.0 = Debug|x64 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Debug|x86.ActiveCfg = Debug|x86 @@ -1157,7 +1145,6 @@ Global {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|x86.ActiveCfg = Release|x86 {85B11F78-39BC-4CFC-9033-FC84AB14CD03}.Release|x86.Build.0 = Release|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|Any CPU.ActiveCfg = Debug|x86 - {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|Any CPU.Build.0 = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x64.ActiveCfg = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x64.Build.0 = Debug|x86 {BA23CC1E-ACA2-4E1E-B10F-FD543393BEE6}.Debug|x86.ActiveCfg = Debug|x86 @@ -1178,8 +1165,8 @@ Global {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|x64.Build.0 = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|x86.ActiveCfg = Debug|Any CPU {67E7DEF0-1CEE-4ED6-A22D-97E5EA61157A}.Release|x86.Build.0 = Debug|Any CPU - {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|Any CPU.ActiveCfg = Debug|x86 + {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|Any CPU.Build.0 = Debug|x86 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|x64.ActiveCfg = Debug|x64 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|x64.Build.0 = Debug|x64 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Debug|x86.ActiveCfg = Debug|x86 @@ -1189,8 +1176,8 @@ Global {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|x64.Build.0 = Release|x64 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|x86.ActiveCfg = Release|x86 {C1D525C4-B072-4F2F-94BF-4862E6727C4B}.Release|x86.Build.0 = Release|x86 - {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|Any CPU.ActiveCfg = Debug|x86 + {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|Any CPU.Build.0 = Debug|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|x64.ActiveCfg = Debug|x64 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|x64.Build.0 = Debug|x64 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Debug|x86.ActiveCfg = Debug|x86 @@ -1201,7 +1188,6 @@ Global {FE8B9F39-7C96-4866-9A18-386735895CEE}.Release|x86.ActiveCfg = Release|x86 {FE8B9F39-7C96-4866-9A18-386735895CEE}.Release|x86.Build.0 = Release|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|Any CPU.ActiveCfg = Debug|x86 - {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|Any CPU.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x64.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x64.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Debug|x86.ActiveCfg = Debug|x86 @@ -1211,8 +1197,8 @@ Global {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|x64.Build.0 = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|x86.ActiveCfg = Debug|x86 {0FEE977D-AE52-4381-B513-71C5C1982ED4}.Release|x86.Build.0 = Debug|x86 - {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|Any CPU.ActiveCfg = Debug|x86 + {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|Any CPU.Build.0 = Debug|x86 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|x64.ActiveCfg = Debug|x64 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|x64.Build.0 = Debug|x64 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Debug|x86.ActiveCfg = Debug|x86 @@ -1223,8 +1209,8 @@ Global {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|x64.Build.0 = Release|x64 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|x86.ActiveCfg = Release|x86 {901EA2C4-5E9C-44E8-B6D2-3B23DEE6D61B}.Release|x86.Build.0 = Release|x86 - {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|Any CPU.Build.0 = Debug|Any CPU + {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|Any CPU.ActiveCfg = Debug|x86 + {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|Any CPU.Build.0 = Debug|x86 {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|x64.ActiveCfg = Debug|x64 {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|x64.Build.0 = Debug|x64 {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Debug|x86.ActiveCfg = Debug|x86 @@ -1235,7 +1221,8 @@ Global {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|x64.Build.0 = Release|x64 {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|x86.ActiveCfg = Release|x86 {84BFA6F0-D518-4D22-BDCF-E07DF3C0E678}.Release|x86.Build.0 = Release|x86 - {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|Any CPU.ActiveCfg = Debug|x86 + {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|Any CPU.Build.0 = Debug|x86 {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|x64.ActiveCfg = Debug|x64 {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|x86.ActiveCfg = Debug|x86 {C18A7CF8-3205-48A8-95C9-08C780A0D51D}.Debug|x86.Build.0 = Debug|x86 @@ -1253,7 +1240,8 @@ Global {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|x64.Build.0 = Debug|x86 {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|x86.ActiveCfg = Debug|x86 {511C4498-E62A-4FF2-94BA-472CF448B39B}.Release|x86.Build.0 = Debug|x86 - {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|Any CPU.ActiveCfg = Debug|x86 + {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|Any CPU.Build.0 = Debug|x86 {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|x64.ActiveCfg = Debug|x64 {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|x86.ActiveCfg = Debug|x86 {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Debug|x86.Build.0 = Debug|x86 @@ -1263,7 +1251,8 @@ Global {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|x64.Build.0 = Release|x64 {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|x86.ActiveCfg = Release|x86 {A843C6B0-CFF3-4A69-87BC-C93608235E47}.Release|x86.Build.0 = Release|x86 - {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|Any CPU.ActiveCfg = Debug|x86 + {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|Any CPU.Build.0 = Debug|x86 {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|x64.ActiveCfg = Debug|x64 {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|x86.ActiveCfg = Debug|x86 {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Debug|x86.Build.0 = Debug|x86 @@ -1273,8 +1262,8 @@ Global {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|x64.Build.0 = Release|x64 {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|x86.ActiveCfg = Release|x86 {3E4A8079-AAC0-429D-B042-0B5151E0E5BE}.Release|x86.Build.0 = Release|x86 - {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Debug|Any CPU.ActiveCfg = Debug|x86 + {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Debug|Any CPU.Build.0 = Debug|x86 {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Debug|x64.ActiveCfg = Debug|x64 {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Debug|x64.Build.0 = Debug|x64 {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Debug|x86.ActiveCfg = Debug|x86 @@ -1286,7 +1275,6 @@ Global {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Release|x86.ActiveCfg = Release|x86 {48EBDEB2-6A6A-4DF2-B5F1-DB6D299401F2}.Release|x86.Build.0 = Release|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|Any CPU.ActiveCfg = Debug|x86 - {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|Any CPU.Build.0 = Debug|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|x64.ActiveCfg = Debug|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|x64.Build.0 = Debug|x86 {CCF11819-C8F9-4A74-ACAE-1421B06720B6}.Debug|x86.ActiveCfg = Debug|x86 From c4330ffcc2fa09b5aaae728a059112bd753b4ff3 Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 11:50:31 -0400 Subject: [PATCH 09/29] Remove fat kernel from msbuild build. --- source/Cosmos.sln | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Cosmos.sln b/source/Cosmos.sln index 1ff7ea44b..7ce465648 100644 --- a/source/Cosmos.sln +++ b/source/Cosmos.sln @@ -1080,7 +1080,6 @@ Global {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|x86.ActiveCfg = Release|x86 {A0893493-D4F0-4B9F-9826-86319E143D86}.Release|x86.Build.0 = Release|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|Any CPU.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x64.ActiveCfg = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x64.Build.0 = Debug|x86 {C006CC79-7FFD-45F1-AD8C-57AC879CC29F}.Debug|x86.ActiveCfg = Debug|x86 From 00658f992321a9290b65692de0effec7c12fec08 Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 11:58:14 -0400 Subject: [PATCH 10/29] Disable running IL2CPU in process. --- Users/Matthijs/DebugCompiler/MyEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Users/Matthijs/DebugCompiler/MyEngine.cs b/Users/Matthijs/DebugCompiler/MyEngine.cs index 130568fc9..d42f1f4fa 100644 --- a/Users/Matthijs/DebugCompiler/MyEngine.cs +++ b/Users/Matthijs/DebugCompiler/MyEngine.cs @@ -25,7 +25,7 @@ namespace DebugCompiler //xEngine.RunWithGDB = true; // If you're working on the compiler (or other lower parts), you can choose to run the compiler in process // one thing to keep in mind though, is that this only works with 1 kernel at a time! - xEngine.RunIL2CPUInProcess = true; + //xEngine.RunIL2CPUInProcess = true; xEngine.TraceAssembliesLevel = TraceAssemblies.User; xEngine.EnableStackCorruptionChecks = true; From 3bfaf7f670ef501b97f997f0deb452ec6538efa2 Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 12:16:51 -0400 Subject: [PATCH 11/29] Make plugmanager not throw exceptions when plug targets are not found. --- source/Cosmos.IL2CPU/CompilerEngine.cs | 3 ++- source/Cosmos.IL2CPU/ILScanner.cs | 3 ++- source/Cosmos.IL2CPU/PlugManager.cs | 17 +++++++++++++---- source/Tools/PlugsInspector/Form1.cs | 4 +++- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/source/Cosmos.IL2CPU/CompilerEngine.cs b/source/Cosmos.IL2CPU/CompilerEngine.cs index adc57a4ab..f852ac388 100644 --- a/source/Cosmos.IL2CPU/CompilerEngine.cs +++ b/source/Cosmos.IL2CPU/CompilerEngine.cs @@ -236,6 +236,7 @@ namespace Cosmos.IL2CPU using (var xScanner = new ILScanner(xAsm)) { xScanner.LogException = LogException; + xScanner.LogWarning = LogWarning; CompilerHelpers.DebugEvent += LogMessage; if (EnableLogging) { @@ -249,7 +250,7 @@ namespace Cosmos.IL2CPU } xScanner.QueueMethod(xInitMethod.DeclaringType.BaseType.GetMethod("Start")); xScanner.Execute(xInitMethod); - + AppAssemblerRingsCheck.Execute(xScanner, xInitMethod.DeclaringType.Assembly); using (var xOut = new StreamWriter(OutputFilename, false, Encoding.ASCII, 128 * 1024)) diff --git a/source/Cosmos.IL2CPU/ILScanner.cs b/source/Cosmos.IL2CPU/ILScanner.cs index 6ed7a0ee9..23ab3c5bb 100644 --- a/source/Cosmos.IL2CPU/ILScanner.cs +++ b/source/Cosmos.IL2CPU/ILScanner.cs @@ -31,6 +31,7 @@ namespace Cosmos.IL2CPU public class ILScanner : IDisposable { public LogExceptionDelegate LogException = null; + public Action LogWarning = null; protected ILReader mReader; protected AppAssembler mAsmblr; @@ -71,7 +72,7 @@ namespace Cosmos.IL2CPU mAsmblr = aAsmblr; mReader = new ILReader(); - mPlugManager = new PlugManager(LogException); + mPlugManager = new PlugManager(LogException, LogWarning); } public bool EnableLogging(string aPathname) diff --git a/source/Cosmos.IL2CPU/PlugManager.cs b/source/Cosmos.IL2CPU/PlugManager.cs index 522b5fd47..2345d3199 100644 --- a/source/Cosmos.IL2CPU/PlugManager.cs +++ b/source/Cosmos.IL2CPU/PlugManager.cs @@ -68,9 +68,10 @@ namespace Cosmos.IL2CPU return LabelName.GenerateFullName(m); } - public PlugManager(LogExceptionDelegate aLogException) + public PlugManager(LogExceptionDelegate aLogException, Action aLogWarning) { LogException = aLogException; + LogWarning = aLogWarning; } public void FindPlugImpls() @@ -321,7 +322,10 @@ namespace Cosmos.IL2CPU if (xAttrib == null || xAttrib.IsOptional) { - throw new Exception("Invalid plug method! Target method not found. : " + xMethod.GetFullName()); + if (LogWarning != null) + { + LogWarning("Invalid plug method! Target method not found. : " + xMethod.GetFullName()); + } } } } @@ -330,7 +334,10 @@ namespace Cosmos.IL2CPU if (xAttrib.IsWildcard && xAttrib.Assembler == null) { - throw new Exception("Wildcard PlugMethods need to use an assembler for now."); + if (LogWarning != null) + { + LogWarning("Wildcard PlugMethods need to use an assembler for now."); + } } } } @@ -355,6 +362,8 @@ namespace Cosmos.IL2CPU } } + public Action LogWarning; + private MethodBase ResolvePlug(Type aTargetType, List aImpls, MethodBase aMethod, Type[] aParamTypes) { //TODO: This method is "reversed" from old - remember that when porting @@ -717,7 +726,7 @@ namespace Cosmos.IL2CPU } else { - // private + // private xBindingFlagsToFindMethod = BindingFlags.NonPublic; } if (aMethod.IsStatic) diff --git a/source/Tools/PlugsInspector/Form1.cs b/source/Tools/PlugsInspector/Form1.cs index c0f8ae738..068fabb64 100644 --- a/source/Tools/PlugsInspector/Form1.cs +++ b/source/Tools/PlugsInspector/Form1.cs @@ -74,7 +74,9 @@ namespace PlugsInspector plugManager = new PlugManager((Exception ex) => { AddExceptionEntry(ex.Message); - }); + }, warning => + { + }); plugManager.ThrowExceptions = false; } From c90e41ad4851dcd9754abfc72886f4ea753a22ba Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 13:50:05 -0400 Subject: [PATCH 12/29] Attempt to fix builds on appveyor even more. --- Users/Matthijs/DebugCompiler/MyEngine.cs | 52 +++++++++++++++--------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/Users/Matthijs/DebugCompiler/MyEngine.cs b/Users/Matthijs/DebugCompiler/MyEngine.cs index d42f1f4fa..6abf9cde3 100644 --- a/Users/Matthijs/DebugCompiler/MyEngine.cs +++ b/Users/Matthijs/DebugCompiler/MyEngine.cs @@ -12,31 +12,45 @@ namespace DebugCompiler [TestCaseSource(typeof(MySource), nameof(MySource.ProvideData))] public void Test(Type kernelToRun) { - Environment.CurrentDirectory = Path.GetDirectoryName(typeof(RunKernels).Assembly.Location); + try + { + Environment.CurrentDirectory = Path.GetDirectoryName(typeof(RunKernels).Assembly.Location); - var xEngine = new Engine(); - // Sets the time before an error is registered. For example if set to 60 then if a kernel runs for more than 60 seconds then - // that kernel will be marked as a failure and terminated - xEngine.AllowedSecondsInKernel = 300; + var xEngine = new Engine(); - // If you want to test only specific platforms, add them to the list, like next line. By default, all platforms are run. - xEngine.RunTargets.Add(RunTargetEnum.Bochs); - //xEngine.StartBochsDebugGui = false; - //xEngine.RunWithGDB = true; - // If you're working on the compiler (or other lower parts), you can choose to run the compiler in process - // one thing to keep in mind though, is that this only works with 1 kernel at a time! - //xEngine.RunIL2CPUInProcess = true; - xEngine.TraceAssembliesLevel = TraceAssemblies.User; + // Sets the time before an error is registered. For example if set to 60 then if a kernel runs for more than 60 seconds then + // that kernel will be marked as a failure and terminated + xEngine.AllowedSecondsInKernel = 300; - xEngine.EnableStackCorruptionChecks = true; - xEngine.StackCorruptionChecksLevel = StackCorruptionDetectionLevel.AllInstructions; + // If you want to test only specific platforms, add them to the list, like next line. By default, all platforms are run. + xEngine.RunTargets.Add(RunTargetEnum.Bochs); - // Select kernels to be tested by adding them to the engine - xEngine.AddKernel(kernelToRun.Assembly.Location); + //xEngine.StartBochsDebugGui = false; + //xEngine.RunWithGDB = true; + // If you're working on the compiler (or other lower parts), you can choose to run the compiler in process + // one thing to keep in mind though, is that this only works with 1 kernel at a time! + //xEngine.RunIL2CPUInProcess = true; + xEngine.TraceAssembliesLevel = TraceAssemblies.User; - xEngine.OutputHandler = new TestOutputHandler(); + xEngine.EnableStackCorruptionChecks = true; + xEngine.StackCorruptionChecksLevel = StackCorruptionDetectionLevel.AllInstructions; - Assert.IsTrue(xEngine.Execute()); + // Select kernels to be tested by adding them to the engine + xEngine.AddKernel(kernelToRun.Assembly.Location); + + xEngine.OutputHandler = new TestOutputHandler(); + + Assert.IsTrue(xEngine.Execute()); + } + catch (AssertionException) + { + throw; + } + catch(Exception E) + { + Console.WriteLine("Exception occurred: " + E.ToString()); + Assert.Fail(); + } } private class TestOutputHandler : OutputHandlerFullTextBase From 9db5f05359754ff00da38b045001f8f36481fdbf Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 13:52:28 -0400 Subject: [PATCH 13/29] New callback url for gitter. --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3a3dc961b..71b64b825 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,12 +47,14 @@ build_script: msbuild "source\Cosmos.sln" /maxcpucount /verbosity:normal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Platform="Any CPU" /p:Configuration=Debug /p:DeployExtension=false notifications: + - provider: Webhook - url: https://webhooks.gitter.im/e/a0ff70f4ffc77a2d07a0 + url: https://webhooks.gitter.im/e/d5c57ffb9a04b1b180be on_build_success: true on_build_failure: true on_build_status_changed: true -matrix: + + matrix: fast_finish: true artifacts: - path: '**\TestResult.xml' \ No newline at end of file From 27a2ec5ae8904a6bdd4f97b6d05692ebc9cb6eea Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 13:55:25 -0400 Subject: [PATCH 14/29] Typo in appveyor file. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 71b64b825..0bc70415d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,8 +53,8 @@ notifications: on_build_success: true on_build_failure: true on_build_status_changed: true - matrix: fast_finish: true artifacts: - - path: '**\TestResult.xml' \ No newline at end of file + - path: '**\TestResult.xml' + \ No newline at end of file From c1a82c6eaf4a06ff832f35dbb925d7dea49793f7 Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 14:40:25 -0400 Subject: [PATCH 15/29] Fix appveyor --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0bc70415d..d89d71cb1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,8 +53,10 @@ notifications: on_build_success: true on_build_failure: true on_build_status_changed: true - matrix: + +matrix: fast_finish: true + artifacts: - path: '**\TestResult.xml' - \ No newline at end of file + From 3f8c3dfcc545a8d3b82a4b5f4a1316c4be925f80 Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 15:25:09 -0400 Subject: [PATCH 16/29] Increase test kernel timeout. --- Users/Matthijs/DebugCompiler/MyEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Users/Matthijs/DebugCompiler/MyEngine.cs b/Users/Matthijs/DebugCompiler/MyEngine.cs index 6abf9cde3..10c30dead 100644 --- a/Users/Matthijs/DebugCompiler/MyEngine.cs +++ b/Users/Matthijs/DebugCompiler/MyEngine.cs @@ -20,7 +20,7 @@ namespace DebugCompiler // Sets the time before an error is registered. For example if set to 60 then if a kernel runs for more than 60 seconds then // that kernel will be marked as a failure and terminated - xEngine.AllowedSecondsInKernel = 300; + xEngine.AllowedSecondsInKernel = 600; // If you want to test only specific platforms, add them to the list, like next line. By default, all platforms are run. xEngine.RunTargets.Add(RunTargetEnum.Bochs); From 9b6bd665becd7822f3d605a0dc0a7a2f31f7d780 Mon Sep 17 00:00:00 2001 From: jp2masa Date: Sun, 26 Jun 2016 07:49:23 +0100 Subject: [PATCH 17/29] Fix String.EndsWith and add reference to PlugsInspector project (#393) * Fix String.EndsWith * Add Cosmos.Core.Plugs as Reference to PlugsInspector so the list includes every plug. --- source/Cosmos.Core.Plugs/System/StringImpl.cs | 4 ++-- source/Tools/PlugsInspector/PlugsInspector.csproj | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source/Cosmos.Core.Plugs/System/StringImpl.cs b/source/Cosmos.Core.Plugs/System/StringImpl.cs index 5085bc849..2fdb06758 100644 --- a/source/Cosmos.Core.Plugs/System/StringImpl.cs +++ b/source/Cosmos.Core.Plugs/System/StringImpl.cs @@ -578,13 +578,13 @@ namespace Cosmos.Core.Plugs.System } return false; } - else if (aThis.Length > aSubStr.Length) + else if (aThis.Length < aSubStr.Length) { return false; } else { - for (int i = aThis.Length - aSubStr.Length; i < aThis.Length; i++) + for (int i = 0; i < ci.Length; i++) { if (di[aThis.Length - aSubStr.Length + i] != ci[i]) { diff --git a/source/Tools/PlugsInspector/PlugsInspector.csproj b/source/Tools/PlugsInspector/PlugsInspector.csproj index cbe8ae328..47d51c378 100644 --- a/source/Tools/PlugsInspector/PlugsInspector.csproj +++ b/source/Tools/PlugsInspector/PlugsInspector.csproj @@ -146,6 +146,10 @@ {7c64b97f-516d-4a6d-b9e1-3fe48f561409} Cosmos.System.Plugs + + {d9a87aad-fcc9-4517-b31d-e904dad00784} + Cosmos.Core.Plugs +