singrdk/base/Libraries/Eventing/Eventing.csproj

29 lines
714 B
XML

<!--
##############################################################################
#
# 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>
<OutputType>Library</OutputType>
<AssemblyName>Eventing</AssemblyName>
<Language>C#</Language>
</PropertyGroup>
<ItemGroup>
<Compile Include="Eventing.cs" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
</Project>