Index: client/Client/Client.vcxproj
===================================================================
--- client/Client/Client.vcxproj	(revision d3528055fb34f7a6cf432f340221d77382e43b58)
+++ client/Client/Client.vcxproj	(revision ec48e7db6b5677ea8a45bc8f4004319738d29a9f)
@@ -65,4 +65,5 @@
   <ItemGroup>
     <ClCompile Include="..\..\common\message.cpp" />
+    <ClCompile Include="chat.cpp" />
     <ClCompile Include="main.cpp" />
   </ItemGroup>
@@ -70,4 +71,5 @@
     <ClInclude Include="..\..\common\compiler.h" />
     <ClInclude Include="..\..\common\message.h" />
+    <ClInclude Include="chat.h" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
