mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
13 lines
641 B
XML
13 lines
641 B
XML
<Project Sdk="Microsoft.Build.Traversal">
|
|
|
|
<ItemGroup>
|
|
<ProjectsToExclude Include="..\source\Archive\**" />
|
|
<ProjectsToExclude Include="..\source\Tools\**" />
|
|
<ProjectsToExclude Include="..\source\**\*Templates*\**" />
|
|
<ProjectsToExclude Include="..\source\Kernel-TapRoot\Demo\**" />
|
|
<ProjectsToExclude Include="..\source\Kernel-X86\50-Application\**" />
|
|
<ProjectsToExclude Include="..\tests\Cosmos.VS.Windows.Test\Cosmos.VS.Windows.Test.csproj" />
|
|
<ProjectReference Include="..\source\**\*.*proj;..\tests\**\*.*proj" Exclude="@(ProjectsToExclude)" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|