1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{AFEC183D-C12A-4DFC-8DA9-A4895CF5D020}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Tester.ZooKeeperUtils</RootNamespace >
11+ <AssemblyName >Tester.ZooKeeperUtils</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" System" />
34+ <Reference Include =" System.Core" />
35+ <Reference Include =" System.Xml.Linq" />
36+ <Reference Include =" System.Data.DataSetExtensions" />
37+ <Reference Include =" Microsoft.CSharp" />
38+ <Reference Include =" System.Data" />
39+ <Reference Include =" System.Net.Http" />
40+ <Reference Include =" System.Xml" />
41+ </ItemGroup >
42+ <ItemGroup >
43+ <Compile Include =" LivenessTests.cs" />
44+ <Compile Include =" Properties\AssemblyInfo.cs" />
45+ <Compile Include =" ZookeeperMembershipTableTests.cs" />
46+ </ItemGroup >
47+ <ItemGroup >
48+ <ProjectReference Include =" ..\..\src\OrleansProviders\OrleansProviders.csproj" >
49+ <Project >{0054db14-2a92-4cc0-959e-a2c51f5e65d4}</Project >
50+ <Name >OrleansProviders</Name >
51+ </ProjectReference >
52+ <ProjectReference Include =" ..\..\src\OrleansRuntime\OrleansRuntime.csproj" >
53+ <Project >{6ff2004c-cdf8-479c-bf27-c6bfe8ef93e0}</Project >
54+ <Name >OrleansRuntime</Name >
55+ </ProjectReference >
56+ <ProjectReference Include =" ..\..\src\OrleansTestingHost\OrleansTestingHost.csproj" >
57+ <Project >{40ee3b00-d381-485f-9c69-ff706837deed}</Project >
58+ <Name >OrleansTestingHost</Name >
59+ </ProjectReference >
60+ <ProjectReference Include =" ..\..\src\OrleansZooKeeperUtils\OrleansZooKeeperUtils.csproj" >
61+ <Project >{45918dd2-53d9-4b27-bc6b-17c197dbc645}</Project >
62+ <Name >OrleansZooKeeperUtils</Name >
63+ </ProjectReference >
64+ <ProjectReference Include =" ..\..\src\Orleans\Orleans.csproj" >
65+ <Project >{bc1bd60c-e7d8-4452-a21c-290aec8e2e74}</Project >
66+ <Name >Orleans</Name >
67+ </ProjectReference >
68+ <ProjectReference Include =" ..\TesterInternal\TesterInternal.csproj" >
69+ <Project >{09610024-f5b9-4065-9557-bd9e36a32421}</Project >
70+ <Name >TesterInternal</Name >
71+ </ProjectReference >
72+ <ProjectReference Include =" ..\Tester\Tester.csproj" >
73+ <Project >{a9c8ffec-4947-4f04-ba73-1f17b329a55d}</Project >
74+ <Name >Tester</Name >
75+ </ProjectReference >
76+ <ProjectReference Include =" ..\TestExtensions\TestExtensions.csproj" >
77+ <Project >{8fd242b4-eda9-42cd-ba39-e410b98add26}</Project >
78+ <Name >TestExtensions</Name >
79+ </ProjectReference >
80+ </ItemGroup >
81+ <ItemGroup >
82+ <None Include =" App.config" />
83+ <None Include =" project.json" />
84+ </ItemGroup >
85+ <ItemGroup >
86+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
87+ </ItemGroup >
88+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89+ </Project >
0 commit comments