forked from Mums-Who-Code/SCMS.Services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SCMS.Services.sln
54 lines (54 loc) · 3.45 KB
/
SCMS.Services.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{722E8F19-B674-44BF-AB30-A183F2605895}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCMS.Services.Tests.Unit", "SCMS.Services.Tests.Unit\SCMS.Services.Tests.Unit.csproj", "{609B046F-483D-447B-AAFB-743CD2E73596}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCMS.Services.Tests.Acceptance", "SCMS.Services.Tests.Acceptance\SCMS.Services.Tests.Acceptance.csproj", "{05495E52-2950-4827-BC2E-CD145D51F7FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCMS.Services.Infrastructure.Build", "SCMS.Services.Infrastructure.Build\SCMS.Services.Infrastructure.Build.csproj", "{824C6180-B887-4A34-B81B-10C0F3B4286C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCMS.Services.Api", "SCMS.Services.Api\SCMS.Services.Api.csproj", "{505B15B1-8EB2-4350-8CD8-F243AB917420}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCMS.Services.Infrastructure.Provision", "SCMS.Services.Infrastructure.Provision\SCMS.Services.Infrastructure.Provision.csproj", "{B975E8F7-F6AA-4AA1-BB64-FB2164C11F27}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{609B046F-483D-447B-AAFB-743CD2E73596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{609B046F-483D-447B-AAFB-743CD2E73596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{609B046F-483D-447B-AAFB-743CD2E73596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{609B046F-483D-447B-AAFB-743CD2E73596}.Release|Any CPU.Build.0 = Release|Any CPU
{05495E52-2950-4827-BC2E-CD145D51F7FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05495E52-2950-4827-BC2E-CD145D51F7FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05495E52-2950-4827-BC2E-CD145D51F7FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05495E52-2950-4827-BC2E-CD145D51F7FB}.Release|Any CPU.Build.0 = Release|Any CPU
{824C6180-B887-4A34-B81B-10C0F3B4286C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{824C6180-B887-4A34-B81B-10C0F3B4286C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{824C6180-B887-4A34-B81B-10C0F3B4286C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{824C6180-B887-4A34-B81B-10C0F3B4286C}.Release|Any CPU.Build.0 = Release|Any CPU
{505B15B1-8EB2-4350-8CD8-F243AB917420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{505B15B1-8EB2-4350-8CD8-F243AB917420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{505B15B1-8EB2-4350-8CD8-F243AB917420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{505B15B1-8EB2-4350-8CD8-F243AB917420}.Release|Any CPU.Build.0 = Release|Any CPU
{B975E8F7-F6AA-4AA1-BB64-FB2164C11F27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B975E8F7-F6AA-4AA1-BB64-FB2164C11F27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B975E8F7-F6AA-4AA1-BB64-FB2164C11F27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B975E8F7-F6AA-4AA1-BB64-FB2164C11F27}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2EA7DC15-FB61-4EED-9EA0-E23D52628AB1}
EndGlobalSection
EndGlobal