singrdk/base/Windows/lcsc/lcsc.csproj

33 lines
1.0 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
Microsoft Research Singularity
Copyright (c) Microsoft Corporation. All rights reserved.
##############################################################################
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2008-11-17 18:29:00 -05:00
<Import Project="..\..\Paths.targets"/>
2008-03-05 09:52:00 -05:00
<PropertyGroup>
2008-11-17 18:29:00 -05:00
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>BlastServer</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="..\..\Applications\Network\BlastServer\BlastServer.cs"/>
<Compile Include="..\..\Applications\Network\BlastServer\ThreadPool.cs"/>
</ItemGroup>
<ItemGroup>
2008-03-05 09:52:00 -05:00
<Reference Include="System"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Windows.targets" />
</Project>