8 lines
267 B
XML
8 lines
267 B
XML
<Project Sdk="Microsoft.Build.Traversal">
|
|
<ItemGroup>
|
|
<ProjectReference Include="src/**/*.csproj" />
|
|
<ProjectReference Include="tests/**/*.csproj" />
|
|
<ProjectReference Include="examples/**/*.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|
|
|