Index: client/Client/Client.vcxproj
===================================================================
--- client/Client/Client.vcxproj	(revision d3528055fb34f7a6cf432f340221d77382e43b58)
+++ client/Client/Client.vcxproj	(revision 07028b9d09016d32dfb6b79ea2273a2fc8e610f5)
@@ -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" />
