singrdk/base/Services/Tests/CounterProxy/CounterProxy.csproj

35 lines
1.3 KiB
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>CounterProxy</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Compile Include="CounterJournaletFactory.sg"/>
<Compile Include="CounterJournalet.sg"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Services\Services.Utils.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Resiliency\Resiliency.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\ServiceManager.Contracts\ServiceManager.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Counter.Contracts\Counter.Contracts.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\ServiceCategory.targets" />
</Project>