[Box Backup-commit] COMMIT r2989 - box/trunk/infrastructure/msvc/2010

subversion at boxbackup.org subversion at boxbackup.org
Sun Aug 28 17:04:55 BST 2011


Author: chris
Date: 2011-08-28 17:04:55 +0100 (Sun, 28 Aug 2011)
New Revision: 2989

Modified:
   box/trunk/infrastructure/msvc/2010/common.vcxproj
   box/trunk/infrastructure/msvc/2010/libbackupstore.vcxproj
Log:
Update MSVC project for new names of protocol files.


Modified: box/trunk/infrastructure/msvc/2010/common.vcxproj
===================================================================
--- box/trunk/infrastructure/msvc/2010/common.vcxproj	2011-08-28 15:55:46 UTC (rev 2988)
+++ box/trunk/infrastructure/msvc/2010/common.vcxproj	2011-08-28 16:04:55 UTC (rev 2989)
@@ -137,6 +137,7 @@
     <ClCompile Include="..\..\..\lib\crypto\MD5Digest.cpp" />
     <ClCompile Include="..\..\..\lib\crypto\Random.cpp" />
     <ClCompile Include="..\..\..\lib\crypto\RollingChecksum.cpp" />
+    <ClCompile Include="..\..\..\lib\server\Message.cpp" />
     <ClCompile Include="..\..\..\lib\win32\emu.cpp" />
     <ClCompile Include="..\..\..\lib\win32\getopt_long.cpp" />
     <ClCompile Include="..\..\..\lib\server\autogen_ConnectionException.cpp" />
@@ -144,7 +145,6 @@
     <ClCompile Include="..\..\..\lib\server\Daemon.cpp" />
     <ClCompile Include="..\..\..\lib\server\LocalProcessStream.cpp" />
     <ClCompile Include="..\..\..\lib\server\Protocol.cpp" />
-    <ClCompile Include="..\..\..\lib\server\ProtocolObject.cpp" />
     <ClCompile Include="..\..\..\lib\server\ProtocolUncertainStream.cpp" />
     <ClCompile Include="..\..\..\lib\server\Socket.cpp" />
     <ClCompile Include="..\..\..\lib\server\SocketStream.cpp" />
@@ -217,13 +217,13 @@
     <ClInclude Include="..\..\..\lib\crypto\MD5Digest.h" />
     <ClInclude Include="..\..\..\lib\crypto\Random.h" />
     <ClInclude Include="..\..\..\lib\crypto\RollingChecksum.h" />
+    <ClInclude Include="..\..\..\lib\server\Message.h" />
     <ClInclude Include="..\..\..\lib\win32\emu.h" />
     <ClInclude Include="..\..\..\lib\win32\getopt.h" />
     <ClInclude Include="..\..\..\lib\server\autogen_ConnectionException.h" />
     <ClInclude Include="..\..\..\lib\server\autogen_ServerException.h" />
     <ClInclude Include="..\..\..\lib\server\Daemon.h" />
     <ClInclude Include="..\..\..\lib\server\Protocol.h" />
-    <ClInclude Include="..\..\..\lib\server\ProtocolObject.h" />
     <ClInclude Include="..\..\..\lib\server\ProtocolUncertainStream.h" />
     <ClInclude Include="..\..\..\lib\server\ProtocolWire.h" />
     <ClInclude Include="..\..\..\lib\server\ServerException.h" />

Modified: box/trunk/infrastructure/msvc/2010/libbackupstore.vcxproj
===================================================================
--- box/trunk/infrastructure/msvc/2010/libbackupstore.vcxproj	2011-08-28 15:55:46 UTC (rev 2988)
+++ box/trunk/infrastructure/msvc/2010/libbackupstore.vcxproj	2011-08-28 16:04:55 UTC (rev 2989)
@@ -71,8 +71,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocolClient.cpp" />
-    <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocolServer.cpp" />
+    <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocol.cpp" />
     <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupStoreException.cpp" />
     <ClCompile Include="..\..\..\lib\backupstore\BackupClientFileAttributes.cpp" />
     <ClCompile Include="..\..\..\lib\backupstore\BackupCommands.cpp" />
@@ -104,8 +103,7 @@
     <ClCompile Include="..\..\..\lib\raidfile\RaidFileWrite.cpp" />
   </ItemGroup>
   <ItemGroup>
-    <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocolClient.h" />
-    <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocolServer.h" />
+    <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocol.h" />
     <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupStoreException.h" />
     <ClInclude Include="..\..\..\lib\backupstore\BackupClientFileAttributes.h" />
     <ClInclude Include="..\..\..\lib\backupstore\BackupConstants.h" />




More information about the Boxbackup-commit mailing list