singrdk/base/Applications/Runtime/Full/AppRuntime.proj

29 lines
884 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# Note:
#
##############################################################################
-->
<Project DefaultTarget="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2008-11-17 18:29:00 -05:00
<Import Project="..\..\..\Paths.targets" />
2008-03-05 09:52:00 -05:00
<ItemGroup>
2008-11-17 18:29:00 -05:00
<ProjectReference Include="App.Corlib.csproj" />
<ProjectReference Include="System.Compiler.Runtime.App.csproj" />
<ProjectReference Include="Microsoft.SingSharp.Runtime.App.csproj" />
<ProjectReference Include="Corlib.Contracts.csproj" />
2008-03-05 09:52:00 -05:00
<!-- <ProjectReference Include="Corlib.Native.proj" /> -->
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Dirs.targets" />
</Project>