33 lines
1.6 KiB
XML
33 lines
1.6 KiB
XML
<!--
|
|
###############################################################################
|
|
#
|
|
# 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>SmbClientService</AssemblyName>
|
|
<ProjectGuid>{0B7666AD-BF54-4559-9C69-2E81A5A5DD86}</ProjectGuid>
|
|
<ServiceActivationMode>Demand</ServiceActivationMode>
|
|
</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" />
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\ServiceManager.Contracts\ServiceManager.Contracts.csproj" />
|
|
<ProjectReference Include="..\PublicContracts\SmbClient.PublicContracts.csproj" />
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Security\Security.csproj" />
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\FileSystem.Utils\FileSystem.Utils.csproj" />
|
|
</ItemGroup>
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\ServiceCategory.targets" />
|
|
</Project>
|