summaryrefslogtreecommitdiff
path: root/infrastructure/msvc
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-08-28 16:04:55 +0000
committerChris Wilson <chris+github@qwirx.com>2011-08-28 16:04:55 +0000
commitf9b06856613d4c9a2180c26ba72951dbad2bd0e5 (patch)
tree9fefb30c97ebad1589cdd0b4814794c3ab9cab81 /infrastructure/msvc
parent03bd51532d8c4fd828f5741d92b065bc04a9ee74 (diff)
Update MSVC project for new names of protocol files.
Diffstat (limited to 'infrastructure/msvc')
-rw-r--r--infrastructure/msvc/2010/common.vcxproj4
-rw-r--r--infrastructure/msvc/2010/libbackupstore.vcxproj6
2 files changed, 4 insertions, 6 deletions
diff --git a/infrastructure/msvc/2010/common.vcxproj b/infrastructure/msvc/2010/common.vcxproj
index c88e2d37..d2a9470e 100644
--- a/infrastructure/msvc/2010/common.vcxproj
+++ b/infrastructure/msvc/2010/common.vcxproj
@@ -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" />
diff --git a/infrastructure/msvc/2010/libbackupstore.vcxproj b/infrastructure/msvc/2010/libbackupstore.vcxproj
index d0d9da1d..7bc4170f 100644
--- a/infrastructure/msvc/2010/libbackupstore.vcxproj
+++ b/infrastructure/msvc/2010/libbackupstore.vcxproj
@@ -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" />