mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-12-06 07:11:44 +01:00
16 lines
752 B
XML
16 lines
752 B
XML
<?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>
|