-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathKISS-frontend.sln
61 lines (61 loc) · 3.65 KB
/
KISS-frontend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kiss.Bff", "Kiss.Bff\Kiss.Bff.csproj", "{405ADD24-2966-40C5-BEA5-A8705881828C}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{3033B660-43B2-4601-BB2C-F2D19152ECD2}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "KISS-frontend", "KISS-frontend.esproj", "{471BA7FC-3A71-4AF5-BBC5-00C40A387921}"
ProjectSection(ProjectDependencies) = postProject
{3033B660-43B2-4601-BB2C-F2D19152ECD2} = {3033B660-43B2-4601-BB2C-F2D19152ECD2}
{405ADD24-2966-40C5-BEA5-A8705881828C} = {405ADD24-2966-40C5-BEA5-A8705881828C}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kiss.Bff.Test", "Kiss.Bff.Test\Kiss.Bff.Test.csproj", "{DEB9BEF6-DC5E-42AD-B13E-7B969C619F65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{703D5FC2-739A-4332-B91F-A830953641AC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CodeCoverage.runsettings = CodeCoverage.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kiss.Bff.EndToEndTest", "Kiss.Bff.EndToEndTest\Kiss.Bff.EndToEndTest.csproj", "{D2EF3BA8-432E-42CE-AE01-04903D2F63FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{405ADD24-2966-40C5-BEA5-A8705881828C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{405ADD24-2966-40C5-BEA5-A8705881828C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{405ADD24-2966-40C5-BEA5-A8705881828C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{405ADD24-2966-40C5-BEA5-A8705881828C}.Release|Any CPU.Build.0 = Release|Any CPU
{3033B660-43B2-4601-BB2C-F2D19152ECD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3033B660-43B2-4601-BB2C-F2D19152ECD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3033B660-43B2-4601-BB2C-F2D19152ECD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3033B660-43B2-4601-BB2C-F2D19152ECD2}.Release|Any CPU.Build.0 = Release|Any CPU
{471BA7FC-3A71-4AF5-BBC5-00C40A387921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{471BA7FC-3A71-4AF5-BBC5-00C40A387921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{471BA7FC-3A71-4AF5-BBC5-00C40A387921}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{471BA7FC-3A71-4AF5-BBC5-00C40A387921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{471BA7FC-3A71-4AF5-BBC5-00C40A387921}.Release|Any CPU.Build.0 = Release|Any CPU
{471BA7FC-3A71-4AF5-BBC5-00C40A387921}.Release|Any CPU.Deploy.0 = Release|Any CPU
{DEB9BEF6-DC5E-42AD-B13E-7B969C619F65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEB9BEF6-DC5E-42AD-B13E-7B969C619F65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEB9BEF6-DC5E-42AD-B13E-7B969C619F65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEB9BEF6-DC5E-42AD-B13E-7B969C619F65}.Release|Any CPU.Build.0 = Release|Any CPU
{D2EF3BA8-432E-42CE-AE01-04903D2F63FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2EF3BA8-432E-42CE-AE01-04903D2F63FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2EF3BA8-432E-42CE-AE01-04903D2F63FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2EF3BA8-432E-42CE-AE01-04903D2F63FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77D4DF6D-A5AC-4CA0-A2E5-74B468527AD9}
EndGlobalSection
EndGlobal