Index: client/Client/Client.vcxproj
===================================================================
--- client/Client/Client.vcxproj	(revision 62ee2ceb8ecee33c00a41267ea1c22a94758a04d)
+++ client/Client/Client.vcxproj	(revision ff2133aee0f65c9b2661b1823a42193172c15167)
@@ -65,4 +65,5 @@
   <ItemGroup>
     <ClCompile Include="..\..\common\Common.cpp" />
+    <ClCompile Include="..\..\common\Projectile.cpp" />
     <ClCompile Include="..\..\common\WorldMap.cpp" />
     <ClCompile Include="..\..\common\Message.cpp" />
@@ -78,4 +79,5 @@
     <ClInclude Include="..\..\common\Common.h" />
     <ClInclude Include="..\..\common\Compiler.h" />
+    <ClInclude Include="..\..\common\Projectile.h" />
     <ClInclude Include="..\..\common\WorldMap.h" />
     <ClInclude Include="..\..\common\Message.h" />
