-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoldenChqeueBack.sln
49 lines (49 loc) · 3.16 KB
/
GoldenChqeueBack.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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoldenChqeueBack", "GoldenChqeueBack\GoldenChqeueBack.csproj", "{C338C83A-E471-4546-AE2A-94DED55B1D29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoldenChequeBack.Domain", "GoldenChequeBack.Domain\GoldenChequeBack.Domain.csproj", "{EBDF17FE-4249-4126-A24F-E6C2BBE9BB07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoldenChequeBack.Infrastructure", "GoldenChequeBack.Infrastructure\GoldenChequeBack.Infrastructure.csproj", "{80895726-27B5-408D-8B1A-9A5CCF6DEEB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoldenChequeBack.Persistence", "GoldenChequeBack.Persistence\GoldenChequeBack.Persistence.csproj", "{D37396E1-6DAD-4601-B1A1-166EC2A50174}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoldenChequeBack.Service", "GoldenChequeBack.Service\GoldenChequeBack.Service.csproj", "{9B95E75E-AADF-4E15-89EB-92CD034C18AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C338C83A-E471-4546-AE2A-94DED55B1D29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C338C83A-E471-4546-AE2A-94DED55B1D29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C338C83A-E471-4546-AE2A-94DED55B1D29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C338C83A-E471-4546-AE2A-94DED55B1D29}.Release|Any CPU.Build.0 = Release|Any CPU
{EBDF17FE-4249-4126-A24F-E6C2BBE9BB07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBDF17FE-4249-4126-A24F-E6C2BBE9BB07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBDF17FE-4249-4126-A24F-E6C2BBE9BB07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBDF17FE-4249-4126-A24F-E6C2BBE9BB07}.Release|Any CPU.Build.0 = Release|Any CPU
{80895726-27B5-408D-8B1A-9A5CCF6DEEB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80895726-27B5-408D-8B1A-9A5CCF6DEEB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80895726-27B5-408D-8B1A-9A5CCF6DEEB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80895726-27B5-408D-8B1A-9A5CCF6DEEB1}.Release|Any CPU.Build.0 = Release|Any CPU
{D37396E1-6DAD-4601-B1A1-166EC2A50174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D37396E1-6DAD-4601-B1A1-166EC2A50174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D37396E1-6DAD-4601-B1A1-166EC2A50174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D37396E1-6DAD-4601-B1A1-166EC2A50174}.Release|Any CPU.Build.0 = Release|Any CPU
{9B95E75E-AADF-4E15-89EB-92CD034C18AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B95E75E-AADF-4E15-89EB-92CD034C18AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B95E75E-AADF-4E15-89EB-92CD034C18AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B95E75E-AADF-4E15-89EB-92CD034C18AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {086A04D5-DFBC-47E0-95E7-D2CE8F324EFE}
EndGlobalSection
EndGlobal