зеркало из https://github.com/microsoft/terminal.git
14 строки
548 B
XML
14 строки
548 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<!--
|
|
This props file is a workaround for the fact that for wapproj projects,
|
|
the $(SolutionDir) is never evaluated correctly. So, instead we're using this
|
|
file to define $(OpenConsoleDir), which should be used in place of $(SolutionDir)
|
|
-->
|
|
<PropertyGroup Condition="'$(OpenConsoleDir)'==''">
|
|
<OpenConsoleDir>$(MSBuildThisFileDirectory)</OpenConsoleDir>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|