singrdk/base/Applications/Eventing/EvStress/EvStress.csproj

41 lines
1.0 KiB
XML
Raw Normal View History

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