Index: Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs =================================================================== diff -u -r55da5223c7cf131d4f51ef82307eaec2916af82c -radd325fb1e135f779adf7c89446886ff15a9b17c --- Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs (.../AddNewDemoAssessmentSectionCommand.cs) (revision 55da5223c7cf131d4f51ef82307eaec2916af82c) +++ Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs (.../AddNewDemoAssessmentSectionCommand.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -418,33 +418,113 @@ private static StabilityPointStructure CreateDemoStabilityPointStructure() { - return new StabilityPointStructure("Kunstwerk", "Kunstwerk id", new Point2D(131470.777221421, 548329.82912364), - 10, - 20000, 0.1, - 0.2, 0.1, - 21.0, 0.05, - 0.5, 0.1, - 4.95, 0.1, - 1, 0.15, - 25, 1.25, - 10, 0.1, - 10, 0.1, - 0, 0, - 0.5, 0.1, - 0, - 4.95, 0.05, - 0, - 0.5, - 10, 0.3, - 16000, 0.2, - 2, 0.2, - 0, - 0, - 1, 1, - 15, 0.1, - 15, 0.1, - 2.5, 0.01, - StabilityPointStructureInflowModelType.FloodedCulvert); + return new StabilityPointStructure( + new StabilityPointStructure.ConstructionProperties + { + Name = "Kunstwerk", Id = "Kunstwerk id", Location = new Point2D(131470.777221421, 548329.82912364), + StructureNormalOrientation = 10, + StorageStructureArea = + { + Mean = (RoundedDouble) 20000, + CoefficientOfVariation = (RoundedDouble) 0.1 + }, + AllowedLevelIncreaseStorage = + { + Mean = (RoundedDouble) 0.2, + StandardDeviation = (RoundedDouble) 0.1 + }, + WidthFlowApertures = + { + Mean = (RoundedDouble) 21.0, + CoefficientOfVariation = (RoundedDouble) 0.05 + }, + InsideWaterLevel = + { + Mean = (RoundedDouble) 0.5, + StandardDeviation = (RoundedDouble) 0.1 + }, + ThresholdHeightOpenWeir = + { + Mean = (RoundedDouble) 4.95, + StandardDeviation = (RoundedDouble) 0.1 + }, + CriticalOvertoppingDischarge = + { + Mean = (RoundedDouble) 1, + CoefficientOfVariation = (RoundedDouble) 0.15 + }, + FlowWidthAtBottomProtection = + { + Mean = (RoundedDouble) 25, + StandardDeviation = (RoundedDouble) 1.25 + }, + ConstructiveStrengthLinearLoadModel = + { + Mean = (RoundedDouble) 10, + CoefficientOfVariation = (RoundedDouble) 0.1 + }, + ConstructiveStrengthQuadraticLoadModel = + { + Mean = (RoundedDouble) 10, + CoefficientOfVariation = (RoundedDouble) 0.1 + }, + BankWidth = + { + Mean = (RoundedDouble) 0, + StandardDeviation = (RoundedDouble) 0 + }, + InsideWaterLevelFailureConstruction = + { + Mean = (RoundedDouble) 0.5, + StandardDeviation = (RoundedDouble) 0.1 + }, + EvaluationLevel = 0, + LevelCrestStructure = + { + Mean = (RoundedDouble) 4.95, + StandardDeviation = (RoundedDouble) 0.05 + }, + VerticalDistance = 0, + FailureProbabilityRepairClosure = 0.5, + FailureCollisionEnergy = + { + Mean = (RoundedDouble) 10, + CoefficientOfVariation = (RoundedDouble) 0.3 + }, + ShipMass = + { + Mean = (RoundedDouble) 16000, + CoefficientOfVariation = (RoundedDouble) 0.2 + }, + ShipVelocity = + { + Mean = (RoundedDouble) 2, + CoefficientOfVariation = (RoundedDouble) 0.2 + }, + LevellingCount = 0, + ProbabilityCollisionSecondaryStructure = 0, + FlowVelocityStructureClosable = + { + Mean = (RoundedDouble) 1, + StandardDeviation = (RoundedDouble) 1 + }, + StabilityLinearLoadModel = + { + Mean = (RoundedDouble) 15, + CoefficientOfVariation = (RoundedDouble) 0.1 + }, + StabilityQuadraticLoadModel = + { + Mean = (RoundedDouble) 15, + CoefficientOfVariation = (RoundedDouble) 0.1 + }, + AreaFlowApertures = + { + Mean = (RoundedDouble) 2.5, + StandardDeviation = (RoundedDouble) 0.01 + }, + InflowModelType = StabilityPointStructureInflowModelType.FloodedCulvert + }); } #endregion Index: Ringtoets.sln =================================================================== diff -u -rf9e4f420b403e6417f5dc2ba6d7beab9424baf89 -radd325fb1e135f779adf7c89446886ff15a9b17c --- Ringtoets.sln (.../Ringtoets.sln) (revision f9e4f420b403e6417f5dc2ba6d7beab9424baf89) +++ Ringtoets.sln (.../Ringtoets.sln) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -1145,4657 +1145,1767 @@ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.StabilityPointStructures.Data.TestUtil", "Ringtoets\StabilityPointStructures\test\Ringtoets.StabilityPointStructures.Data.TestUtil\Ringtoets.StabilityPointStructures.Data.TestUtil.csproj", "{E9AC095B-8F10-41D2-9456-4A85E3BA91AD}" + ProjectSection(ProjectDependencies) = postProject + {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.StabilityPointStructures.Data.TestUtil.Test", "Ringtoets\StabilityPointStructures\test\Ringtoets.StabilityPointStructures.Data.TestUtil.Test\Ringtoets.StabilityPointStructures.Data.TestUtil.Test.csproj", "{1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}" + ProjectSection(ProjectDependencies) = postProject + {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - CreateInstaller|Any CPU = CreateInstaller|Any CPU - CreateInstaller|Mixed Platforms = CreateInstaller|Mixed Platforms CreateInstaller|x86 = CreateInstaller|x86 - CreateInstallerWithDemoProject|Any CPU = CreateInstallerWithDemoProject|Any CPU - CreateInstallerWithDemoProject|Mixed Platforms = CreateInstallerWithDemoProject|Mixed Platforms CreateInstallerWithDemoProject|x86 = CreateInstallerWithDemoProject|x86 - Debug|Any CPU = Debug|Any CPU - Debug|Mixed Platforms = Debug|Mixed Platforms Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|Mixed Platforms = Release|Mixed Platforms Release|x86 = Release|x86 - ReleaseForCodeCoverage|Any CPU = ReleaseForCodeCoverage|Any CPU - ReleaseForCodeCoverage|Mixed Platforms = ReleaseForCodeCoverage|Mixed Platforms ReleaseForCodeCoverage|x86 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstaller|Any CPU.ActiveCfg = CreateInstaller|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstaller|Mixed Platforms.ActiveCfg = CreateInstaller|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstaller|Mixed Platforms.Build.0 = CreateInstaller|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstaller|x86.ActiveCfg = CreateInstaller|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstaller|x86.Build.0 = CreateInstaller|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = CreateInstaller|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = CreateInstaller|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = CreateInstaller|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Debug|Any CPU.ActiveCfg = Debug|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Debug|Mixed Platforms.Build.0 = Debug|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Debug|x86.ActiveCfg = Debug|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Debug|x86.Build.0 = Debug|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Release|Any CPU.ActiveCfg = Release|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Release|Mixed Platforms.Build.0 = Release|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Release|x86.ActiveCfg = Release|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.Release|x86.Build.0 = Release|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstaller|x86.ActiveCfg = Release|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstaller|x86.Build.0 = Release|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.Debug|x86.ActiveCfg = Debug|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.Debug|x86.Build.0 = Debug|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.Release|Any CPU.ActiveCfg = Release|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.Release|Mixed Platforms.Build.0 = Release|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.Release|x86.ActiveCfg = Release|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.Release|x86.Build.0 = Release|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C90B77DA-E421-43CC-B82E-529651BC21AC}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C90B77DA-E421-43CC-B82E-529651BC21AC}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstaller|x86.ActiveCfg = Release|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstaller|x86.Build.0 = Release|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Debug|x86.ActiveCfg = Debug|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Debug|x86.Build.0 = Debug|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Release|Any CPU.ActiveCfg = Release|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Release|Mixed Platforms.Build.0 = Release|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Release|x86.ActiveCfg = Release|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.Release|x86.Build.0 = Release|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstaller|x86.ActiveCfg = Release|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstaller|x86.Build.0 = Release|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Debug|Any CPU.ActiveCfg = Debug|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Debug|Mixed Platforms.Build.0 = Debug|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Debug|x86.ActiveCfg = Debug|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Debug|x86.Build.0 = Debug|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Release|Any CPU.ActiveCfg = Release|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Release|Mixed Platforms.Build.0 = Release|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Release|x86.ActiveCfg = Release|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.Release|x86.Build.0 = Release|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {30E4C2AE-719E-4D70-9FA9-668A9767FBFA}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstaller|x86.ActiveCfg = Release|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstaller|x86.Build.0 = Release|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Debug|Any CPU.ActiveCfg = Debug|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Debug|x86.ActiveCfg = Debug|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Debug|x86.Build.0 = Debug|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Release|Any CPU.ActiveCfg = Release|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Release|Mixed Platforms.Build.0 = Release|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Release|x86.ActiveCfg = Release|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.Release|x86.Build.0 = Release|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {3BBFD65B-B277-4E50-AE6D-BD24C3434609}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstaller|x86.ActiveCfg = Release|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstaller|x86.Build.0 = Release|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Debug|x86.ActiveCfg = Debug|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Debug|x86.Build.0 = Debug|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Release|Any CPU.ActiveCfg = Release|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Release|Mixed Platforms.Build.0 = Release|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Release|x86.ActiveCfg = Release|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.Release|x86.Build.0 = Release|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9A2D67E6-26AC-4D17-B11A-2B4372F2F572}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7F937E31-02CA-41D9-B7D4-1079CF452C72}.CreateInstaller|x86.ActiveCfg = Release|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7F937E31-02CA-41D9-B7D4-1079CF452C72}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Debug|x86.ActiveCfg = Debug|x86 {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Debug|x86.Build.0 = Debug|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Release|Any CPU.ActiveCfg = Release|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Release|Mixed Platforms.Build.0 = Release|x86 {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Release|x86.ActiveCfg = Release|x86 {7F937E31-02CA-41D9-B7D4-1079CF452C72}.Release|x86.Build.0 = Release|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7F937E31-02CA-41D9-B7D4-1079CF452C72}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7F937E31-02CA-41D9-B7D4-1079CF452C72}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {7F937E31-02CA-41D9-B7D4-1079CF452C72}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D749EE4C-CE50-4C17-BF01-9A953028C126}.CreateInstaller|x86.ActiveCfg = Release|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D749EE4C-CE50-4C17-BF01-9A953028C126}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D749EE4C-CE50-4C17-BF01-9A953028C126}.Debug|x86.ActiveCfg = Debug|x86 {D749EE4C-CE50-4C17-BF01-9A953028C126}.Debug|x86.Build.0 = Debug|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.Release|Any CPU.ActiveCfg = Release|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.Release|Mixed Platforms.Build.0 = Release|x86 {D749EE4C-CE50-4C17-BF01-9A953028C126}.Release|x86.ActiveCfg = Release|x86 {D749EE4C-CE50-4C17-BF01-9A953028C126}.Release|x86.Build.0 = Release|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D749EE4C-CE50-4C17-BF01-9A953028C126}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D749EE4C-CE50-4C17-BF01-9A953028C126}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D749EE4C-CE50-4C17-BF01-9A953028C126}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstaller|x86.ActiveCfg = Release|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstaller|x86.Build.0 = Release|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Debug|Any CPU.ActiveCfg = Debug|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Debug|Mixed Platforms.Build.0 = Debug|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Debug|x86.ActiveCfg = Debug|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Debug|x86.Build.0 = Debug|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Release|Any CPU.ActiveCfg = Release|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Release|Mixed Platforms.Build.0 = Release|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Release|x86.ActiveCfg = Release|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.Release|x86.Build.0 = Release|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {93E73FAB-FAE8-49C6-9ABB-27D24DF761F6}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstaller|x86.ActiveCfg = Release|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstaller|x86.Build.0 = Release|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Debug|Any CPU.ActiveCfg = Debug|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Debug|Mixed Platforms.Build.0 = Debug|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Debug|x86.ActiveCfg = Debug|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Debug|x86.Build.0 = Debug|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Release|Any CPU.ActiveCfg = Release|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Release|Mixed Platforms.Build.0 = Release|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Release|x86.ActiveCfg = Release|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.Release|x86.Build.0 = Release|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {ED20DBA9-D577-423F-A68D-A0A8130FB10B}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.CreateInstaller|x86.ActiveCfg = Release|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Debug|x86.ActiveCfg = Debug|x86 {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Debug|x86.Build.0 = Debug|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Release|Any CPU.ActiveCfg = Release|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Release|Mixed Platforms.Build.0 = Release|x86 {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Release|x86.ActiveCfg = Release|x86 {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.Release|x86.Build.0 = Release|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {8BD31773-6F6D-42EE-810D-0A5DAD809F9D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.CreateInstaller|x86.ActiveCfg = Release|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Debug|Any CPU.ActiveCfg = Debug|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Debug|Mixed Platforms.Build.0 = Debug|x86 {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Debug|x86.ActiveCfg = Debug|x86 {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Debug|x86.Build.0 = Debug|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Release|Any CPU.ActiveCfg = Release|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Release|Mixed Platforms.Build.0 = Release|x86 {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Release|x86.ActiveCfg = Release|x86 {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.Release|x86.Build.0 = Release|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {07206938-9671-4DC7-BDE4-35B0F6E20DBC}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstaller|x86.ActiveCfg = Release|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstaller|x86.Build.0 = Release|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Debug|x86.ActiveCfg = Debug|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Debug|x86.Build.0 = Debug|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Release|Any CPU.ActiveCfg = Release|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Release|Mixed Platforms.Build.0 = Release|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Release|x86.ActiveCfg = Release|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.Release|x86.Build.0 = Release|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D64E4F0E-E341-496F-82B2-941AD202B4E3}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D64E4F0E-E341-496F-82B2-941AD202B4E3}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstaller|x86.ActiveCfg = Release|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstaller|x86.Build.0 = Release|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Debug|Any CPU.ActiveCfg = Debug|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Debug|Mixed Platforms.Build.0 = Debug|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Debug|x86.ActiveCfg = Debug|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Debug|x86.Build.0 = Debug|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Release|Any CPU.ActiveCfg = Release|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Release|Mixed Platforms.Build.0 = Release|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Release|x86.ActiveCfg = Release|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.Release|x86.Build.0 = Release|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {CE994CC9-6F6A-48AC-B4BE-02C30A21F4DB}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstaller|x86.ActiveCfg = Release|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstaller|x86.Build.0 = Release|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Debug|x86.ActiveCfg = Debug|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Debug|x86.Build.0 = Debug|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Release|Any CPU.ActiveCfg = Release|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Release|Mixed Platforms.Build.0 = Release|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Release|x86.ActiveCfg = Release|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.Release|x86.Build.0 = Release|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7CD038E1-E111-4969-ACED-22C5BD2974E1}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {7CD038E1-E111-4969-ACED-22C5BD2974E1}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstaller|x86.ActiveCfg = Release|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstaller|x86.Build.0 = Release|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.Debug|Any CPU.ActiveCfg = Debug|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.Debug|Mixed Platforms.Build.0 = Debug|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.Debug|x86.ActiveCfg = Debug|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.Debug|x86.Build.0 = Debug|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.Release|Any CPU.ActiveCfg = Release|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.Release|Mixed Platforms.Build.0 = Release|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.Release|x86.ActiveCfg = Release|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.Release|x86.Build.0 = Release|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B87B7A-7F50-4139-B563-589EE522B1ED}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {35B87B7A-7F50-4139-B563-589EE522B1ED}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstaller|x86.ActiveCfg = Release|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstaller|x86.Build.0 = Release|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Debug|x86.ActiveCfg = Debug|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Debug|x86.Build.0 = Debug|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Release|Any CPU.ActiveCfg = Release|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Release|Mixed Platforms.Build.0 = Release|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Release|x86.ActiveCfg = Release|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.Release|x86.Build.0 = Release|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D3D58B6-EF7E-401E-92A0-104067D222EE}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {1D3D58B6-EF7E-401E-92A0-104067D222EE}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstaller|x86.ActiveCfg = Release|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstaller|x86.Build.0 = Release|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Debug|Any CPU.ActiveCfg = Debug|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Debug|Mixed Platforms.Build.0 = Debug|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Debug|x86.ActiveCfg = Debug|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Debug|x86.Build.0 = Debug|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Release|Any CPU.ActiveCfg = Release|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Release|Mixed Platforms.Build.0 = Release|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Release|x86.ActiveCfg = Release|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.Release|x86.Build.0 = Release|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {10B8D63D-87E8-46DF-ACA9-A8CF22EE8FB5}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {91389DA2-3FF4-4559-90B3-4061549789DD}.CreateInstaller|x86.ActiveCfg = Release|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {91389DA2-3FF4-4559-90B3-4061549789DD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {91389DA2-3FF4-4559-90B3-4061549789DD}.Debug|x86.ActiveCfg = Debug|x86 {91389DA2-3FF4-4559-90B3-4061549789DD}.Debug|x86.Build.0 = Debug|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.Release|Any CPU.ActiveCfg = Release|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.Release|Mixed Platforms.Build.0 = Release|x86 {91389DA2-3FF4-4559-90B3-4061549789DD}.Release|x86.ActiveCfg = Release|x86 {91389DA2-3FF4-4559-90B3-4061549789DD}.Release|x86.Build.0 = Release|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {91389DA2-3FF4-4559-90B3-4061549789DD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {91389DA2-3FF4-4559-90B3-4061549789DD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {91389DA2-3FF4-4559-90B3-4061549789DD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.CreateInstaller|x86.ActiveCfg = Release|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Debug|Any CPU.ActiveCfg = Debug|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Debug|Mixed Platforms.Build.0 = Debug|x86 {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Debug|x86.ActiveCfg = Debug|x86 {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Debug|x86.Build.0 = Debug|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Release|Any CPU.ActiveCfg = Release|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Release|Mixed Platforms.Build.0 = Release|x86 {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Release|x86.ActiveCfg = Release|x86 {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.Release|x86.Build.0 = Release|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {27E0A5C9-3ABF-426A-A3DA-7D0B83A218C8}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.CreateInstaller|x86.ActiveCfg = Release|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Debug|Any CPU.ActiveCfg = Debug|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Debug|Mixed Platforms.Build.0 = Debug|x86 {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Debug|x86.ActiveCfg = Debug|x86 {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Debug|x86.Build.0 = Debug|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Release|Any CPU.ActiveCfg = Release|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Release|Mixed Platforms.Build.0 = Release|x86 {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Release|x86.ActiveCfg = Release|x86 {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.Release|x86.Build.0 = Release|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {19EB1C52-D90B-40F2-A7AF-364CC5D89F68}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {955E574D-67CE-4347-AA6B-7DF8A04ED754}.CreateInstaller|x86.ActiveCfg = Release|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {955E574D-67CE-4347-AA6B-7DF8A04ED754}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Debug|Any CPU.ActiveCfg = Debug|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Debug|Mixed Platforms.Build.0 = Debug|x86 {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Debug|x86.ActiveCfg = Debug|x86 {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Debug|x86.Build.0 = Debug|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Release|Any CPU.ActiveCfg = Release|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Release|Mixed Platforms.Build.0 = Release|x86 {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Release|x86.ActiveCfg = Release|x86 {955E574D-67CE-4347-AA6B-7DF8A04ED754}.Release|x86.Build.0 = Release|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {955E574D-67CE-4347-AA6B-7DF8A04ED754}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {955E574D-67CE-4347-AA6B-7DF8A04ED754}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {955E574D-67CE-4347-AA6B-7DF8A04ED754}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {622A8282-D872-4DD5-8B70-578A403F74FF}.CreateInstaller|x86.ActiveCfg = Release|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {622A8282-D872-4DD5-8B70-578A403F74FF}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.Debug|Any CPU.ActiveCfg = Debug|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.Debug|Mixed Platforms.Build.0 = Debug|x86 {622A8282-D872-4DD5-8B70-578A403F74FF}.Debug|x86.ActiveCfg = Debug|x86 {622A8282-D872-4DD5-8B70-578A403F74FF}.Debug|x86.Build.0 = Debug|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.Release|Any CPU.ActiveCfg = Release|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.Release|Mixed Platforms.Build.0 = Release|x86 {622A8282-D872-4DD5-8B70-578A403F74FF}.Release|x86.ActiveCfg = Release|x86 {622A8282-D872-4DD5-8B70-578A403F74FF}.Release|x86.Build.0 = Release|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {622A8282-D872-4DD5-8B70-578A403F74FF}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {622A8282-D872-4DD5-8B70-578A403F74FF}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {622A8282-D872-4DD5-8B70-578A403F74FF}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.CreateInstaller|x86.ActiveCfg = Release|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Debug|Any CPU.ActiveCfg = Debug|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Debug|x86.ActiveCfg = Debug|x86 {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Debug|x86.Build.0 = Debug|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Release|Any CPU.ActiveCfg = Release|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Release|Mixed Platforms.Build.0 = Release|x86 {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Release|x86.ActiveCfg = Release|x86 {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.Release|x86.Build.0 = Release|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {E4B0E068-F1A3-47BA-965F-0EC1E78E530A}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A5C8069-520E-49D3-AA62-E8FB19614A27}.CreateInstaller|x86.ActiveCfg = Release|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A5C8069-520E-49D3-AA62-E8FB19614A27}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Debug|x86.ActiveCfg = Debug|x86 {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Debug|x86.Build.0 = Debug|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Release|Any CPU.ActiveCfg = Release|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Release|Mixed Platforms.Build.0 = Release|x86 {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Release|x86.ActiveCfg = Release|x86 {9A5C8069-520E-49D3-AA62-E8FB19614A27}.Release|x86.Build.0 = Release|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A5C8069-520E-49D3-AA62-E8FB19614A27}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A5C8069-520E-49D3-AA62-E8FB19614A27}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9A5C8069-520E-49D3-AA62-E8FB19614A27}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D783543B-46A1-4848-A812-AF5A5259ED7E}.CreateInstaller|x86.ActiveCfg = Release|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D783543B-46A1-4848-A812-AF5A5259ED7E}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D783543B-46A1-4848-A812-AF5A5259ED7E}.Debug|x86.ActiveCfg = Debug|x86 {D783543B-46A1-4848-A812-AF5A5259ED7E}.Debug|x86.Build.0 = Debug|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.Release|Any CPU.ActiveCfg = Release|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.Release|Mixed Platforms.Build.0 = Release|x86 {D783543B-46A1-4848-A812-AF5A5259ED7E}.Release|x86.ActiveCfg = Release|x86 {D783543B-46A1-4848-A812-AF5A5259ED7E}.Release|x86.Build.0 = Release|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D783543B-46A1-4848-A812-AF5A5259ED7E}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D783543B-46A1-4848-A812-AF5A5259ED7E}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D783543B-46A1-4848-A812-AF5A5259ED7E}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.CreateInstaller|x86.ActiveCfg = Release|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Debug|Any CPU.ActiveCfg = Debug|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Debug|x86.ActiveCfg = Debug|x86 {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Debug|x86.Build.0 = Debug|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Release|Any CPU.ActiveCfg = Release|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Release|Mixed Platforms.Build.0 = Release|x86 {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Release|x86.ActiveCfg = Release|x86 {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.Release|x86.Build.0 = Release|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {A6A434E0-AE5A-4D5B-97D7-532B00FBDFE9}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstaller|Any CPU.ActiveCfg = Debug|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstaller|Mixed Platforms.ActiveCfg = Debug|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstaller|Mixed Platforms.Build.0 = Debug|x86 {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstaller|x86.ActiveCfg = Release|x86 {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstaller|x86.Build.0 = Release|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = Debug|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = Debug|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = Debug|x86 {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.Debug|x86.ActiveCfg = Debug|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.Release|Any CPU.ActiveCfg = Release|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.Release|Mixed Platforms.Build.0 = Release|x86 {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.Release|x86.ActiveCfg = Release|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = Release|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = Release|x86 - {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = Release|x86 {3CCB05DB-C7B3-4EF7-B41D-22B6D2A3774E}.ReleaseForCodeCoverage|x86.ActiveCfg = Release|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.CreateInstaller|x86.ActiveCfg = Release|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Debug|Any CPU.ActiveCfg = Debug|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Debug|Mixed Platforms.Build.0 = Debug|x86 {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Debug|x86.ActiveCfg = Debug|x86 {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Debug|x86.Build.0 = Debug|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Release|Any CPU.ActiveCfg = Release|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Release|Mixed Platforms.Build.0 = Release|x86 {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Release|x86.ActiveCfg = Release|x86 {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.Release|x86.Build.0 = Release|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {FAFDB463-9612-41F4-B3DD-FF9C6E7023BA}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {813FFA92-1F3F-462B-B596-5919334007A9}.CreateInstaller|x86.ActiveCfg = Release|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {813FFA92-1F3F-462B-B596-5919334007A9}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.Debug|Any CPU.ActiveCfg = Debug|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {813FFA92-1F3F-462B-B596-5919334007A9}.Debug|x86.ActiveCfg = Debug|x86 {813FFA92-1F3F-462B-B596-5919334007A9}.Debug|x86.Build.0 = Debug|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.Release|Any CPU.ActiveCfg = Release|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.Release|Mixed Platforms.Build.0 = Release|x86 {813FFA92-1F3F-462B-B596-5919334007A9}.Release|x86.ActiveCfg = Release|x86 {813FFA92-1F3F-462B-B596-5919334007A9}.Release|x86.Build.0 = Release|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {813FFA92-1F3F-462B-B596-5919334007A9}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {813FFA92-1F3F-462B-B596-5919334007A9}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {813FFA92-1F3F-462B-B596-5919334007A9}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.CreateInstaller|x86.ActiveCfg = Release|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Debug|x86.ActiveCfg = Debug|x86 {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Debug|x86.Build.0 = Debug|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Release|Any CPU.ActiveCfg = Release|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Release|Mixed Platforms.Build.0 = Release|x86 {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Release|x86.ActiveCfg = Release|x86 {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.Release|x86.Build.0 = Release|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D5EC1DF2-03C9-467B-B6AF-BE5AC83417F8}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstaller|x86.ActiveCfg = Release|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstaller|x86.Build.0 = Release|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Debug|Any CPU.ActiveCfg = Debug|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Debug|Mixed Platforms.Build.0 = Debug|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Debug|x86.ActiveCfg = Debug|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Debug|x86.Build.0 = Debug|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Release|Any CPU.ActiveCfg = Release|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Release|Mixed Platforms.Build.0 = Release|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Release|x86.ActiveCfg = Release|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.Release|x86.Build.0 = Release|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {11F1F874-45AF-43E4-8AE5-15A5C9593E28}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {16F1694E-1237-4B03-B34E-70E6871898FE}.CreateInstaller|x86.ActiveCfg = Release|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {16F1694E-1237-4B03-B34E-70E6871898FE}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.Debug|Any CPU.ActiveCfg = Debug|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.Debug|Mixed Platforms.Build.0 = Debug|x86 {16F1694E-1237-4B03-B34E-70E6871898FE}.Debug|x86.ActiveCfg = Debug|x86 {16F1694E-1237-4B03-B34E-70E6871898FE}.Debug|x86.Build.0 = Debug|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.Release|Any CPU.ActiveCfg = Release|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.Release|Mixed Platforms.Build.0 = Release|x86 {16F1694E-1237-4B03-B34E-70E6871898FE}.Release|x86.ActiveCfg = Release|x86 {16F1694E-1237-4B03-B34E-70E6871898FE}.Release|x86.Build.0 = Release|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {16F1694E-1237-4B03-B34E-70E6871898FE}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {16F1694E-1237-4B03-B34E-70E6871898FE}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {16F1694E-1237-4B03-B34E-70E6871898FE}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstaller|x86.ActiveCfg = Release|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstaller|x86.Build.0 = Release|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Debug|x86.ActiveCfg = Debug|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Debug|x86.Build.0 = Debug|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Release|Any CPU.ActiveCfg = Release|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Release|Mixed Platforms.Build.0 = Release|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Release|x86.ActiveCfg = Release|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.Release|x86.Build.0 = Release|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C8383B76-B3F1-4E6E-B56C-527B469FA20A}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.CreateInstaller|x86.ActiveCfg = Release|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Debug|Any CPU.ActiveCfg = Debug|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Debug|Mixed Platforms.Build.0 = Debug|x86 {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Debug|x86.ActiveCfg = Debug|x86 {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Debug|x86.Build.0 = Debug|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Release|Any CPU.ActiveCfg = Release|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Release|Mixed Platforms.Build.0 = Release|x86 {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Release|x86.ActiveCfg = Release|x86 {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.Release|x86.Build.0 = Release|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {15E7B9D9-A177-42AE-8BC7-91B6DFBAB0EC}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstaller|x86.ActiveCfg = Release|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstaller|x86.Build.0 = Release|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Debug|Any CPU.ActiveCfg = Debug|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Debug|Mixed Platforms.Build.0 = Debug|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Debug|x86.ActiveCfg = Debug|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Debug|x86.Build.0 = Debug|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Release|Any CPU.ActiveCfg = Release|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Release|Mixed Platforms.Build.0 = Release|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Release|x86.ActiveCfg = Release|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.Release|x86.Build.0 = Release|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {AD0CDC89-0A00-4068-AEEC-9838863C2FE8}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstaller|x86.ActiveCfg = Release|x86 {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstaller|x86.Build.0 = Release|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {4D840673-3812-4338-A352-84854E32B8A0}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {4D840673-3812-4338-A352-84854E32B8A0}.Debug|x86.ActiveCfg = Debug|x86 {4D840673-3812-4338-A352-84854E32B8A0}.Debug|x86.Build.0 = Debug|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.Release|Any CPU.ActiveCfg = Release|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.Release|Mixed Platforms.Build.0 = Release|x86 {4D840673-3812-4338-A352-84854E32B8A0}.Release|x86.ActiveCfg = Release|x86 {4D840673-3812-4338-A352-84854E32B8A0}.Release|x86.Build.0 = Release|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4D840673-3812-4338-A352-84854E32B8A0}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4D840673-3812-4338-A352-84854E32B8A0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {4D840673-3812-4338-A352-84854E32B8A0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.CreateInstaller|x86.ActiveCfg = Release|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Debug|Any CPU.ActiveCfg = Debug|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Debug|Mixed Platforms.Build.0 = Debug|x86 {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Debug|x86.ActiveCfg = Debug|x86 {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Debug|x86.Build.0 = Debug|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Release|Any CPU.ActiveCfg = Release|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Release|Mixed Platforms.Build.0 = Release|x86 {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Release|x86.ActiveCfg = Release|x86 {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.Release|x86.Build.0 = Release|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {96C8FDAE-9F59-4D2F-A66E-BE512BB5EECB}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {886FDBE5-7065-4AB9-A894-869DBFD4E440}.CreateInstaller|x86.ActiveCfg = Release|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {886FDBE5-7065-4AB9-A894-869DBFD4E440}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Debug|Any CPU.ActiveCfg = Debug|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Debug|Mixed Platforms.Build.0 = Debug|x86 {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Debug|x86.ActiveCfg = Debug|x86 {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Debug|x86.Build.0 = Debug|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Release|Any CPU.ActiveCfg = Release|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Release|Mixed Platforms.Build.0 = Release|x86 {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Release|x86.ActiveCfg = Release|x86 {886FDBE5-7065-4AB9-A894-869DBFD4E440}.Release|x86.Build.0 = Release|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {886FDBE5-7065-4AB9-A894-869DBFD4E440}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {886FDBE5-7065-4AB9-A894-869DBFD4E440}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {886FDBE5-7065-4AB9-A894-869DBFD4E440}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstaller|x86.ActiveCfg = Release|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstaller|x86.Build.0 = Release|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Debug|x86.ActiveCfg = Debug|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Debug|x86.Build.0 = Debug|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Release|Any CPU.ActiveCfg = Release|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Release|Mixed Platforms.Build.0 = Release|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Release|x86.ActiveCfg = Release|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.Release|x86.Build.0 = Release|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D4200F43-3F72-4F42-AF0A-8CED416A38EC}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.CreateInstaller|x86.ActiveCfg = Release|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Debug|x86.ActiveCfg = Debug|x86 {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Debug|x86.Build.0 = Debug|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Release|Any CPU.ActiveCfg = Release|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Release|Mixed Platforms.Build.0 = Release|x86 {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Release|x86.ActiveCfg = Release|x86 {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.Release|x86.Build.0 = Release|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {26214BD0-DAFB-4CFC-8EB2-80C5D53C859E}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A8CE1456-1880-4FC8-84B3-D618EA88F384}.CreateInstaller|x86.ActiveCfg = Release|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A8CE1456-1880-4FC8-84B3-D618EA88F384}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Debug|Any CPU.ActiveCfg = Debug|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Debug|Mixed Platforms.Build.0 = Debug|x86 {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Debug|x86.ActiveCfg = Debug|x86 {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Debug|x86.Build.0 = Debug|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Release|Any CPU.ActiveCfg = Release|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Release|Mixed Platforms.Build.0 = Release|x86 {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Release|x86.ActiveCfg = Release|x86 {A8CE1456-1880-4FC8-84B3-D618EA88F384}.Release|x86.Build.0 = Release|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A8CE1456-1880-4FC8-84B3-D618EA88F384}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A8CE1456-1880-4FC8-84B3-D618EA88F384}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {A8CE1456-1880-4FC8-84B3-D618EA88F384}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.CreateInstaller|x86.ActiveCfg = Release|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Debug|Any CPU.ActiveCfg = Debug|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Debug|Mixed Platforms.Build.0 = Debug|x86 {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Debug|x86.ActiveCfg = Debug|x86 {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Debug|x86.Build.0 = Debug|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Release|Any CPU.ActiveCfg = Release|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Release|Mixed Platforms.Build.0 = Release|x86 {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Release|x86.ActiveCfg = Release|x86 {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.Release|x86.Build.0 = Release|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {FAF691DE-EAF5-44E0-A865-5A03FB395ED1}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {35B78215-420B-4D7D-9959-9E9010601200}.CreateInstaller|x86.ActiveCfg = Release|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {35B78215-420B-4D7D-9959-9E9010601200}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.Debug|Any CPU.ActiveCfg = Debug|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.Debug|Mixed Platforms.Build.0 = Debug|x86 {35B78215-420B-4D7D-9959-9E9010601200}.Debug|x86.ActiveCfg = Debug|x86 {35B78215-420B-4D7D-9959-9E9010601200}.Debug|x86.Build.0 = Debug|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.Release|Any CPU.ActiveCfg = Release|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.Release|Mixed Platforms.Build.0 = Release|x86 {35B78215-420B-4D7D-9959-9E9010601200}.Release|x86.ActiveCfg = Release|x86 {35B78215-420B-4D7D-9959-9E9010601200}.Release|x86.Build.0 = Release|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {35B78215-420B-4D7D-9959-9E9010601200}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {35B78215-420B-4D7D-9959-9E9010601200}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {35B78215-420B-4D7D-9959-9E9010601200}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.CreateInstaller|x86.ActiveCfg = Release|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Debug|x86.ActiveCfg = Debug|x86 {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Debug|x86.Build.0 = Debug|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Release|Any CPU.ActiveCfg = Release|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Release|Mixed Platforms.Build.0 = Release|x86 {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Release|x86.ActiveCfg = Release|x86 {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.Release|x86.Build.0 = Release|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {7BABA02F-4809-43D2-93E5-DA9ED69BDDE2}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstaller|x86.ActiveCfg = Release|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstaller|x86.Build.0 = Release|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Debug|x86.ActiveCfg = Debug|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Debug|x86.Build.0 = Debug|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Release|Any CPU.ActiveCfg = Release|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Release|Mixed Platforms.Build.0 = Release|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Release|x86.ActiveCfg = Release|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.Release|x86.Build.0 = Release|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {1D27F91F-4E62-4EAF-A0A8-A32708B9A9B1}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.CreateInstaller|x86.ActiveCfg = Release|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Debug|Any CPU.ActiveCfg = Debug|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Debug|Mixed Platforms.Build.0 = Debug|x86 {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Debug|x86.ActiveCfg = Debug|x86 {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Debug|x86.Build.0 = Debug|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Release|Any CPU.ActiveCfg = Release|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Release|Mixed Platforms.Build.0 = Release|x86 {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Release|x86.ActiveCfg = Release|x86 {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.Release|x86.Build.0 = Release|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {0EDC6D7D-E9CD-408A-9EA9-3E7D426809C8}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstaller|x86.ActiveCfg = Release|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstaller|x86.Build.0 = Release|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Debug|Any CPU.ActiveCfg = Debug|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Debug|x86.ActiveCfg = Debug|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Debug|x86.Build.0 = Debug|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Release|Any CPU.ActiveCfg = Release|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Release|Mixed Platforms.Build.0 = Release|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Release|x86.ActiveCfg = Release|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.Release|x86.Build.0 = Release|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {2344A7BD-7E25-4A1A-982E-6C674AF5167A}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.CreateInstaller|x86.ActiveCfg = Release|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Debug|Any CPU.ActiveCfg = Debug|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Debug|Mixed Platforms.Build.0 = Debug|x86 {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Debug|x86.ActiveCfg = Debug|x86 {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Debug|x86.Build.0 = Debug|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Release|Any CPU.ActiveCfg = Release|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Release|Mixed Platforms.Build.0 = Release|x86 {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Release|x86.ActiveCfg = Release|x86 {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.Release|x86.Build.0 = Release|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {4BB4D2AA-332E-42D6-8D34-FFABBCE1F1D8}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstaller|x86.ActiveCfg = Release|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstaller|x86.Build.0 = Release|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Debug|x86.ActiveCfg = Debug|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Debug|x86.Build.0 = Debug|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Release|Any CPU.ActiveCfg = Release|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Release|Mixed Platforms.Build.0 = Release|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Release|x86.ActiveCfg = Release|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.Release|x86.Build.0 = Release|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {50963F12-448C-41BA-A62C-CDB0AB8D21E0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {594C5C6D-5833-4E1C-9F30-13A202628EEF}.CreateInstaller|x86.ActiveCfg = Release|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {594C5C6D-5833-4E1C-9F30-13A202628EEF}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Debug|Any CPU.ActiveCfg = Debug|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Debug|Mixed Platforms.Build.0 = Debug|x86 {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Debug|x86.ActiveCfg = Debug|x86 {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Debug|x86.Build.0 = Debug|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Release|Any CPU.ActiveCfg = Release|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Release|Mixed Platforms.Build.0 = Release|x86 {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Release|x86.ActiveCfg = Release|x86 {594C5C6D-5833-4E1C-9F30-13A202628EEF}.Release|x86.Build.0 = Release|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {594C5C6D-5833-4E1C-9F30-13A202628EEF}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {594C5C6D-5833-4E1C-9F30-13A202628EEF}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {594C5C6D-5833-4E1C-9F30-13A202628EEF}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstaller|x86.ActiveCfg = Release|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstaller|x86.Build.0 = Release|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.Debug|Any CPU.ActiveCfg = Debug|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.Debug|Mixed Platforms.Build.0 = Debug|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.Debug|x86.ActiveCfg = Debug|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.Debug|x86.Build.0 = Debug|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.Release|Any CPU.ActiveCfg = Release|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.Release|Mixed Platforms.Build.0 = Release|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.Release|x86.ActiveCfg = Release|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.Release|x86.Build.0 = Release|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DADAA0A5-288C-49CB-9F08-337F16832C86}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {DADAA0A5-288C-49CB-9F08-337F16832C86}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D07BB841-15D7-4127-8B46-CFC61C546B45}.CreateInstaller|x86.ActiveCfg = Release|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D07BB841-15D7-4127-8B46-CFC61C546B45}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D07BB841-15D7-4127-8B46-CFC61C546B45}.Debug|x86.ActiveCfg = Debug|x86 {D07BB841-15D7-4127-8B46-CFC61C546B45}.Debug|x86.Build.0 = Debug|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.Release|Any CPU.ActiveCfg = Release|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.Release|Mixed Platforms.Build.0 = Release|x86 {D07BB841-15D7-4127-8B46-CFC61C546B45}.Release|x86.ActiveCfg = Release|x86 {D07BB841-15D7-4127-8B46-CFC61C546B45}.Release|x86.Build.0 = Release|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D07BB841-15D7-4127-8B46-CFC61C546B45}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D07BB841-15D7-4127-8B46-CFC61C546B45}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D07BB841-15D7-4127-8B46-CFC61C546B45}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstaller|x86.ActiveCfg = Release|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstaller|x86.Build.0 = Release|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Debug|x86.ActiveCfg = Debug|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Debug|x86.Build.0 = Debug|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Release|Any CPU.ActiveCfg = Release|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Release|Mixed Platforms.Build.0 = Release|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Release|x86.ActiveCfg = Release|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.Release|x86.Build.0 = Release|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {516EBC95-B8F2-428C-B7F6-733F01BF8FDD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstaller|x86.ActiveCfg = Release|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstaller|x86.Build.0 = Release|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Debug|x86.ActiveCfg = Debug|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Debug|x86.Build.0 = Debug|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Release|Any CPU.ActiveCfg = Release|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Release|Mixed Platforms.Build.0 = Release|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Release|x86.ActiveCfg = Release|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.Release|x86.Build.0 = Release|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {AA47E858-A2A7-470E-8B2D-C76AE8ED9CCD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.CreateInstaller|x86.ActiveCfg = Release|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Debug|Any CPU.ActiveCfg = Debug|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Debug|Mixed Platforms.Build.0 = Debug|x86 {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Debug|x86.ActiveCfg = Debug|x86 {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Debug|x86.Build.0 = Debug|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Release|Any CPU.ActiveCfg = Release|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Release|Mixed Platforms.Build.0 = Release|x86 {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Release|x86.ActiveCfg = Release|x86 {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.Release|x86.Build.0 = Release|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {DD7ECAFF-D8A1-4D92-99C0-27498ACB32D4}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.CreateInstaller|x86.ActiveCfg = Release|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Debug|x86.ActiveCfg = Debug|x86 {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Debug|x86.Build.0 = Debug|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Release|Any CPU.ActiveCfg = Release|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Release|Mixed Platforms.Build.0 = Release|x86 {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Release|x86.ActiveCfg = Release|x86 {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.Release|x86.Build.0 = Release|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F40A7DC1-A697-41A7-8676-6C0AD8274FB4}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E900A014-CA87-4374-87F0-813D653A9698}.CreateInstaller|x86.ActiveCfg = Release|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E900A014-CA87-4374-87F0-813D653A9698}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.Debug|Any CPU.ActiveCfg = Debug|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E900A014-CA87-4374-87F0-813D653A9698}.Debug|x86.ActiveCfg = Debug|x86 {E900A014-CA87-4374-87F0-813D653A9698}.Debug|x86.Build.0 = Debug|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.Release|Any CPU.ActiveCfg = Release|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.Release|Mixed Platforms.Build.0 = Release|x86 {E900A014-CA87-4374-87F0-813D653A9698}.Release|x86.ActiveCfg = Release|x86 {E900A014-CA87-4374-87F0-813D653A9698}.Release|x86.Build.0 = Release|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E900A014-CA87-4374-87F0-813D653A9698}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E900A014-CA87-4374-87F0-813D653A9698}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {E900A014-CA87-4374-87F0-813D653A9698}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstaller|x86.ActiveCfg = Release|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Debug|Any CPU.ActiveCfg = Debug|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Debug|Mixed Platforms.Build.0 = Debug|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Debug|x86.ActiveCfg = Debug|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Debug|x86.Build.0 = Debug|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Release|Any CPU.ActiveCfg = Release|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Release|Mixed Platforms.Build.0 = Release|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Release|x86.ActiveCfg = Release|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.Release|x86.Build.0 = Release|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {FFE3A667-3A4C-4F48-BC6B-1589867FCB41}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C48E2C11-3FDA-4356-A10F-757469A108FD}.CreateInstaller|x86.ActiveCfg = Release|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C48E2C11-3FDA-4356-A10F-757469A108FD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C48E2C11-3FDA-4356-A10F-757469A108FD}.Debug|x86.ActiveCfg = Debug|x86 {C48E2C11-3FDA-4356-A10F-757469A108FD}.Debug|x86.Build.0 = Debug|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.Release|Any CPU.ActiveCfg = Release|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.Release|Mixed Platforms.Build.0 = Release|x86 {C48E2C11-3FDA-4356-A10F-757469A108FD}.Release|x86.ActiveCfg = Release|x86 {C48E2C11-3FDA-4356-A10F-757469A108FD}.Release|x86.Build.0 = Release|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C48E2C11-3FDA-4356-A10F-757469A108FD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C48E2C11-3FDA-4356-A10F-757469A108FD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C48E2C11-3FDA-4356-A10F-757469A108FD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.CreateInstaller|x86.ActiveCfg = Release|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Debug|x86.ActiveCfg = Debug|x86 {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Debug|x86.Build.0 = Debug|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Release|Any CPU.ActiveCfg = Release|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Release|Mixed Platforms.Build.0 = Release|x86 {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Release|x86.ActiveCfg = Release|x86 {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.Release|x86.Build.0 = Release|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstaller|x86.ActiveCfg = Release|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstaller|x86.Build.0 = Release|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.Debug|Any CPU.ActiveCfg = Debug|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.Debug|Mixed Platforms.Build.0 = Debug|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.Debug|x86.ActiveCfg = Debug|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.Debug|x86.Build.0 = Debug|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.Release|Any CPU.ActiveCfg = Release|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.Release|Mixed Platforms.Build.0 = Release|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.Release|x86.ActiveCfg = Release|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.Release|x86.Build.0 = Release|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {318BA582-88C9-4816-A54A-A7E431461DE3}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {318BA582-88C9-4816-A54A-A7E431461DE3}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstaller|x86.ActiveCfg = Release|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstaller|x86.Build.0 = Release|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Debug|Any CPU.ActiveCfg = Debug|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Debug|Mixed Platforms.Build.0 = Debug|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Debug|x86.ActiveCfg = Debug|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Debug|x86.Build.0 = Debug|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Release|Any CPU.ActiveCfg = Release|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Release|Mixed Platforms.Build.0 = Release|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Release|x86.ActiveCfg = Release|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.Release|x86.Build.0 = Release|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {70F8CC9C-5BC8-4FB2-B201-EAE7FA8088C2}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstaller|x86.ActiveCfg = Release|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstaller|x86.Build.0 = Release|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.Debug|x86.ActiveCfg = Debug|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.Debug|x86.Build.0 = Debug|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.Release|Any CPU.ActiveCfg = Release|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.Release|Mixed Platforms.Build.0 = Release|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.Release|x86.ActiveCfg = Release|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.Release|x86.Build.0 = Release|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {888D4097-8BC2-4703-9FB1-8744C94D525E}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {888D4097-8BC2-4703-9FB1-8744C94D525E}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {175406DB-C0DA-42A7-968C-0C17CF2257B1}.CreateInstaller|x86.ActiveCfg = Release|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {175406DB-C0DA-42A7-968C-0C17CF2257B1}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Debug|Any CPU.ActiveCfg = Debug|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Debug|Mixed Platforms.Build.0 = Debug|x86 {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Debug|x86.ActiveCfg = Debug|x86 {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Debug|x86.Build.0 = Debug|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Release|Any CPU.ActiveCfg = Release|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Release|Mixed Platforms.Build.0 = Release|x86 {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Release|x86.ActiveCfg = Release|x86 {175406DB-C0DA-42A7-968C-0C17CF2257B1}.Release|x86.Build.0 = Release|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {175406DB-C0DA-42A7-968C-0C17CF2257B1}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {175406DB-C0DA-42A7-968C-0C17CF2257B1}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {175406DB-C0DA-42A7-968C-0C17CF2257B1}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.CreateInstaller|x86.ActiveCfg = Release|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Debug|Any CPU.ActiveCfg = Debug|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Debug|x86.ActiveCfg = Debug|x86 {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Debug|x86.Build.0 = Debug|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Release|Any CPU.ActiveCfg = Release|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Release|Mixed Platforms.Build.0 = Release|x86 {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Release|x86.ActiveCfg = Release|x86 {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.Release|x86.Build.0 = Release|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {BFD6A78A-237A-413F-8DC3-8EC6E8C5809C}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.CreateInstaller|x86.ActiveCfg = Release|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Debug|x86.ActiveCfg = Debug|x86 {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Debug|x86.Build.0 = Debug|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Release|Any CPU.ActiveCfg = Release|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Release|Mixed Platforms.Build.0 = Release|x86 {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Release|x86.ActiveCfg = Release|x86 {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.Release|x86.Build.0 = Release|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstaller|x86.ActiveCfg = Release|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstaller|x86.Build.0 = Release|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Debug|Any CPU.ActiveCfg = Debug|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Debug|x86.ActiveCfg = Debug|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Debug|x86.Build.0 = Debug|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Release|Any CPU.ActiveCfg = Release|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Release|Mixed Platforms.Build.0 = Release|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Release|x86.ActiveCfg = Release|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.Release|x86.Build.0 = Release|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {5A91174A-FB95-4C9D-9CA5-81C0B8D4361A}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.CreateInstaller|x86.ActiveCfg = Release|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Debug|Any CPU.ActiveCfg = Debug|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Debug|Mixed Platforms.Build.0 = Debug|x86 {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Debug|x86.ActiveCfg = Debug|x86 {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Debug|x86.Build.0 = Debug|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Release|Any CPU.ActiveCfg = Release|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Release|Mixed Platforms.Build.0 = Release|x86 {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Release|x86.ActiveCfg = Release|x86 {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.Release|x86.Build.0 = Release|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {73AB8619-65A0-4CC7-9024-A8D08C76FBF5}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstaller|x86.ActiveCfg = Release|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstaller|x86.Build.0 = Release|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.Debug|Any CPU.ActiveCfg = Debug|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.Debug|x86.ActiveCfg = Debug|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.Debug|x86.Build.0 = Debug|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.Release|Any CPU.ActiveCfg = Release|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.Release|Mixed Platforms.Build.0 = Release|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.Release|x86.ActiveCfg = Release|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.Release|x86.Build.0 = Release|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E344867E-9AC9-44C8-88A5-8185681679A9}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {E344867E-9AC9-44C8-88A5-8185681679A9}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {06EAFA1E-707B-488A-B360-ECE0F870CACF}.CreateInstaller|x86.ActiveCfg = Release|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {06EAFA1E-707B-488A-B360-ECE0F870CACF}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Debug|Any CPU.ActiveCfg = Debug|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Debug|Mixed Platforms.Build.0 = Debug|x86 {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Debug|x86.ActiveCfg = Debug|x86 {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Debug|x86.Build.0 = Debug|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Release|Any CPU.ActiveCfg = Release|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Release|Mixed Platforms.Build.0 = Release|x86 {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Release|x86.ActiveCfg = Release|x86 {06EAFA1E-707B-488A-B360-ECE0F870CACF}.Release|x86.Build.0 = Release|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {06EAFA1E-707B-488A-B360-ECE0F870CACF}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {06EAFA1E-707B-488A-B360-ECE0F870CACF}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {06EAFA1E-707B-488A-B360-ECE0F870CACF}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstaller|x86.ActiveCfg = Release|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstaller|x86.Build.0 = Release|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Debug|Any CPU.ActiveCfg = Debug|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Debug|Mixed Platforms.Build.0 = Debug|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Debug|x86.ActiveCfg = Debug|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Debug|x86.Build.0 = Debug|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Release|Any CPU.ActiveCfg = Release|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Release|Mixed Platforms.Build.0 = Release|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Release|x86.ActiveCfg = Release|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Release|x86.Build.0 = Release|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FD264FAD-E6F9-47CC-97CD-770199A8E629}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstaller|x86.ActiveCfg = Release|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Debug|Any CPU.ActiveCfg = Debug|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Debug|Mixed Platforms.Build.0 = Debug|x86 {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Debug|x86.ActiveCfg = Debug|x86 {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Debug|x86.Build.0 = Debug|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Release|Any CPU.ActiveCfg = Release|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Release|Mixed Platforms.Build.0 = Release|x86 {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Release|x86.ActiveCfg = Release|x86 {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Release|x86.Build.0 = Release|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstaller|x86.ActiveCfg = Release|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstaller|x86.Build.0 = Release|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.Debug|Any CPU.ActiveCfg = Debug|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.Debug|Mixed Platforms.Build.0 = Debug|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.Debug|x86.ActiveCfg = Debug|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.Debug|x86.Build.0 = Debug|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.Release|Any CPU.ActiveCfg = Release|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.Release|Mixed Platforms.Build.0 = Release|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.Release|x86.ActiveCfg = Release|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.Release|x86.Build.0 = Release|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {52BA7627-CBAB-4209-BE77-3B5F31378277}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {52BA7627-CBAB-4209-BE77-3B5F31378277}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7537DE22-3330-4F21-ABA2-FCEF117B4223}.CreateInstaller|x86.ActiveCfg = Release|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7537DE22-3330-4F21-ABA2-FCEF117B4223}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Debug|x86.ActiveCfg = Debug|x86 {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Debug|x86.Build.0 = Debug|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Release|Any CPU.ActiveCfg = Release|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Release|Mixed Platforms.Build.0 = Release|x86 {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Release|x86.ActiveCfg = Release|x86 {7537DE22-3330-4F21-ABA2-FCEF117B4223}.Release|x86.Build.0 = Release|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7537DE22-3330-4F21-ABA2-FCEF117B4223}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7537DE22-3330-4F21-ABA2-FCEF117B4223}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {7537DE22-3330-4F21-ABA2-FCEF117B4223}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstaller|x86.ActiveCfg = Release|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstaller|x86.Build.0 = Release|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Debug|Mixed Platforms.Build.0 = Debug|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Debug|x86.ActiveCfg = Debug|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Debug|x86.Build.0 = Debug|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Release|Any CPU.ActiveCfg = Release|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Release|Mixed Platforms.Build.0 = Release|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Release|x86.ActiveCfg = Release|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.Release|x86.Build.0 = Release|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {B69D5B6C-6E14-4FA9-9EBC-8F97678CDB70}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.CreateInstaller|x86.ActiveCfg = Release|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Debug|Any CPU.ActiveCfg = Debug|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Debug|Mixed Platforms.Build.0 = Debug|x86 {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Debug|x86.ActiveCfg = Debug|x86 {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Debug|x86.Build.0 = Debug|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Release|Any CPU.ActiveCfg = Release|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Release|Mixed Platforms.Build.0 = Release|x86 {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Release|x86.ActiveCfg = Release|x86 {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.Release|x86.Build.0 = Release|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {CA7B5888-2BC9-4FE2-9F58-FBC6D7ED8221}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstaller|x86.ActiveCfg = Release|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstaller|x86.Build.0 = Release|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Debug|Any CPU.ActiveCfg = Debug|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Debug|Mixed Platforms.Build.0 = Debug|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Debug|x86.ActiveCfg = Debug|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Debug|x86.Build.0 = Debug|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Release|Any CPU.ActiveCfg = Release|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Release|Mixed Platforms.Build.0 = Release|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Release|x86.ActiveCfg = Release|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.Release|x86.Build.0 = Release|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {4A06DF0D-5D75-4BAD-A95A-A3DB9B7C4AD5}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstaller|x86.ActiveCfg = Release|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstaller|x86.Build.0 = Release|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Debug|x86.ActiveCfg = Debug|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Debug|x86.Build.0 = Debug|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Release|Any CPU.ActiveCfg = Release|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Release|Mixed Platforms.Build.0 = Release|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Release|x86.ActiveCfg = Release|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.Release|x86.Build.0 = Release|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2465CCA1-C505-4827-9454-4FD5FD9194CD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {2465CCA1-C505-4827-9454-4FD5FD9194CD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {529C4919-27DE-4DDA-ABD6-537F21B3F223}.CreateInstaller|x86.ActiveCfg = Release|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {529C4919-27DE-4DDA-ABD6-537F21B3F223}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Debug|Any CPU.ActiveCfg = Debug|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Debug|Mixed Platforms.Build.0 = Debug|x86 {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Debug|x86.ActiveCfg = Debug|x86 {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Debug|x86.Build.0 = Debug|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Release|Any CPU.ActiveCfg = Release|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Release|Mixed Platforms.Build.0 = Release|x86 {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Release|x86.ActiveCfg = Release|x86 {529C4919-27DE-4DDA-ABD6-537F21B3F223}.Release|x86.Build.0 = Release|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {529C4919-27DE-4DDA-ABD6-537F21B3F223}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {529C4919-27DE-4DDA-ABD6-537F21B3F223}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {529C4919-27DE-4DDA-ABD6-537F21B3F223}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {03DBE353-99F7-47D6-B826-60D694FFB9AC}.CreateInstaller|x86.ActiveCfg = Release|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {03DBE353-99F7-47D6-B826-60D694FFB9AC}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Debug|Any CPU.ActiveCfg = Debug|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Debug|Mixed Platforms.Build.0 = Debug|x86 {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Debug|x86.ActiveCfg = Debug|x86 {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Debug|x86.Build.0 = Debug|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Release|Any CPU.ActiveCfg = Release|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Release|Mixed Platforms.Build.0 = Release|x86 {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Release|x86.ActiveCfg = Release|x86 {03DBE353-99F7-47D6-B826-60D694FFB9AC}.Release|x86.Build.0 = Release|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {03DBE353-99F7-47D6-B826-60D694FFB9AC}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {03DBE353-99F7-47D6-B826-60D694FFB9AC}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {03DBE353-99F7-47D6-B826-60D694FFB9AC}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.CreateInstaller|x86.ActiveCfg = Release|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Debug|Any CPU.ActiveCfg = Debug|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Debug|x86.ActiveCfg = Debug|x86 {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Debug|x86.Build.0 = Debug|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Release|Any CPU.ActiveCfg = Release|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Release|Mixed Platforms.Build.0 = Release|x86 {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Release|x86.ActiveCfg = Release|x86 {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.Release|x86.Build.0 = Release|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {3EDE00E5-C462-43EF-B8BC-E65D14D7FCF2}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstaller|x86.ActiveCfg = Release|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstaller|x86.Build.0 = Release|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Debug|Any CPU.ActiveCfg = Debug|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Debug|x86.ActiveCfg = Debug|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Debug|x86.Build.0 = Debug|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Release|Any CPU.ActiveCfg = Release|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Release|Mixed Platforms.Build.0 = Release|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Release|x86.ActiveCfg = Release|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.Release|x86.Build.0 = Release|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {14C6F716-64E2-4BC4-A1EF-05865FCEFA4C}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.CreateInstaller|x86.ActiveCfg = Release|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Debug|x86.ActiveCfg = Debug|x86 {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Debug|x86.Build.0 = Debug|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Release|Any CPU.ActiveCfg = Release|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Release|Mixed Platforms.Build.0 = Release|x86 {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Release|x86.ActiveCfg = Release|x86 {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.Release|x86.Build.0 = Release|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9FA83BA2-249B-4A66-A501-1C3DA07F8F86}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstaller|x86.ActiveCfg = Release|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstaller|x86.Build.0 = Release|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Debug|Any CPU.ActiveCfg = Debug|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Debug|x86.ActiveCfg = Debug|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Debug|x86.Build.0 = Debug|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Release|Any CPU.ActiveCfg = Release|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Release|Mixed Platforms.Build.0 = Release|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Release|x86.ActiveCfg = Release|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.Release|x86.Build.0 = Release|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {97F6406A-6338-4863-92A6-0D5C00A5F7C9}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {74E55618-31E4-429A-81FB-30C16C4891ED}.CreateInstaller|x86.ActiveCfg = Release|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {74E55618-31E4-429A-81FB-30C16C4891ED}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.Debug|Any CPU.ActiveCfg = Debug|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.Debug|Mixed Platforms.Build.0 = Debug|x86 {74E55618-31E4-429A-81FB-30C16C4891ED}.Debug|x86.ActiveCfg = Debug|x86 {74E55618-31E4-429A-81FB-30C16C4891ED}.Debug|x86.Build.0 = Debug|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.Release|Any CPU.ActiveCfg = Release|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.Release|Mixed Platforms.Build.0 = Release|x86 {74E55618-31E4-429A-81FB-30C16C4891ED}.Release|x86.ActiveCfg = Release|x86 {74E55618-31E4-429A-81FB-30C16C4891ED}.Release|x86.Build.0 = Release|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {74E55618-31E4-429A-81FB-30C16C4891ED}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {74E55618-31E4-429A-81FB-30C16C4891ED}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {74E55618-31E4-429A-81FB-30C16C4891ED}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstaller|x86.ActiveCfg = Release|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstaller|x86.Build.0 = Release|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Debug|x86.ActiveCfg = Debug|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Debug|x86.Build.0 = Debug|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Release|Any CPU.ActiveCfg = Release|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Release|Mixed Platforms.Build.0 = Release|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Release|x86.ActiveCfg = Release|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.Release|x86.Build.0 = Release|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {90DE728E-48EF-4665-AB38-3D88E41D9F4D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstaller|x86.ActiveCfg = Release|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstaller|x86.Build.0 = Release|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Debug|x86.ActiveCfg = Debug|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Debug|x86.Build.0 = Debug|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Release|Any CPU.ActiveCfg = Release|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Release|Mixed Platforms.Build.0 = Release|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Release|x86.ActiveCfg = Release|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.Release|x86.Build.0 = Release|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C540E627-B95B-4CC0-A1B6-A0BDF74936C7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstaller|x86.ActiveCfg = Release|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstaller|x86.Build.0 = Release|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Debug|Any CPU.ActiveCfg = Debug|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Debug|Mixed Platforms.Build.0 = Debug|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Debug|x86.ActiveCfg = Debug|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Debug|x86.Build.0 = Debug|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Release|Any CPU.ActiveCfg = Release|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Release|Mixed Platforms.Build.0 = Release|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Release|x86.ActiveCfg = Release|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.Release|x86.Build.0 = Release|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.CreateInstaller|x86.ActiveCfg = Release|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Debug|Any CPU.ActiveCfg = Debug|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Debug|Mixed Platforms.Build.0 = Debug|x86 {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Debug|x86.ActiveCfg = Debug|x86 {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Debug|x86.Build.0 = Debug|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Release|Any CPU.ActiveCfg = Release|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Release|Mixed Platforms.Build.0 = Release|x86 {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Release|x86.ActiveCfg = Release|x86 {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.Release|x86.Build.0 = Release|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {8E37F9DA-8FA8-4DF0-A639-47A7B44F2ECA}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BB42D568-A8FE-490C-B676-7E84EB91EE45}.CreateInstaller|x86.ActiveCfg = Release|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BB42D568-A8FE-490C-B676-7E84EB91EE45}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Debug|Any CPU.ActiveCfg = Debug|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Debug|x86.ActiveCfg = Debug|x86 {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Debug|x86.Build.0 = Debug|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Release|Any CPU.ActiveCfg = Release|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Release|Mixed Platforms.Build.0 = Release|x86 {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Release|x86.ActiveCfg = Release|x86 {BB42D568-A8FE-490C-B676-7E84EB91EE45}.Release|x86.Build.0 = Release|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB42D568-A8FE-490C-B676-7E84EB91EE45}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BB42D568-A8FE-490C-B676-7E84EB91EE45}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {BB42D568-A8FE-490C-B676-7E84EB91EE45}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {632403D0-E54F-4718-A694-8AD47C4CB301}.CreateInstaller|x86.ActiveCfg = Release|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {632403D0-E54F-4718-A694-8AD47C4CB301}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.Debug|Any CPU.ActiveCfg = Debug|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.Debug|Mixed Platforms.Build.0 = Debug|x86 {632403D0-E54F-4718-A694-8AD47C4CB301}.Debug|x86.ActiveCfg = Debug|x86 {632403D0-E54F-4718-A694-8AD47C4CB301}.Debug|x86.Build.0 = Debug|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.Release|Any CPU.ActiveCfg = Release|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.Release|Mixed Platforms.Build.0 = Release|x86 {632403D0-E54F-4718-A694-8AD47C4CB301}.Release|x86.ActiveCfg = Release|x86 {632403D0-E54F-4718-A694-8AD47C4CB301}.Release|x86.Build.0 = Release|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {632403D0-E54F-4718-A694-8AD47C4CB301}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {632403D0-E54F-4718-A694-8AD47C4CB301}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {632403D0-E54F-4718-A694-8AD47C4CB301}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.CreateInstaller|x86.ActiveCfg = Release|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Debug|x86.ActiveCfg = Debug|x86 {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Debug|x86.Build.0 = Debug|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Release|Any CPU.ActiveCfg = Release|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Release|Mixed Platforms.Build.0 = Release|x86 {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Release|x86.ActiveCfg = Release|x86 {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.Release|x86.Build.0 = Release|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {BB9D13C5-2672-4F61-93B3-8EA361399BDD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstaller|x86.ActiveCfg = Release|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstaller|x86.Build.0 = Release|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Debug|x86.ActiveCfg = Debug|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Debug|x86.Build.0 = Debug|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Release|Any CPU.ActiveCfg = Release|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Release|Mixed Platforms.Build.0 = Release|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Release|x86.ActiveCfg = Release|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.Release|x86.Build.0 = Release|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstaller|x86.ActiveCfg = Release|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstaller|x86.Build.0 = Release|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Debug|x86.ActiveCfg = Debug|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Debug|x86.Build.0 = Debug|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Release|Any CPU.ActiveCfg = Release|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Release|Mixed Platforms.Build.0 = Release|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Release|x86.ActiveCfg = Release|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.Release|x86.Build.0 = Release|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F0BCF06A-3D01-4D65-A249-E2A14AEC6EFD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstaller|x86.ActiveCfg = Release|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstaller|x86.Build.0 = Release|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Debug|x86.ActiveCfg = Debug|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Debug|x86.Build.0 = Debug|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Release|Any CPU.ActiveCfg = Release|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Release|Mixed Platforms.Build.0 = Release|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Release|x86.ActiveCfg = Release|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.Release|x86.Build.0 = Release|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9AF85B2B-8D78-43C5-9542-FBB3A14EAB36}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstaller|x86.ActiveCfg = Release|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstaller|x86.Build.0 = Release|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.Debug|Mixed Platforms.Build.0 = Debug|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.Debug|x86.ActiveCfg = Debug|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.Debug|x86.Build.0 = Debug|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.Release|Any CPU.ActiveCfg = Release|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.Release|Mixed Platforms.Build.0 = Release|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.Release|x86.ActiveCfg = Release|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.Release|x86.Build.0 = Release|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {20DD96D3-001E-407A-AE2E-432887088F1F}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {20DD96D3-001E-407A-AE2E-432887088F1F}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.CreateInstaller|x86.ActiveCfg = Release|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.Debug|Any CPU.ActiveCfg = Debug|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.Debug|Mixed Platforms.Build.0 = Debug|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.Debug|x86.ActiveCfg = Debug|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.Debug|x86.Build.0 = Debug|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.Release|Any CPU.ActiveCfg = Release|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.Release|Mixed Platforms.Build.0 = Release|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.Release|x86.ActiveCfg = Release|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.Release|x86.Build.0 = Release|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {18078167-A1C8-4545-BFAC-236E5386D4AA}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstaller|x86.ActiveCfg = Release|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.Debug|x86.ActiveCfg = Debug|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.Debug|x86.Build.0 = Debug|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.Release|Any CPU.ActiveCfg = Release|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.Release|Mixed Platforms.Build.0 = Release|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.Release|x86.ActiveCfg = Release|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.Release|x86.Build.0 = Release|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F54583EA-781F-46AA-994E-C923AC6FB04F}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FDD76810-A809-4196-87B2-FF2A25DD141D}.CreateInstaller|x86.ActiveCfg = Release|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FDD76810-A809-4196-87B2-FF2A25DD141D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {FDD76810-A809-4196-87B2-FF2A25DD141D}.Debug|x86.ActiveCfg = Debug|x86 {FDD76810-A809-4196-87B2-FF2A25DD141D}.Debug|x86.Build.0 = Debug|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.Release|Any CPU.ActiveCfg = Release|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.Release|Mixed Platforms.Build.0 = Release|x86 {FDD76810-A809-4196-87B2-FF2A25DD141D}.Release|x86.ActiveCfg = Release|x86 {FDD76810-A809-4196-87B2-FF2A25DD141D}.Release|x86.Build.0 = Release|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FDD76810-A809-4196-87B2-FF2A25DD141D}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FDD76810-A809-4196-87B2-FF2A25DD141D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {FDD76810-A809-4196-87B2-FF2A25DD141D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {EE14E459-FEDF-4660-8902-E677F1AA463B}.CreateInstaller|x86.ActiveCfg = Release|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {EE14E459-FEDF-4660-8902-E677F1AA463B}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.Debug|Any CPU.ActiveCfg = Debug|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.Debug|Mixed Platforms.Build.0 = Debug|x86 {EE14E459-FEDF-4660-8902-E677F1AA463B}.Debug|x86.ActiveCfg = Debug|x86 {EE14E459-FEDF-4660-8902-E677F1AA463B}.Debug|x86.Build.0 = Debug|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.Release|Any CPU.ActiveCfg = Release|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.Release|Mixed Platforms.Build.0 = Release|x86 {EE14E459-FEDF-4660-8902-E677F1AA463B}.Release|x86.ActiveCfg = Release|x86 {EE14E459-FEDF-4660-8902-E677F1AA463B}.Release|x86.Build.0 = Release|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {EE14E459-FEDF-4660-8902-E677F1AA463B}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {EE14E459-FEDF-4660-8902-E677F1AA463B}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {EE14E459-FEDF-4660-8902-E677F1AA463B}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.CreateInstaller|x86.ActiveCfg = Release|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Debug|x86.ActiveCfg = Debug|x86 {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Debug|x86.Build.0 = Debug|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Release|Any CPU.ActiveCfg = Release|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Release|Mixed Platforms.Build.0 = Release|x86 {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Release|x86.ActiveCfg = Release|x86 {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.Release|x86.Build.0 = Release|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C2DC616D-80F1-46F3-B6ED-CCCB13F64974}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4843D6E5-066F-4795-94F5-1D53932DD03C}.CreateInstaller|x86.ActiveCfg = Release|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4843D6E5-066F-4795-94F5-1D53932DD03C}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.Debug|Any CPU.ActiveCfg = Debug|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {4843D6E5-066F-4795-94F5-1D53932DD03C}.Debug|x86.ActiveCfg = Debug|x86 {4843D6E5-066F-4795-94F5-1D53932DD03C}.Debug|x86.Build.0 = Debug|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.Release|Any CPU.ActiveCfg = Release|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.Release|Mixed Platforms.Build.0 = Release|x86 {4843D6E5-066F-4795-94F5-1D53932DD03C}.Release|x86.ActiveCfg = Release|x86 {4843D6E5-066F-4795-94F5-1D53932DD03C}.Release|x86.Build.0 = Release|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4843D6E5-066F-4795-94F5-1D53932DD03C}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4843D6E5-066F-4795-94F5-1D53932DD03C}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {4843D6E5-066F-4795-94F5-1D53932DD03C}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.CreateInstaller|x86.ActiveCfg = Release|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Debug|x86.ActiveCfg = Debug|x86 {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Debug|x86.Build.0 = Debug|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Release|Any CPU.ActiveCfg = Release|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Release|Mixed Platforms.Build.0 = Release|x86 {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Release|x86.ActiveCfg = Release|x86 {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.Release|x86.Build.0 = Release|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {7C78463D-09B1-455C-B58E-B8EDC9FBCB60}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstaller|x86.ActiveCfg = Release|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstaller|x86.Build.0 = Release|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Debug|x86.ActiveCfg = Debug|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Debug|x86.Build.0 = Debug|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Release|Any CPU.ActiveCfg = Release|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Release|Mixed Platforms.Build.0 = Release|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Release|x86.ActiveCfg = Release|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.Release|x86.Build.0 = Release|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D951D6DA-FE83-4920-9FDB-63BF96480B54}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D951D6DA-FE83-4920-9FDB-63BF96480B54}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.CreateInstaller|x86.ActiveCfg = Release|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Debug|Mixed Platforms.Build.0 = Debug|x86 {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Debug|x86.ActiveCfg = Debug|x86 {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Debug|x86.Build.0 = Debug|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Release|Any CPU.ActiveCfg = Release|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Release|Mixed Platforms.Build.0 = Release|x86 {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Release|x86.ActiveCfg = Release|x86 {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.Release|x86.Build.0 = Release|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {915A3B93-38F6-4D8B-8204-BE7F4FB0043F}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstaller|x86.ActiveCfg = Release|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstaller|x86.Build.0 = Release|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Debug|Any CPU.ActiveCfg = Debug|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Debug|Mixed Platforms.Build.0 = Debug|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Debug|x86.ActiveCfg = Debug|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Debug|x86.Build.0 = Debug|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Release|Any CPU.ActiveCfg = Release|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Release|Mixed Platforms.Build.0 = Release|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Release|x86.ActiveCfg = Release|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.Release|x86.Build.0 = Release|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {5D158D8E-A5EB-489C-A885-87E13BC0D3B3}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D7801688-3DD7-407F-9302-F4FD82B1F499}.CreateInstaller|x86.ActiveCfg = Release|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D7801688-3DD7-407F-9302-F4FD82B1F499}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D7801688-3DD7-407F-9302-F4FD82B1F499}.Debug|x86.ActiveCfg = Debug|x86 {D7801688-3DD7-407F-9302-F4FD82B1F499}.Debug|x86.Build.0 = Debug|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.Release|Any CPU.ActiveCfg = Release|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.Release|Mixed Platforms.Build.0 = Release|x86 {D7801688-3DD7-407F-9302-F4FD82B1F499}.Release|x86.ActiveCfg = Release|x86 {D7801688-3DD7-407F-9302-F4FD82B1F499}.Release|x86.Build.0 = Release|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D7801688-3DD7-407F-9302-F4FD82B1F499}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D7801688-3DD7-407F-9302-F4FD82B1F499}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D7801688-3DD7-407F-9302-F4FD82B1F499}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstaller|x86.ActiveCfg = Release|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstaller|x86.Build.0 = Release|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Debug|x86.ActiveCfg = Debug|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Debug|x86.Build.0 = Debug|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Release|Any CPU.ActiveCfg = Release|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Release|Mixed Platforms.Build.0 = Release|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Release|x86.ActiveCfg = Release|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.Release|x86.Build.0 = Release|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {28811C4A-6C18-42C1-88B2-A03A3784E2D0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.CreateInstaller|x86.ActiveCfg = Release|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Debug|Any CPU.ActiveCfg = Debug|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Debug|x86.ActiveCfg = Debug|x86 {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Debug|x86.Build.0 = Debug|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Release|Any CPU.ActiveCfg = Release|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Release|Mixed Platforms.Build.0 = Release|x86 {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Release|x86.ActiveCfg = Release|x86 {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.Release|x86.Build.0 = Release|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {BCD3E6DD-FF6D-47CC-8299-667B154BC565}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstaller|x86.ActiveCfg = Release|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstaller|x86.Build.0 = Release|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.Debug|Any CPU.ActiveCfg = Debug|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.Debug|x86.ActiveCfg = Debug|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.Debug|x86.Build.0 = Debug|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.Release|Any CPU.ActiveCfg = Release|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.Release|Mixed Platforms.Build.0 = Release|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.Release|x86.ActiveCfg = Release|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.Release|x86.Build.0 = Release|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {88665510-CE20-4EF5-BE4A-39800720AA2C}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {88665510-CE20-4EF5-BE4A-39800720AA2C}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E23513DE-B7D0-4415-BCDF-5A33CD084388}.CreateInstaller|x86.ActiveCfg = Release|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E23513DE-B7D0-4415-BCDF-5A33CD084388}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Debug|Any CPU.ActiveCfg = Debug|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Debug|x86.ActiveCfg = Debug|x86 {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Debug|x86.Build.0 = Debug|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Release|Any CPU.ActiveCfg = Release|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Release|Mixed Platforms.Build.0 = Release|x86 {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Release|x86.ActiveCfg = Release|x86 {E23513DE-B7D0-4415-BCDF-5A33CD084388}.Release|x86.Build.0 = Release|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E23513DE-B7D0-4415-BCDF-5A33CD084388}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E23513DE-B7D0-4415-BCDF-5A33CD084388}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {E23513DE-B7D0-4415-BCDF-5A33CD084388}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {74CBA865-9338-447F-BAD9-28312446AE84}.CreateInstaller|x86.ActiveCfg = Release|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {74CBA865-9338-447F-BAD9-28312446AE84}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.Debug|Any CPU.ActiveCfg = Debug|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.Debug|Mixed Platforms.Build.0 = Debug|x86 {74CBA865-9338-447F-BAD9-28312446AE84}.Debug|x86.ActiveCfg = Debug|x86 {74CBA865-9338-447F-BAD9-28312446AE84}.Debug|x86.Build.0 = Debug|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.Release|Any CPU.ActiveCfg = Release|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.Release|Mixed Platforms.Build.0 = Release|x86 {74CBA865-9338-447F-BAD9-28312446AE84}.Release|x86.ActiveCfg = Release|x86 {74CBA865-9338-447F-BAD9-28312446AE84}.Release|x86.Build.0 = Release|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {74CBA865-9338-447F-BAD9-28312446AE84}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {74CBA865-9338-447F-BAD9-28312446AE84}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {74CBA865-9338-447F-BAD9-28312446AE84}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {89A94832-5337-4177-97D0-92CD77A375D7}.CreateInstaller|x86.ActiveCfg = Release|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {89A94832-5337-4177-97D0-92CD77A375D7}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.Debug|Any CPU.ActiveCfg = Debug|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.Debug|Mixed Platforms.Build.0 = Debug|x86 {89A94832-5337-4177-97D0-92CD77A375D7}.Debug|x86.ActiveCfg = Debug|x86 {89A94832-5337-4177-97D0-92CD77A375D7}.Debug|x86.Build.0 = Debug|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.Release|Any CPU.ActiveCfg = Release|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.Release|Mixed Platforms.Build.0 = Release|x86 {89A94832-5337-4177-97D0-92CD77A375D7}.Release|x86.ActiveCfg = Release|x86 {89A94832-5337-4177-97D0-92CD77A375D7}.Release|x86.Build.0 = Release|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {89A94832-5337-4177-97D0-92CD77A375D7}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {89A94832-5337-4177-97D0-92CD77A375D7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {89A94832-5337-4177-97D0-92CD77A375D7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstaller|x86.ActiveCfg = Release|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstaller|x86.Build.0 = Release|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.Debug|Mixed Platforms.Build.0 = Debug|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.Debug|x86.ActiveCfg = Debug|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.Debug|x86.Build.0 = Debug|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.Release|Any CPU.ActiveCfg = Release|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.Release|Mixed Platforms.Build.0 = Release|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.Release|x86.ActiveCfg = Release|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.Release|x86.Build.0 = Release|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99573570-EE00-4264-8147-26A1B25DB23F}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {99573570-EE00-4264-8147-26A1B25DB23F}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5C19638A-3CC5-496F-8552-385785E728E3}.CreateInstaller|x86.ActiveCfg = Release|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5C19638A-3CC5-496F-8552-385785E728E3}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.Debug|Any CPU.ActiveCfg = Debug|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.Debug|Mixed Platforms.Build.0 = Debug|x86 {5C19638A-3CC5-496F-8552-385785E728E3}.Debug|x86.ActiveCfg = Debug|x86 {5C19638A-3CC5-496F-8552-385785E728E3}.Debug|x86.Build.0 = Debug|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.Release|Any CPU.ActiveCfg = Release|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.Release|Mixed Platforms.Build.0 = Release|x86 {5C19638A-3CC5-496F-8552-385785E728E3}.Release|x86.ActiveCfg = Release|x86 {5C19638A-3CC5-496F-8552-385785E728E3}.Release|x86.Build.0 = Release|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5C19638A-3CC5-496F-8552-385785E728E3}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5C19638A-3CC5-496F-8552-385785E728E3}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {5C19638A-3CC5-496F-8552-385785E728E3}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A2451981-99DA-4605-8396-F2222D25EBB7}.CreateInstaller|x86.ActiveCfg = Release|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A2451981-99DA-4605-8396-F2222D25EBB7}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.Debug|Any CPU.ActiveCfg = Debug|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.Debug|Mixed Platforms.Build.0 = Debug|x86 {A2451981-99DA-4605-8396-F2222D25EBB7}.Debug|x86.ActiveCfg = Debug|x86 {A2451981-99DA-4605-8396-F2222D25EBB7}.Debug|x86.Build.0 = Debug|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.Release|Any CPU.ActiveCfg = Release|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.Release|Mixed Platforms.Build.0 = Release|x86 {A2451981-99DA-4605-8396-F2222D25EBB7}.Release|x86.ActiveCfg = Release|x86 {A2451981-99DA-4605-8396-F2222D25EBB7}.Release|x86.Build.0 = Release|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A2451981-99DA-4605-8396-F2222D25EBB7}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A2451981-99DA-4605-8396-F2222D25EBB7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {A2451981-99DA-4605-8396-F2222D25EBB7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstaller|x86.ActiveCfg = Release|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstaller|x86.Build.0 = Release|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Debug|Any CPU.ActiveCfg = Debug|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Debug|Mixed Platforms.Build.0 = Debug|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Debug|x86.ActiveCfg = Debug|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Debug|x86.Build.0 = Debug|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Release|Any CPU.ActiveCfg = Release|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Release|Mixed Platforms.Build.0 = Release|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Release|x86.ActiveCfg = Release|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.Release|x86.Build.0 = Release|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {4163B996-3455-4324-A38A-9F2F0E6FCB52}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {4163B996-3455-4324-A38A-9F2F0E6FCB52}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.CreateInstaller|x86.ActiveCfg = Release|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Debug|Any CPU.ActiveCfg = Debug|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Debug|Mixed Platforms.Build.0 = Debug|x86 {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Debug|x86.ActiveCfg = Debug|x86 {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Debug|x86.Build.0 = Debug|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Release|Any CPU.ActiveCfg = Release|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Release|Mixed Platforms.Build.0 = Release|x86 {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Release|x86.ActiveCfg = Release|x86 {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.Release|x86.Build.0 = Release|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {45EF3071-5C30-40AA-8B99-CE174DCEEE48}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstaller|x86.ActiveCfg = Release|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstaller|x86.Build.0 = Release|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Debug|Any CPU.ActiveCfg = Debug|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Debug|Mixed Platforms.Build.0 = Debug|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Debug|x86.ActiveCfg = Debug|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Debug|x86.Build.0 = Debug|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Release|Any CPU.ActiveCfg = Release|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Release|Mixed Platforms.Build.0 = Release|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Release|x86.ActiveCfg = Release|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.Release|x86.Build.0 = Release|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {610E0A9C-1997-4C43-A10E-39D4C66ADA93}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.CreateInstaller|x86.ActiveCfg = Release|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Debug|Any CPU.ActiveCfg = Debug|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Debug|Mixed Platforms.Build.0 = Debug|x86 {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Debug|x86.ActiveCfg = Debug|x86 {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Debug|x86.Build.0 = Debug|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Release|Any CPU.ActiveCfg = Release|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Release|Mixed Platforms.Build.0 = Release|x86 {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Release|x86.ActiveCfg = Release|x86 {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.Release|x86.Build.0 = Release|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {93AB5AFB-F58E-4EC4-A25E-FF439B1895E7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F3695FB7-4C1F-499D-B283-2CF159500117}.CreateInstaller|x86.ActiveCfg = Release|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F3695FB7-4C1F-499D-B283-2CF159500117}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F3695FB7-4C1F-499D-B283-2CF159500117}.Debug|x86.ActiveCfg = Debug|x86 {F3695FB7-4C1F-499D-B283-2CF159500117}.Debug|x86.Build.0 = Debug|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.Release|Any CPU.ActiveCfg = Release|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.Release|Mixed Platforms.Build.0 = Release|x86 {F3695FB7-4C1F-499D-B283-2CF159500117}.Release|x86.ActiveCfg = Release|x86 {F3695FB7-4C1F-499D-B283-2CF159500117}.Release|x86.Build.0 = Release|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F3695FB7-4C1F-499D-B283-2CF159500117}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F3695FB7-4C1F-499D-B283-2CF159500117}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F3695FB7-4C1F-499D-B283-2CF159500117}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstaller|x86.ActiveCfg = Release|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstaller|x86.Build.0 = Release|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.Debug|x86.ActiveCfg = Debug|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.Debug|x86.Build.0 = Debug|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.Release|Any CPU.ActiveCfg = Release|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.Release|Mixed Platforms.Build.0 = Release|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.Release|x86.ActiveCfg = Release|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.Release|x86.Build.0 = Release|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B479E3AF-7C34-488C-BB73-D324100D36C9}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {B479E3AF-7C34-488C-BB73-D324100D36C9}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstaller|x86.ActiveCfg = Release|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstaller|x86.Build.0 = Release|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Debug|x86.ActiveCfg = Debug|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Debug|x86.Build.0 = Debug|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Release|Any CPU.ActiveCfg = Release|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Release|Mixed Platforms.Build.0 = Release|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Release|x86.ActiveCfg = Release|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.Release|x86.Build.0 = Release|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {CF6B8598-2993-4A8E-801D-121CC0EF358E}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {CF6B8598-2993-4A8E-801D-121CC0EF358E}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstaller|x86.ActiveCfg = Release|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstaller|x86.Build.0 = Release|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Debug|x86.ActiveCfg = Debug|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Debug|x86.Build.0 = Debug|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Release|Any CPU.ActiveCfg = Release|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Release|Mixed Platforms.Build.0 = Release|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Release|x86.ActiveCfg = Release|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.Release|x86.Build.0 = Release|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {8E4E1877-697A-45D3-81CF-169EFDF65AA0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstaller|x86.ActiveCfg = Release|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstaller|x86.Build.0 = Release|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Debug|x86.ActiveCfg = Debug|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Debug|x86.Build.0 = Debug|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Release|Any CPU.ActiveCfg = Release|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Release|Mixed Platforms.Build.0 = Release|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Release|x86.ActiveCfg = Release|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.Release|x86.Build.0 = Release|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9DDC42CC-A2CC-4900-A711-AA1DD6D3A94A}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstaller|x86.ActiveCfg = Release|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstaller|x86.Build.0 = Release|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Debug|Any CPU.ActiveCfg = Debug|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Debug|Mixed Platforms.Build.0 = Debug|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Debug|x86.ActiveCfg = Debug|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Debug|x86.Build.0 = Debug|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Release|Any CPU.ActiveCfg = Release|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Release|Mixed Platforms.Build.0 = Release|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Release|x86.ActiveCfg = Release|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.Release|x86.Build.0 = Release|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {66DD5FFB-EE06-40F2-9260-01F26D6FD1B4}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.CreateInstaller|x86.ActiveCfg = Release|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Debug|x86.ActiveCfg = Debug|x86 {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Debug|x86.Build.0 = Debug|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Release|Any CPU.ActiveCfg = Release|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Release|Mixed Platforms.Build.0 = Release|x86 {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Release|x86.ActiveCfg = Release|x86 {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.Release|x86.Build.0 = Release|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {36EADA20-B58D-4AF6-9B66-B567C81B7AD0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.CreateInstaller|x86.ActiveCfg = Release|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Debug|Any CPU.ActiveCfg = Debug|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Debug|Mixed Platforms.Build.0 = Debug|x86 {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Debug|x86.ActiveCfg = Debug|x86 {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Debug|x86.Build.0 = Debug|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Release|Any CPU.ActiveCfg = Release|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Release|Mixed Platforms.Build.0 = Release|x86 {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Release|x86.ActiveCfg = Release|x86 {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.Release|x86.Build.0 = Release|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {04EEF93B-DEC5-4D8B-B50F-5D99B7D7B467}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.CreateInstaller|x86.ActiveCfg = Release|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Debug|Any CPU.ActiveCfg = Debug|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Debug|x86.ActiveCfg = Debug|x86 {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Debug|x86.Build.0 = Debug|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Release|Any CPU.ActiveCfg = Release|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Release|Mixed Platforms.Build.0 = Release|x86 {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Release|x86.ActiveCfg = Release|x86 {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.Release|x86.Build.0 = Release|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {BDF21BAD-0879-4B94-9C6C-1D55A5966495}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.CreateInstaller|x86.ActiveCfg = Release|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Debug|Any CPU.ActiveCfg = Debug|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Debug|Mixed Platforms.Build.0 = Debug|x86 {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Debug|x86.ActiveCfg = Debug|x86 {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Debug|x86.Build.0 = Debug|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Release|Any CPU.ActiveCfg = Release|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Release|Mixed Platforms.Build.0 = Release|x86 {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Release|x86.ActiveCfg = Release|x86 {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.Release|x86.Build.0 = Release|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {455A95F7-9D9E-4C6D-B49A-D7DC6891FB24}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {55B8542A-1E52-4AE8-9F31-E3404D761716}.CreateInstaller|x86.ActiveCfg = Release|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {55B8542A-1E52-4AE8-9F31-E3404D761716}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.Debug|Any CPU.ActiveCfg = Debug|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.Debug|Mixed Platforms.Build.0 = Debug|x86 {55B8542A-1E52-4AE8-9F31-E3404D761716}.Debug|x86.ActiveCfg = Debug|x86 {55B8542A-1E52-4AE8-9F31-E3404D761716}.Debug|x86.Build.0 = Debug|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.Release|Any CPU.ActiveCfg = Release|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.Release|Mixed Platforms.Build.0 = Release|x86 {55B8542A-1E52-4AE8-9F31-E3404D761716}.Release|x86.ActiveCfg = Release|x86 {55B8542A-1E52-4AE8-9F31-E3404D761716}.Release|x86.Build.0 = Release|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {55B8542A-1E52-4AE8-9F31-E3404D761716}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {55B8542A-1E52-4AE8-9F31-E3404D761716}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {55B8542A-1E52-4AE8-9F31-E3404D761716}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstaller|x86.ActiveCfg = Release|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstaller|x86.Build.0 = Release|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.Debug|Any CPU.ActiveCfg = Debug|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.Debug|x86.ActiveCfg = Debug|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.Debug|x86.Build.0 = Debug|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.Release|Any CPU.ActiveCfg = Release|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.Release|Mixed Platforms.Build.0 = Release|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.Release|x86.ActiveCfg = Release|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.Release|x86.Build.0 = Release|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E7225477-577F-4A17-B7EC-6721158E1543}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {E7225477-577F-4A17-B7EC-6721158E1543}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstaller|x86.ActiveCfg = Release|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstaller|x86.Build.0 = Release|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Debug|Any CPU.ActiveCfg = Debug|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Debug|Mixed Platforms.Build.0 = Debug|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Debug|x86.ActiveCfg = Debug|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Debug|x86.Build.0 = Debug|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Release|Any CPU.ActiveCfg = Release|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Release|Mixed Platforms.Build.0 = Release|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Release|x86.ActiveCfg = Release|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.Release|x86.Build.0 = Release|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {41B829C1-630F-40B0-8BEE-B1C4C94EC8C4}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstaller|x86.ActiveCfg = Release|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstaller|x86.Build.0 = Release|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Debug|x86.ActiveCfg = Debug|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Debug|x86.Build.0 = Debug|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Release|Any CPU.ActiveCfg = Release|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Release|Mixed Platforms.Build.0 = Release|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Release|x86.ActiveCfg = Release|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.Release|x86.Build.0 = Release|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9B3ED064-E29F-4D38-85E0-3A82B77BA702}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstaller|x86.ActiveCfg = Release|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstaller|x86.Build.0 = Release|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Debug|Any CPU.ActiveCfg = Debug|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Debug|Mixed Platforms.Build.0 = Debug|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Debug|x86.ActiveCfg = Debug|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Debug|x86.Build.0 = Debug|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Release|Any CPU.ActiveCfg = Release|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Release|Mixed Platforms.Build.0 = Release|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Release|x86.ActiveCfg = Release|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.Release|x86.Build.0 = Release|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {18E9F7C8-3170-4E9D-8D9F-1378225EED90}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {45AD766E-8396-4505-B9FF-998CFE2D90D0}.CreateInstaller|x86.ActiveCfg = Release|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {45AD766E-8396-4505-B9FF-998CFE2D90D0}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Debug|Any CPU.ActiveCfg = Debug|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Debug|Mixed Platforms.Build.0 = Debug|x86 {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Debug|x86.ActiveCfg = Debug|x86 {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Debug|x86.Build.0 = Debug|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Release|Any CPU.ActiveCfg = Release|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Release|Mixed Platforms.Build.0 = Release|x86 {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Release|x86.ActiveCfg = Release|x86 {45AD766E-8396-4505-B9FF-998CFE2D90D0}.Release|x86.Build.0 = Release|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {45AD766E-8396-4505-B9FF-998CFE2D90D0}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {45AD766E-8396-4505-B9FF-998CFE2D90D0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {45AD766E-8396-4505-B9FF-998CFE2D90D0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BEB8902D-5964-434F-8C37-AC8050C3D683}.CreateInstaller|x86.ActiveCfg = Release|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BEB8902D-5964-434F-8C37-AC8050C3D683}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.Debug|Any CPU.ActiveCfg = Debug|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.Debug|Mixed Platforms.Build.0 = Debug|x86 {BEB8902D-5964-434F-8C37-AC8050C3D683}.Debug|x86.ActiveCfg = Debug|x86 {BEB8902D-5964-434F-8C37-AC8050C3D683}.Debug|x86.Build.0 = Debug|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.Release|Any CPU.ActiveCfg = Release|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.Release|Mixed Platforms.Build.0 = Release|x86 {BEB8902D-5964-434F-8C37-AC8050C3D683}.Release|x86.ActiveCfg = Release|x86 {BEB8902D-5964-434F-8C37-AC8050C3D683}.Release|x86.Build.0 = Release|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {BEB8902D-5964-434F-8C37-AC8050C3D683}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {BEB8902D-5964-434F-8C37-AC8050C3D683}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {BEB8902D-5964-434F-8C37-AC8050C3D683}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.CreateInstaller|x86.ActiveCfg = Release|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Debug|x86.ActiveCfg = Debug|x86 {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Debug|x86.Build.0 = Debug|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Release|Any CPU.ActiveCfg = Release|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Release|Mixed Platforms.Build.0 = Release|x86 {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Release|x86.ActiveCfg = Release|x86 {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.Release|x86.Build.0 = Release|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.CreateInstaller|x86.ActiveCfg = Release|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Debug|x86.ActiveCfg = Debug|x86 {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Debug|x86.Build.0 = Debug|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Release|Any CPU.ActiveCfg = Release|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Release|Mixed Platforms.Build.0 = Release|x86 {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Release|x86.ActiveCfg = Release|x86 {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.Release|x86.Build.0 = Release|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstaller|x86.ActiveCfg = Release|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstaller|x86.Build.0 = Release|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.Debug|Any CPU.ActiveCfg = Debug|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.Debug|Mixed Platforms.Build.0 = Debug|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.Debug|x86.ActiveCfg = Debug|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.Debug|x86.Build.0 = Debug|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.Release|Any CPU.ActiveCfg = Release|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.Release|Mixed Platforms.Build.0 = Release|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.Release|x86.ActiveCfg = Release|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.Release|x86.Build.0 = Release|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {567E0B69-5280-41CE-ADD6-443725A61C86}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {567E0B69-5280-41CE-ADD6-443725A61C86}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstaller|x86.ActiveCfg = Release|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstaller|x86.Build.0 = Release|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Debug|x86.ActiveCfg = Debug|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Debug|x86.Build.0 = Debug|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Release|Any CPU.ActiveCfg = Release|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Release|Mixed Platforms.Build.0 = Release|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Release|x86.ActiveCfg = Release|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.Release|x86.Build.0 = Release|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {1AC97B51-88C2-437D-89E6-65C69AB3CCAD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstaller|x86.ActiveCfg = Release|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstaller|x86.Build.0 = Release|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.Debug|Any CPU.ActiveCfg = Debug|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.Debug|Mixed Platforms.Build.0 = Debug|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.Debug|x86.ActiveCfg = Debug|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.Debug|x86.Build.0 = Debug|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.Release|Any CPU.ActiveCfg = Release|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.Release|Mixed Platforms.Build.0 = Release|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.Release|x86.ActiveCfg = Release|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.Release|x86.Build.0 = Release|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {83A782F1-BA78-4D5C-B213-39066605AFD8}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {83A782F1-BA78-4D5C-B213-39066605AFD8}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3E58A6FA-F383-4606-9BA9-7994C6007C83}.CreateInstaller|x86.ActiveCfg = Release|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3E58A6FA-F383-4606-9BA9-7994C6007C83}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Debug|Any CPU.ActiveCfg = Debug|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Debug|x86.ActiveCfg = Debug|x86 {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Debug|x86.Build.0 = Debug|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Release|Any CPU.ActiveCfg = Release|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Release|Mixed Platforms.Build.0 = Release|x86 {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Release|x86.ActiveCfg = Release|x86 {3E58A6FA-F383-4606-9BA9-7994C6007C83}.Release|x86.Build.0 = Release|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3E58A6FA-F383-4606-9BA9-7994C6007C83}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3E58A6FA-F383-4606-9BA9-7994C6007C83}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {3E58A6FA-F383-4606-9BA9-7994C6007C83}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.CreateInstaller|x86.ActiveCfg = Release|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Debug|x86.ActiveCfg = Debug|x86 {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Debug|x86.Build.0 = Debug|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Release|Any CPU.ActiveCfg = Release|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Release|Mixed Platforms.Build.0 = Release|x86 {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Release|x86.ActiveCfg = Release|x86 {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.Release|x86.Build.0 = Release|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {B2EF69C0-C3E7-4F38-82F3-EA3C747AEC9D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99980C97-7018-4A2B-9C2D-4B434BF344AD}.CreateInstaller|x86.ActiveCfg = Release|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99980C97-7018-4A2B-9C2D-4B434BF344AD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Debug|x86.ActiveCfg = Debug|x86 {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Debug|x86.Build.0 = Debug|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Release|Any CPU.ActiveCfg = Release|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Release|Mixed Platforms.Build.0 = Release|x86 {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Release|x86.ActiveCfg = Release|x86 {99980C97-7018-4A2B-9C2D-4B434BF344AD}.Release|x86.Build.0 = Release|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99980C97-7018-4A2B-9C2D-4B434BF344AD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99980C97-7018-4A2B-9C2D-4B434BF344AD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {99980C97-7018-4A2B-9C2D-4B434BF344AD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstaller|x86.ActiveCfg = Release|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstaller|x86.Build.0 = Release|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Debug|Any CPU.ActiveCfg = Debug|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Debug|Mixed Platforms.Build.0 = Debug|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Debug|x86.ActiveCfg = Debug|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Debug|x86.Build.0 = Debug|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Release|Any CPU.ActiveCfg = Release|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Release|Mixed Platforms.Build.0 = Release|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Release|x86.ActiveCfg = Release|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.Release|x86.Build.0 = Release|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {87C2C553-C0BC-40BF-B1EA-B83BFF357F27}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93C98512-EE4F-4847-B1C9-35AF0F00116A}.CreateInstaller|x86.ActiveCfg = Release|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93C98512-EE4F-4847-B1C9-35AF0F00116A}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Debug|Any CPU.ActiveCfg = Debug|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Debug|Mixed Platforms.Build.0 = Debug|x86 {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Debug|x86.ActiveCfg = Debug|x86 {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Debug|x86.Build.0 = Debug|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Release|Any CPU.ActiveCfg = Release|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Release|Mixed Platforms.Build.0 = Release|x86 {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Release|x86.ActiveCfg = Release|x86 {93C98512-EE4F-4847-B1C9-35AF0F00116A}.Release|x86.Build.0 = Release|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {93C98512-EE4F-4847-B1C9-35AF0F00116A}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {93C98512-EE4F-4847-B1C9-35AF0F00116A}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {93C98512-EE4F-4847-B1C9-35AF0F00116A}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.CreateInstaller|x86.ActiveCfg = Release|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Debug|Any CPU.ActiveCfg = Debug|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Debug|Mixed Platforms.Build.0 = Debug|x86 {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Debug|x86.ActiveCfg = Debug|x86 {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Debug|x86.Build.0 = Debug|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Release|Any CPU.ActiveCfg = Release|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Release|Mixed Platforms.Build.0 = Release|x86 {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Release|x86.ActiveCfg = Release|x86 {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.Release|x86.Build.0 = Release|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {10BD4C80-F871-4604-9EBB-29C4CD1E1716}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstaller|x86.ActiveCfg = Release|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstaller|x86.Build.0 = Release|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.Debug|Any CPU.ActiveCfg = Debug|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.Debug|Mixed Platforms.Build.0 = Debug|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.Debug|x86.ActiveCfg = Debug|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.Debug|x86.Build.0 = Debug|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.Release|Any CPU.ActiveCfg = Release|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.Release|Mixed Platforms.Build.0 = Release|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.Release|x86.ActiveCfg = Release|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.Release|x86.Build.0 = Release|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2331235F-1E56-4344-ACC2-191C22A39594}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {2331235F-1E56-4344-ACC2-191C22A39594}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8F48BA03-37C6-4909-8D97-171D3907295D}.CreateInstaller|x86.ActiveCfg = Release|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8F48BA03-37C6-4909-8D97-171D3907295D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {8F48BA03-37C6-4909-8D97-171D3907295D}.Debug|x86.ActiveCfg = Debug|x86 {8F48BA03-37C6-4909-8D97-171D3907295D}.Debug|x86.Build.0 = Debug|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.Release|Any CPU.ActiveCfg = Release|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.Release|Mixed Platforms.Build.0 = Release|x86 {8F48BA03-37C6-4909-8D97-171D3907295D}.Release|x86.ActiveCfg = Release|x86 {8F48BA03-37C6-4909-8D97-171D3907295D}.Release|x86.Build.0 = Release|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {8F48BA03-37C6-4909-8D97-171D3907295D}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {8F48BA03-37C6-4909-8D97-171D3907295D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {8F48BA03-37C6-4909-8D97-171D3907295D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D38769D5-922B-4926-A95E-176B1250A2A2}.CreateInstaller|x86.ActiveCfg = Release|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D38769D5-922B-4926-A95E-176B1250A2A2}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D38769D5-922B-4926-A95E-176B1250A2A2}.Debug|x86.ActiveCfg = Debug|x86 {D38769D5-922B-4926-A95E-176B1250A2A2}.Debug|x86.Build.0 = Debug|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.Release|Any CPU.ActiveCfg = Release|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.Release|Mixed Platforms.Build.0 = Release|x86 {D38769D5-922B-4926-A95E-176B1250A2A2}.Release|x86.ActiveCfg = Release|x86 {D38769D5-922B-4926-A95E-176B1250A2A2}.Release|x86.Build.0 = Release|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D38769D5-922B-4926-A95E-176B1250A2A2}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D38769D5-922B-4926-A95E-176B1250A2A2}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D38769D5-922B-4926-A95E-176B1250A2A2}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstaller|x86.ActiveCfg = Release|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstaller|x86.Build.0 = Release|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Debug|Any CPU.ActiveCfg = Debug|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Debug|x86.ActiveCfg = Debug|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Debug|x86.Build.0 = Debug|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Release|Any CPU.ActiveCfg = Release|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Release|Mixed Platforms.Build.0 = Release|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Release|x86.ActiveCfg = Release|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.Release|x86.Build.0 = Release|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {E3347B16-BB18-41C1-8D34-FBCBF20DB695}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {58463630-E5FD-431F-9C2E-52E88641C63E}.CreateInstaller|x86.ActiveCfg = Release|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {58463630-E5FD-431F-9C2E-52E88641C63E}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {58463630-E5FD-431F-9C2E-52E88641C63E}.Debug|x86.ActiveCfg = Debug|x86 {58463630-E5FD-431F-9C2E-52E88641C63E}.Debug|x86.Build.0 = Debug|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.Release|Any CPU.ActiveCfg = Release|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.Release|Mixed Platforms.Build.0 = Release|x86 {58463630-E5FD-431F-9C2E-52E88641C63E}.Release|x86.ActiveCfg = Release|x86 {58463630-E5FD-431F-9C2E-52E88641C63E}.Release|x86.Build.0 = Release|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {58463630-E5FD-431F-9C2E-52E88641C63E}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {58463630-E5FD-431F-9C2E-52E88641C63E}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {58463630-E5FD-431F-9C2E-52E88641C63E}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstaller|x86.ActiveCfg = Release|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstaller|x86.Build.0 = Release|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Debug|x86.ActiveCfg = Debug|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Debug|x86.Build.0 = Debug|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Release|Any CPU.ActiveCfg = Release|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Release|Mixed Platforms.Build.0 = Release|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Release|x86.ActiveCfg = Release|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.Release|x86.Build.0 = Release|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9E4A7C0B-F8B5-4101-B9D5-90F3F3C0FF7C}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.CreateInstaller|x86.ActiveCfg = Release|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Debug|x86.ActiveCfg = Debug|x86 {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Debug|x86.Build.0 = Debug|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Release|Any CPU.ActiveCfg = Release|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Release|Mixed Platforms.Build.0 = Release|x86 {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Release|x86.ActiveCfg = Release|x86 {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.Release|x86.Build.0 = Release|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {1278FE1B-49F4-410F-8F38-8FBCD388B6B3}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.CreateInstaller|x86.ActiveCfg = Release|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Debug|Any CPU.ActiveCfg = Debug|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Debug|Mixed Platforms.Build.0 = Debug|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Debug|x86.ActiveCfg = Debug|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Debug|x86.Build.0 = Debug|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Release|Any CPU.ActiveCfg = Release|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Release|Mixed Platforms.Build.0 = Release|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Release|x86.ActiveCfg = Release|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Release|x86.Build.0 = Release|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstaller|x86.ActiveCfg = Release|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.Debug|Any CPU.ActiveCfg = Debug|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.Debug|Mixed Platforms.Build.0 = Debug|x86 {A07E4A59-496A-4908-8316-F5CA21F4F862}.Debug|x86.ActiveCfg = Debug|x86 {A07E4A59-496A-4908-8316-F5CA21F4F862}.Debug|x86.Build.0 = Debug|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.Release|Any CPU.ActiveCfg = Release|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.Release|Mixed Platforms.Build.0 = Release|x86 {A07E4A59-496A-4908-8316-F5CA21F4F862}.Release|x86.ActiveCfg = Release|x86 {A07E4A59-496A-4908-8316-F5CA21F4F862}.Release|x86.Build.0 = Release|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {A07E4A59-496A-4908-8316-F5CA21F4F862}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {A07E4A59-496A-4908-8316-F5CA21F4F862}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {A07E4A59-496A-4908-8316-F5CA21F4F862}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstaller|x86.ActiveCfg = Release|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstaller|x86.Build.0 = Release|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Debug|Any CPU.ActiveCfg = Debug|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Debug|x86.ActiveCfg = Debug|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Debug|x86.Build.0 = Debug|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Release|Any CPU.ActiveCfg = Release|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Release|Mixed Platforms.Build.0 = Release|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Release|x86.ActiveCfg = Release|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.Release|x86.Build.0 = Release|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {AF1ACFA2-AEE5-4DB7-98CA-8B3720E46AD9}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0006A9D2-BDA8-412D-A12F-0102389131DD}.CreateInstaller|x86.ActiveCfg = Release|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0006A9D2-BDA8-412D-A12F-0102389131DD}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.Debug|Mixed Platforms.Build.0 = Debug|x86 {0006A9D2-BDA8-412D-A12F-0102389131DD}.Debug|x86.ActiveCfg = Debug|x86 {0006A9D2-BDA8-412D-A12F-0102389131DD}.Debug|x86.Build.0 = Debug|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.Release|Any CPU.ActiveCfg = Release|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.Release|Mixed Platforms.Build.0 = Release|x86 {0006A9D2-BDA8-412D-A12F-0102389131DD}.Release|x86.ActiveCfg = Release|x86 {0006A9D2-BDA8-412D-A12F-0102389131DD}.Release|x86.Build.0 = Release|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0006A9D2-BDA8-412D-A12F-0102389131DD}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0006A9D2-BDA8-412D-A12F-0102389131DD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {0006A9D2-BDA8-412D-A12F-0102389131DD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstaller|x86.ActiveCfg = Release|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstaller|x86.Build.0 = Release|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Debug|Mixed Platforms.Build.0 = Debug|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Debug|x86.ActiveCfg = Debug|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Debug|x86.Build.0 = Debug|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Release|Any CPU.ActiveCfg = Release|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Release|Mixed Platforms.Build.0 = Release|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Release|x86.ActiveCfg = Release|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.Release|x86.Build.0 = Release|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {B388D2BA-FC6E-4EE2-B9B5-38D35F340FF5}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99BEB4C4-A69A-4557-A860-48DDA0148481}.CreateInstaller|x86.ActiveCfg = Release|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99BEB4C4-A69A-4557-A860-48DDA0148481}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.Debug|Any CPU.ActiveCfg = Debug|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.Debug|Mixed Platforms.Build.0 = Debug|x86 {99BEB4C4-A69A-4557-A860-48DDA0148481}.Debug|x86.ActiveCfg = Debug|x86 {99BEB4C4-A69A-4557-A860-48DDA0148481}.Debug|x86.Build.0 = Debug|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.Release|Any CPU.ActiveCfg = Release|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.Release|Mixed Platforms.Build.0 = Release|x86 {99BEB4C4-A69A-4557-A860-48DDA0148481}.Release|x86.ActiveCfg = Release|x86 {99BEB4C4-A69A-4557-A860-48DDA0148481}.Release|x86.Build.0 = Release|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {99BEB4C4-A69A-4557-A860-48DDA0148481}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {99BEB4C4-A69A-4557-A860-48DDA0148481}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {99BEB4C4-A69A-4557-A860-48DDA0148481}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstaller|x86.ActiveCfg = Release|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstaller|x86.Build.0 = Release|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Debug|x86.ActiveCfg = Debug|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Debug|x86.Build.0 = Debug|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Release|Any CPU.ActiveCfg = Release|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Release|Mixed Platforms.Build.0 = Release|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Release|x86.ActiveCfg = Release|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.Release|x86.Build.0 = Release|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {6EAEEC05-E564-45FC-AE7E-912F3612CC9D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.CreateInstaller|x86.ActiveCfg = Release|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Debug|Any CPU.ActiveCfg = Debug|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Debug|Mixed Platforms.Build.0 = Debug|x86 {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Debug|x86.ActiveCfg = Debug|x86 {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Debug|x86.Build.0 = Debug|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Release|Any CPU.ActiveCfg = Release|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Release|Mixed Platforms.Build.0 = Release|x86 {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Release|x86.ActiveCfg = Release|x86 {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.Release|x86.Build.0 = Release|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {81F8FE84-1D56-4B8C-BAF5-7CF8B2ABA0FF}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstaller|x86.ActiveCfg = Release|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstaller|x86.Build.0 = Release|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.Debug|x86.ActiveCfg = Debug|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.Debug|x86.Build.0 = Debug|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.Release|Any CPU.ActiveCfg = Release|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.Release|Mixed Platforms.Build.0 = Release|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.Release|x86.ActiveCfg = Release|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.Release|x86.Build.0 = Release|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C6309704-D67B-434C-BC98-9F8910BC1D10}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C6309704-D67B-434C-BC98-9F8910BC1D10}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1A9B3781-A355-49F5-80EA-4063FD0DE501}.CreateInstaller|x86.ActiveCfg = Release|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1A9B3781-A355-49F5-80EA-4063FD0DE501}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Debug|x86.ActiveCfg = Debug|x86 {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Debug|x86.Build.0 = Debug|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Release|Any CPU.ActiveCfg = Release|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Release|Mixed Platforms.Build.0 = Release|x86 {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Release|x86.ActiveCfg = Release|x86 {1A9B3781-A355-49F5-80EA-4063FD0DE501}.Release|x86.Build.0 = Release|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {1A9B3781-A355-49F5-80EA-4063FD0DE501}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {1A9B3781-A355-49F5-80EA-4063FD0DE501}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {1A9B3781-A355-49F5-80EA-4063FD0DE501}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstaller|x86.ActiveCfg = Release|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstaller|x86.Build.0 = Release|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Debug|Any CPU.ActiveCfg = Debug|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Debug|Mixed Platforms.Build.0 = Debug|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Debug|x86.ActiveCfg = Debug|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Debug|x86.Build.0 = Debug|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Release|Any CPU.ActiveCfg = Release|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Release|Mixed Platforms.Build.0 = Release|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Release|x86.ActiveCfg = Release|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.Release|x86.Build.0 = Release|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {22E191F2-B2E3-413C-9511-4C2CDEDB2EFF}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.CreateInstaller|x86.ActiveCfg = Release|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Debug|Any CPU.ActiveCfg = Debug|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Debug|Mixed Platforms.Build.0 = Debug|x86 {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Debug|x86.ActiveCfg = Debug|x86 {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Debug|x86.Build.0 = Debug|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Release|Any CPU.ActiveCfg = Release|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Release|Mixed Platforms.Build.0 = Release|x86 {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Release|x86.ActiveCfg = Release|x86 {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.Release|x86.Build.0 = Release|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {DAAC65DD-3130-4B7F-AB82-E54ED7251D68}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstaller|x86.ActiveCfg = Release|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstaller|x86.Build.0 = Release|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Debug|x86.ActiveCfg = Debug|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Debug|x86.Build.0 = Debug|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Release|Any CPU.ActiveCfg = Release|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Release|Mixed Platforms.Build.0 = Release|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Release|x86.ActiveCfg = Release|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.Release|x86.Build.0 = Release|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {7DA0AB85-828D-4B1D-B532-58B89E39BEF5}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.CreateInstaller|x86.ActiveCfg = Release|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Debug|Mixed Platforms.Build.0 = Debug|x86 {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Debug|x86.ActiveCfg = Debug|x86 {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Debug|x86.Build.0 = Debug|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Release|Any CPU.ActiveCfg = Release|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Release|Mixed Platforms.Build.0 = Release|x86 {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Release|x86.ActiveCfg = Release|x86 {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.Release|x86.Build.0 = Release|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {B15791FA-6753-49AA-A54E-1AD3312E6EF4}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstaller|x86.ActiveCfg = Release|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstaller|x86.Build.0 = Release|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Debug|Any CPU.ActiveCfg = Debug|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Debug|Mixed Platforms.Build.0 = Debug|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Debug|x86.ActiveCfg = Debug|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Debug|x86.Build.0 = Debug|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Release|Any CPU.ActiveCfg = Release|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Release|Mixed Platforms.Build.0 = Release|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Release|x86.ActiveCfg = Release|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.Release|x86.Build.0 = Release|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {2BDF07D4-0E81-4B9E-9618-E7EBD9399912}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0C418A5F-C561-4263-87D1-48D321ABA119}.CreateInstaller|x86.ActiveCfg = Release|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0C418A5F-C561-4263-87D1-48D321ABA119}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.Debug|Any CPU.ActiveCfg = Debug|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.Debug|Mixed Platforms.Build.0 = Debug|x86 {0C418A5F-C561-4263-87D1-48D321ABA119}.Debug|x86.ActiveCfg = Debug|x86 {0C418A5F-C561-4263-87D1-48D321ABA119}.Debug|x86.Build.0 = Debug|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.Release|Any CPU.ActiveCfg = Release|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.Release|Mixed Platforms.Build.0 = Release|x86 {0C418A5F-C561-4263-87D1-48D321ABA119}.Release|x86.ActiveCfg = Release|x86 {0C418A5F-C561-4263-87D1-48D321ABA119}.Release|x86.Build.0 = Release|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0C418A5F-C561-4263-87D1-48D321ABA119}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0C418A5F-C561-4263-87D1-48D321ABA119}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {0C418A5F-C561-4263-87D1-48D321ABA119}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstaller|x86.ActiveCfg = Release|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstaller|x86.Build.0 = Release|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Debug|x86.ActiveCfg = Debug|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Debug|x86.Build.0 = Debug|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Release|Any CPU.ActiveCfg = Release|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Release|Mixed Platforms.Build.0 = Release|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Release|x86.ActiveCfg = Release|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.Release|x86.Build.0 = Release|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D63FCFEC-34E8-4C68-8B4F-99338D2447AC}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D3ACB74A-D916-4750-B72F-8276D2E93791}.CreateInstaller|x86.ActiveCfg = Release|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D3ACB74A-D916-4750-B72F-8276D2E93791}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D3ACB74A-D916-4750-B72F-8276D2E93791}.Debug|x86.ActiveCfg = Debug|x86 {D3ACB74A-D916-4750-B72F-8276D2E93791}.Debug|x86.Build.0 = Debug|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.Release|Any CPU.ActiveCfg = Release|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.Release|Mixed Platforms.Build.0 = Release|x86 {D3ACB74A-D916-4750-B72F-8276D2E93791}.Release|x86.ActiveCfg = Release|x86 {D3ACB74A-D916-4750-B72F-8276D2E93791}.Release|x86.Build.0 = Release|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D3ACB74A-D916-4750-B72F-8276D2E93791}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D3ACB74A-D916-4750-B72F-8276D2E93791}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D3ACB74A-D916-4750-B72F-8276D2E93791}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstaller|x86.ActiveCfg = Release|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstaller|x86.Build.0 = Release|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Debug|x86.ActiveCfg = Debug|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Debug|x86.Build.0 = Debug|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Release|Any CPU.ActiveCfg = Release|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Release|Mixed Platforms.Build.0 = Release|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Release|x86.ActiveCfg = Release|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.Release|x86.Build.0 = Release|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3D4B9740-8348-4434-8D77-B611FC6EE57F}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {3D4B9740-8348-4434-8D77-B611FC6EE57F}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstaller|x86.ActiveCfg = Release|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstaller|x86.Build.0 = Release|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Debug|x86.ActiveCfg = Debug|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Debug|x86.Build.0 = Debug|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Release|Any CPU.ActiveCfg = Release|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Release|Mixed Platforms.Build.0 = Release|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Release|x86.ActiveCfg = Release|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.Release|x86.Build.0 = Release|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {D5F0A6B0-8710-4345-ABA1-D934C8E6783D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstaller|x86.ActiveCfg = Release|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstaller|x86.Build.0 = Release|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Debug|Any CPU.ActiveCfg = Debug|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Debug|Mixed Platforms.Build.0 = Debug|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Debug|x86.ActiveCfg = Debug|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Debug|x86.Build.0 = Debug|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Release|Any CPU.ActiveCfg = Release|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Release|Mixed Platforms.Build.0 = Release|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Release|x86.ActiveCfg = Release|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.Release|x86.Build.0 = Release|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstaller|x86.ActiveCfg = Release|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstaller|x86.Build.0 = Release|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Debug|Any CPU.ActiveCfg = Debug|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Debug|Mixed Platforms.Build.0 = Debug|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Debug|x86.ActiveCfg = Debug|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Debug|x86.Build.0 = Debug|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Release|Any CPU.ActiveCfg = Release|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Release|Mixed Platforms.Build.0 = Release|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Release|x86.ActiveCfg = Release|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.Release|x86.Build.0 = Release|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {EBCFA2E9-C292-4F22-A4A5-A8CD304ED838}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.CreateInstaller|x86.ActiveCfg = Release|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Debug|Mixed Platforms.Build.0 = Debug|x86 {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Debug|x86.ActiveCfg = Debug|x86 {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Debug|x86.Build.0 = Debug|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Release|Any CPU.ActiveCfg = Release|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Release|Mixed Platforms.Build.0 = Release|x86 {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Release|x86.ActiveCfg = Release|x86 {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.Release|x86.Build.0 = Release|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {FA4F9B9C-543F-4E92-B847-D1B780BB9F8D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {63769D95-828E-406B-9A19-7719AA244CE1}.CreateInstaller|x86.ActiveCfg = Release|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {63769D95-828E-406B-9A19-7719AA244CE1}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.Debug|Any CPU.ActiveCfg = Debug|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.Debug|Mixed Platforms.Build.0 = Debug|x86 {63769D95-828E-406B-9A19-7719AA244CE1}.Debug|x86.ActiveCfg = Debug|x86 {63769D95-828E-406B-9A19-7719AA244CE1}.Debug|x86.Build.0 = Debug|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.Release|Any CPU.ActiveCfg = Release|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.Release|Mixed Platforms.Build.0 = Release|x86 {63769D95-828E-406B-9A19-7719AA244CE1}.Release|x86.ActiveCfg = Release|x86 {63769D95-828E-406B-9A19-7719AA244CE1}.Release|x86.Build.0 = Release|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {63769D95-828E-406B-9A19-7719AA244CE1}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {63769D95-828E-406B-9A19-7719AA244CE1}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {63769D95-828E-406B-9A19-7719AA244CE1}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.CreateInstaller|x86.ActiveCfg = Release|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Debug|Mixed Platforms.Build.0 = Debug|x86 {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Debug|x86.ActiveCfg = Debug|x86 {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Debug|x86.Build.0 = Debug|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Release|Any CPU.ActiveCfg = Release|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Release|Mixed Platforms.Build.0 = Release|x86 {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Release|x86.ActiveCfg = Release|x86 {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.Release|x86.Build.0 = Release|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {3C0BB78E-A008-4F3F-B119-1657BAF9C85F}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7AE1E23A-319F-46CB-8587-6960D2554E00}.CreateInstaller|x86.ActiveCfg = Release|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7AE1E23A-319F-46CB-8587-6960D2554E00}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.Debug|Any CPU.ActiveCfg = Debug|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.Debug|Mixed Platforms.Build.0 = Debug|x86 {7AE1E23A-319F-46CB-8587-6960D2554E00}.Debug|x86.ActiveCfg = Debug|x86 {7AE1E23A-319F-46CB-8587-6960D2554E00}.Debug|x86.Build.0 = Debug|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.Release|Any CPU.ActiveCfg = Release|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.Release|Mixed Platforms.Build.0 = Release|x86 {7AE1E23A-319F-46CB-8587-6960D2554E00}.Release|x86.ActiveCfg = Release|x86 {7AE1E23A-319F-46CB-8587-6960D2554E00}.Release|x86.Build.0 = Release|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {7AE1E23A-319F-46CB-8587-6960D2554E00}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {7AE1E23A-319F-46CB-8587-6960D2554E00}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {7AE1E23A-319F-46CB-8587-6960D2554E00}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {24043F46-406D-4719-B94B-033D63D61153}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {24043F46-406D-4719-B94B-033D63D61153}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {24043F46-406D-4719-B94B-033D63D61153}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {24043F46-406D-4719-B94B-033D63D61153}.CreateInstaller|x86.ActiveCfg = Release|x86 {24043F46-406D-4719-B94B-033D63D61153}.CreateInstaller|x86.Build.0 = Release|x86 - {24043F46-406D-4719-B94B-033D63D61153}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {24043F46-406D-4719-B94B-033D63D61153}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {24043F46-406D-4719-B94B-033D63D61153}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {24043F46-406D-4719-B94B-033D63D61153}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {24043F46-406D-4719-B94B-033D63D61153}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {24043F46-406D-4719-B94B-033D63D61153}.Debug|Any CPU.ActiveCfg = Debug|x86 - {24043F46-406D-4719-B94B-033D63D61153}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {24043F46-406D-4719-B94B-033D63D61153}.Debug|Mixed Platforms.Build.0 = Debug|x86 {24043F46-406D-4719-B94B-033D63D61153}.Debug|x86.ActiveCfg = Debug|x86 {24043F46-406D-4719-B94B-033D63D61153}.Debug|x86.Build.0 = Debug|x86 - {24043F46-406D-4719-B94B-033D63D61153}.Release|Any CPU.ActiveCfg = Release|x86 - {24043F46-406D-4719-B94B-033D63D61153}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {24043F46-406D-4719-B94B-033D63D61153}.Release|Mixed Platforms.Build.0 = Release|x86 {24043F46-406D-4719-B94B-033D63D61153}.Release|x86.ActiveCfg = Release|x86 {24043F46-406D-4719-B94B-033D63D61153}.Release|x86.Build.0 = Release|x86 - {24043F46-406D-4719-B94B-033D63D61153}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {24043F46-406D-4719-B94B-033D63D61153}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {24043F46-406D-4719-B94B-033D63D61153}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {24043F46-406D-4719-B94B-033D63D61153}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {24043F46-406D-4719-B94B-033D63D61153}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.CreateInstaller|x86.ActiveCfg = Release|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Debug|Any CPU.ActiveCfg = Debug|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Debug|x86.ActiveCfg = Debug|x86 {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Debug|x86.Build.0 = Debug|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Release|Any CPU.ActiveCfg = Release|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Release|Mixed Platforms.Build.0 = Release|x86 {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Release|x86.ActiveCfg = Release|x86 {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.Release|x86.Build.0 = Release|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C10FFCBF-767F-4F3F-B8F9-7D6F4849FF85}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.CreateInstaller|x86.ActiveCfg = Release|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Debug|x86.ActiveCfg = Debug|x86 {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Debug|x86.Build.0 = Debug|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Release|Any CPU.ActiveCfg = Release|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Release|Mixed Platforms.Build.0 = Release|x86 {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Release|x86.ActiveCfg = Release|x86 {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.Release|x86.Build.0 = Release|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F67E8AE8-1FF0-4680-9817-99E025CD9FF6}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.CreateInstaller|x86.ActiveCfg = Release|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Debug|x86.ActiveCfg = Debug|x86 {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Debug|x86.Build.0 = Debug|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Release|Any CPU.ActiveCfg = Release|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Release|Mixed Platforms.Build.0 = Release|x86 {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Release|x86.ActiveCfg = Release|x86 {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.Release|x86.Build.0 = Release|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9995F751-CF25-4BB5-8E90-C9FA0D9227EB}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstaller|x86.ActiveCfg = Release|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstaller|x86.Build.0 = Release|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Debug|Any CPU.ActiveCfg = Debug|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Debug|Mixed Platforms.Build.0 = Debug|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Debug|x86.ActiveCfg = Debug|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Debug|x86.Build.0 = Debug|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Release|Any CPU.ActiveCfg = Release|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Release|Mixed Platforms.Build.0 = Release|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Release|x86.ActiveCfg = Release|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.Release|x86.Build.0 = Release|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {6A074D65-A81C-4C1C-8E24-F36C916E4ED7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DEC38676-268F-4A45-BB45-D705FDF5541E}.CreateInstaller|x86.ActiveCfg = Release|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DEC38676-268F-4A45-BB45-D705FDF5541E}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {DEC38676-268F-4A45-BB45-D705FDF5541E}.Debug|x86.ActiveCfg = Debug|x86 {DEC38676-268F-4A45-BB45-D705FDF5541E}.Debug|x86.Build.0 = Debug|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.Release|Any CPU.ActiveCfg = Release|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.Release|Mixed Platforms.Build.0 = Release|x86 {DEC38676-268F-4A45-BB45-D705FDF5541E}.Release|x86.ActiveCfg = Release|x86 {DEC38676-268F-4A45-BB45-D705FDF5541E}.Release|x86.Build.0 = Release|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {DEC38676-268F-4A45-BB45-D705FDF5541E}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {DEC38676-268F-4A45-BB45-D705FDF5541E}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {DEC38676-268F-4A45-BB45-D705FDF5541E}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstaller|x86.ActiveCfg = Release|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstaller|x86.Build.0 = Release|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Debug|Any CPU.ActiveCfg = Debug|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Debug|Mixed Platforms.Build.0 = Debug|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Debug|x86.ActiveCfg = Debug|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Debug|x86.Build.0 = Debug|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Release|Any CPU.ActiveCfg = Release|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Release|Mixed Platforms.Build.0 = Release|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Release|x86.ActiveCfg = Release|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.Release|x86.Build.0 = Release|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {0FD0C7E1-E712-48D1-91AB-FBC78461FD76}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5B332068-3D0B-457C-B709-57809BE25C53}.CreateInstaller|x86.ActiveCfg = Release|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5B332068-3D0B-457C-B709-57809BE25C53}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.Debug|Any CPU.ActiveCfg = Debug|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.Debug|Mixed Platforms.Build.0 = Debug|x86 {5B332068-3D0B-457C-B709-57809BE25C53}.Debug|x86.ActiveCfg = Debug|x86 {5B332068-3D0B-457C-B709-57809BE25C53}.Debug|x86.Build.0 = Debug|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.Release|Any CPU.ActiveCfg = Release|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.Release|Mixed Platforms.Build.0 = Release|x86 {5B332068-3D0B-457C-B709-57809BE25C53}.Release|x86.ActiveCfg = Release|x86 {5B332068-3D0B-457C-B709-57809BE25C53}.Release|x86.Build.0 = Release|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {5B332068-3D0B-457C-B709-57809BE25C53}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {5B332068-3D0B-457C-B709-57809BE25C53}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {5B332068-3D0B-457C-B709-57809BE25C53}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstaller|x86.ActiveCfg = Release|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstaller|x86.Build.0 = Release|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Debug|Any CPU.ActiveCfg = Debug|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Debug|x86.ActiveCfg = Debug|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Debug|x86.Build.0 = Debug|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Release|Any CPU.ActiveCfg = Release|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Release|Mixed Platforms.Build.0 = Release|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Release|x86.ActiveCfg = Release|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.Release|x86.Build.0 = Release|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {9A80CDD2-4681-4A5D-9A2C-A2FEE133E0F9}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.CreateInstaller|x86.ActiveCfg = Release|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Debug|x86.ActiveCfg = Debug|x86 {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Debug|x86.Build.0 = Debug|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Release|Any CPU.ActiveCfg = Release|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Release|Mixed Platforms.Build.0 = Release|x86 {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Release|x86.ActiveCfg = Release|x86 {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.Release|x86.Build.0 = Release|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F6A5848E-AB01-484A-8E52-EEE87FF8839B}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstaller|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstaller|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstallerWithDemoProject|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.CreateInstallerWithDemoProject|x86.Build.0 = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.Debug|Any CPU.ActiveCfg = Debug|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.Debug|Mixed Platforms.Build.0 = Debug|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.Debug|x86.ActiveCfg = Debug|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.Debug|x86.Build.0 = Debug|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.Release|Any CPU.ActiveCfg = Release|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.Release|Mixed Platforms.Build.0 = Release|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.Release|x86.ActiveCfg = Release|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.Release|x86.Build.0 = Release|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {F5B43C29-6169-4E9A-859E-09090330B94E}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {F5B43C29-6169-4E9A-859E-09090330B94E}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstaller|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstaller|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstaller|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstaller|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstaller|x86.Build.0 = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstallerWithDemoProject|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstallerWithDemoProject|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstallerWithDemoProject|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstallerWithDemoProject|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.CreateInstallerWithDemoProject|x86.Build.0 = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Debug|Any CPU.ActiveCfg = Debug|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Debug|Mixed Platforms.Build.0 = Debug|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Debug|x86.ActiveCfg = Debug|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Debug|x86.Build.0 = Debug|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Release|Any CPU.ActiveCfg = Release|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Release|Mixed Platforms.Build.0 = Release|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Release|x86.ActiveCfg = Release|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.Release|x86.Build.0 = Release|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.ReleaseForCodeCoverage|Any CPU.ActiveCfg = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.ReleaseForCodeCoverage|Mixed Platforms.ActiveCfg = ReleaseForCodeCoverage|x86 - {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.ReleaseForCodeCoverage|Mixed Platforms.Build.0 = ReleaseForCodeCoverage|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {13C8D0A6-13A2-4C81-9507-27AFD847C7AA}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.CreateInstaller|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.CreateInstaller|x86.Build.0 = ReleaseForCodeCoverage|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.CreateInstallerWithDemoProject|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.CreateInstallerWithDemoProject|x86.Build.0 = ReleaseForCodeCoverage|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.Debug|x86.ActiveCfg = Debug|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.Debug|x86.Build.0 = Debug|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.Release|x86.ActiveCfg = Release|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.Release|x86.Build.0 = Release|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.CreateInstaller|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.CreateInstaller|x86.Build.0 = ReleaseForCodeCoverage|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.CreateInstallerWithDemoProject|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.CreateInstallerWithDemoProject|x86.Build.0 = ReleaseForCodeCoverage|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.Debug|x86.ActiveCfg = Debug|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.Debug|x86.Build.0 = Debug|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.Release|x86.ActiveCfg = Release|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.Release|x86.Build.0 = Release|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -6046,6 +3156,8 @@ {3C0BB78E-A008-4F3F-B119-1657BAF9C85F} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} {7AE1E23A-319F-46CB-8587-6960D2554E00} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} {F6A5848E-AB01-484A-8E52-EEE87FF8839B} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} EndGlobalSection GlobalSection(TextTemplating) = postSolution TextTemplating = 1 Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs =================================================================== diff -u -r107c9d6382bd676d6c36f797a040988f7b324b0b -radd325fb1e135f779adf7c89446886ff15a9b17c --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision 107c9d6382bd676d6c36f797a040988f7b324b0b) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -24,6 +24,7 @@ using Core.Common.Base.Geometry; using Ringtoets.Common.Data; using Ringtoets.Common.Data.Probabilistics; +using BaseConstructionProperties = Ringtoets.Common.Data.StructureBase.ConstructionProperties; namespace Ringtoets.StabilityPointStructures.Data { @@ -33,193 +34,117 @@ public class StabilityPointStructure : StructureBase { /// - /// Creates a new instance of . + /// Initializes a new instance of the class. /// - /// The name of the structure. - /// The identifier of the structure. - /// The location of the structure. - /// The orientation of the stability point structure, relative to north. - /// The mean of the storage area of the stability point structure. - /// The coefficient of variation of the storage area of the stability point structure. - /// The mean of the allowed increase of level for storage of the stability point structure. - /// The standard deviation of the allowed increase of level for storage of the stability point structure. - /// The mean of the width of the flow apertures of the stability point structure. - /// The coefficient of variation of the width of the flow apertures of the stability point structure. - /// The mean of the interior water level of the stability point structure. - /// The standard deviation of the interior water level of the stability point structure. - /// The mean of the threshold height of the opened stability point structure. - /// The standard deviation of the threshold height of the opened stability point structure. - /// The mean of the critical overtopping discharge of the stability point structure. - /// The coefficient of variation of the critical overtopping discharge of the stability point structure. - /// The mean of the flow width of the stability point structure at the bottom protection. - /// The standard deviation of the flow width of the stability point structure at the bottom protection. - /// The mean of the constructive strength of the linear load model of the stability point structure. - /// The coefficient of variation of the constructive strength of the linear load model of the stability point structure. - /// The mean of the constructive strength of the quadratic load model of the stability point structure. - /// The coefficient of variation of the constructive strength of the quadratic load model of the stability point structure. - /// The mean of the bank width of the stability point structure. - /// The standard deviation of the bank width of the stability point structure. - /// The mean of the inside water level failure construction of the stability point structure. - /// The standard deviation of the inside water level failure construction of the stability point structure. - /// The evaluation level of the stability point structure. - /// The mean of the crest level of the stability point structure. - /// The standard deviation of the crest level of the stability point structure. - /// The vertical distance of the stability point structure. - /// The probability of failing to repair a failed closure of the stability point structure. - /// The mean of the failure collision energy of the stability point structure. - /// The coefficient of variation of the failure collision energy of the stability point structure. - /// The mean of the mass of the ship. - /// The coefficient of variation of the mass of the ship. - /// The mean of the velocity of the ship. - /// The coefficient of variation of the velocity of the ship. - /// The levelling count. - /// The probability of a secondary collision on the stability point structure. - /// The mean of the maximum flow velocity at which the structure is closable. - /// The standard deviation of the maximum flow velocity at which the structure is closable. - /// The mean of the stability properties of the linear load model of the stability point structure. - /// The coefficient of variation of the stability properties of the linear load model of the stability point structure. - /// The mean of the stability properties of the quadratic load model of the stability point structure. - /// The coefficient of variation of the stability properties of the quadratic load model of the stability point structure. - /// The mean of the area of the flow aperture of the stability point structure. - /// The standard deviation of the area of the flow aperture of the stability point structure. - /// The type of stability point structure inflow model. - /// Thrown when or is null - /// , empty or consists of whitespace. - /// Thrown when is null. - /// When any stochastic variable parameter is out of its valid domain. - public StabilityPointStructure(string name, string id, Point2D location, - double structureNormalOrientation, - double storageStructureAreaMean, double storageStructureAreaCoefficientOfVariation, - double allowedLevelIncreaseStorageMean, double allowedLevelIncreaseStorageStandardDeviation, - double widthFlowAperturesMean, double widthFlowAperturesCoefficientOfVariation, - double insideWaterLevelMean, double insideWaterLevelStandardDeviation, - double thresholdHeightOpenWeirMean, double thresholdHeightOpenWeirStandardDeviation, - double criticalOvertoppingDischargeMean, double criticalOvertoppingDischargeCoefficientOfVariation, - double flowWidthAtBottomProtectionMean, double flowWidthAtBottomProtectionStandardDeviation, - double constructiveStrengthLinearLoadModelMean, double constructiveStrengthLinearLoadModelCoefficientOfVariation, - double constructiveStrengthQuadraticLoadModelMean, double constructiveStrengthQuadraticLoadModelCoefficientOfVariation, - double bankWidthMean, double bankWidthStandardDeviation, - double insideWaterLevelFailureConstructionMean, double insideWaterLevelFailureConstructionStandardDeviation, - double evaluationLevel, - double levelCrestStructureMean, double levelCrestStructureStandardDeviation, - double verticalDistance, - double failureProbabilityRepairClosure, - double failureCollisionEnergyMean, double failureCollisionEnergyCoefficientOfVariation, - double shipMassMean, double shipMassCoefficientOfVariation, - double shipVelocityMean, double shipVelocityCoefficientOfVariation, - int levellingCount, - double probabilityCollisionSecondaryStructure, - double flowVelocityStructureClosableMean, double flowVelocityStructureClosableStandardDeviation, - double stabilityLinearLoadModelMean, double stabilityLinearLoadModelCoefficientOfVariation, - double stabilityQuadraticLoadModelMean, double stabilityQuadraticLoadModelCoefficientOfVariation, - double areaFlowAperturesMean, double areaFlowAperturesStandardDeviation, - StabilityPointStructureInflowModelType inflowModelType - ) - : base(name, id, location, structureNormalOrientation) + /// The construction properties. + /// Thrown when + /// or is null , empty or consists of whitespace. + /// Thrown when is null. + public StabilityPointStructure(ConstructionProperties constructionProperties) : base(constructionProperties) { StorageStructureArea = new VariationCoefficientLogNormalDistribution(2) { - Mean = (RoundedDouble) storageStructureAreaMean, - CoefficientOfVariation = (RoundedDouble) storageStructureAreaCoefficientOfVariation + Mean = constructionProperties.StorageStructureArea.Mean, + CoefficientOfVariation = constructionProperties.StorageStructureArea.CoefficientOfVariation }; AllowedLevelIncreaseStorage = new LogNormalDistribution(2) { - Mean = (RoundedDouble) allowedLevelIncreaseStorageMean, - StandardDeviation = (RoundedDouble) allowedLevelIncreaseStorageStandardDeviation + Mean = constructionProperties.AllowedLevelIncreaseStorage.Mean, + StandardDeviation = constructionProperties.AllowedLevelIncreaseStorage.StandardDeviation }; WidthFlowApertures = new VariationCoefficientNormalDistribution(2) { - Mean = (RoundedDouble) widthFlowAperturesMean, - CoefficientOfVariation = (RoundedDouble) widthFlowAperturesCoefficientOfVariation + Mean = constructionProperties.WidthFlowApertures.Mean, + CoefficientOfVariation = constructionProperties.WidthFlowApertures.CoefficientOfVariation }; InsideWaterLevel = new NormalDistribution(2) { - Mean = (RoundedDouble) insideWaterLevelMean, - StandardDeviation = (RoundedDouble) insideWaterLevelStandardDeviation + Mean = constructionProperties.InsideWaterLevel.Mean, + StandardDeviation = constructionProperties.InsideWaterLevel.StandardDeviation }; ThresholdHeightOpenWeir = new NormalDistribution(2) { - Mean = (RoundedDouble) thresholdHeightOpenWeirMean, - StandardDeviation = (RoundedDouble) thresholdHeightOpenWeirStandardDeviation + Mean = constructionProperties.ThresholdHeightOpenWeir.Mean, + StandardDeviation = constructionProperties.ThresholdHeightOpenWeir.StandardDeviation }; CriticalOvertoppingDischarge = new VariationCoefficientLogNormalDistribution(2) { - Mean = (RoundedDouble) criticalOvertoppingDischargeMean, - CoefficientOfVariation = (RoundedDouble) criticalOvertoppingDischargeCoefficientOfVariation + Mean = constructionProperties.CriticalOvertoppingDischarge.Mean, + CoefficientOfVariation = constructionProperties.CriticalOvertoppingDischarge.CoefficientOfVariation }; FlowWidthAtBottomProtection = new LogNormalDistribution(2) { - Mean = (RoundedDouble) flowWidthAtBottomProtectionMean, - StandardDeviation = (RoundedDouble) flowWidthAtBottomProtectionStandardDeviation + Mean = constructionProperties.FlowWidthAtBottomProtection.Mean, + StandardDeviation = constructionProperties.FlowWidthAtBottomProtection.StandardDeviation }; ConstructiveStrengthLinearLoadModel = new VariationCoefficientLogNormalDistribution(2) { - Mean = (RoundedDouble) constructiveStrengthLinearLoadModelMean, - CoefficientOfVariation = (RoundedDouble) constructiveStrengthLinearLoadModelCoefficientOfVariation + Mean = constructionProperties.ConstructiveStrengthLinearLoadModel.Mean, + CoefficientOfVariation = constructionProperties.ConstructiveStrengthLinearLoadModel.CoefficientOfVariation }; ConstructiveStrengthQuadraticLoadModel = new VariationCoefficientLogNormalDistribution(2) { - Mean = (RoundedDouble) constructiveStrengthQuadraticLoadModelMean, - CoefficientOfVariation = (RoundedDouble) constructiveStrengthQuadraticLoadModelCoefficientOfVariation + Mean = constructionProperties.ConstructiveStrengthQuadraticLoadModel.Mean, + CoefficientOfVariation = constructionProperties.ConstructiveStrengthQuadraticLoadModel.CoefficientOfVariation }; BankWidth = new NormalDistribution(2) { - Mean = (RoundedDouble) bankWidthMean, - StandardDeviation = (RoundedDouble) bankWidthStandardDeviation + Mean = constructionProperties.BankWidth.Mean, + StandardDeviation = constructionProperties.BankWidth.StandardDeviation }; InsideWaterLevelFailureConstruction = new NormalDistribution(2) { - Mean = (RoundedDouble) insideWaterLevelFailureConstructionMean, - StandardDeviation = (RoundedDouble) insideWaterLevelFailureConstructionStandardDeviation + Mean = constructionProperties.InsideWaterLevelFailureConstruction.Mean, + StandardDeviation = constructionProperties.InsideWaterLevelFailureConstruction.StandardDeviation }; - EvaluationLevel = new RoundedDouble(2, evaluationLevel); + EvaluationLevel = new RoundedDouble(2, constructionProperties.EvaluationLevel); LevelCrestStructure = new NormalDistribution(2) { - Mean = (RoundedDouble) levelCrestStructureMean, - StandardDeviation = (RoundedDouble) levelCrestStructureStandardDeviation + Mean = constructionProperties.LevelCrestStructure.Mean, + StandardDeviation = constructionProperties.LevelCrestStructure.StandardDeviation }; - VerticalDistance = new RoundedDouble(2, verticalDistance); - FailureProbabilityRepairClosure = new RoundedDouble(2, failureProbabilityRepairClosure); + VerticalDistance = new RoundedDouble(2, constructionProperties.VerticalDistance); + FailureProbabilityRepairClosure = new RoundedDouble(2, constructionProperties.FailureProbabilityRepairClosure); FailureCollisionEnergy = new VariationCoefficientLogNormalDistribution(2) { - Mean = (RoundedDouble) failureCollisionEnergyMean, - CoefficientOfVariation = (RoundedDouble) failureCollisionEnergyCoefficientOfVariation + Mean = constructionProperties.FailureCollisionEnergy.Mean, + CoefficientOfVariation = constructionProperties.FailureCollisionEnergy.CoefficientOfVariation }; ShipMass = new VariationCoefficientNormalDistribution(2) { - Mean = (RoundedDouble) shipMassMean, - CoefficientOfVariation = (RoundedDouble) shipMassCoefficientOfVariation + Mean = constructionProperties.ShipMass.Mean, + CoefficientOfVariation = constructionProperties.ShipMass.CoefficientOfVariation }; ShipVelocity = new VariationCoefficientNormalDistribution(2) { - Mean = (RoundedDouble) shipVelocityMean, - CoefficientOfVariation = (RoundedDouble) shipVelocityCoefficientOfVariation + Mean = constructionProperties.ShipVelocity.Mean, + CoefficientOfVariation = constructionProperties.ShipVelocity.CoefficientOfVariation }; - LevellingCount = levellingCount; - ProbabilityCollisionSecondaryStructure = new RoundedDouble(2, probabilityCollisionSecondaryStructure); + LevellingCount = constructionProperties.LevellingCount; + ProbabilityCollisionSecondaryStructure = new RoundedDouble(2, constructionProperties.ProbabilityCollisionSecondaryStructure); FlowVelocityStructureClosable = new NormalDistribution(2) { - Mean = (RoundedDouble) flowVelocityStructureClosableMean, - StandardDeviation = (RoundedDouble) flowVelocityStructureClosableStandardDeviation + Mean = constructionProperties.FlowVelocityStructureClosable.Mean, + StandardDeviation = constructionProperties.FlowVelocityStructureClosable.StandardDeviation }; StabilityLinearLoadModel = new VariationCoefficientLogNormalDistribution(2) { - Mean = (RoundedDouble) stabilityLinearLoadModelMean, - CoefficientOfVariation = (RoundedDouble) stabilityLinearLoadModelCoefficientOfVariation + Mean = constructionProperties.StabilityLinearLoadModel.Mean, + CoefficientOfVariation = constructionProperties.StabilityLinearLoadModel.CoefficientOfVariation }; StabilityQuadraticLoadModel = new VariationCoefficientLogNormalDistribution(2) { - Mean = (RoundedDouble) stabilityQuadraticLoadModelMean, - CoefficientOfVariation = (RoundedDouble) stabilityQuadraticLoadModelCoefficientOfVariation + Mean = constructionProperties.StabilityQuadraticLoadModel.Mean, + CoefficientOfVariation = constructionProperties.StabilityQuadraticLoadModel.CoefficientOfVariation }; AreaFlowApertures = new LogNormalDistribution(2) { - Mean = (RoundedDouble) areaFlowAperturesMean, - StandardDeviation = (RoundedDouble) areaFlowAperturesStandardDeviation + Mean = constructionProperties.AreaFlowApertures.Mean, + StandardDeviation = constructionProperties.AreaFlowApertures.StandardDeviation }; - InflowModelType = inflowModelType; + InflowModelType = constructionProperties.InflowModelType; } - + /// /// Gets the storage area of the stability point structure. /// [m^2] @@ -368,5 +293,186 @@ /// Gets the type of stability point structure inflow model. /// public StabilityPointStructureInflowModelType InflowModelType { get; private set; } + + /// + /// Class holding the various construction parameters for . + /// + public new class ConstructionProperties : BaseConstructionProperties + { + /// + /// Initializes a new instance of the class. + /// + public ConstructionProperties() + { + StorageStructureArea = new VariationCoefficientLogNormalDistribution(2); + AllowedLevelIncreaseStorage = new LogNormalDistribution(2); + WidthFlowApertures = new VariationCoefficientNormalDistribution(2); + InsideWaterLevel = new NormalDistribution(2); + ThresholdHeightOpenWeir = new NormalDistribution(2); + CriticalOvertoppingDischarge = new VariationCoefficientLogNormalDistribution(2); + FlowWidthAtBottomProtection = new LogNormalDistribution(2); + ConstructiveStrengthLinearLoadModel = new VariationCoefficientLogNormalDistribution(2); + ConstructiveStrengthQuadraticLoadModel = new VariationCoefficientLogNormalDistribution(2); + BankWidth = new NormalDistribution(2); + InsideWaterLevelFailureConstruction = new NormalDistribution(2); + LevelCrestStructure = new NormalDistribution(2); + FailureCollisionEnergy = new VariationCoefficientLogNormalDistribution(2); + ShipMass = new VariationCoefficientNormalDistribution(2); + ShipVelocity = new VariationCoefficientNormalDistribution(2); + FlowVelocityStructureClosable = new NormalDistribution(2); + StabilityLinearLoadModel = new VariationCoefficientLogNormalDistribution(2); + StabilityQuadraticLoadModel = new VariationCoefficientLogNormalDistribution(2); + AreaFlowApertures = new LogNormalDistribution(2); + } + + /// + /// Gets the storage area of the stability point structure. + /// [m^2] + /// + public VariationCoefficientLogNormalDistribution StorageStructureArea { get; private set; } + + /// + /// Gets the allowed increase of level for storage of the stability point structure. + /// [m] + /// + public LogNormalDistribution AllowedLevelIncreaseStorage { get; private set; } + + /// + /// Gets the width of the flow apertures of the stability point structure. + /// [m] + /// + public VariationCoefficientNormalDistribution WidthFlowApertures { get; private set; } + + /// + /// Gets the interior water level of the stability point structure. + /// [m+NAP] + /// + public NormalDistribution InsideWaterLevel { get; private set; } + + /// + /// Gets the threshold height of the opened stability point structure. + /// [m+NAP] + /// + public NormalDistribution ThresholdHeightOpenWeir { get; private set; } + + /// + /// Gets the critical overtopping discharge of the stability point structure. + /// [m^3/s/m] + /// + public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; } + + /// + /// Gets the flow width of the stability point structure at the bottom protection. + /// [m] + /// + public LogNormalDistribution FlowWidthAtBottomProtection { get; private set; } + + /// + /// Gets the constructive strength of the linear load model of the stability point structure. + /// [kN/m^2] + /// + public VariationCoefficientLogNormalDistribution ConstructiveStrengthLinearLoadModel { get; private set; } + + /// + /// Gets the constructive strength of the quadratic load model of the stability point structure. + /// [kN/m] + /// + public VariationCoefficientLogNormalDistribution ConstructiveStrengthQuadraticLoadModel { get; private set; } + + /// + /// Gets the bank width of the stability point structure. + /// [m] + /// + public NormalDistribution BankWidth { get; private set; } + + /// + /// Gets the inside water level failure construction of the stability point structure. + /// [m+NAP] + /// + public NormalDistribution InsideWaterLevelFailureConstruction { get; private set; } + + /// + /// Gets the evaluation level of the stability point structure. + /// [m+NAP] + /// + public double EvaluationLevel { get; set; } + + /// + /// Gets the crest level of the stability point structure. + /// [m+NAP] + /// + public NormalDistribution LevelCrestStructure { get; private set; } + + /// + /// Gets the vertical distance of the stability point structure. + /// [m] + /// + public double VerticalDistance { get; set; } + + /// + /// Gets the probability of failing to repair a failed closure of the stability point structure. + /// [1/year] + /// + public double FailureProbabilityRepairClosure { get; set; } + + /// + /// Gets the failure collision energy of the stability point structure. + /// [kNm] + /// + public VariationCoefficientLogNormalDistribution FailureCollisionEnergy { get; private set; } + + /// + /// Gets the mass of the ship. + /// [tons] + /// + public VariationCoefficientNormalDistribution ShipMass { get; private set; } + + /// + /// Gets the velocity of the ship. + /// [m/s] + /// + public VariationCoefficientNormalDistribution ShipVelocity { get; private set; } + + /// + /// Gets the levelling count. + /// [1/year] + /// + public int LevellingCount { get; set; } + + /// + /// Gets the probability of a secondary collision on the structure. + /// [1/year/levelling] + /// + public double ProbabilityCollisionSecondaryStructure { get; set; } + + /// + /// Gets the maximum flow velocity at which the structure is closable. + /// [m/s] + /// + public NormalDistribution FlowVelocityStructureClosable { get; private set; } + + /// + /// Gets the stability properties of the linear load model of the stability point structure. + /// [kN/m^2] + /// + public VariationCoefficientLogNormalDistribution StabilityLinearLoadModel { get; private set; } + + /// + /// Gets the stability properties of the quadratic load model of the stability point structure. + /// [kN/m] + /// + public VariationCoefficientLogNormalDistribution StabilityQuadraticLoadModel { get; private set; } + + /// + /// Gets the area of the flow aperture of the stability point structure. + /// [m^2] + /// + public LogNormalDistribution AreaFlowApertures { get; private set; } + + /// + /// Gets the type of stability point structure inflow model. + /// + public StabilityPointStructureInflowModelType InflowModelType { get; set; } + } } } \ No newline at end of file Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs =================================================================== diff -u -r9e3639e810a22019da1a9fdf5aa5c433a43520c1 -radd325fb1e135f779adf7c89446886ff15a9b17c --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs (.../StabilityPointStructuresImporter.cs) (revision 9e3639e810a22019da1a9fdf5aa5c433a43520c1) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs (.../StabilityPointStructuresImporter.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -23,6 +23,7 @@ using System.Collections.Generic; using System.Linq; using Core.Common.Base; +using Core.Common.Base.Data; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.IO.FileImporters; using Ringtoets.Common.IO.Structures; @@ -103,36 +104,112 @@ string structureName = structureLocation.Name; return new StabilityPointStructure( - structureName, - structureLocation.Id, - structureLocation.Point, - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword1].NumericalValue, - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword2].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword2], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword3].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword3], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword4].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword4], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword5].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword5], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword6].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword6], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword7].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword7], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword8].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword8], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword9].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword9], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword10].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword10], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword11].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword11], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword12].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword12], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword13].NumericalValue, - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword14].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword14], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword15].NumericalValue, - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword16].NumericalValue, - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword17].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword17], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword18].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword18], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword19].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword19], structureName), - (int) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword20].NumericalValue, - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword21].NumericalValue, - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword22].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword22], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword23].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword23], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword24].NumericalValue, GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword24], structureName), - rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword25].NumericalValue, GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword25], structureName), - GetStabilityPointStructureInflowModelType(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword26]) - ); + new StabilityPointStructure.ConstructionProperties + { + Name = structureName, Id = structureLocation.Id, Location = structureLocation.Point, + StructureNormalOrientation = rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword1].NumericalValue, + StorageStructureArea = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword2].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword2], structureName) + }, + AllowedLevelIncreaseStorage = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword3].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword3], structureName) + }, + WidthFlowApertures = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword4].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword4], structureName) + }, + InsideWaterLevel = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword5].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword5], structureName) + }, + ThresholdHeightOpenWeir = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword6].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword6], structureName) + }, + CriticalOvertoppingDischarge = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword7].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword7], structureName) + }, + FlowWidthAtBottomProtection = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword8].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword8], structureName) + }, + ConstructiveStrengthLinearLoadModel = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword9].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword9], structureName) + }, + ConstructiveStrengthQuadraticLoadModel = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword10].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword10], structureName) + }, + BankWidth = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword11].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword11], structureName) + }, + InsideWaterLevelFailureConstruction = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword12].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword12], structureName) + }, + EvaluationLevel = rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword13].NumericalValue, + LevelCrestStructure = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword14].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword14], structureName) + }, + VerticalDistance = rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword15].NumericalValue, + FailureProbabilityRepairClosure = rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword16].NumericalValue, + FailureCollisionEnergy = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword17].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword17], structureName) + }, + ShipMass = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword18].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword18], structureName) + }, + ShipVelocity = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword19].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword19], structureName) + }, + LevellingCount = (int) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword20].NumericalValue, + ProbabilityCollisionSecondaryStructure = rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword21].NumericalValue, + FlowVelocityStructureClosable = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword22].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword22], structureName) + }, + StabilityLinearLoadModel = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword23].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword23], structureName) + }, + StabilityQuadraticLoadModel = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword24].NumericalValue, + CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword24], structureName) + }, + AreaFlowApertures = + { + Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword25].NumericalValue, + StandardDeviation = GetStandardDeviation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword25], structureName) + }, + InflowModelType = GetStabilityPointStructureInflowModelType(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword26]) + }); } private static StabilityPointStructureInflowModelType GetStabilityPointStructureInflowModelType(StructuresParameterRow structureParameterRow) Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructureTest.cs =================================================================== diff -u -rc2a078ee5e2bd7923da2ef612bbf6cb3cdb5f33b -radd325fb1e135f779adf7c89446886ff15a9b17c --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructureTest.cs (.../StabilityPointStructureTest.cs) (revision c2a078ee5e2bd7923da2ef612bbf6cb3cdb5f33b) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructureTest.cs (.../StabilityPointStructureTest.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -38,34 +38,113 @@ var location = new Point2D(1.22, 2.333); // Call - var structure = new StabilityPointStructure("aName", "anId", location, - 123.456, - 234.567, 0.234, - 345.678, 0.345, - 456.789, 0.456, - 567.890, 0.567, - 678.901, 0.678, - 789.012, 0.789, - 890.123, 0.890, - 901.234, 0.901, - 123.456, 0.123, - 234.567, 0.234, - 345.678, 0.345, - 555.555, - 456.789, 0.456, - 555.55, - 0.55, - 567.890, 0.567, - 7777777.777, 0.777, - 567.890, 0.567, - 42, - 0.55, - 678.901, 0.678, - 789.012, 0.789, - 890.123, 0.890, - 901.234, 0.901, - StabilityPointStructureInflowModelType.FloodedCulvert - ); + var structure = new StabilityPointStructure( + new StabilityPointStructure.ConstructionProperties + { + Name = "aName", Id = "anId", Location = location, + StructureNormalOrientation = 123.456, + StorageStructureArea = + { + Mean = (RoundedDouble) 234.567, + CoefficientOfVariation = (RoundedDouble) 0.234 + }, + AllowedLevelIncreaseStorage = + { + Mean = (RoundedDouble) 345.678, + StandardDeviation = (RoundedDouble) 0.345 + }, + WidthFlowApertures = + { + Mean = (RoundedDouble) 456.789, + CoefficientOfVariation = (RoundedDouble) 0.456 + }, + InsideWaterLevel = + { + Mean = (RoundedDouble) 567.890, + StandardDeviation = (RoundedDouble) 0.567 + }, + ThresholdHeightOpenWeir = + { + Mean = (RoundedDouble) 678.901, + StandardDeviation = (RoundedDouble) 0.678 + }, + CriticalOvertoppingDischarge = + { + Mean = (RoundedDouble) 789.012, + CoefficientOfVariation = (RoundedDouble) 0.789 + }, + FlowWidthAtBottomProtection = + { + Mean = (RoundedDouble) 890.123, + StandardDeviation = (RoundedDouble) 0.890 + }, + ConstructiveStrengthLinearLoadModel = + { + Mean = (RoundedDouble) 901.234, + CoefficientOfVariation = (RoundedDouble) 0.901 + }, + ConstructiveStrengthQuadraticLoadModel = + { + Mean = (RoundedDouble) 123.456, + CoefficientOfVariation = (RoundedDouble) 0.123 + }, + BankWidth = + { + Mean = (RoundedDouble) 234.567, + StandardDeviation = (RoundedDouble) 0.234 + }, + InsideWaterLevelFailureConstruction = + { + Mean = (RoundedDouble) 345.678, + StandardDeviation = (RoundedDouble) 0.345 + }, + EvaluationLevel = 555.555, + LevelCrestStructure = + { + Mean = (RoundedDouble) 456.789, + StandardDeviation = (RoundedDouble) 0.456 + }, + VerticalDistance = 555.55, + FailureProbabilityRepairClosure = 0.55, + FailureCollisionEnergy = + { + Mean = (RoundedDouble) 567.890, + CoefficientOfVariation = (RoundedDouble) 0.567 + }, + ShipMass = + { + Mean = (RoundedDouble) 7777777.777, + CoefficientOfVariation = (RoundedDouble) 0.777 + }, + ShipVelocity = + { + Mean = (RoundedDouble) 567.890, + CoefficientOfVariation = (RoundedDouble) 0.567 + }, + LevellingCount = 42, + ProbabilityCollisionSecondaryStructure = 0.55, + FlowVelocityStructureClosable = + { + Mean = (RoundedDouble) 678.901, + StandardDeviation = (RoundedDouble) 0.678 + }, + StabilityLinearLoadModel = + { + Mean = (RoundedDouble) 789.012, + CoefficientOfVariation = (RoundedDouble) 0.789 + }, + StabilityQuadraticLoadModel = + { + Mean = (RoundedDouble) 890.123, + CoefficientOfVariation = (RoundedDouble) 0.890 + }, + AreaFlowApertures = + { + Mean = (RoundedDouble) 901.234, + StandardDeviation = (RoundedDouble) 0.901 + }, + InflowModelType = StabilityPointStructureInflowModelType.FloodedCulvert + }); // Assert Assert.IsInstanceOf(structure); Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -0,0 +1,27 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Data.TestUtil.Test")] +[assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Data.TestUtil.Test")] +[assembly: Guid("991d6bc1-a376-4b26-9abd-bf7cb94eb2d4")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test.csproj =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test.csproj (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test.csproj (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -0,0 +1,90 @@ + + + + Debug + x86 + {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C} + Library + Properties + Ringtoets.StabilityPointStructures.Data.TestUtil.Test + Ringtoets.StabilityPointStructures.Data.TestUtil.Test + v4.0 + 512 + + + true + bin\Debug\ + 4 + x86 + MinimumRecommendedRules.ruleset + TRACE;DEBUG + full + + + bin\Release\ + 4 + x86 + MinimumRecommendedRules.ruleset + TRACE + true + + + bin\ReleaseForCodeCoverage\ + TRACE + true + x86 + MinimumRecommendedRules.ruleset + none + + + + ..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + True + + + + + + + Properties\GlobalAssembly.cs + + + + + + + Copying.licenseheader + + + + + + {3bbfd65b-b277-4e50-ae6d-bd24c3434609} + Core.Common.Base + + + {d4200f43-3f72-4f42-af0a-8ced416a38ec} + Ringtoets.Common.Data + + + {4843d6e5-066f-4795-94f5-1d53932dd03c} + Ringtoets.Common.Data.TestUtil + + + {3d4b9740-8348-4434-8d77-b611fc6ee57f} + Ringtoets.StabilityPointStructures.Data + + + {e9ac095b-8f10-41d2-9456-4a85e3ba91ad} + Ringtoets.StabilityPointStructures.Data.TestUtil + + + + + \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/TestStabilityPointStructureTest.cs =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/TestStabilityPointStructureTest.cs (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/TestStabilityPointStructureTest.cs (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -0,0 +1,200 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using Core.Common.Base.Data; +using Core.Common.Base.Geometry; +using NUnit.Framework; +using Ringtoets.Common.Data.TestUtil; + +namespace Ringtoets.StabilityPointStructures.Data.TestUtil.Test +{ + [TestFixture] + public class TestStabilityPointStructureTest + { + [Test] + public void Constructor_ExpectedValues() + { + // Call + StabilityPointStructure structure = new TestStabilityPointStructure(); + + // Assert + Assert.AreEqual("aName", structure.Name); + Assert.AreEqual("anId", structure.Id); + Assert.AreEqual(new Point2D(1.234, 2.3456), structure.Location); + AssertAreEqual(123.456, structure.StructureNormalOrientation); + + AssertAreEqual(234.567, structure.StorageStructureArea.Mean); + AssertAreEqual(0.234, structure.StorageStructureArea.CoefficientOfVariation); + + AssertAreEqual(345.678, structure.AllowedLevelIncreaseStorage.Mean); + AssertAreEqual(0.35, structure.AllowedLevelIncreaseStorage.StandardDeviation); + + AssertAreEqual(456.789, structure.WidthFlowApertures.Mean); + AssertAreEqual(0.456, structure.WidthFlowApertures.CoefficientOfVariation); + + AssertAreEqual(567.890, structure.InsideWaterLevel.Mean); + AssertAreEqual(0.567, structure.InsideWaterLevel.StandardDeviation); + + AssertAreEqual(678.901, structure.ThresholdHeightOpenWeir.Mean); + AssertAreEqual(0.678, structure.ThresholdHeightOpenWeir.StandardDeviation); + + AssertAreEqual(789.012, structure.CriticalOvertoppingDischarge.Mean); + AssertAreEqual(0.789, structure.CriticalOvertoppingDischarge.CoefficientOfVariation); + + AssertAreEqual(890.123, structure.FlowWidthAtBottomProtection.Mean); + AssertAreEqual(0.890, structure.FlowWidthAtBottomProtection.StandardDeviation); + + AssertAreEqual(901.234, structure.ConstructiveStrengthLinearLoadModel.Mean); + AssertAreEqual(0.901, structure.ConstructiveStrengthLinearLoadModel.CoefficientOfVariation); + + AssertAreEqual(123.456, structure.ConstructiveStrengthQuadraticLoadModel.Mean); + AssertAreEqual(0.123, structure.ConstructiveStrengthQuadraticLoadModel.CoefficientOfVariation); + + AssertAreEqual(234.567, structure.BankWidth.Mean); + AssertAreEqual(0.234, structure.BankWidth.StandardDeviation); + + AssertAreEqual(345.678, structure.InsideWaterLevelFailureConstruction.Mean); + AssertAreEqual(0.35, structure.InsideWaterLevelFailureConstruction.StandardDeviation); + + AssertAreEqual(555.555, structure.EvaluationLevel); + + AssertAreEqual(456.789, structure.LevelCrestStructure.Mean); + AssertAreEqual(0.456, structure.LevelCrestStructure.StandardDeviation); + + AssertAreEqual(555.55, structure.VerticalDistance); + AssertAreEqual(0.55, structure.FailureProbabilityRepairClosure); + + AssertAreEqual(567.890, structure.FailureCollisionEnergy.Mean); + AssertAreEqual(0.567, structure.FailureCollisionEnergy.CoefficientOfVariation); + + AssertAreEqual(7777777.777, structure.ShipMass.Mean); + AssertAreEqual(0.777, structure.ShipMass.CoefficientOfVariation); + + AssertAreEqual(567.890, structure.ShipVelocity.Mean); + AssertAreEqual(0.567, structure.ShipVelocity.CoefficientOfVariation); + + Assert.AreEqual(42, structure.LevellingCount); + AssertAreEqual(0.55, structure.ProbabilityCollisionSecondaryStructure); + + AssertAreEqual(678.901, structure.FlowVelocityStructureClosable.Mean); + AssertAreEqual(0.678, structure.FlowVelocityStructureClosable.StandardDeviation); + + AssertAreEqual(789.012, structure.StabilityLinearLoadModel.Mean); + AssertAreEqual(0.789, structure.StabilityLinearLoadModel.CoefficientOfVariation); + + AssertAreEqual(890.123, structure.StabilityQuadraticLoadModel.Mean); + AssertAreEqual(0.890, structure.StabilityQuadraticLoadModel.CoefficientOfVariation); + + AssertAreEqual(901.234, structure.AreaFlowApertures.Mean); + AssertAreEqual(0.901, structure.AreaFlowApertures.StandardDeviation); + + Assert.AreEqual(StabilityPointStructureInflowModelType.FloodedCulvert, structure.InflowModelType); + } + + private static void AssertAreEqual(double expectedValue, RoundedDouble actualValue) + { + Assert.AreEqual(expectedValue, actualValue, actualValue.GetAccuracy()); + } + + [Test] + public void Constructor_WithName_ExpectedValues() + { + // Setup + const string name = "cool name!"; + + // Call + StabilityPointStructure structure = new TestStabilityPointStructure(name); + + // Assert + Assert.AreEqual(name, structure.Name); + Assert.AreEqual("anId", structure.Id); + Assert.AreEqual(new Point2D(1.234, 2.3456), structure.Location); + AssertAreEqual(123.456, structure.StructureNormalOrientation); + + AssertAreEqual(234.567, structure.StorageStructureArea.Mean); + AssertAreEqual(0.234, structure.StorageStructureArea.CoefficientOfVariation); + + AssertAreEqual(345.678, structure.AllowedLevelIncreaseStorage.Mean); + AssertAreEqual(0.35, structure.AllowedLevelIncreaseStorage.StandardDeviation); + + AssertAreEqual(456.789, structure.WidthFlowApertures.Mean); + AssertAreEqual(0.456, structure.WidthFlowApertures.CoefficientOfVariation); + + AssertAreEqual(567.890, structure.InsideWaterLevel.Mean); + AssertAreEqual(0.567, structure.InsideWaterLevel.StandardDeviation); + + AssertAreEqual(678.901, structure.ThresholdHeightOpenWeir.Mean); + AssertAreEqual(0.678, structure.ThresholdHeightOpenWeir.StandardDeviation); + + AssertAreEqual(789.012, structure.CriticalOvertoppingDischarge.Mean); + AssertAreEqual(0.789, structure.CriticalOvertoppingDischarge.CoefficientOfVariation); + + AssertAreEqual(890.123, structure.FlowWidthAtBottomProtection.Mean); + AssertAreEqual(0.890, structure.FlowWidthAtBottomProtection.StandardDeviation); + + AssertAreEqual(901.234, structure.ConstructiveStrengthLinearLoadModel.Mean); + AssertAreEqual(0.901, structure.ConstructiveStrengthLinearLoadModel.CoefficientOfVariation); + + AssertAreEqual(123.456, structure.ConstructiveStrengthQuadraticLoadModel.Mean); + AssertAreEqual(0.123, structure.ConstructiveStrengthQuadraticLoadModel.CoefficientOfVariation); + + AssertAreEqual(234.567, structure.BankWidth.Mean); + AssertAreEqual(0.234, structure.BankWidth.StandardDeviation); + + AssertAreEqual(345.678, structure.InsideWaterLevelFailureConstruction.Mean); + AssertAreEqual(0.35, structure.InsideWaterLevelFailureConstruction.StandardDeviation); + + AssertAreEqual(555.555, structure.EvaluationLevel); + + AssertAreEqual(456.789, structure.LevelCrestStructure.Mean); + AssertAreEqual(0.456, structure.LevelCrestStructure.StandardDeviation); + + AssertAreEqual(555.55, structure.VerticalDistance); + AssertAreEqual(0.55, structure.FailureProbabilityRepairClosure); + + AssertAreEqual(567.890, structure.FailureCollisionEnergy.Mean); + AssertAreEqual(0.567, structure.FailureCollisionEnergy.CoefficientOfVariation); + + AssertAreEqual(7777777.777, structure.ShipMass.Mean); + AssertAreEqual(0.777, structure.ShipMass.CoefficientOfVariation); + + AssertAreEqual(567.890, structure.ShipVelocity.Mean); + AssertAreEqual(0.567, structure.ShipVelocity.CoefficientOfVariation); + + Assert.AreEqual(42, structure.LevellingCount); + AssertAreEqual(0.55, structure.ProbabilityCollisionSecondaryStructure); + + AssertAreEqual(678.901, structure.FlowVelocityStructureClosable.Mean); + AssertAreEqual(0.678, structure.FlowVelocityStructureClosable.StandardDeviation); + + AssertAreEqual(789.012, structure.StabilityLinearLoadModel.Mean); + AssertAreEqual(0.789, structure.StabilityLinearLoadModel.CoefficientOfVariation); + + AssertAreEqual(890.123, structure.StabilityQuadraticLoadModel.Mean); + AssertAreEqual(0.890, structure.StabilityQuadraticLoadModel.CoefficientOfVariation); + + AssertAreEqual(901.234, structure.AreaFlowApertures.Mean); + AssertAreEqual(0.901, structure.AreaFlowApertures.StandardDeviation); + + Assert.AreEqual(StabilityPointStructureInflowModelType.FloodedCulvert, structure.InflowModelType); + } + } +} \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/packages.config =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/packages.config (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/packages.config (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -0,0 +1,4 @@ + + + + \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Properties/AssemblyInfo.cs (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Properties/AssemblyInfo.cs (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -0,0 +1,27 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Data.TestUtil")] +[assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Data.TestUtil")] +[assembly: Guid("602ea6d7-54b4-4791-be5e-d84c7076e33a")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Ringtoets.StabilityPointStructures.Data.TestUtil.csproj =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Ringtoets.StabilityPointStructures.Data.TestUtil.csproj (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Ringtoets.StabilityPointStructures.Data.TestUtil.csproj (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -0,0 +1,77 @@ + + + + Debug + x86 + {E9AC095B-8F10-41D2-9456-4A85E3BA91AD} + Library + Properties + Ringtoets.StabilityPointStructures.Data.TestUtil + Ringtoets.StabilityPointStructures.Data.TestUtil + v4.0 + 512 + + + true + bin\Debug\ + 4 + x86 + MinimumRecommendedRules.ruleset + TRACE;DEBUG + full + + + bin\Release\ + 4 + x86 + MinimumRecommendedRules.ruleset + TRACE + true + + + bin\ReleaseForCodeCoverage\ + TRACE + true + x86 + MinimumRecommendedRules.ruleset + none + + + + + + + + Properties\GlobalAssembly.cs + + + + + + + Copying.licenseheader + + + + + {3bbfd65b-b277-4e50-ae6d-bd24c3434609} + Core.Common.Base + + + {d4200f43-3f72-4f42-af0a-8ced416a38ec} + Ringtoets.Common.Data + + + {3d4b9740-8348-4434-8d77-b611fc6ee57f} + Ringtoets.StabilityPointStructures.Data + + + + + \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -0,0 +1,141 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using Core.Common.Base.Data; +using Core.Common.Base.Geometry; + +namespace Ringtoets.StabilityPointStructures.Data.TestUtil +{ + public class TestStabilityPointStructure : StabilityPointStructure + { + public TestStabilityPointStructure() : this("aName"){} + + public TestStabilityPointStructure(string name) + : base(new ConstructionProperties + { + Name = name, + Id = "anId", + Location = new Point2D(1.234, 2.3456), + StructureNormalOrientation = 123.456, + StorageStructureArea = + { + Mean = (RoundedDouble) 234.567, + CoefficientOfVariation = (RoundedDouble) 0.234 + }, + AllowedLevelIncreaseStorage = + { + Mean = (RoundedDouble) 345.678, + StandardDeviation = (RoundedDouble) 0.345 + }, + WidthFlowApertures = + { + Mean = (RoundedDouble) 456.789, + CoefficientOfVariation = (RoundedDouble) 0.456 + }, + InsideWaterLevel = + { + Mean = (RoundedDouble) 567.890, + StandardDeviation = (RoundedDouble) 0.567 + }, + ThresholdHeightOpenWeir = + { + Mean = (RoundedDouble) 678.901, + StandardDeviation = (RoundedDouble) 0.678 + }, + CriticalOvertoppingDischarge = + { + Mean = (RoundedDouble) 789.012, + CoefficientOfVariation = (RoundedDouble) 0.789 + }, + FlowWidthAtBottomProtection = + { + Mean = (RoundedDouble) 890.123, + StandardDeviation = (RoundedDouble) 0.890 + }, + ConstructiveStrengthLinearLoadModel = + { + Mean = (RoundedDouble) 901.234, + CoefficientOfVariation = (RoundedDouble) 0.901 + }, + ConstructiveStrengthQuadraticLoadModel = + { + Mean = (RoundedDouble) 123.456, + CoefficientOfVariation = (RoundedDouble) 0.123 + }, + BankWidth = + { + Mean = (RoundedDouble) 234.567, + StandardDeviation = (RoundedDouble) 0.234 + }, + InsideWaterLevelFailureConstruction = + { + Mean = (RoundedDouble) 345.678, + StandardDeviation = (RoundedDouble) 0.345 + }, + EvaluationLevel = 555.555, + LevelCrestStructure = + { + Mean = (RoundedDouble) 456.789, + StandardDeviation = (RoundedDouble) 0.456 + }, + VerticalDistance = 555.55, + FailureProbabilityRepairClosure = 0.55, + FailureCollisionEnergy = + { + Mean = (RoundedDouble) 567.890, + CoefficientOfVariation = (RoundedDouble) 0.567 + }, + ShipMass = + { + Mean = (RoundedDouble) 7777777.777, + CoefficientOfVariation = (RoundedDouble) 0.777 + }, + ShipVelocity = + { + Mean = (RoundedDouble) 567.890, + CoefficientOfVariation = (RoundedDouble) 0.567 + }, + LevellingCount = 42, + ProbabilityCollisionSecondaryStructure = 0.55, + FlowVelocityStructureClosable = + { + Mean = (RoundedDouble) 678.901, + StandardDeviation = (RoundedDouble) 0.678 + }, + StabilityLinearLoadModel = + { + Mean = (RoundedDouble) 789.012, + CoefficientOfVariation = (RoundedDouble) 0.789 + }, + StabilityQuadraticLoadModel = + { + Mean = (RoundedDouble) 890.123, + CoefficientOfVariation = (RoundedDouble) 0.890 + }, + AreaFlowApertures = + { + Mean = (RoundedDouble) 901.234, + StandardDeviation = (RoundedDouble) 0.901 + }, + InflowModelType = StabilityPointStructureInflowModelType.FloodedCulvert + }) {} + } +} \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs =================================================================== diff -u -rf8f4d73db42727f98beb697e6f7613145d66c628 -radd325fb1e135f779adf7c89446886ff15a9b17c --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision f8f4d73db42727f98beb697e6f7613145d66c628) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -27,6 +27,7 @@ using NUnit.Framework; using Ringtoets.Common.Forms.Helpers; using Ringtoets.StabilityPointStructures.Data; +using Ringtoets.StabilityPointStructures.Data.TestUtil; using Ringtoets.StabilityPointStructures.Forms.PropertyClasses; namespace Ringtoets.StabilityPointStructures.Forms.Test.PropertyClasses @@ -80,7 +81,7 @@ public void Data_SetNewStabilityPointStructureInstance_ReturnCorrectPropertyValues() { // Setup - StabilityPointStructure structure = CreateSimpleStabilityPointStructure(); + StabilityPointStructure structure = new TestStabilityPointStructure(); var properties = new StabilityPointStructureProperties(); // Call @@ -204,7 +205,7 @@ public void PropertyAttributes_ReturnExpectedValues() { // Setup - StabilityPointStructure structure = CreateSimpleStabilityPointStructure(); + StabilityPointStructure structure = new TestStabilityPointStructure(); // Call var properties = new StabilityPointStructureProperties @@ -387,37 +388,5 @@ Assert.AreEqual("Kwadratisch belastingschematisering stabiliteit [kN/m]", stabilityQuadraticLoadModelProperty.DisplayName); Assert.AreEqual("Kritieke stabiliteit constructie volgens de kwadratische belastingschematisatie.", stabilityQuadraticLoadModelProperty.Description); } - - private static StabilityPointStructure CreateSimpleStabilityPointStructure() - { - return new StabilityPointStructure("Name", "Id", new Point2D(1.234, 2.3456), - 123.456, - 234.567, 0.234, - 345.678, 0.345, - 456.789, 0.456, - 567.890, 0.567, - 678.901, 0.678, - 789.012, 0.789, - 890.123, 0.890, - 901.234, 0.901, - 123.546, 0.123, - 234.567, 0.234, - 345.678, 0.345, - 555.555, - 456.789, 0.456, - 555.55, - 0.55, - 567.890, 0.567, - 7777777.777, 0.777, - 567.890, 0.567, - 42, - 0.55, - 678.901, 0.678, - 789.012, 0.789, - 890.123, 0.890, - 901.234, 0.901, - StabilityPointStructureInflowModelType.FloodedCulvert - ); - } } } \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Ringtoets.StabilityPointStructures.Forms.Test.csproj =================================================================== diff -u -r44837ec463259677b2bc84d05e020de9fb5b782c -radd325fb1e135f779adf7c89446886ff15a9b17c --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Ringtoets.StabilityPointStructures.Forms.Test.csproj (.../Ringtoets.StabilityPointStructures.Forms.Test.csproj) (revision 44837ec463259677b2bc84d05e020de9fb5b782c) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Ringtoets.StabilityPointStructures.Forms.Test.csproj (.../Ringtoets.StabilityPointStructures.Forms.Test.csproj) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -146,6 +146,10 @@ {E3DF5559-97D9-4038-BBE6-2E3DFB4F4C68} Ringtoets.StabilityPointStructures.Plugin + + {e9ac095b-8f10-41d2-9456-4a85e3ba91ad} + Ringtoets.StabilityPointStructures.Data.TestUtil + Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/TreeNodeInfos/StabilityPointStructureTreeNodeInfoTest.cs =================================================================== diff -u -r9e3639e810a22019da1a9fdf5aa5c433a43520c1 -radd325fb1e135f779adf7c89446886ff15a9b17c --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/TreeNodeInfos/StabilityPointStructureTreeNodeInfoTest.cs (.../StabilityPointStructureTreeNodeInfoTest.cs) (revision 9e3639e810a22019da1a9fdf5aa5c433a43520c1) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/TreeNodeInfos/StabilityPointStructureTreeNodeInfoTest.cs (.../StabilityPointStructureTreeNodeInfoTest.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -20,11 +20,11 @@ // All rights reserved. using System.Linq; -using Core.Common.Base.Geometry; using Core.Common.Controls.TreeView; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.StabilityPointStructures.Data; +using Ringtoets.StabilityPointStructures.Data.TestUtil; using Ringtoets.StabilityPointStructures.Plugin; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; @@ -68,7 +68,7 @@ { // Setup const string name = "a nice name"; - StabilityPointStructure structure = CreateSimpleStabilityPointStructure(name); + StabilityPointStructure structure = new TestStabilityPointStructure(name); using (var plugin = new StabilityPointStructuresPlugin()) { @@ -102,37 +102,5 @@ { return gui.GetTreeNodeInfos().First(tni => tni.TagType == typeof(StabilityPointStructure)); } - - private static StabilityPointStructure CreateSimpleStabilityPointStructure(string name) - { - return new StabilityPointStructure(name, "1", new Point2D(1, 2), - 123.456, - 234.567, 0.234, - 345.678, 0.345, - 456.789, 0.456, - 567.890, 0.567, - 678.901, 0.678, - 789.012, 0.789, - 890.123, 0.890, - 901.234, 0.901, - 123.546, 0.123, - 234.567, 0.234, - 345.678, 0.345, - 555.555, - 456.789, 0.456, - 555.55, - 0.55, - 567.890, 0.567, - 7777777.777, 0.777, - 567.890, 0.567, - 42, - 0.55, - 678.901, 0.678, - 789.012, 0.789, - 890.123, 0.890, - 901.234, 0.901, - StabilityPointStructureInflowModelType.FloodedCulvert - ); - } } } \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs =================================================================== diff -u -r9e3639e810a22019da1a9fdf5aa5c433a43520c1 -radd325fb1e135f779adf7c89446886ff15a9b17c --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs (.../StabilityPointStructuresContextTreeNodeInfoTest.cs) (revision 9e3639e810a22019da1a9fdf5aa5c433a43520c1) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs (.../StabilityPointStructuresContextTreeNodeInfoTest.cs) (revision add325fb1e135f779adf7c89446886ff15a9b17c) @@ -22,7 +22,6 @@ using System.Drawing; using System.Linq; using Core.Common.Base; -using Core.Common.Base.Geometry; using Core.Common.Controls.TreeView; using Core.Common.Gui; using Core.Common.Gui.ContextMenu; @@ -31,6 +30,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.StabilityPointStructures.Data; +using Ringtoets.StabilityPointStructures.Data.TestUtil; using Ringtoets.StabilityPointStructures.Forms.PresentationObjects; using Ringtoets.StabilityPointStructures.Plugin; using RingtoetsCommonFormsProperties = Ringtoets.Common.Forms.Properties.Resources; @@ -129,7 +129,7 @@ var structures = new ObservableList { - CreateStabilityPointStructure() + new TestStabilityPointStructure() }; // Precondition @@ -157,8 +157,8 @@ var assessmentSection = mocks.Stub(); mocks.ReplayAll(); - StabilityPointStructure structure1 = CreateStabilityPointStructure(); - StabilityPointStructure structure2 = CreateStabilityPointStructure(); + StabilityPointStructure structure1 = new TestStabilityPointStructure(); + StabilityPointStructure structure2 = new TestStabilityPointStructure(); var closingStructures = new ObservableList { structure1, @@ -241,37 +241,5 @@ { return gui.GetTreeNodeInfos().First(tni => tni.TagType == typeof(StabilityPointStructuresContext)); } - - private static StabilityPointStructure CreateStabilityPointStructure() - { - return new StabilityPointStructure("Name", "Id", new Point2D(1, 2), - 123.456, - 234.567, 0.234, - 345.678, 0.345, - 456.789, 0.456, - 567.890, 0.567, - 678.901, 0.678, - 789.012, 0.789, - 890.123, 0.890, - 901.234, 0.901, - 123.546, 0.123, - 234.567, 0.234, - 345.678, 0.345, - 555.555, - 456.789, 0.456, - 555.55, - 0.55, - 567.890, 0.567, - 7777777.777, 0.777, - 567.890, 0.567, - 42, - 0.55, - 678.901, 0.678, - 789.012, 0.789, - 890.123, 0.890, - 901.234, 0.901, - StabilityPointStructureInflowModelType.FloodedCulvert - ); - } } } \ No newline at end of file