-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJus.sln
43 lines (43 loc) · 2.44 KB
/
Jus.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{BE48AB25-2180-4DAC-BF96-813009C38650}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{3898450B-33CC-4790-A816-B14B4B75854C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Sever\Server.csproj", "{263374FD-7027-4F3F-A355-FA9D319B1219}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{26C8D80B-341F-4FF9-9E31-211E16CF73C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE48AB25-2180-4DAC-BF96-813009C38650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE48AB25-2180-4DAC-BF96-813009C38650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE48AB25-2180-4DAC-BF96-813009C38650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE48AB25-2180-4DAC-BF96-813009C38650}.Release|Any CPU.Build.0 = Release|Any CPU
{3898450B-33CC-4790-A816-B14B4B75854C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3898450B-33CC-4790-A816-B14B4B75854C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3898450B-33CC-4790-A816-B14B4B75854C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3898450B-33CC-4790-A816-B14B4B75854C}.Release|Any CPU.Build.0 = Release|Any CPU
{263374FD-7027-4F3F-A355-FA9D319B1219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{263374FD-7027-4F3F-A355-FA9D319B1219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{263374FD-7027-4F3F-A355-FA9D319B1219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{263374FD-7027-4F3F-A355-FA9D319B1219}.Release|Any CPU.Build.0 = Release|Any CPU
{26C8D80B-341F-4FF9-9E31-211E16CF73C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26C8D80B-341F-4FF9-9E31-211E16CF73C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26C8D80B-341F-4FF9-9E31-211E16CF73C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26C8D80B-341F-4FF9-9E31-211E16CF73C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE4B7495-6315-40CC-8691-3BC93B3A5743}
EndGlobalSection
EndGlobal