Changeset 2989 for box/trunk


Ignore:
Timestamp:
28/08/2011 17:04:55 (9 months ago)
Author:
chris
Message:

Update MSVC project for new names of protocol files.

Location:
box/trunk/infrastructure/msvc/2010
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/msvc/2010/common.vcxproj

    r2964 r2989  
    138138    <ClCompile Include="..\..\..\lib\crypto\Random.cpp" /> 
    139139    <ClCompile Include="..\..\..\lib\crypto\RollingChecksum.cpp" /> 
     140    <ClCompile Include="..\..\..\lib\server\Message.cpp" /> 
    140141    <ClCompile Include="..\..\..\lib\win32\emu.cpp" /> 
    141142    <ClCompile Include="..\..\..\lib\win32\getopt_long.cpp" /> 
     
    145146    <ClCompile Include="..\..\..\lib\server\LocalProcessStream.cpp" /> 
    146147    <ClCompile Include="..\..\..\lib\server\Protocol.cpp" /> 
    147     <ClCompile Include="..\..\..\lib\server\ProtocolObject.cpp" /> 
    148148    <ClCompile Include="..\..\..\lib\server\ProtocolUncertainStream.cpp" /> 
    149149    <ClCompile Include="..\..\..\lib\server\Socket.cpp" /> 
     
    218218    <ClInclude Include="..\..\..\lib\crypto\Random.h" /> 
    219219    <ClInclude Include="..\..\..\lib\crypto\RollingChecksum.h" /> 
     220    <ClInclude Include="..\..\..\lib\server\Message.h" /> 
    220221    <ClInclude Include="..\..\..\lib\win32\emu.h" /> 
    221222    <ClInclude Include="..\..\..\lib\win32\getopt.h" /> 
     
    224225    <ClInclude Include="..\..\..\lib\server\Daemon.h" /> 
    225226    <ClInclude Include="..\..\..\lib\server\Protocol.h" /> 
    226     <ClInclude Include="..\..\..\lib\server\ProtocolObject.h" /> 
    227227    <ClInclude Include="..\..\..\lib\server\ProtocolUncertainStream.h" /> 
    228228    <ClInclude Include="..\..\..\lib\server\ProtocolWire.h" /> 
  • box/trunk/infrastructure/msvc/2010/libbackupstore.vcxproj

    r2964 r2989  
    7272  </ItemDefinitionGroup> 
    7373  <ItemGroup> 
    74     <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocolClient.cpp" /> 
    75     <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocolServer.cpp" /> 
     74    <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocol.cpp" /> 
    7675    <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupStoreException.cpp" /> 
    7776    <ClCompile Include="..\..\..\lib\backupstore\BackupClientFileAttributes.cpp" /> 
     
    105104  </ItemGroup> 
    106105  <ItemGroup> 
    107     <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocolClient.h" /> 
    108     <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocolServer.h" /> 
     106    <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocol.h" /> 
    109107    <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupStoreException.h" /> 
    110108    <ClInclude Include="..\..\..\lib\backupstore\BackupClientFileAttributes.h" /> 
Note: See TracChangeset for help on using the changeset viewer.