tests/SampleFiles/InvalidDacDeployOptions.xml

<?xml version="1.0" ?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <BREAKTHISINTEGRATIONTESTS>BREAK IT </BREAKTHISINTEGRATIONTESTS>
    <PropertyGroup>
    <TargetDatabaseName>Test</TargetDatabaseName>
    <TargetConnectionString></TargetConnectionString>
    <ProfileVersionNumber>1</ProfileVersionNumber>
    </PropertyGroup>
</Project>