-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cryptographics.sln
37 lines (37 loc) · 2.02 KB
/
Cryptographics.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.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCP_Crypto", "TCP_Crypto\TCP_Crypto.csproj", "{0A5DED10-F874-485C-9BA7-4E072215B91D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCP_Dialog", "TCP_Dialog\TCP_Dialog.csproj", "{3DA5247B-78E3-427B-AD89-E3B420C0F891}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCP_Server", "TCP_Server\TCP_Server.csproj", "{41EED724-3439-4BC5-807B-2C6746DE1A39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A5DED10-F874-485C-9BA7-4E072215B91D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A5DED10-F874-485C-9BA7-4E072215B91D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A5DED10-F874-485C-9BA7-4E072215B91D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A5DED10-F874-485C-9BA7-4E072215B91D}.Release|Any CPU.Build.0 = Release|Any CPU
{3DA5247B-78E3-427B-AD89-E3B420C0F891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DA5247B-78E3-427B-AD89-E3B420C0F891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DA5247B-78E3-427B-AD89-E3B420C0F891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DA5247B-78E3-427B-AD89-E3B420C0F891}.Release|Any CPU.Build.0 = Release|Any CPU
{41EED724-3439-4BC5-807B-2C6746DE1A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41EED724-3439-4BC5-807B-2C6746DE1A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41EED724-3439-4BC5-807B-2C6746DE1A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41EED724-3439-4BC5-807B-2C6746DE1A39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17F24874-4631-4D9B-9654-4123A339A7A0}
EndGlobalSection
EndGlobal