8 lines
550 B
XML
8 lines
550 B
XML
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="C:\llvm-mingw-20230517-ucrt-x86_64\vcpkg\scripts\buildsystems\msbuild\vcpkg.targets" Condition="Exists('C:\llvm-mingw-20230517-ucrt-x86_64\vcpkg\scripts\buildsystems\msbuild\vcpkg.targets')" />
|
|
<Target Name="CheckValidPlatform" BeforeTargets="Build">
|
|
<Error Text="Unsupported architecture combination. Remove the 'vcpkg' nuget package." Condition="'$(VCPkgEnabled)' != 'true' and '$(VCPkgDisableError)' == ''"/>
|
|
</Target>
|
|
</Project>
|