初始化

This commit is contained in:
zw
2025-06-13 11:34:26 +08:00
parent 08b851951c
commit 66ff3a7c74
492 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="client2.cpp" />
<ClCompile Include="main_thread.cpp" />
<ClCompile Include="PQSMsg.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="PQSMsg.h" />
<ClInclude Include="client2.h" />
</ItemGroup>
</Project>