Changeset 4c202e0 in network-game for client/Client/Client.vcxproj
- Timestamp:
- Dec 25, 2012, 6:59:58 PM (12 years ago)
- Branches:
- master
- Children:
- 3b8adee
- Parents:
- edfd1d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj
redfd1d0 r4c202e0 64 64 </ItemDefinitionGroup> 65 65 <ItemGroup> 66 <ClCompile Include="..\..\common\Common.cpp" /> 66 67 <ClCompile Include="..\..\common\Message.cpp" /> 68 <ClCompile Include="..\..\common\Player.cpp" /> 67 69 <ClCompile Include="chat.cpp" /> 68 70 <ClCompile Include="Button.cpp" /> … … 76 78 <ClInclude Include="..\..\common\Compiler.h" /> 77 79 <ClInclude Include="..\..\common\Message.h" /> 80 <ClInclude Include="..\..\common\Player.h" /> 78 81 <ClInclude Include="chat.h" /> 79 82 <ClInclude Include="Button.h" />
Note:
See TracChangeset
for help on using the changeset viewer.