1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Satori/eng/slngen.template.proj
Layomi Akinrinade 7249ec41e0
Re-add S.T.J.SourceGeneration.UnitTests to STJ sln (#57080)
* Re-add S.T.J.SourceGeneration.UnitTests to STJ sln

* Update slngen.template.proj

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2021-08-10 12:15:55 +01:00

13 lines
691 B
XML

<!-- 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>