-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathFusionDemo.sln
101 lines (101 loc) · 6.37 KB
/
FusionDemo.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abstractions", "Abstractions\Abstractions.csproj", "{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI", "UI\UI.csproj", "{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Host", "Host\Host.csproj", "{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C4368DC-D8ED-44AB-A995-682F77715709}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Debug|x64.ActiveCfg = Debug|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Debug|x64.Build.0 = Debug|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Debug|x86.ActiveCfg = Debug|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Debug|x86.Build.0 = Debug|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Release|Any CPU.Build.0 = Release|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Release|x64.ActiveCfg = Release|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Release|x64.Build.0 = Release|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Release|x86.ActiveCfg = Release|Any CPU
{04BEC4E8-9182-4DAF-ABF1-7E80542F5C89}.Release|x86.Build.0 = Release|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Debug|x64.ActiveCfg = Debug|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Debug|x64.Build.0 = Debug|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Debug|x86.ActiveCfg = Debug|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Debug|x86.Build.0 = Debug|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Release|Any CPU.Build.0 = Release|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Release|x64.ActiveCfg = Release|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Release|x64.Build.0 = Release|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Release|x86.ActiveCfg = Release|Any CPU
{4AAE940A-184F-4179-A5F2-26CE7C5F1CC8}.Release|x86.Build.0 = Release|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Debug|x64.ActiveCfg = Debug|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Debug|x64.Build.0 = Debug|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Debug|x86.ActiveCfg = Debug|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Debug|x86.Build.0 = Debug|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Release|Any CPU.Build.0 = Release|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Release|x64.ActiveCfg = Release|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Release|x64.Build.0 = Release|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Release|x86.ActiveCfg = Release|Any CPU
{9EDD9C09-4060-4BA1-BCB7-A05FC05A6507}.Release|x86.Build.0 = Release|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Debug|x64.ActiveCfg = Debug|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Debug|x64.Build.0 = Debug|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Debug|x86.ActiveCfg = Debug|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Debug|x86.Build.0 = Debug|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Release|Any CPU.Build.0 = Release|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Release|x64.ActiveCfg = Release|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Release|x64.Build.0 = Release|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Release|x86.ActiveCfg = Release|Any CPU
{CBEAEAFD-CDCA-4FFE-B8BE-8243DA75E6FC}.Release|x86.Build.0 = Release|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Debug|x64.ActiveCfg = Debug|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Debug|x64.Build.0 = Debug|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Debug|x86.ActiveCfg = Debug|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Debug|x86.Build.0 = Debug|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Release|Any CPU.Build.0 = Release|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Release|x64.ActiveCfg = Release|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Release|x64.Build.0 = Release|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Release|x86.ActiveCfg = Release|Any CPU
{290E5BCD-8664-4CE8-9FB2-D8F25D38799B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E304B43-9E8E-42FB-B100-0575EAB3D0CB}
EndGlobalSection
EndGlobal