11 lines
348 B
XML
11 lines
348 B
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.targets))\Directory.Build.targets" />
|
|
|
|
<PropertyGroup>
|
|
<EnableApiCheck>false</EnableApiCheck>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="GenerateContent.targets" />
|
|
<Import Project="SetPackageProperties.targets" />
|
|
</Project>
|