mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01:00
[vcpkg-msbuild] Add troubleshooting message to MSBuild projects with Importance=Normal
This commit is contained in:
parent
2a83c5eda6
commit
8b21933367
@ -51,6 +51,11 @@
|
|||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
|
|
||||||
|
<Target Name="VcpkgTripletSelection" BeforeTargets="ClCompile">
|
||||||
|
<Message Text="Using triplet "$(VcpkgTriplet)" from "$(VcpkgRoot)"" Importance="Normal" Condition="'$(VcpkgEnabled)' == 'true'"/>
|
||||||
|
<Message Text="Not using Vcpkg because VcpkgEnabled is "$(VcpkgEnabled)"" Importance="Normal" Condition="'$(VcpkgEnabled)' != 'true'"/>
|
||||||
|
</Target>
|
||||||
|
|
||||||
<Target Name="AppLocalFromInstalled" AfterTargets="CopyFilesToOutputDirectory" BeforeTargets="CopyLocalFilesOutputGroup;RegisterOutput" Condition="'$(VcpkgEnabled)' == 'true'">
|
<Target Name="AppLocalFromInstalled" AfterTargets="CopyFilesToOutputDirectory" BeforeTargets="CopyLocalFilesOutputGroup;RegisterOutput" Condition="'$(VcpkgEnabled)' == 'true'">
|
||||||
<WriteLinesToFile
|
<WriteLinesToFile
|
||||||
File="$(TLogLocation)$(ProjectName).write.1u.tlog"
|
File="$(TLogLocation)$(ProjectName).write.1u.tlog"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user