2008-03-05 09:52:00 -05:00
|
|
|
<!--
|
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
Microsoft Research Singularity
|
|
|
|
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
|
2008-11-17 18:29:00 -05:00
|
|
|
Note:
|
2008-03-05 09:52:00 -05:00
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
-->
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
2008-11-17 18:29:00 -05:00
|
|
|
<Import Project="..\..\Paths.targets"/>
|
|
|
|
|
2008-03-05 09:52:00 -05:00
|
|
|
<PropertyGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
<AssemblyName>EventTest</AssemblyName>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2008-03-05 09:52:00 -05:00
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
<Compile Include="EventTest.sg"/>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\UnitTest\UnitTestLib.csproj"/>
|
|
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Eventing\Eventing.csproj"/>
|
|
|
|
<ProjectReference Include="..\testdef\testdef.csproj"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
<Content Include="Event.tst"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
2008-11-17 18:29:00 -05:00
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\TestCategory.targets"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
</Project>
|