singrdk/base/Applications/Tests/MonitorTest/MonitorTest.csproj

31 lines
884 B
XML
Raw Permalink Normal View History

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">
<Import Project="..\..\..\Paths.targets"/>
2008-11-17 18:29:00 -05:00
2008-03-05 09:52:00 -05:00
<PropertyGroup>
<AssemblyName>MonitorTest</AssemblyName>
<OutputType>Exe</OutputType>
2008-11-17 18:29:00 -05:00
<!-- Apparently the following options are assumed in this code ? -->
<NoNullChecks>true</NoNullChecks>
2008-03-05 09:52:00 -05:00
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="PulseTest.cs"/>
<Compile Include="PulseAllTest.cs"/>
</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>