singrdk/base/Applications/Tests/Scheduler/Threading/Threading.csproj

34 lines
993 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>
<AssemblyName>Threading</AssemblyName>
<OutputType>Exe</OutputType>
<NoNullChecks>true</NoNullChecks>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="ThreadingTest.cs"/>
<Compile Include="TestManualResetEvent.cs"/>
<Compile Include="TestAutoResetEvent.cs"/>
<Compile Include="TestMutex.cs"/>
<Compile Include="TestWaitAny.cs"/>
<Compile Include="TestSynchronize.cs"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\TestCategory.targets"/>
</Project>