This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 502
/
Microsoft.Azure.Management.ApiManagement.sln
44 lines (44 loc) · 2.28 KB
/
Microsoft.Azure.Management.ApiManagement.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArmTemplates", "src\ArmTemplates\ArmTemplates.csproj", "{B5183465-2BC1-4206-9C9F-5AC9615AC941}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArmTemplates.Tests", "tests\ArmTemplates.Tests\ArmTemplates.Tests.csproj", "{7D0C17F8-C0F5-4678-A75F-EB1BE94E3A46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A8FCD0FA-2908-4EE5-B9DE-C0F6E0661C8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{583B0ECD-81D1-4091-B158-2651468CBB51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "!SolutionItems", "!SolutionItems", "{B241C635-76E9-4B85-8BAC-B0265D1E2E92}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5183465-2BC1-4206-9C9F-5AC9615AC941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5183465-2BC1-4206-9C9F-5AC9615AC941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5183465-2BC1-4206-9C9F-5AC9615AC941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5183465-2BC1-4206-9C9F-5AC9615AC941}.Release|Any CPU.Build.0 = Release|Any CPU
{7D0C17F8-C0F5-4678-A75F-EB1BE94E3A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D0C17F8-C0F5-4678-A75F-EB1BE94E3A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D0C17F8-C0F5-4678-A75F-EB1BE94E3A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D0C17F8-C0F5-4678-A75F-EB1BE94E3A46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B5183465-2BC1-4206-9C9F-5AC9615AC941} = {A8FCD0FA-2908-4EE5-B9DE-C0F6E0661C8D}
{7D0C17F8-C0F5-4678-A75F-EB1BE94E3A46} = {583B0ECD-81D1-4091-B158-2651468CBB51}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86622F7B-B2EB-4FC7-9164-36F06B2F8B1D}
EndGlobalSection
EndGlobal