Hi Andy,
See below:
<sourcecontrol type="multi">
<sourceControls>
<vsts>
<autoGetSource>true</autoGetSource>
<applyLabel>false</applyLabel>
<server>http://TFSServer:8080</server>
<project>$/Database1/Common</project>
<workingDirectory>D:\Build\Common</workingDirectory>
<workspace>Common</workspace>
<cleanCopy>true</cleanCopy>
<deleteWorkspace>true</deleteWorkspace>
</vsts>
<vsts>
<autoGetSource>true</autoGetSource>
<applyLabel>false</applyLabel>
<server>http://TFSServer:8080</server>
<project>$/Database2/Application</project>
<workingDirectory>D:\Build\Application</workingDirectory>
<workspace>Application</workspace>
<cleanCopy>true</cleanCopy>
<deleteWorkspace>true</deleteWorkspace>
</vsts>
</sourceControls>
</sourcecontrol>
Cheers,
Jay