summaryrefslogtreecommitdiff
path: root/infrastructure/msvc/2010
Commit message (Collapse)AuthorAge
* Fix MSVC 2010 project for new file locations. Separate libbackupclient filesChris Wilson2011-05-24
| | | | | out of libcommon. Silence CRT deprecation warnings in QDBM build.
* Remove some redundant imports to reduce compile warnings in MSVC 2010.Chris Wilson2011-04-16
|
* Refactor MSVC library dependencies onto the common project, and removeChris Wilson2011-04-15
| | | | | optional settings that should be left at their defaults.
* Switch from solution dependencies to project-to-project dependencies.Chris Wilson2011-04-14
| | | | | | | | | | | | Convert pre-build event to a custom build step. Store intermediates for each project in their own subdirectory for tidyness, to avoid overwriting, and to fix parallel builds. Use automatic library dependencies from required projects. These changes eliminate unnecessary rebuilds in MSVC 2010.
* First attempt to extract some data from VSS, not useful yet.Chris Wilson2011-03-28
|
* Move backupstore common code to its own library, libbackupstore.Chris Wilson2011-03-27
| | | | | Add projects for bbstored and bbstoreaccounts.
* Remove SUO file that doesn't need to be in version control.Chris Wilson2011-03-27
|
* Remove unwanted definitions from solution.Chris Wilson2011-03-26
|
* Add a solution and project for building on MSVC 2010.Chris Wilson2011-03-26