Changeset 87b3ee2 in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Dec 3, 2012, 12:24:23 AM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
41ad8ed
Parents:
439f7bc
Message:

Created a simple gui for the client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r439f7bc r87b3ee2  
    6666    <ClCompile Include="..\..\common\message.cpp" />
    6767    <ClCompile Include="chat.cpp" />
     68    <ClCompile Include="Button.cpp" />
     69    <ClCompile Include="GuiComponent.cpp" />
    6870    <ClCompile Include="main.cpp" />
     71    <ClCompile Include="Textbox.cpp" />
     72    <ClCompile Include="Window.cpp" />
    6973  </ItemGroup>
    7074  <ItemGroup>
     
    7276    <ClInclude Include="..\..\common\message.h" />
    7377    <ClInclude Include="chat.h" />
     78    <ClInclude Include="Button.h" />
     79    <ClInclude Include="GuiComponent.h" />
     80    <ClInclude Include="Textbox.h" />
     81    <ClInclude Include="Window.h" />
    7482  </ItemGroup>
    7583  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Note: See TracChangeset for help on using the changeset viewer.