summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-10-11 23:46:01 +0000
committerChris Wilson <chris+github@qwirx.com>2011-10-11 23:46:01 +0000
commit631fdd1e9e2f8a7f897bc5e3f6f490195bd180be (patch)
tree075406570c2b1d93ee086221e6b26571640bbaaa
parentf4ac0a61b057e88341296ac8a2e8234b3cc7f1ee (diff)
Make libbackupstore depend on common, so common can generate BoxVersion.h first
-rw-r--r--infrastructure/msvc/2010/libbackupstore.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/infrastructure/msvc/2010/libbackupstore.vcxproj b/infrastructure/msvc/2010/libbackupstore.vcxproj
index 7bc4170f..06050d4e 100644
--- a/infrastructure/msvc/2010/libbackupstore.vcxproj
+++ b/infrastructure/msvc/2010/libbackupstore.vcxproj
@@ -138,6 +138,11 @@
<None Include="..\..\..\lib\backupstore\BackupStoreException.txt" />
<None Include="..\..\..\lib\backupstore\Makefile.extra" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="common.vcxproj">
+ <Project>{a089cee6-ebf0-4232-a0c0-74850a8127a6}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>