Changeset 87b3ee2 in network-game for client/Client/Client.vcxproj
- Timestamp:
- Dec 3, 2012, 12:24:23 AM (12 years ago)
- Branches:
- master
- Children:
- 41ad8ed
- Parents:
- 439f7bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj
r439f7bc r87b3ee2 66 66 <ClCompile Include="..\..\common\message.cpp" /> 67 67 <ClCompile Include="chat.cpp" /> 68 <ClCompile Include="Button.cpp" /> 69 <ClCompile Include="GuiComponent.cpp" /> 68 70 <ClCompile Include="main.cpp" /> 71 <ClCompile Include="Textbox.cpp" /> 72 <ClCompile Include="Window.cpp" /> 69 73 </ItemGroup> 70 74 <ItemGroup> … … 72 76 <ClInclude Include="..\..\common\message.h" /> 73 77 <ClInclude Include="chat.h" /> 78 <ClInclude Include="Button.h" /> 79 <ClInclude Include="GuiComponent.h" /> 80 <ClInclude Include="Textbox.h" /> 81 <ClInclude Include="Window.h" /> 74 82 </ItemGroup> 75 83 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Note:
See TracChangeset
for help on using the changeset viewer.