libgit2sharp/LibGit2Sharp/ExtraDefine.targets

8 строки
316 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Add extra defines to DefineConstants. -->
<PropertyGroup>
<DefineConstants Condition=" '$(ExtraDefine)' != '' ">$(DefineConstants);$(ExtraDefine)</DefineConstants>
</PropertyGroup>
</Project>