singrdk/base/Libraries/CredentialsManager/CredentialsManager.Library....

26 lines
1.0 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
2008-11-17 18:29:00 -05:00
###############################################################################
2008-03-05 09:52:00 -05:00
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
2008-11-17 18:29:00 -05:00
###############################################################################
2008-03-05 09:52:00 -05:00
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Library</OutputType>
<AssemblyName>CredentialsManagerLib</AssemblyName>
2008-11-17 18:29:00 -05:00
<ProjectGuid>{69F2E090-E495-46C9-9151-ABF2CD516395}</ProjectGuid>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="AssemblyInfo.sg" />
2008-03-05 09:52:00 -05:00
<Compile Include="CredentialsManager.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\CredentialsManager.Contracts\CredentialsManager.Contracts.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj"/>
2008-03-05 09:52:00 -05:00
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
</Project>