Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/Advisor/Advisor.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the ""License"");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an ""AS IS"" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
// is regenerated.

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Advisor")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.1.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]

15 changes: 15 additions & 0 deletions src/Advisor/Advisor.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,18 @@ directive:
- Ttl
labels:
ResourceGroupName: Resource Group

- where:
verb: Get
subject: Configuration
set:
breaking-change:
deprecated-output-properties:
- Digest
new-output-properties:
- Digest
change-description: The type of property 'Digest' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IDigestConfig' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IDigestConfig]'.
deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
```
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ https://learn.microsoft.com/powershell/module/az.advisor/Disable-AzAdvisorRecomm
#>
function Disable-AzAdvisorRecommendation{
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase])]
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem].", "SuppressionId System.Collections.Generic.List`1[System.String]"))]
Copy link

Copilot AI Aug 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an extra period at the end of 'IRecommendationPropertiesActionsItem].' in the NewOutputProperties parameter. Remove the trailing period for consistency.

Suggested change
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem].", "SuppressionId System.Collections.Generic.List`1[System.String]"))]
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem]", "SuppressionId System.Collections.Generic.List`1[System.String]"))]

Copilot uses AI. Check for mistakes.
[CmdletBinding(DefaultParameterSetName='IdParameterSet', SupportsShouldProcess, PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='IdParameterSet', Mandatory, HelpMessage='Id of the recommendation to be suppressed.')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ https://learn.microsoft.com/powershell/module/az.advisor/Enable-AzAdvisorRecomme
#>
function Enable-AzAdvisorRecommendation{
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase])]
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem].", "SuppressionId System.Collections.Generic.List`1[System.String]"))]
Copy link

Copilot AI Aug 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an extra period at the end of 'IRecommendationPropertiesActionsItem].' in the NewOutputProperties parameter. Remove the trailing period for consistency.

Suggested change
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem].", "SuppressionId System.Collections.Generic.List`1[System.String]"))]
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem]", "SuppressionId System.Collections.Generic.List`1[System.String]"))]

Copilot uses AI. Check for mistakes.
[CmdletBinding(DefaultParameterSetName='IdParameterSet', SupportsShouldProcess, PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='IdParameterSet', Mandatory, HelpMessage='Id of the recommendation to be suppressed.')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ https://learn.microsoft.com/powershell/module/az.advisor/Get-AzAdvisorRecommenda
#>
function Get-AzAdvisorRecommendation {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase])]
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem].", "SuppressionId System.Collections.Generic.List`1[System.String]"))]
Copy link

Copilot AI Aug 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an extra period at the end of 'IRecommendationPropertiesActionsItem].' in the NewOutputProperties parameter. Remove the trailing period for consistency.

Suggested change
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem].", "SuppressionId System.Collections.Generic.List`1[System.String]"))]
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase", DeprecatedOutputProperties = ("Action Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]", "SuppressionId System.String[]"), NewOutputProperties = ("Action System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem]", "SuppressionId System.Collections.Generic.List`1[System.String]"))]

Copilot uses AI. Check for mistakes.
[CmdletBinding(DefaultParameterSetName='ListByFilter', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='ListByName', Mandatory)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ https://learn.microsoft.com/powershell/module/az.advisor/Set-AzAdvisorConfigurat
#>
function Set-AzAdvisorConfiguration {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData])]
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IConfigData", DeprecatedOutputProperties = ("Digest Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IDigestConfig"), NewOutputProperties = ("Digest System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IDigestConfig]"))]
[CmdletBinding(DefaultParameterSetName='CreateByLCT', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(ParameterSetName='CreateByRG', Mandatory)]
Expand Down
2 changes: 1 addition & 1 deletion src/Advisor/Advisor.Autorest/docs/Az.Advisor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.Advisor
Module Guid: 6828a285-3916-4785-a754-9313c53b910f
Module Guid: 277cf89e-e0e9-4a1a-8ded-b25839569c34
Download Help Link: https://learn.microsoft.com/powershell/module/az.advisor
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Name Category Resource Group Impact ImpactedFi

Enable recommendation by resource Id

### Example 2: Enable recommendation byrecommendation name
### Example 2: Enable recommendation by recommendation name
```powershell
Enable-AzAdvisorRecommendation -RecommendationName 42963553-61de-5334-2d2e-47f3a0099d41
```
Expand All @@ -59,7 +59,7 @@ Name Category Resource Group Impact ImpactedFi
42963553-61de-5334-2d2e-47f3a0099d41 Security automanagehcrprg High Microsoft.Compute/virtualMachines
```

Enable recommendation byrecommendation name
Enable recommendation by recommendation name

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name Category Resource Group Impact ImpactedFi

Enable recommendation by resource Id

### Example 2: Enable recommendation byrecommendation name
### Example 2: Enable recommendation by recommendation name
```powershell
Enable-AzAdvisorRecommendation -RecommendationName 42963553-61de-5334-2d2e-47f3a0099d41
```
Expand All @@ -22,5 +22,5 @@ Name Category Resource Group Impact ImpactedFi
42963553-61de-5334-2d2e-47f3a0099d41 Security automanagehcrprg High Microsoft.Compute/virtualMachines
```

Enable recommendation byrecommendation name
Enable recommendation by recommendation name

2 changes: 1 addition & 1 deletion src/Advisor/Advisor.Autorest/generate-info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "661dccf0-7c82-45ce-bbc9-81c87a43eac3"
"generate_Id": "faee0227-0eba-4ed3-a077-ed0edaf2610f"
}
11 changes: 11 additions & 0 deletions src/Advisor/Advisor.Autorest/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Resources
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.

## Info
- Modifiable: yes
- Generated: no
- Committed: yes
- Packaged: no

## Purpose
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
89 changes: 80 additions & 9 deletions src/Advisor/Advisor.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand All @@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advisor", "Advisor\Advisor.csproj", "{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Advisor", "..\..\generated\Advisor\Advisor.Autorest\Az.Advisor.csproj", "{EEEB4BCB-9D78-44A1-8666-36E805A5C773}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Advisor.Autorest", "Advisor.Autorest", "{11D148E3-9BCC-C4A6-0910-9111B1AC8EC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Advisor", "..\..\generated\Advisor\Advisor.Autorest\Az.Advisor.csproj", "{09BFF60F-5D43-47E6-BA43-0A2A95625072}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F279170-3991-4589-8093-5106A6B7AA69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Debug|x64.ActiveCfg = Debug|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Debug|x64.Build.0 = Debug|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Debug|x86.ActiveCfg = Debug|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Debug|x86.Build.0 = Debug|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Release|Any CPU.Build.0 = Release|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Release|x64.ActiveCfg = Release|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Release|x64.Build.0 = Release|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Release|x86.ActiveCfg = Release|Any CPU
{3F279170-3991-4589-8093-5106A6B7AA69}.Release|x86.Build.0 = Release|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Debug|x64.ActiveCfg = Debug|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Debug|x64.Build.0 = Debug|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Debug|x86.ActiveCfg = Debug|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Debug|x86.Build.0 = Debug|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Release|Any CPU.Build.0 = Release|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Release|x64.ActiveCfg = Release|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Release|x64.Build.0 = Release|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Release|x86.ActiveCfg = Release|Any CPU
{9D3AC600-6D08-42BF-BC46-8B7E84B4108C}.Release|x86.Build.0 = Release|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Debug|x64.ActiveCfg = Debug|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Debug|x64.Build.0 = Debug|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Debug|x86.ActiveCfg = Debug|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Debug|x86.Build.0 = Debug|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Release|Any CPU.Build.0 = Release|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Release|x64.ActiveCfg = Release|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Release|x64.Build.0 = Release|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Release|x86.ActiveCfg = Release|Any CPU
{258BA7DB-F859-4931-9E48-391E47DF4FAE}.Release|x86.Build.0 = Release|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Debug|x64.ActiveCfg = Debug|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Debug|x64.Build.0 = Debug|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Debug|x86.ActiveCfg = Debug|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Debug|x86.Build.0 = Debug|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Release|Any CPU.Build.0 = Release|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Release|x64.ActiveCfg = Release|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Release|x64.Build.0 = Release|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Release|x86.ActiveCfg = Release|Any CPU
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0}.Release|x86.Build.0 = Release|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Debug|x64.ActiveCfg = Debug|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Debug|x64.Build.0 = Debug|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Debug|x86.ActiveCfg = Debug|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Debug|x86.Build.0 = Debug|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Release|Any CPU.Build.0 = Release|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Release|x64.ActiveCfg = Release|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Release|x64.Build.0 = Release|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Release|x86.ActiveCfg = Release|Any CPU
{414C668F-B3D7-420A-A5ED-428110F2C789}.Release|x86.Build.0 = Release|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Debug|x64.ActiveCfg = Debug|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Debug|x64.Build.0 = Debug|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Debug|x86.ActiveCfg = Debug|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Debug|x86.Build.0 = Debug|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Release|Any CPU.Build.0 = Release|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Release|x64.ActiveCfg = Release|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Release|x64.Build.0 = Release|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Release|x86.ActiveCfg = Release|Any CPU
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F}.Release|x86.Build.0 = Release|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Debug|x64.ActiveCfg = Debug|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Debug|x64.Build.0 = Debug|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Debug|x86.ActiveCfg = Debug|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Debug|x86.Build.0 = Debug|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Release|Any CPU.Build.0 = Release|Any CPU
{EEEB4BCB-9D78-44A1-8666-36E805A5C773}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEEB4BCB-9D78-44A1-8666-36E805A5C773}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEEB4BCB-9D78-44A1-8666-36E805A5C773}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEEB4BCB-9D78-44A1-8666-36E805A5C773}.Release|Any CPU.Build.0 = Release|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Release|x64.ActiveCfg = Release|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Release|x64.Build.0 = Release|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Release|x86.ActiveCfg = Release|Any CPU
{FC2C296A-E36A-4E6E-85FB-AFCF51D40B1B}.Release|x86.Build.0 = Release|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Debug|x64.ActiveCfg = Debug|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Debug|x64.Build.0 = Debug|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Debug|x86.ActiveCfg = Debug|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Debug|x86.Build.0 = Debug|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Release|Any CPU.Build.0 = Release|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Release|x64.ActiveCfg = Release|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Release|x64.Build.0 = Release|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Release|x86.ActiveCfg = Release|Any CPU
{09BFF60F-5D43-47E6-BA43-0A2A95625072}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3F279170-3991-4589-8093-5106A6B7AA69} = {F9AB9B33-370D-450F-BFB6-A0B29E4B8A83}
Expand All @@ -70,5 +140,6 @@ Global
{8B1E5E8E-AA46-431F-A753-A62EB03C9CC0} = {F9AB9B33-370D-450F-BFB6-A0B29E4B8A83}
{414C668F-B3D7-420A-A5ED-428110F2C789} = {F9AB9B33-370D-450F-BFB6-A0B29E4B8A83}
{FB6CFA0C-C3B4-46B2-B1E0-889F58F6DF4F} = {F9AB9B33-370D-450F-BFB6-A0B29E4B8A83}
{09BFF60F-5D43-47E6-BA43-0A2A95625072} = {11D148E3-9BCC-C4A6-0910-9111B1AC8EC4}
EndGlobalSection
EndGlobal
Loading