зеркало из https://github.com/microsoft/CsWinRT.git
14 строки
571 B
XML
14 строки
571 B
XML
<!--
|
|
***********************************************************************************************
|
|
Copyright (C) Microsoft Corporation. All rights reserved.
|
|
***********************************************************************************************
|
|
-->
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
<CsWinRTPath Condition="'$(CsWinRTPath)'==''">$([MSBuild]::NormalizeDirectory('$(MSBuildThisFileDirectory)', '..'))</CsWinRTPath>
|
|
<CsWinRTExe>$(CsWinRTPath)cswinrt.exe</CsWinRTExe>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|