This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.sln
37 lines (37 loc) · 2 KB
/
server.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "server", "server\server.csproj", "{8FC5A897-F4E6-4E9B-92A8-A6BD69BF6AF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CipherLibs", "CipherLibs\CipherLibs.csproj", "{B4E41D92-4E8E-4A94-9E0F-8049C673587C}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{F72C3210-CE83-4839-97AD-A0A0C102D023}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FC5A897-F4E6-4E9B-92A8-A6BD69BF6AF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FC5A897-F4E6-4E9B-92A8-A6BD69BF6AF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FC5A897-F4E6-4E9B-92A8-A6BD69BF6AF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FC5A897-F4E6-4E9B-92A8-A6BD69BF6AF1}.Release|Any CPU.Build.0 = Release|Any CPU
{B4E41D92-4E8E-4A94-9E0F-8049C673587C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4E41D92-4E8E-4A94-9E0F-8049C673587C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4E41D92-4E8E-4A94-9E0F-8049C673587C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4E41D92-4E8E-4A94-9E0F-8049C673587C}.Release|Any CPU.Build.0 = Release|Any CPU
{F72C3210-CE83-4839-97AD-A0A0C102D023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F72C3210-CE83-4839-97AD-A0A0C102D023}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F72C3210-CE83-4839-97AD-A0A0C102D023}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F72C3210-CE83-4839-97AD-A0A0C102D023}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82D5C232-A665-46B6-B599-F39690B314B9}
EndGlobalSection
EndGlobal