singrdk/base/Libraries/DirectoryService.Utils/DirectoryService.Utils.csproj

30 lines
796 B
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<AssemblyName>DirectoryService.Utils</AssemblyName>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="AssemblyInfo.sg" />
2008-03-05 09:52:00 -05:00
<Compile Include="$(SINGULARITY_ROOT)\Kernel\Singularity.Directory\SdsUtils.sg" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
</Project>