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

slngen.template.proj « eng - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 466fc9aeb58549299e2e0ca5290a1ad0df18714b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- This file is used by slns.proj. -->
<Project Sdk="Microsoft.Build.Traversal">
  <PropertyGroup>
    <IncludeInSolutionFile>false</IncludeInSolutionFile>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="$(MSBuildThisFileDirectory)ref\*.*proj" />
    <ProjectReference Include="$(MSBuildThisFileDirectory)src\*.*proj" />
    <!-- Keep in sync with https://github.com/dotnet/runtime/blob/4d82932722b56924598708f991961a75e5a90b36/src/libraries/Directory.Build.props#L31. -->
    <ProjectReference Include="$(MSBuildThisFileDirectory)tests\**\*.Tests.*proj" />
    <ProjectReference Include="$(MSBuildThisFileDirectory)tests\**\*.UnitTests.*proj" />
  </ItemGroup>
</Project>