зеркало из https://github.com/microsoft/terminal.git
11 строки
499 B
Plaintext
11 строки
499 B
Plaintext
|
<Project>
|
||
|
<!--
|
||
|
NOTE! This file gets written-over entirely by the release builds.
|
||
|
Any build logic in this file must be optional and only apply to non-release builds.
|
||
|
-->
|
||
|
|
||
|
<ImportGroup Condition="'$(MSBuildCacheEnabled)' == 'true'">
|
||
|
<Import Project="$(MSBuildCachePackageRoot)\build\$(MSBuildCachePackageName).targets" />
|
||
|
<Import Project="$(MSBuildCacheSharedCompilationPackageRoot)\build\Microsoft.MSBuildCache.SharedCompilation.targets" />
|
||
|
</ImportGroup>
|
||
|
</Project>
|