fixed some bugs

This commit is contained in:
2026-03-29 11:19:50 +08:00
parent ce677db88b
commit 430138f620
127 changed files with 1367 additions and 62 deletions

31
Writer.sln Normal file
View File

@@ -0,0 +1,31 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Writer", "client\Writer\Writer.csproj", "{0F7883F6-1A56-4AAF-A6B9-8BE2923FC248}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reader", "client\Reader\Reader.csproj", "{724B208D-AD79-4A98-80AC-288B296B0A7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F7883F6-1A56-4AAF-A6B9-8BE2923FC248}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F7883F6-1A56-4AAF-A6B9-8BE2923FC248}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F7883F6-1A56-4AAF-A6B9-8BE2923FC248}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F7883F6-1A56-4AAF-A6B9-8BE2923FC248}.Release|Any CPU.Build.0 = Release|Any CPU
{724B208D-AD79-4A98-80AC-288B296B0A7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{724B208D-AD79-4A98-80AC-288B296B0A7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{724B208D-AD79-4A98-80AC-288B296B0A7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{724B208D-AD79-4A98-80AC-288B296B0A7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30FE8E92-5C71-4399-96F0-793B9473C67D}
EndGlobalSection
EndGlobal