27 Star 396 Fork 103

secondtonone1/boostasio-learn

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
day24-TroubleShoot.sln 2.86 KB
一键复制 编辑 原始数据 按行查看 历史
secondtonone1 提交于 2024-02-21 21:50 +08:00 . 提交排错案例

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32602.291
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "day24-TroubleShoot", "day24-TroubleShoot.vcxproj", "{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsyncServer", "AsyncServer\AsyncServer.vcxproj", "{E5F0DE25-E36B-4D50-BA7B-35143413887D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SyncClient", "SyncClient\SyncClient.vcxproj", "{EDC73A14-4D07-447F-B9A4-E52A943F24F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}.Debug|x64.ActiveCfg = Debug|x64
{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}.Debug|x64.Build.0 = Debug|x64
{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}.Debug|x86.ActiveCfg = Debug|Win32
{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}.Debug|x86.Build.0 = Debug|Win32
{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}.Release|x64.ActiveCfg = Release|x64
{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}.Release|x64.Build.0 = Release|x64
{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}.Release|x86.ActiveCfg = Release|Win32
{A2267E7B-B1E8-4FFC-BCC3-A76BA1200613}.Release|x86.Build.0 = Release|Win32
{E5F0DE25-E36B-4D50-BA7B-35143413887D}.Debug|x64.ActiveCfg = Debug|x64
{E5F0DE25-E36B-4D50-BA7B-35143413887D}.Debug|x64.Build.0 = Debug|x64
{E5F0DE25-E36B-4D50-BA7B-35143413887D}.Debug|x86.ActiveCfg = Debug|Win32
{E5F0DE25-E36B-4D50-BA7B-35143413887D}.Debug|x86.Build.0 = Debug|Win32
{E5F0DE25-E36B-4D50-BA7B-35143413887D}.Release|x64.ActiveCfg = Release|x64
{E5F0DE25-E36B-4D50-BA7B-35143413887D}.Release|x64.Build.0 = Release|x64
{E5F0DE25-E36B-4D50-BA7B-35143413887D}.Release|x86.ActiveCfg = Release|Win32
{E5F0DE25-E36B-4D50-BA7B-35143413887D}.Release|x86.Build.0 = Release|Win32
{EDC73A14-4D07-447F-B9A4-E52A943F24F5}.Debug|x64.ActiveCfg = Debug|x64
{EDC73A14-4D07-447F-B9A4-E52A943F24F5}.Debug|x64.Build.0 = Debug|x64
{EDC73A14-4D07-447F-B9A4-E52A943F24F5}.Debug|x86.ActiveCfg = Debug|Win32
{EDC73A14-4D07-447F-B9A4-E52A943F24F5}.Debug|x86.Build.0 = Debug|Win32
{EDC73A14-4D07-447F-B9A4-E52A943F24F5}.Release|x64.ActiveCfg = Release|x64
{EDC73A14-4D07-447F-B9A4-E52A943F24F5}.Release|x64.Build.0 = Release|x64
{EDC73A14-4D07-447F-B9A4-E52A943F24F5}.Release|x86.ActiveCfg = Release|Win32
{EDC73A14-4D07-447F-B9A4-E52A943F24F5}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6C1758E-E061-409E-A0C4-680D41FE1E11}
EndGlobalSection
EndGlobal
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/secondtonone1/boostasio-learn.git
git@gitee.com:secondtonone1/boostasio-learn.git
secondtonone1
boostasio-learn
boostasio-learn
master

搜索帮助