mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 01:04:40 +00:00
11 lines
499 B
Plaintext
11 lines
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>
|