-
Notifications
You must be signed in to change notification settings - Fork 5
/
AWSService.sln
49 lines (49 loc) · 2.97 KB
/
AWSService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AWSService", "AWSService\AWSService.csproj", "{2CDD542B-471B-4C46-8228-2580289EDE1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{C73C4095-105B-4A0C-8556-8922CF30FCC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{DB22EBBB-76F3-4B25-8265-DDBB4BB1DAA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services.Interfaces", "Services.Interfaces\Services.Interfaces.csproj", "{488A43E2-6433-493E-B03B-06051B294629}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{73C3A251-5E02-4127-87E1-4055864A1B20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CDD542B-471B-4C46-8228-2580289EDE1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CDD542B-471B-4C46-8228-2580289EDE1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CDD542B-471B-4C46-8228-2580289EDE1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CDD542B-471B-4C46-8228-2580289EDE1B}.Release|Any CPU.Build.0 = Release|Any CPU
{C73C4095-105B-4A0C-8556-8922CF30FCC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C73C4095-105B-4A0C-8556-8922CF30FCC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C73C4095-105B-4A0C-8556-8922CF30FCC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C73C4095-105B-4A0C-8556-8922CF30FCC4}.Release|Any CPU.Build.0 = Release|Any CPU
{DB22EBBB-76F3-4B25-8265-DDBB4BB1DAA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB22EBBB-76F3-4B25-8265-DDBB4BB1DAA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB22EBBB-76F3-4B25-8265-DDBB4BB1DAA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB22EBBB-76F3-4B25-8265-DDBB4BB1DAA9}.Release|Any CPU.Build.0 = Release|Any CPU
{488A43E2-6433-493E-B03B-06051B294629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{488A43E2-6433-493E-B03B-06051B294629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{488A43E2-6433-493E-B03B-06051B294629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{488A43E2-6433-493E-B03B-06051B294629}.Release|Any CPU.Build.0 = Release|Any CPU
{73C3A251-5E02-4127-87E1-4055864A1B20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C3A251-5E02-4127-87E1-4055864A1B20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C3A251-5E02-4127-87E1-4055864A1B20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C3A251-5E02-4127-87E1-4055864A1B20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {29013AF1-0CB0-414D-86E5-B60E9751AE3F}
EndGlobalSection
EndGlobal