-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSaga.sln
33 lines (33 loc) · 1.94 KB
/
Saga.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foreground", "Foreground\Foreground.csproj", "{B827125D-C5BD-47AB-A33D-39BE1351D08F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{417CEE17-460B-469E-8CD4-CB8C8F500435}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Background", "Background\Background.csproj", "{6331BCAD-6624-4F8B-B296-32266DE0F016}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileServer", "FileServer\FileServer.csproj", "{80B6DAAA-0A23-49A2-BC64-FDE6D459BBB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B827125D-C5BD-47AB-A33D-39BE1351D08F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B827125D-C5BD-47AB-A33D-39BE1351D08F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B827125D-C5BD-47AB-A33D-39BE1351D08F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B827125D-C5BD-47AB-A33D-39BE1351D08F}.Release|Any CPU.Build.0 = Release|Any CPU
{6331BCAD-6624-4F8B-B296-32266DE0F016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6331BCAD-6624-4F8B-B296-32266DE0F016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6331BCAD-6624-4F8B-B296-32266DE0F016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6331BCAD-6624-4F8B-B296-32266DE0F016}.Release|Any CPU.Build.0 = Release|Any CPU
{80B6DAAA-0A23-49A2-BC64-FDE6D459BBB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80B6DAAA-0A23-49A2-BC64-FDE6D459BBB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80B6DAAA-0A23-49A2-BC64-FDE6D459BBB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80B6DAAA-0A23-49A2-BC64-FDE6D459BBB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal