37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<!--
|
|
##############################################################################
|
|
#
|
|
# Microsoft Research Singularity
|
|
#
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
#
|
|
# File: Contracts\CredentialsManager.Contracts\CredentialsManager.Contracts.Kernel.csproj
|
|
#
|
|
# Note:
|
|
#
|
|
##############################################################################
|
|
-->
|
|
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\Paths.targets" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>CredentialsManager.Contracts</AssemblyName>
|
|
<GenerateContractMap>true</GenerateContractMap>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="CredentialsManagerContract.sg" />
|
|
<Compile Include="GssSupplicantContract.sg" />
|
|
<Compile Include="NtlmSupplicantContract.sg" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Directory.Contracts\Directory.Contracts.csproj" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
|
|
</Project>
|