|
@@ -11,6 +11,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab19-3", "Lab19-3\Lab19-3.
|
|
|
EndProject
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab19-4", "Lab19-4\Lab19-4.csproj", "{AF65BDEA-C029-477E-938A-02EFCA212A5C}"
|
|
|
EndProject
|
|
|
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab20-ServerSingleThread", "Lab20-Server\Lab20-ServerSingleThread.csproj", "{FB2175A6-FABB-4E02-9481-836B1593B2EB}"
|
|
|
+EndProject
|
|
|
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab20-ClientSingleThread", "Lab20-Client\Lab20-ClientSingleThread.csproj", "{1BC77094-79CB-4B27-B40E-E87F72E92D82}"
|
|
|
+EndProject
|
|
|
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab20-ServerMultiThread", "Lab20-ServerMultiThread\Lab20-ServerMultiThread.csproj", "{F9C1E04C-69FF-4FFC-A4A4-033807DE954E}"
|
|
|
+EndProject
|
|
|
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab20-ClientMultiThread", "Lab20-ClientMultiThread\Lab20-ClientMultiThread.csproj", "{772C2BE2-6506-4130-8318-E6CC64A45E45}"
|
|
|
+EndProject
|
|
|
Global
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
Debug|x86 = Debug|x86
|
|
@@ -37,6 +45,22 @@ Global
|
|
|
{AF65BDEA-C029-477E-938A-02EFCA212A5C}.Debug|x86.Build.0 = Debug|x86
|
|
|
{AF65BDEA-C029-477E-938A-02EFCA212A5C}.Release|x86.ActiveCfg = Release|x86
|
|
|
{AF65BDEA-C029-477E-938A-02EFCA212A5C}.Release|x86.Build.0 = Release|x86
|
|
|
+ {FB2175A6-FABB-4E02-9481-836B1593B2EB}.Debug|x86.ActiveCfg = Debug|x86
|
|
|
+ {FB2175A6-FABB-4E02-9481-836B1593B2EB}.Debug|x86.Build.0 = Debug|x86
|
|
|
+ {FB2175A6-FABB-4E02-9481-836B1593B2EB}.Release|x86.ActiveCfg = Release|x86
|
|
|
+ {FB2175A6-FABB-4E02-9481-836B1593B2EB}.Release|x86.Build.0 = Release|x86
|
|
|
+ {1BC77094-79CB-4B27-B40E-E87F72E92D82}.Debug|x86.ActiveCfg = Debug|x86
|
|
|
+ {1BC77094-79CB-4B27-B40E-E87F72E92D82}.Debug|x86.Build.0 = Debug|x86
|
|
|
+ {1BC77094-79CB-4B27-B40E-E87F72E92D82}.Release|x86.ActiveCfg = Release|x86
|
|
|
+ {1BC77094-79CB-4B27-B40E-E87F72E92D82}.Release|x86.Build.0 = Release|x86
|
|
|
+ {F9C1E04C-69FF-4FFC-A4A4-033807DE954E}.Debug|x86.ActiveCfg = Debug|x86
|
|
|
+ {F9C1E04C-69FF-4FFC-A4A4-033807DE954E}.Debug|x86.Build.0 = Debug|x86
|
|
|
+ {F9C1E04C-69FF-4FFC-A4A4-033807DE954E}.Release|x86.ActiveCfg = Release|x86
|
|
|
+ {F9C1E04C-69FF-4FFC-A4A4-033807DE954E}.Release|x86.Build.0 = Release|x86
|
|
|
+ {772C2BE2-6506-4130-8318-E6CC64A45E45}.Debug|x86.ActiveCfg = Debug|x86
|
|
|
+ {772C2BE2-6506-4130-8318-E6CC64A45E45}.Debug|x86.Build.0 = Debug|x86
|
|
|
+ {772C2BE2-6506-4130-8318-E6CC64A45E45}.Release|x86.ActiveCfg = Release|x86
|
|
|
+ {772C2BE2-6506-4130-8318-E6CC64A45E45}.Release|x86.Build.0 = Release|x86
|
|
|
EndGlobalSection
|
|
|
GlobalSection(MonoDevelopProperties) = preSolution
|
|
|
Policies = $0
|