-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChat application with windows forms.sln
31 lines (31 loc) · 1.63 KB
/
Chat application with windows forms.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chat application with windows forms", "Chat application with windows forms\Chat application with windows forms.csproj", "{E917EC73-983A-4C2C-B517-825B1D2F1208}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormServer", "WinFormServer\WinFormServer.csproj", "{042416F3-748B-4367-A488-CA785C1E3580}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E917EC73-983A-4C2C-B517-825B1D2F1208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E917EC73-983A-4C2C-B517-825B1D2F1208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E917EC73-983A-4C2C-B517-825B1D2F1208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E917EC73-983A-4C2C-B517-825B1D2F1208}.Release|Any CPU.Build.0 = Release|Any CPU
{042416F3-748B-4367-A488-CA785C1E3580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{042416F3-748B-4367-A488-CA785C1E3580}.Debug|Any CPU.Build.0 = Debug|Any CPU
{042416F3-748B-4367-A488-CA785C1E3580}.Release|Any CPU.ActiveCfg = Release|Any CPU
{042416F3-748B-4367-A488-CA785C1E3580}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {253197AB-11B6-4A61-8C30-EE993A5AE2EA}
EndGlobalSection
EndGlobal