7 lines
316 B
XML
7 lines
316 B
XML
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\Directory.Build.props" />
|
|
<Import Project="..\eng\TestVersions.props" />
|
|
<PropertyGroup>
|
|
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
|
|
</PropertyGroup>
|
|
</Project>
|