singrdk/base/Contracts/FileSystem.Contracts/FileSystem.Contracts.csproj

36 lines
1.0 KiB
XML

<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Contracts\FileSystem.Contracts\Makefile
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets"/>
<PropertyGroup>
<OutputType>Library</OutputType>
<AssemblyName>FileSystem.Contracts</AssemblyName>
<GenerateContractMap>true</GenerateContractMap>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.sg"/>
<Compile Include="Iso9660ServiceControlContract.sg"/>
<Compile Include="ThreadPoolControlContract.sg"/>
<Compile Include="FileSystemControlContract.sg"/>
<ProjectReference Include="..\Directory.Contracts\Directory.Contracts.csproj"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets"/>
</Project>