mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 01:18:22 +00:00
8 lines
222 B
XML
8 lines
222 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Cli\Cli.csproj" />
|
|
<ProjectReference Include="..\..\testing\Cli.TestPlugin\Cli.TestPlugin.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|