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

Directory.Build.targets - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4b04100538f1db4baa275529f4347c7f95741dc (plain)
1
2
3
4
5
<Project>
  <Import
    Condition="'$(MSBuildProjectExtension)' == '.csproj'"
    Project="$(RepoRootPath)build\Project.targets"/>
</Project>