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

Directory.Build.targets « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49f79e2d297c3313d4504fe70e122eae0580da62 (plain)
1
2
3
4
5
6
7
8
<Project>
  <!-- Coverity runs on VSTS resolves gtk# from a local directory -->
  <Target Name="BeforeResolveReferences" Condition=" '$(COVERITY_GTK)' != '' ">
    <CreateProperty Value="$(MSBuildThisFileDirectory)\$(COVERITY_GTK);$(AssemblySearchPaths)">
      <Output TaskParameter="Value" PropertyName="AssemblySearchPaths" />
    </CreateProperty>
  </Target>
</Project>