mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00

* Re-add S.T.J.SourceGeneration.UnitTests to STJ sln * Update slngen.template.proj Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
13 lines
691 B
XML
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>
|