singrdk/base/Applications/Tests/Select/Select.csproj

35 lines
1.0 KiB
XML

<!--
##############################################################################
Microsoft Research Singularity
Copyright (c) Microsoft Corporation. All rights reserved.
File: Applications\Tests\Select\Select.csproj
Note: Tests "select receive".
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets"/>
<PropertyGroup>
<AssemblyName>select</AssemblyName>
<OutputType>Exe</OutputType>
<NoNullCheck>true</NoNullCheck>
</PropertyGroup>
<ItemGroup>
<Compile Include="Select.sg"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\FileSystem.Contracts\FileSystem.Contracts.csproj"/>
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets"/>
</Project>