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


Ignore:
Timestamp:
Nov 19, 2012, 8:45:48 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
aee34b9
Parents:
51f5101
Message:

Added a directory for common code and added basic boost library code to the client

File:
1 edited

Legend:

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

    r51f5101 r7d7df47  
    1414      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
    1515    </Filter>
     16    <Filter Include="Source Files\common">
     17      <UniqueIdentifier>{9ecfb491-9e8e-4a29-bc07-dd887204d590}</UniqueIdentifier>
     18    </Filter>
    1619  </ItemGroup>
    1720  <ItemGroup>
     
    2023    </ClCompile>
    2124  </ItemGroup>
     25  <ItemGroup>
     26    <ClInclude Include="..\..\common\message.h">
     27      <Filter>Source Files\common</Filter>
     28    </ClInclude>
     29  </ItemGroup>
    2230</Project>
Note: See TracChangeset for help on using the changeset viewer.