19 строки
557 B
XML
19 строки
557 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<!-- TODO: remove when updating away from .NET5.0 -->
|
|
<SuppressTfmSupportBuildWarnings Condition="'$(TargetFramework)' == 'net5.0'">true</SuppressTfmSupportBuildWarnings>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
|
<EngRoot>$(RepoRoot)eng/</EngRoot>
|
|
<TargetsRoot>$(EngRoot)build/</TargetsRoot>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|