-
Notifications
You must be signed in to change notification settings - Fork 2
/
Appointer.sln
63 lines (63 loc) · 3.66 KB
/
Appointer.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0822B695-D2DF-4E72-BCAD-DD767655E9C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5E191623-BFC0-4FEC-93A9-047999771EFE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A5781BA3-75E1-471A-B2D8-FFA6EEEDBD5B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web.Api", "src\Web.Api\Web.Api.csproj", "{F7E76506-B0E8-4277-9EF1-958FA786F3D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web.Api.IntegrationTests", "tests\Web.Api.IntegrationTests\Web.Api.IntegrationTests.csproj", "{1F302DCD-2100-42CA-850A-570C30230FDF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{4A648E15-FEF1-47BB-99FC-26CEE2516ACB}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.Api.UnitTests", "tests\Web.Api.UnitTests\Web.Api.UnitTests.csproj", "{CBDC7AB2-99B8-4D88-BF1A-B416E2C004FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.Api.ArchitectureTests", "tests\Web.Api.ArchitectureTests\Web.Api.ArchitectureTests.csproj", "{8C310E57-8D96-4B6A-B13A-B3AACC62F220}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7E76506-B0E8-4277-9EF1-958FA786F3D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7E76506-B0E8-4277-9EF1-958FA786F3D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7E76506-B0E8-4277-9EF1-958FA786F3D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7E76506-B0E8-4277-9EF1-958FA786F3D5}.Release|Any CPU.Build.0 = Release|Any CPU
{1F302DCD-2100-42CA-850A-570C30230FDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F302DCD-2100-42CA-850A-570C30230FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F302DCD-2100-42CA-850A-570C30230FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F302DCD-2100-42CA-850A-570C30230FDF}.Release|Any CPU.Build.0 = Release|Any CPU
{CBDC7AB2-99B8-4D88-BF1A-B416E2C004FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBDC7AB2-99B8-4D88-BF1A-B416E2C004FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBDC7AB2-99B8-4D88-BF1A-B416E2C004FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBDC7AB2-99B8-4D88-BF1A-B416E2C004FA}.Release|Any CPU.Build.0 = Release|Any CPU
{8C310E57-8D96-4B6A-B13A-B3AACC62F220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C310E57-8D96-4B6A-B13A-B3AACC62F220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C310E57-8D96-4B6A-B13A-B3AACC62F220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C310E57-8D96-4B6A-B13A-B3AACC62F220}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7E76506-B0E8-4277-9EF1-958FA786F3D5} = {0822B695-D2DF-4E72-BCAD-DD767655E9C4}
{1F302DCD-2100-42CA-850A-570C30230FDF} = {5E191623-BFC0-4FEC-93A9-047999771EFE}
{CBDC7AB2-99B8-4D88-BF1A-B416E2C004FA} = {5E191623-BFC0-4FEC-93A9-047999771EFE}
{8C310E57-8D96-4B6A-B13A-B3AACC62F220} = {5E191623-BFC0-4FEC-93A9-047999771EFE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C31453C5-23E9-43FB-A7A8-D30FBE018ACC}
EndGlobalSection
EndGlobal