1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" 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 >{91C55091-A946-49B5-9517-8794EBCC5784}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >ServiceStack.Redis.Tests.Sentinel</RootNamespace >
11+ <AssemblyName >ServiceStack.Redis.Tests.Sentinel</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\src\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
36+ <HintPath >..\..\src\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
37+ <Private >True</Private >
38+ </Reference >
39+ <Reference Include =" ServiceStack.Client" >
40+ <HintPath >..\..\lib\ServiceStack.Client.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" ServiceStack.Common" >
43+ <HintPath >..\..\lib\ServiceStack.Common.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" ServiceStack.Interfaces" >
46+ <HintPath >..\..\lib\ServiceStack.Interfaces.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" ServiceStack.Text" >
49+ <HintPath >..\..\lib\ServiceStack.Text.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" System" />
52+ <Reference Include =" System.Core" />
53+ <Reference Include =" System.Xml.Linq" />
54+ <Reference Include =" System.Data.DataSetExtensions" />
55+ <Reference Include =" Microsoft.CSharp" />
56+ <Reference Include =" System.Data" />
57+ <Reference Include =" System.Xml" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Compile Include =" Properties\AssemblyInfo.cs" />
61+ <Compile Include =" Redis3SentinelSetupTests.cs" />
62+ <Compile Include =" RedisResolverTests.cs" />
63+ <Compile Include =" RedisSentinelTestBase.cs" />
64+ <Compile Include =" RedisSentinelTests.cs" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <None Include =" packages.config" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <ProjectReference Include =" ..\..\src\ServiceStack.Redis\ServiceStack.Redis.csproj" >
71+ <Project >{af99f19b-4c04-4f58-81ef-b092f1fcc540}</Project >
72+ <Name >ServiceStack.Redis</Name >
73+ </ProjectReference >
74+ </ItemGroup >
75+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
77+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
78+ <PropertyGroup >
79+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
80+ </PropertyGroup >
81+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
82+ </Target >
83+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84+ Other similar extension points exist, see Microsoft.Common.targets.
85+ <Target Name="BeforeBuild">
86+ </Target>
87+ <Target Name="AfterBuild">
88+ </Target>
89+ -->
90+ </Project >
0 commit comments