singrdk/base/Contracts/WebApps.Contracts/WebApps.Contracts.csproj

34 lines
919 B
XML

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