mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Add October 2025 GDK new layout x64+Xbox projects (#637)
This commit is contained in:
15
build/LogInfo.targets
Normal file
15
build/LogInfo.targets
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="LogInfo" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<!--
|
||||
Copyright (c) Microsoft Corporation.
|
||||
Licensed under the MIT License.
|
||||
-->
|
||||
|
||||
<Target Name="LogInfo">
|
||||
<Message Condition="'$(Platform)'!=''" Text="##[debug]Building $(Platform)" Importance="high" />
|
||||
<Message Condition="'$(Configuration)'!=''" Text="##[debug]Building $(Configuration)" Importance="high" />
|
||||
<Message Text="##[debug]Using VS $(VisualStudioVersion) : MSBuild $(MSBuildFileVersion)" Importance="high" />
|
||||
<Message Condition="'$(GDKEditionNumber)'!=''" Text="##[debug]GDK Edition Number: $(GDKEditionNumber)" Importance="high" />
|
||||
</Target>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user