Disable error on prebuilts

This commit is contained in:
Matt Thalman 2023-10-19 11:53:05 -05:00
parent 8540a0107e
commit 4e3e6d972f

View file

@ -7,6 +7,10 @@
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
<SkipErrorOnPrebuilts>true</SkipErrorOnPrebuilts>
</PropertyGroup>
<Target Name="Build" DependsOnTargets="PrepareOutput;InitBuild">
<Message Text="Build Environment: $(Platform) $(Configuration) $(TargetOS) $(TargetRid)" />