singrdk/base/Services/CredentialsManager/CredentialsManagerService.c...

40 lines
2.1 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>CredentialsManager</AssemblyName>
2008-11-17 18:29:00 -05:00
<ServiceActivationMode>Demand</ServiceActivationMode>
<ProjectGuid>{AD76C15D-3803-406A-B246-E06B84289B68}</ProjectGuid>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
<Compile Include="CredentialsManagerService.sg" />
<Compile Include="Credentials.sg" />
<Compile Include="ProtocolMapping.sg" />
<Compile Include="Collections.sg" />
<Compile Include="Util.sg" />
<Compile Include="Ntlm.sg" />
<Compile Include="TraceSwitches.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\CredentialsManager.Contracts\CredentialsManager.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Security.Contracts\Security.Contracts.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\ServiceManager.Contracts\ServiceManager.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\CredentialsManager\CredentialsManager.Library.csproj" />
2008-03-05 09:52:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\FileSystem.Utils\FileSystem.Utils.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\System.IO\System.IO.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Security\Security.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Crypto\Crypto.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Ntlm\Ntlm.csproj" />
2008-03-05 09:52:00 -05:00
</ItemGroup>
2008-11-17 18:29:00 -05:00
<Import Project="$(SINGULARITY_ROOT)\Targets\ServiceCategory.targets" />
2008-03-05 09:52:00 -05:00
</Project>