-
Notifications
You must be signed in to change notification settings - Fork 7
/
StatusPageIo.sln
43 lines (43 loc) · 2.09 KB
/
StatusPageIo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatusPageIo.Api", "StatusPageIo\StatusPageIo.Api\StatusPageIo.Api.csproj", "{61802690-CD85-4708-8735-3CE777A405FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatusPageIo.UnitTests", "StatusPageIo\StatusPageIo.UnitTests\StatusPageIo.UnitTests.csproj", "{B5EBE570-9B47-4C58-BCCF-476AA2CC1732}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{FE948C23-2298-4B37-A077-1897B551669F}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FEADF33-8689-4A86-9361-4C4BD0318B1C}"
ProjectSection(SolutionItems) = preProject
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
{61802690-CD85-4708-8735-3CE777A405FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61802690-CD85-4708-8735-3CE777A405FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61802690-CD85-4708-8735-3CE777A405FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61802690-CD85-4708-8735-3CE777A405FD}.Release|Any CPU.Build.0 = Release|Any CPU
{B5EBE570-9B47-4C58-BCCF-476AA2CC1732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5EBE570-9B47-4C58-BCCF-476AA2CC1732}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5EBE570-9B47-4C58-BCCF-476AA2CC1732}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5EBE570-9B47-4C58-BCCF-476AA2CC1732}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD96ACF0-5036-4C61-9223-81D1EF03F1ED}
EndGlobalSection
EndGlobal