singrdk/base/Libraries/Manifest/Manifest.csproj

43 lines
1.3 KiB
XML
Raw Permalink Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Libraries\Manifest\Makefile
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<AssemblyName>Manifest</AssemblyName>
<OutputType>Library</OutputType>
<DefineConstants>SIMPLE_SECLIB</DefineConstants>
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="AssemblyInfo.sg" />
2008-03-05 09:52:00 -05:00
<Compile Include="Binder.sg" />
<Compile Include="Manifest.sg" />
<Compile Include="job.sg" />
<Compile Include="parameters.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\FileSystem.Contracts\FileSystem.Contracts.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="..\Xml\Xml.csproj" />
2008-03-05 09:52:00 -05:00
<ProjectReference Include="..\DirectoryService.Utils\DirectoryService.Utils.csproj" />
2008-11-17 18:29:00 -05:00
<!-- TODO: Remove all dependencies on System.Console from Manifest.dll. -->
<ProjectReference Include="..\Console\Console.App.csproj"/>
2008-03-05 09:52:00 -05:00
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
</Project>