- Timestamp:
- 28/08/2011 17:04:55 (9 months ago)
- Location:
- box/trunk/infrastructure/msvc/2010
- Files:
-
- 2 edited
-
common.vcxproj (modified) (4 diffs)
-
libbackupstore.vcxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/msvc/2010/common.vcxproj
r2964 r2989 138 138 <ClCompile Include="..\..\..\lib\crypto\Random.cpp" /> 139 139 <ClCompile Include="..\..\..\lib\crypto\RollingChecksum.cpp" /> 140 <ClCompile Include="..\..\..\lib\server\Message.cpp" /> 140 141 <ClCompile Include="..\..\..\lib\win32\emu.cpp" /> 141 142 <ClCompile Include="..\..\..\lib\win32\getopt_long.cpp" /> … … 145 146 <ClCompile Include="..\..\..\lib\server\LocalProcessStream.cpp" /> 146 147 <ClCompile Include="..\..\..\lib\server\Protocol.cpp" /> 147 <ClCompile Include="..\..\..\lib\server\ProtocolObject.cpp" />148 148 <ClCompile Include="..\..\..\lib\server\ProtocolUncertainStream.cpp" /> 149 149 <ClCompile Include="..\..\..\lib\server\Socket.cpp" /> … … 218 218 <ClInclude Include="..\..\..\lib\crypto\Random.h" /> 219 219 <ClInclude Include="..\..\..\lib\crypto\RollingChecksum.h" /> 220 <ClInclude Include="..\..\..\lib\server\Message.h" /> 220 221 <ClInclude Include="..\..\..\lib\win32\emu.h" /> 221 222 <ClInclude Include="..\..\..\lib\win32\getopt.h" /> … … 224 225 <ClInclude Include="..\..\..\lib\server\Daemon.h" /> 225 226 <ClInclude Include="..\..\..\lib\server\Protocol.h" /> 226 <ClInclude Include="..\..\..\lib\server\ProtocolObject.h" />227 227 <ClInclude Include="..\..\..\lib\server\ProtocolUncertainStream.h" /> 228 228 <ClInclude Include="..\..\..\lib\server\ProtocolWire.h" /> -
box/trunk/infrastructure/msvc/2010/libbackupstore.vcxproj
r2964 r2989 72 72 </ItemDefinitionGroup> 73 73 <ItemGroup> 74 <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocolClient.cpp" /> 75 <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocolServer.cpp" /> 74 <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupProtocol.cpp" /> 76 75 <ClCompile Include="..\..\..\lib\backupstore\autogen_BackupStoreException.cpp" /> 77 76 <ClCompile Include="..\..\..\lib\backupstore\BackupClientFileAttributes.cpp" /> … … 105 104 </ItemGroup> 106 105 <ItemGroup> 107 <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocolClient.h" /> 108 <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocolServer.h" /> 106 <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupProtocol.h" /> 109 107 <ClInclude Include="..\..\..\lib\backupstore\autogen_BackupStoreException.h" /> 110 108 <ClInclude Include="..\..\..\lib\backupstore\BackupClientFileAttributes.h" />
Note: See TracChangeset
for help on using the changeset viewer.
