Ignore:
Timestamp:
27/03/2011 19:45:23 (14 months ago)
Author:
chris
Message:

Move backupstore common code to its own library, libbackupstore.

Add projects for bbstored and bbstoreaccounts.

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

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/msvc/2010/boxbackup.sln

    r2880 r2893  
    1515EndProject 
    1616Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qdbm", "qdbm.vcxproj", "{72AF22A7-B339-4FDF-B6AE-CA6522D4BB8D}" 
     17EndProject 
     18Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bbstored", "bbstored.vcxproj", "{D8404314-73DD-4270-8205-BE677F8FDAC7}" 
     19        ProjectSection(ProjectDependencies) = postProject 
     20                {A089CEE6-EBF0-4232-A0C0-74850A8127A6} = {A089CEE6-EBF0-4232-A0C0-74850A8127A6} 
     21                {97D89AEF-2BE4-4E34-8703-03BA67BF4494} = {97D89AEF-2BE4-4E34-8703-03BA67BF4494} 
     22        EndProjectSection 
     23EndProject 
     24Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbackupstore", "libbackupstore.vcxproj", "{97D89AEF-2BE4-4E34-8703-03BA67BF4494}" 
     25EndProject 
     26Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bbstoreaccounts", "bbstoreaccounts.vcxproj", "{C8A1509C-F91B-4140-BD51-B87FF24FB95F}" 
     27        ProjectSection(ProjectDependencies) = postProject 
     28                {A089CEE6-EBF0-4232-A0C0-74850A8127A6} = {A089CEE6-EBF0-4232-A0C0-74850A8127A6} 
     29                {97D89AEF-2BE4-4E34-8703-03BA67BF4494} = {97D89AEF-2BE4-4E34-8703-03BA67BF4494} 
     30        EndProjectSection 
    1731EndProject 
    1832Global 
     
    4660                {72AF22A7-B339-4FDF-B6AE-CA6522D4BB8D}.Release|Win32.ActiveCfg = Release|Win32 
    4761                {72AF22A7-B339-4FDF-B6AE-CA6522D4BB8D}.Release|Win32.Build.0 = Release|Win32 
     62                {D8404314-73DD-4270-8205-BE677F8FDAC7}.Debug|Win32.ActiveCfg = Debug|Win32 
     63                {D8404314-73DD-4270-8205-BE677F8FDAC7}.Debug|Win32.Build.0 = Debug|Win32 
     64                {D8404314-73DD-4270-8205-BE677F8FDAC7}.Release|Win32.ActiveCfg = Release|Win32 
     65                {D8404314-73DD-4270-8205-BE677F8FDAC7}.Release|Win32.Build.0 = Release|Win32 
     66                {97D89AEF-2BE4-4E34-8703-03BA67BF4494}.Debug|Win32.ActiveCfg = Debug|Win32 
     67                {97D89AEF-2BE4-4E34-8703-03BA67BF4494}.Debug|Win32.Build.0 = Debug|Win32 
     68                {97D89AEF-2BE4-4E34-8703-03BA67BF4494}.Release|Win32.ActiveCfg = Release|Win32 
     69                {97D89AEF-2BE4-4E34-8703-03BA67BF4494}.Release|Win32.Build.0 = Release|Win32 
     70                {C8A1509C-F91B-4140-BD51-B87FF24FB95F}.Debug|Win32.ActiveCfg = Debug|Win32 
     71                {C8A1509C-F91B-4140-BD51-B87FF24FB95F}.Debug|Win32.Build.0 = Debug|Win32 
     72                {C8A1509C-F91B-4140-BD51-B87FF24FB95F}.Release|Win32.ActiveCfg = Release|Win32 
     73                {C8A1509C-F91B-4140-BD51-B87FF24FB95F}.Release|Win32.Build.0 = Release|Win32 
    4874        EndGlobalSection 
    4975        GlobalSection(SolutionProperties) = preSolution 
  • box/trunk/infrastructure/msvc/2010/common.vcxproj

    r2880 r2893  
    5353    <ClCompile> 
    5454      <Optimization>Disabled</Optimization> 
    55       <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\lib\backupclient;$(ProjectDir)..\..\..\lib\common;$(ProjectDir)..\..\..\lib\compress;$(ProjectDir)..\..\..\lib\crypto;$(ProjectDir)..\..\..\lib\server;$(ProjectDir)..\..\..\lib\win32;$(ProjectDir)..\..\..\..\openssl\include;$(ProjectDir)..\..\..\..\zlib\include;$(ProjectDir)..\..\..\..\pcre</AdditionalIncludeDirectories> 
     55      <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\lib\backupclient;$(ProjectDir)..\..\..\lib\common;$(ProjectDir)..\..\..\lib\compress;$(ProjectDir)..\..\..\lib\crypto;$(ProjectDir)..\..\..\lib\server;$(ProjectDir)..\..\..\lib\raidfile;$(ProjectDir)..\..\..\lib\win32;$(ProjectDir)..\..\..\..\openssl\include;$(ProjectDir)..\..\..\..\zlib\include;$(ProjectDir)..\..\..\..\pcre</AdditionalIncludeDirectories> 
    5656      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;PLATFORM_DISABLE_MEM_LEAK_TESTING;_CRT_SECURE_NO_DEPRECATE;PCRE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
    5757      <MinimalRebuild>true</MinimalRebuild> 
     
    8585  </ItemDefinitionGroup> 
    8686  <ItemGroup> 
     87    <ClCompile Include="..\..\..\lib\common\BufferedStream.cpp" /> 
     88    <ClCompile Include="..\..\..\lib\common\BufferedWriteStream.cpp" /> 
    8789    <ClCompile Include="..\..\..\lib\common\FileModificationTime.cpp" /> 
     90    <ClCompile Include="..\..\..\lib\common\InvisibleTempFileStream.cpp" /> 
     91    <ClCompile Include="..\..\..\lib\common\NamedLock.cpp" /> 
    8892    <ClCompile Include="..\..\..\lib\common\RateLimitingStream.cpp" /> 
    8993    <ClCompile Include="..\..\..\lib\compress\autogen_CompressException.cpp" /> 
     
    161165  </ItemGroup> 
    162166  <ItemGroup> 
     167    <ClInclude Include="..\..\..\lib\common\BufferedStream.h" /> 
     168    <ClInclude Include="..\..\..\lib\common\BufferedWriteStream.h" /> 
     169    <ClInclude Include="..\..\..\lib\common\InvisibleTempFileStream.h" /> 
    163170    <ClInclude Include="..\..\..\lib\common\RateLimitingStream.h" /> 
    164171    <ClInclude Include="..\..\..\lib\compress\autogen_CompressException.h" /> 
Note: See TracChangeset for help on using the changeset viewer.