singrdk/base/Services/Smb/ClientService/SmbClientService.csproj

33 lines
1.6 KiB
XML
Raw Permalink 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>
2008-11-17 18:29:00 -05:00
<AssemblyName>SmbClientService</AssemblyName>
<ProjectGuid>{0B7666AD-BF54-4559-9C69-2E81A5A5DD86}</ProjectGuid>
<ServiceActivationMode>Demand</ServiceActivationMode>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
<Compile Include="SmbClientManager.sg" />
<Compile Include="ClientProcess.sg" />
<Compile Include="TraceSwitches.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\FileSystem.Contracts\FileSystem.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" />
2008-03-05 09:52:00 -05:00
<ProjectReference Include="..\PublicContracts\SmbClient.PublicContracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Security\Security.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\FileSystem.Utils\FileSystem.Utils.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\ServiceCategory.targets" />
2008-03-05 09:52:00 -05:00
</Project>