singrdk/base/Applications/Network/BlastServer/BlastServer.csproj

28 lines
746 B
XML

<!--
###############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>BlastServer</AssemblyName>
<WarningLevel>1</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="BlastServer.cs" />
<Compile Include="ThreadPool.cs" />
</ItemGroup>
<Import Project="..\NetworkCommand.targets" />
</Project>