-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCentCom.sln
42 lines (42 loc) · 2.25 KB
/
CentCom.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
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}") = "Api", "Api\Api.csproj", "{EEFB5D34-B5C0-4A06-B53B-C75E2E2A9F73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.UnitTests", "Api.UnitTests\Api.UnitTests.csproj", "{B68F920C-80A6-41F1-B515-189FA64C21EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.FunctionalTests", "Api.FunctionalTests\Api.FunctionalTests.csproj", "{F0644E58-5862-42FF-A27F-09E2F32A4045}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CB6F588-FFF5-4914-866F-B9E4EA820FE7}"
ProjectSection(SolutionItems) = preProject
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
{EEFB5D34-B5C0-4A06-B53B-C75E2E2A9F73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEFB5D34-B5C0-4A06-B53B-C75E2E2A9F73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEFB5D34-B5C0-4A06-B53B-C75E2E2A9F73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEFB5D34-B5C0-4A06-B53B-C75E2E2A9F73}.Release|Any CPU.Build.0 = Release|Any CPU
{B68F920C-80A6-41F1-B515-189FA64C21EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B68F920C-80A6-41F1-B515-189FA64C21EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B68F920C-80A6-41F1-B515-189FA64C21EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B68F920C-80A6-41F1-B515-189FA64C21EA}.Release|Any CPU.Build.0 = Release|Any CPU
{F0644E58-5862-42FF-A27F-09E2F32A4045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0644E58-5862-42FF-A27F-09E2F32A4045}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0644E58-5862-42FF-A27F-09E2F32A4045}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0644E58-5862-42FF-A27F-09E2F32A4045}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BF1BC47-F0FA-494D-A562-732389750ECB}
EndGlobalSection
EndGlobal