44 lines
1.6 KiB
XML
44 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>AtomicTestDSP</AssemblyName>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="DirectoryService.sg" />
|
|||
|
<Compile Include="DirAclCoreSupport.sg" />
|
|||
|
<Compile Include="DirectoryServiceWorker.sg" />
|
|||
|
<Compile Include="DirNode.sg" />
|
|||
|
<Compile Include="IoMemoryNode.sg" />
|
|||
|
<Compile Include="Node.sg" />
|
|||
|
<Compile Include="DirPermissions.sg" />
|
|||
|
<Compile Include="Path.sg" />
|
|||
|
<Compile Include="Property.sg" />
|
|||
|
<Compile Include="ProviderNode.sg" />
|
|||
|
<Compile Include="ResolutionState.sg" />
|
|||
|
<Compile Include="SbUtils.sg" />
|
|||
|
<Compile Include="SymLinkNode.sg" />
|
|||
|
<Compile Include="WorkerFunctions.sg" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Security\Security.csproj" />
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\System.IO\System.IO.csproj" />
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Security.Contracts\Security.Contracts.csproj" />
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets" />
|
|||
|
|
|||
|
</Project>
|