12 lines
397 B
Plaintext
12 lines
397 B
Plaintext
|
|
<?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>
|