12 lines
529 B
XML
12 lines
529 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<!-- References Bootstrap, which transitively pulls SharedKernel, Infrastructure, and all 7
|
||
|
|
module assemblies into the output — everything ArchUnitNET needs to analyse the boundary.
|
||
|
|
Hosts are intentionally NOT referenced (avoids the duplicate top-level `Program` type);
|
||
|
|
host-direction rules are expressed via namespace targets. -->
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\src\Bootstrap\TeamUp.Bootstrap\TeamUp.Bootstrap.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|