singrdk/base/Libraries/Xml2/Singularity.Xml2.csproj

42 lines
1.1 KiB
XML

<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Libraries\Xml2\Makefile
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<AssemblyName>Singularity.Xml2</AssemblyName>
<OutputType>Library</OutputType>
<Language>C#</Language>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SINGULARITY_ROOT)\Kernel\Singularity\Xml\XmlException.cs" />
<Compile Include="$(SINGULARITY_ROOT)\Kernel\Singularity\Xml\XmlNode.cs" />
<Compile Include="$(SINGULARITY_ROOT)\Kernel\Singularity\Xml\XmlReader.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Crypto\Crypto.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\System.IO\System.IO.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
</Project>