multi thread
This commit is contained in:
31
MultiThread/MultiThread.sln
Normal file
31
MultiThread/MultiThread.sln
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.3.32929.385
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{CB10505E-B588-4324-AC1D-0EC7C410F8ED}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{A7321FF5-0046-4C28-BFE6-DE87E6C8E60C}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{CB10505E-B588-4324-AC1D-0EC7C410F8ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CB10505E-B588-4324-AC1D-0EC7C410F8ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CB10505E-B588-4324-AC1D-0EC7C410F8ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CB10505E-B588-4324-AC1D-0EC7C410F8ED}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A7321FF5-0046-4C28-BFE6-DE87E6C8E60C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A7321FF5-0046-4C28-BFE6-DE87E6C8E60C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A7321FF5-0046-4C28-BFE6-DE87E6C8E60C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A7321FF5-0046-4C28-BFE6-DE87E6C8E60C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {A8467505-FC78-4105-9BA9-C8243C6CF2FB}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Reference in New Issue
Block a user