Several test projects have xml tags of the form:
```
<ItemDefinitionGroup Condition="'$(BuildAgainstVSInstallation)'!=''">
```
These are no longer needed and can be removed.
```
<ItemDefinitionGroup Condition="'$(BuildAgainstVSInstallation)'!=''">
```
These are no longer needed and can be removed.