Welcome to mirror list, hosted at ThFree Co, Russian Federation.

override.targets - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4b89b7031cd58cb4adca18658ab38b00e13a4f7 (plain)
1
2
3
4
5
6
7
8
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!--
    Overrides for all other targets (including build tools) can go in this file.
  -->

  <Import Project="mono.targets" Condition="'$(OsEnvironment)'=='Unix'" />
  <Import Project="roslyn.xplat.targets" Condition="'$(OsEnvironment)'=='Unix' and '$(UseRoslynCompiler)'=='true'" />
</Project>