Changeset 581058c in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Dec 9, 2012, 4:39:09 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
da692b9, e607c0f
Parents:
3b1efcc (diff), 1a1aebd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:weretaco/network-game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r3b1efcc r581058c  
    6464  </ItemDefinitionGroup>
    6565  <ItemGroup>
    66     <ClCompile Include="..\..\common\message.cpp" />
     66    <ClCompile Include="..\..\common\Message.cpp" />
    6767    <ClCompile Include="chat.cpp" />
    6868    <ClCompile Include="Button.cpp" />
     
    7373  </ItemGroup>
    7474  <ItemGroup>
    75     <ClInclude Include="..\..\common\compiler.h" />
    76     <ClInclude Include="..\..\common\message.h" />
     75    <ClInclude Include="..\..\common\Compiler.h" />
     76    <ClInclude Include="..\..\common\Message.h" />
    7777    <ClInclude Include="chat.h" />
    7878    <ClInclude Include="Button.h" />
Note: See TracChangeset for help on using the changeset viewer.