66 lines
3.9 KiB
Plaintext
66 lines
3.9 KiB
Plaintext
|
<!--
|
||
|
###############################################################################
|
||
|
#
|
||
|
# Copyright) Microsoft Corporation. All rights reserved.
|
||
|
#
|
||
|
###############################################################################
|
||
|
-->
|
||
|
|
||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
||
|
<Import Project="..\Paths.targets"/>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<!-- Apps -->
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\tty\tty.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Shell\Shell.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Login\Login.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\BootCount\BootCount.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Tasklist\Tasklist.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\CredentialsControl\CredentialsControl.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Tester\Tester.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\ServiceManager\SMSClient\SMSClient.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Network\ipconfig\ipconfig.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Network\dns\dns.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Network\route\route.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\more\more.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Utilities\Utilities.proj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Benchmarks\SchedBench\SchedBench.csproj"/>
|
||
|
|
||
|
|
||
|
<!-- Benchmarks -->
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Benchmarks\SpecWeb99\webfiles\Webfiles.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\wafgen99\wafgen99.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Benchmarks\Bartok\BartokBenchmark.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Benchmarks\SingBench\SingBench\SingBenchApp.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Benchmarks\SingBench\BenchChild\SingBenchChild.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Applications\Benchmarks\Perfcnt\Perfcnt.csproj"/>
|
||
|
|
||
|
<!-- Drivers -->
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Drivers\Disk\Disk.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Drivers\LegacyKeyboard\LegacyKeyboard.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Drivers\Network\Tulip\Tulip.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Drivers\VolumeManager\VolumeManager.csproj"/>
|
||
|
|
||
|
<!-- Services -->
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\CredentialsManager\CredentialsManagerService.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\Fat\Control\FatControl.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\Fat\ClientManager\FatClientManager.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\Fat\Fs\FatFs.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\NetStack\NetStackService.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\RamDisk\Disk\RamDisk.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\RamDisk\Control\RamDiskControl.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\RamDisk\ClientManager\RamDiskClientManager.csproj"/>
|
||
|
<Application Include="$(SINGULARITY_ROOT)\Services\ServiceManager\ServiceManager.csproj"/>
|
||
|
</ItemGroup>
|
||
|
|
||
|
<Import Condition="Exists('$(SINGULARITY_ROOT)\internal')"
|
||
|
Project="$(SINGULARITY_ROOT)\internal\internal.BVT.proj"/>
|
||
|
<ItemGroup Condition="!Exists('$(SINGULARITY_ROOT)\internal')">
|
||
|
<Application Include="$(SINGULARITY_ROOT)\precompiled\Drivers\Network\nForce4\nForce4.csproj"/>
|
||
|
</ItemGroup>
|
||
|
|
||
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Distro.targets"/>
|
||
|
|
||
|
</Project>
|