-
Notifications
You must be signed in to change notification settings - Fork 0
/
AzurAPINet.sln
46 lines (46 loc) · 2.43 KB
/
AzurAPINet.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
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{78247F71-2273-46E9-8109-74721FF975C7}"
ProjectSection(SolutionItems) = preProject
Progress.md = Progress.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzurAPINet", "AzurAPINet\AzurAPINet.csproj", "{9FB3B831-8AB6-4949-B363-0F60FC0B8328}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzurAPINetTesting", "AzurAPINetTesting\AzurAPINetTesting.csproj", "{5E7A5843-9C4F-4334-AD9D-0C792C6D8CFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzurAPINetTests", "AzurAPINetTests\AzurAPINetTests.csproj", "{DC32A659-10FC-40FE-9803-ADBBFFD70660}"
ProjectSection(ProjectDependencies) = postProject
{9FB3B831-8AB6-4949-B363-0F60FC0B8328} = {9FB3B831-8AB6-4949-B363-0F60FC0B8328}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FB3B831-8AB6-4949-B363-0F60FC0B8328}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FB3B831-8AB6-4949-B363-0F60FC0B8328}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FB3B831-8AB6-4949-B363-0F60FC0B8328}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FB3B831-8AB6-4949-B363-0F60FC0B8328}.Release|Any CPU.Build.0 = Release|Any CPU
{5E7A5843-9C4F-4334-AD9D-0C792C6D8CFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E7A5843-9C4F-4334-AD9D-0C792C6D8CFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E7A5843-9C4F-4334-AD9D-0C792C6D8CFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E7A5843-9C4F-4334-AD9D-0C792C6D8CFE}.Release|Any CPU.Build.0 = Release|Any CPU
{DC32A659-10FC-40FE-9803-ADBBFFD70660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC32A659-10FC-40FE-9803-ADBBFFD70660}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC32A659-10FC-40FE-9803-ADBBFFD70660}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC32A659-10FC-40FE-9803-ADBBFFD70660}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F263F67D-4865-490D-9C88-2F7685AE25E7}
EndGlobalSection
EndGlobal