singrdk/base/Applications/NameSpace/AtomicTestDSP/AtomicTestDSP.csproj

46 lines
1.7 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Microsoft Research Singularity
#
# 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>