singrdk/base/Applications/ServiceManager/Benchmark/LogBench.csproj

36 lines
1.3 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>LogBench</AssemblyName>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="LogBenchmark.sg" />
<Compile Include="ArgumentJob.sg" />
<Compile Include="CommunicationJob.sg" />
<Compile Include="Job.sg" />
<Compile Include="JobSet.sg" />
<Compile Include="Message.sg" />
<Compile Include="MultiThreadJob.sg" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\ServiceManager.Contracts\ServiceManager.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Diagnostics.Contracts\Diagnostics.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets" />
</Project>