-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHP.CloudApi.Client.sln
38 lines (38 loc) · 1.88 KB
/
HP.CloudApi.Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HP.CloudApi.Client", "HP.CloudApi.Client\HP.CloudApi.Client.csproj", "{6C1A2462-E86F-4C7B-AED1-5C7658D0084A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestClient", "TestClient\TestClient.csproj", "{BD8765C5-6C02-4FD2-9043-9CEEF6BF543F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4170CBF4-B7C0-413D-9377-9A1FFDBC15FE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\publish.yml = .github\workflows\publish.yml
README.MD = README.MD
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C1A2462-E86F-4C7B-AED1-5C7658D0084A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C1A2462-E86F-4C7B-AED1-5C7658D0084A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C1A2462-E86F-4C7B-AED1-5C7658D0084A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C1A2462-E86F-4C7B-AED1-5C7658D0084A}.Release|Any CPU.Build.0 = Release|Any CPU
{BD8765C5-6C02-4FD2-9043-9CEEF6BF543F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD8765C5-6C02-4FD2-9043-9CEEF6BF543F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD8765C5-6C02-4FD2-9043-9CEEF6BF543F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD8765C5-6C02-4FD2-9043-9CEEF6BF543F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F4F23F7-2ADD-4FD4-857E-004E4EB2E072}
EndGlobalSection
EndGlobal