singrdk/base/Applications/Tests/KPTest/KPTest.csproj

34 lines
1.0 KiB
XML

<!--
##############################################################################
Microsoft Research Singularity
Copyright (c) Microsoft Corporation. All rights reserved.
File: Applications\Tests\KPTest\KPTest.csproj
Note:
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets"/>
<PropertyGroup>
<AssemblyName>KPTest</AssemblyName>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoNullChecks>true</NoNullChecks>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="KPTest.sg"/>
<Compile Include="$(SINGULARITY_ROOT)\Kernel\Singularity.Stress\KPTestBase.sg"/>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Stress.Contracts\Stress.Contracts.csproj"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets"/>
</Project>