Changeset 581058c in network-game for client/Client/Client.vcxproj
- Timestamp:
- Dec 9, 2012, 4:39:09 PM (12 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj
r3b1efcc r581058c 64 64 </ItemDefinitionGroup> 65 65 <ItemGroup> 66 <ClCompile Include="..\..\common\ message.cpp" />66 <ClCompile Include="..\..\common\Message.cpp" /> 67 67 <ClCompile Include="chat.cpp" /> 68 68 <ClCompile Include="Button.cpp" /> … … 73 73 </ItemGroup> 74 74 <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" /> 77 77 <ClInclude Include="chat.h" /> 78 78 <ClInclude Include="Button.h" />
Note:
See TracChangeset
for help on using the changeset viewer.