-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathSYKI.sln
49 lines (49 loc) · 2.88 KB
/
SYKI.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}") = "Back", "Back\Back.csproj", "{3F0DD891-34C8-490B-A57A-4DA2F28AAD21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{45F89C48-F90A-447F-86E5-43D3F1DCAA70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Front", "Front\Front.csproj", "{108C6749-6910-4852-80D4-EF60ACCAA17E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{239752E6-AB06-4B02-B432-1833371618B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Daemon", "Daemon\Daemon.csproj", "{DE6B549B-DB7C-4C9F-8861-F942A77C64FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F0DD891-34C8-490B-A57A-4DA2F28AAD21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F0DD891-34C8-490B-A57A-4DA2F28AAD21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F0DD891-34C8-490B-A57A-4DA2F28AAD21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F0DD891-34C8-490B-A57A-4DA2F28AAD21}.Release|Any CPU.Build.0 = Release|Any CPU
{45F89C48-F90A-447F-86E5-43D3F1DCAA70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45F89C48-F90A-447F-86E5-43D3F1DCAA70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45F89C48-F90A-447F-86E5-43D3F1DCAA70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45F89C48-F90A-447F-86E5-43D3F1DCAA70}.Release|Any CPU.Build.0 = Release|Any CPU
{108C6749-6910-4852-80D4-EF60ACCAA17E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{108C6749-6910-4852-80D4-EF60ACCAA17E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{108C6749-6910-4852-80D4-EF60ACCAA17E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{108C6749-6910-4852-80D4-EF60ACCAA17E}.Release|Any CPU.Build.0 = Release|Any CPU
{239752E6-AB06-4B02-B432-1833371618B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{239752E6-AB06-4B02-B432-1833371618B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{239752E6-AB06-4B02-B432-1833371618B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{239752E6-AB06-4B02-B432-1833371618B7}.Release|Any CPU.Build.0 = Release|Any CPU
{DE6B549B-DB7C-4C9F-8861-F942A77C64FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE6B549B-DB7C-4C9F-8861-F942A77C64FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE6B549B-DB7C-4C9F-8861-F942A77C64FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE6B549B-DB7C-4C9F-8861-F942A77C64FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5485274-0BA0-4994-B77B-54D0F080D148}
EndGlobalSection
EndGlobal