2008-11-17 18:29:00 -05:00
|
|
|
<!--
|
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
-->
|
2008-03-05 09:52:00 -05:00
|
|
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
|
<Import Project="..\Paths.targets"/>
|
2008-11-17 18:29:00 -05:00
|
|
|
<Import Project="ExcludeTests.targets"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Applications\**\*.csproj"
|
2008-11-17 18:29:00 -05:00
|
|
|
Exclude="$(SINGULARITY_ROOT)\Applications\Namespace\AtomicTestDSP\AtomicTestDSP.csproj;
|
|
|
|
$(SINGULARITY_ROOT)\Applications\CHello2\CHello2.csproj;
|
|
|
|
$(SINGULARITY_ROOT)\Applications\Benchmarks\bartokh\**\*.csproj;
|
|
|
|
$(SINGULARITY_ROOT)\Applications\Tests\InsightTests\WpfObserverTest\WpfObserverTest.csproj;
|
|
|
|
$(SINGULARITY_ROOT)\Applications\Tests\InsightTests\InsightTestsVs.csproj;
|
|
|
|
$(SINGULARITY_ROOT)\Applications\**\*.Win.*proj;
|
|
|
|
$(ExcludePhoenixTestApp)"
|
|
|
|
/>
|
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Drivers\**\*.csproj"/>
|
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Libraries\**\*.csproj"
|
|
|
|
Exclude="
|
|
|
|
$(SINGULARITY_ROOT)\Libraries\Insight\WpfObserver\Insight.WpfObserver.csproj;
|
|
|
|
$(SINGULARITY_ROOT)\Libraries\**\*.Win.csproj;
|
|
|
|
"/>
|
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Services\**\*.csproj"/>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Condition="Exists('$(SINGULARITY_ROOT)\internal')"
|
|
|
|
Project="$(SINGULARITY_ROOT)\internal\internal.World.proj"/>
|
|
|
|
<ItemGroup Condition="!Exists('$(SINGULARITY_ROOT)\internal')">
|
|
|
|
<Application Include="$(SINGULARITY_ROOT)\precompiled\Drivers\**\*.csproj"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Distro.targets"/>
|
|
|
|
|
|
|
|
</Project>
|