Changeset fbcfc35 in network-game for client/Client/Client.vcxproj.filters


Ignore:
Timestamp:
Jun 9, 2013, 5:59:48 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
8795a38
Parents:
b978503
Message:

Add the Projectile class to the client project and add a list of projectiles to the client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj.filters

    rb978503 rfbcfc35  
    5858      <Filter>Source Files\common</Filter>
    5959    </ClCompile>
     60    <ClCompile Include="..\..\common\Projectile.cpp">
     61      <Filter>Source Files\common</Filter>
     62    </ClCompile>
    6063  </ItemGroup>
    6164  <ItemGroup>
     
    9093      <Filter>Header Files\common</Filter>
    9194    </ClInclude>
     95    <ClInclude Include="..\..\common\Projectile.h">
     96      <Filter>Header Files\common</Filter>
     97    </ClInclude>
    9298  </ItemGroup>
    9399  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.