-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCandid.GuideStarAPI.sln
More file actions
38 lines (38 loc) · 1.91 KB
/
Candid.GuideStarAPI.sln
File metadata and controls
38 lines (38 loc) · 1.91 KB
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.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Candid.GuideStarAPI", "Candid.GuideStarAPI\Candid.GuideStarAPI.csproj", "{FE709806-9569-4831-A920-8EF86700BF41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Candid.GuideStarAPI.Tests", "Candid.GuideStarAPI.Tests\Candid.GuideStarAPI.Tests.csproj", "{053602DD-2B1F-42B2-BE02-A3399914C7D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C3FA922-CCF8-4546-9F30-04987CDF4162}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
LICENSE = LICENSE
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
{FE709806-9569-4831-A920-8EF86700BF41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE709806-9569-4831-A920-8EF86700BF41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE709806-9569-4831-A920-8EF86700BF41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE709806-9569-4831-A920-8EF86700BF41}.Release|Any CPU.Build.0 = Release|Any CPU
{053602DD-2B1F-42B2-BE02-A3399914C7D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{053602DD-2B1F-42B2-BE02-A3399914C7D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{053602DD-2B1F-42B2-BE02-A3399914C7D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{053602DD-2B1F-42B2-BE02-A3399914C7D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E80029B-2EC8-4E4E-9BA1-DA7FC4D572FD}
EndGlobalSection
EndGlobal