apm (asynchronous programming model)
This commit is contained in:
31
APM/APM.sln
Normal file
31
APM/APM.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", "{D04D1A29-83AA-4E60-8CEA-51C4FECBF54A}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{79E1A445-695E-4CBA-98D4-EE80DCD0D892}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{D04D1A29-83AA-4E60-8CEA-51C4FECBF54A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D04D1A29-83AA-4E60-8CEA-51C4FECBF54A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D04D1A29-83AA-4E60-8CEA-51C4FECBF54A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D04D1A29-83AA-4E60-8CEA-51C4FECBF54A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{79E1A445-695E-4CBA-98D4-EE80DCD0D892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{79E1A445-695E-4CBA-98D4-EE80DCD0D892}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{79E1A445-695E-4CBA-98D4-EE80DCD0D892}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{79E1A445-695E-4CBA-98D4-EE80DCD0D892}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {7E0DE83C-5101-4E7B-AB41-42B7DC8A4F98}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Reference in New Issue
Block a user