singrdk/base/Contracts/Stress.Contracts/Stress.Contracts.Kernel.csproj

35 lines
976 B
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: Contracts\Stress.Contracts\Stress.Contracts.Kernel.csproj
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Library</OutputType>
<AssemblyName>Stress.Contracts</AssemblyName>
<GenerateContractMap>true</GenerateContractMap>
</PropertyGroup>
<ItemGroup>
<Compile Include="StressContract.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Directory.Contracts\Directory.Contracts.Kernel.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\KernelContractsLibrary.targets" />
</Project>