thread sync

This commit is contained in:
2023-02-06 16:26:13 +09:00
parent 3c54eb1d0f
commit 4aa115a3d9
3 changed files with 78 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{A7321FF5-0046-4C28-BFE6-DE87E6C8E60C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreadSyncTest", "ThreadSyncTest\ThreadSyncTest.csproj", "{525F636D-8678-47E4-BC62-690B17052E76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -21,6 +23,10 @@ Global
{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
{525F636D-8678-47E4-BC62-690B17052E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{525F636D-8678-47E4-BC62-690B17052E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{525F636D-8678-47E4-BC62-690B17052E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{525F636D-8678-47E4-BC62-690B17052E76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE