Index: client/Client/Client.vcxproj
===================================================================
--- client/Client/Client.vcxproj	(revision 6475138037f8825ef1e75833efa2789c0ebcabdd)
+++ client/Client/Client.vcxproj	(revision cbc595dd131d6db74f170c0777eaaa3d1eb055f6)
@@ -66,5 +66,9 @@
     <ClCompile Include="..\..\common\message.cpp" />
     <ClCompile Include="chat.cpp" />
+    <ClCompile Include="Button.cpp" />
+    <ClCompile Include="GuiComponent.cpp" />
     <ClCompile Include="main.cpp" />
+    <ClCompile Include="Textbox.cpp" />
+    <ClCompile Include="Window.cpp" />
   </ItemGroup>
   <ItemGroup>
@@ -72,4 +76,8 @@
     <ClInclude Include="..\..\common\message.h" />
     <ClInclude Include="chat.h" />
+    <ClInclude Include="Button.h" />
+    <ClInclude Include="GuiComponent.h" />
+    <ClInclude Include="Textbox.h" />
+    <ClInclude Include="Window.h" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
