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"/>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Shell\Shell.csproj"/>
|
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Applications\tty\tty.csproj"/>
|
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Drivers\VolumeManager\VolumeManager.csproj"/>
|
2008-11-17 18:29:00 -05:00
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Drivers\LegacyKeyboard\LegacyKeyboard.csproj"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
<Application Include="$(SINGULARITY_ROOT)\Services\ServiceManager\ServiceManager.csproj"/>
|
|
|
|
</ItemGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
|
|
|
|
<Import Condition="Exists('$(SINGULARITY_ROOT)\internal')"
|
|
|
|
Project="$(SINGULARITY_ROOT)\internal\internal.Tiny.proj"/>
|
|
|
|
|
2008-03-05 09:52:00 -05:00
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Distro.targets"/>
|
|
|
|
|
|
|
|
</Project>
|