singrdk/base/Interfaces/Diagnostics/Diagnostics.csproj

34 lines
957 B
XML

<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Interfaces\Diagnostics\Makefile
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<AssemblyName>Diagnostics</AssemblyName>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoStdlib>true</NoStdlib>
</PropertyGroup>
<ItemGroup>
<Compile Include="Diagnostics.csi" />
<ProjectReference Include="..\Basetypes\Basetypes.csproj">
<Alias>kernel.exe</Alias>
</ProjectReference>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\InterfaceAssembly.targets" />
</Project>