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