summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-07-20 21:37:48 +0000
committerChris Wilson <chris+github@qwirx.com>2012-07-20 21:37:48 +0000
commit66fa52f891fc487dfe8225eb990eea11e9d15252 (patch)
tree39cbe3cd4b7bca7c1dd9a05741c9b72bb8561db1 /infrastructure
parent39674718283f1de404d9a84cccf2d7b9d5449483 (diff)
Update MSVC 2010 project to match recent changes to file locations.
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/msvc/2010/bbstored.vcxproj2
-rw-r--r--infrastructure/msvc/2010/common.vcxproj4
-rw-r--r--infrastructure/msvc/2010/libbackupstore.vcxproj2
3 files changed, 6 insertions, 2 deletions
diff --git a/infrastructure/msvc/2010/bbstored.vcxproj b/infrastructure/msvc/2010/bbstored.vcxproj
index 47227f12..7d09f75d 100644
--- a/infrastructure/msvc/2010/bbstored.vcxproj
+++ b/infrastructure/msvc/2010/bbstored.vcxproj
@@ -79,11 +79,9 @@
<ClCompile Include="..\..\..\bin\bbstored\BackupStoreDaemon.cpp" />
<ClCompile Include="..\..\..\bin\bbstored\bbstored.cpp" />
<ClCompile Include="..\..\..\bin\bbstored\BBStoreDHousekeeping.cpp" />
- <ClCompile Include="..\..\..\bin\bbstored\HousekeepStoreAccount.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\bin\bbstored\BackupStoreDaemon.h" />
- <ClInclude Include="..\..\..\bin\bbstored\HousekeepStoreAccount.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\bin\bbstored\bbstored-certs.in" />
diff --git a/infrastructure/msvc/2010/common.vcxproj b/infrastructure/msvc/2010/common.vcxproj
index 532fe234..a644891a 100644
--- a/infrastructure/msvc/2010/common.vcxproj
+++ b/infrastructure/msvc/2010/common.vcxproj
@@ -133,10 +133,12 @@
<ClCompile Include="..\..\..\lib\crypto\CipherBlowfish.cpp" />
<ClCompile Include="..\..\..\lib\crypto\CipherContext.cpp" />
<ClCompile Include="..\..\..\lib\crypto\CipherDescription.cpp" />
+ <ClCompile Include="..\..\..\lib\crypto\CryptoUtils.cpp" />
<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\server\TcpNice.cpp" />
<ClCompile Include="..\..\..\lib\win32\emu.cpp" />
<ClCompile Include="..\..\..\lib\win32\getopt_long.cpp" />
<ClCompile Include="..\..\..\lib\server\autogen_ConnectionException.cpp" />
@@ -188,6 +190,7 @@
<ClInclude Include="..\..\..\lib\common\Guards.h" />
<ClInclude Include="..\..\..\lib\common\IOStream.h" />
<ClInclude Include="..\..\..\lib\common\IOStreamGetLine.h" />
+ <ClInclude Include="..\..\..\lib\crypto\CryptoUtils.h" />
<ClInclude Include="..\..\..\lib\server\LocalProcessStream.h" />
<ClInclude Include="..\..\..\lib\common\Logging.h" />
<ClInclude Include="..\..\..\lib\common\MainHelper.h" />
@@ -217,6 +220,7 @@
<ClInclude Include="..\..\..\lib\crypto\Random.h" />
<ClInclude Include="..\..\..\lib\crypto\RollingChecksum.h" />
<ClInclude Include="..\..\..\lib\server\Message.h" />
+ <ClInclude Include="..\..\..\lib\server\TcpNice.h" />
<ClInclude Include="..\..\..\lib\win32\emu.h" />
<ClInclude Include="..\..\..\lib\win32\getopt.h" />
<ClInclude Include="..\..\..\lib\server\autogen_ConnectionException.h" />
diff --git a/infrastructure/msvc/2010/libbackupstore.vcxproj b/infrastructure/msvc/2010/libbackupstore.vcxproj
index 06050d4e..7f83d04a 100644
--- a/infrastructure/msvc/2010/libbackupstore.vcxproj
+++ b/infrastructure/msvc/2010/libbackupstore.vcxproj
@@ -95,6 +95,7 @@
<ClCompile Include="..\..\..\lib\backupstore\BackupStoreFileRevDiff.cpp" />
<ClCompile Include="..\..\..\lib\backupstore\BackupStoreInfo.cpp" />
<ClCompile Include="..\..\..\lib\backupstore\BackupStoreRefCountDatabase.cpp" />
+ <ClCompile Include="..\..\..\lib\backupstore\HousekeepStoreAccount.cpp" />
<ClCompile Include="..\..\..\lib\backupstore\StoreStructure.cpp" />
<ClCompile Include="..\..\..\lib\raidfile\autogen_RaidFileException.cpp" />
<ClCompile Include="..\..\..\lib\raidfile\RaidFileController.cpp" />
@@ -124,6 +125,7 @@
<ClInclude Include="..\..\..\lib\backupstore\BackupStoreInfo.h" />
<ClInclude Include="..\..\..\lib\backupstore\BackupStoreObjectMagic.h" />
<ClInclude Include="..\..\..\lib\backupstore\BackupStoreRefCountDatabase.h" />
+ <ClInclude Include="..\..\..\lib\backupstore\HousekeepStoreAccount.h" />
<ClInclude Include="..\..\..\lib\backupstore\RunStatusProvider.h" />
<ClInclude Include="..\..\..\lib\backupstore\StoreStructure.h" />
<ClInclude Include="..\..\..\lib\raidfile\autogen_RaidFileException.h" />