singrdk/base/Services/NetStack/Events/Events.csproj

29 lines
911 B
XML
Raw Normal View History

2008-11-17 18:29:00 -05:00
<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Library</OutputType>
<AssemblyName>NetStackEvents</AssemblyName>
<Language>C#</Language>
<Runtime>Full</Runtime>
<ProjectGuid>{d7d931ce-04a4-45c1-84ea-2bcfe078ab1c}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Compile Include="TcpSessionEvents.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Eventing\Eventing.csproj"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\EventLibrary.targets" />
</Project>