Build the libraries before their TestSuites

Fixes error LINK : fatal error LNK1104: cannot open file 'Poco*.lib'
This commit is contained in:
Linquize
2014-01-15 08:06:04 +08:00
parent 0816a4c33d
commit c2ca2ffb58
22 changed files with 77 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PDF", "PDF_x64_vs120.vcxproj", "{E12E5C71-79A4-495A-848F-F1710111E610}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSuite", "testsuite\TestSuite_x64_vs120.vcxproj", "{24134877-368D-11DB-9FBC-00123FC423B5}"
ProjectSection(ProjectDependencies) = postProject
{E12E5C71-79A4-495A-848F-F1710111E610} = {E12E5C71-79A4-495A-848F-F1710111E610}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution