-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPeople.API.sln
43 lines (43 loc) · 2.53 KB
/
People.API.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 Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "People.API", "People.API\People.API.csproj", "{D25EDDEF-86B1-4CF4-BA49-B3557DE86C05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "People.Data", "People.Data\People.Data.csproj", "{C9E7A39A-7F17-47F3-BBC8-09B20173747C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "People.Tests", "People.Tests\People.Tests.csproj", "{5143A758-AC5C-4B67-953B-B8975789E990}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "People.IntegrationTests", "People.IntegrationTests\People.IntegrationTests.csproj", "{A904670B-4F0C-4F6E-9A2D-F44AD0312632}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D25EDDEF-86B1-4CF4-BA49-B3557DE86C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D25EDDEF-86B1-4CF4-BA49-B3557DE86C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D25EDDEF-86B1-4CF4-BA49-B3557DE86C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D25EDDEF-86B1-4CF4-BA49-B3557DE86C05}.Release|Any CPU.Build.0 = Release|Any CPU
{C9E7A39A-7F17-47F3-BBC8-09B20173747C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9E7A39A-7F17-47F3-BBC8-09B20173747C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9E7A39A-7F17-47F3-BBC8-09B20173747C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9E7A39A-7F17-47F3-BBC8-09B20173747C}.Release|Any CPU.Build.0 = Release|Any CPU
{5143A758-AC5C-4B67-953B-B8975789E990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5143A758-AC5C-4B67-953B-B8975789E990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5143A758-AC5C-4B67-953B-B8975789E990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5143A758-AC5C-4B67-953B-B8975789E990}.Release|Any CPU.Build.0 = Release|Any CPU
{A904670B-4F0C-4F6E-9A2D-F44AD0312632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A904670B-4F0C-4F6E-9A2D-F44AD0312632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A904670B-4F0C-4F6E-9A2D-F44AD0312632}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A904670B-4F0C-4F6E-9A2D-F44AD0312632}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95D47871-DA87-4B57-854A-5E9E65D84EDA}
EndGlobalSection
EndGlobal