PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 1ms

/src/Tests/Nest.Tests.Integration/Nest.Tests.Integration.csproj

https://github.com/cloudreader/elasticsearch-net
MSBuild | 260 lines | 260 code | 0 blank | 0 comment | 0 complexity | d328e603c84e05da0d44ec541d67f034 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{9E38CD2C-EEFD-4C82-B0CD-D0608C27D64F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Nest.Tests.Integration</RootNamespace>
  12. <AssemblyName>Nest.Tests.Integration</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>True</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>False</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>True</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - Generator|AnyCPU'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\Debug - Generator\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. <Prefer32Bit>false</Prefer32Bit>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="AutoPoco">
  50. <HintPath>..\..\..\dep\AutoPoco.1.0.0.0\lib\AutoPoco.dll</HintPath>
  51. </Reference>
  52. <Reference Include="FluentAssertions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\..\dep\FluentAssertions.2.2.0.0\lib\net45\FluentAssertions.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\..\dep\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  61. <HintPath>..\..\..\dep\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Runtime.Serialization" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Xml" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="..\..\Elasticsearch.Net\Extensions\DateExtensions.cs">
  74. <Link>LinkedExtensions\DateExtensions.cs</Link>
  75. </Compile>
  76. <Compile Include="..\..\Elasticsearch.Net\Extensions\Extensions.cs">
  77. <Link>LinkedExtensions\Extensions.cs</Link>
  78. </Compile>
  79. <Compile Include="..\..\Elasticsearch.Net\Extensions\NameValueCollectionExtensions.cs">
  80. <Link>LinkedExtensions\NameValueCollectionExtensions.cs</Link>
  81. </Compile>
  82. <Compile Include="..\..\Elasticsearch.Net\Extensions\StringExtensions.cs">
  83. <Link>LinkedExtensions\StringExtensions.cs</Link>
  84. </Compile>
  85. <Compile Include="..\..\Elasticsearch.Net\Extensions\TypeExtensions.cs">
  86. <Link>LinkedExtensions\TypeExtensions.cs</Link>
  87. </Compile>
  88. <Compile Include="Aggregations\NestedBucketAggregationTests.cs" />
  89. <Compile Include="Aggregations\BucketAggregationTests.cs" />
  90. <Compile Include="Aggregations\SingleBucketAggregationTests.cs" />
  91. <Compile Include="Aggregations\StatsAggregationTests.cs" />
  92. <Compile Include="Aggregations\MetricAggregationTests.cs" />
  93. <Compile Include="Aggregations\TermsAggregationTests.cs" />
  94. <Compile Include="Aggregations\ParseResponseItemsTests.cs" />
  95. <Compile Include="Connection\Failover\SniffTests.cs" />
  96. <Compile Include="Connection\Thrift\ThiftBugReportTests.cs" />
  97. <Compile Include="Core\Bulk\BulkTests.cs" />
  98. <Compile Include="Core\Bulk\BulkUpdateTests.cs" />
  99. <Compile Include="Core\Repository\RestoreTests.cs" />
  100. <Compile Include="Core\Repository\CreateRepositoryTests.cs" />
  101. <Compile Include="Core\ClearScroll\ClearScrollTests.cs" />
  102. <Compile Include="Core\Exists\DocumentExistsTests.cs" />
  103. <Compile Include="Core\Suggest\SuggestTests.cs" />
  104. <Compile Include="Core\MultiSearch\MultiSearchTests.cs" />
  105. <Compile Include="Core\TermVectors\MultiTermVectorsTests.cs" />
  106. <Compile Include="Core\TermVectors\TermVectorTests.cs" />
  107. <Compile Include="DebugTests\MemoryUsageTests.cs" />
  108. <Compile Include="ElasticsearchConfiguration.cs" />
  109. <Compile Include="Core\IndexTests.cs" />
  110. <Compile Include="Help\AliasTests.cs" />
  111. <Compile Include="Index\ReindexTests.cs" />
  112. <Compile Include="Index\IndexUsingUrlIdTests.cs" />
  113. <Compile Include="Indices\Analysis\Analyzers\AnalyzerTest.cs" />
  114. <Compile Include="Indices\Analysis\Analyzers\AnalyzerTestResult.cs" />
  115. <Compile Include="Indices\Analysis\Analyzers\AnalyzerTests.cs" />
  116. <Compile Include="Cluster\StateTests.cs" />
  117. <Compile Include="Indices\StatusTests.cs" />
  118. <Compile Include="IntegrationTests.cs" />
  119. <Compile Include="Cluster\HealthTests.cs" />
  120. <Compile Include="Cluster\NodeTests.cs" />
  121. <Compile Include="ConnectionTests.cs" />
  122. <Compile Include="IntegrationSetup.cs" />
  123. <Compile Include="Core\Get\GetFullTests.cs" />
  124. <Compile Include="Core\Get\GetMultiTests.cs" />
  125. <Compile Include="Core\Map\AnalyzerField\AnalyzerFieldTests.cs" />
  126. <Compile Include="Core\Map\BoostField\BoostFieldTests.cs" />
  127. <Compile Include="Core\Map\DynamicTemplates\DynamicTemplatesTests.cs" />
  128. <Compile Include="Core\Map\BaseMappingTests.cs" />
  129. <Compile Include="Core\Map\IdField\IdFieldTests.cs" />
  130. <Compile Include="Core\Map\MetaField\MetaFieldTests.cs" />
  131. <Compile Include="Core\Map\Properties\PropertiesTests.cs" />
  132. <Compile Include="Core\Map\RootProperties\MapRootObjectPropertiesTests.cs" />
  133. <Compile Include="Core\Map\RoutingField\RoutingFieldTests.cs" />
  134. <Compile Include="Core\Map\SourceField\SourceFieldTests.cs" />
  135. <Compile Include="Core\Map\TimestampField\TimestampFieldTests.cs" />
  136. <Compile Include="Core\Map\TtlField\TtlFieldTests.cs" />
  137. <Compile Include="Core\Map\TypeField\TypeFieldTests.cs" />
  138. <Compile Include="Core\MoreLikeThis\MltSearchBodyTests.cs" />
  139. <Compile Include="Core\ValidateTests.cs" />
  140. <Compile Include="Core\Get\GetTests.cs" />
  141. <Compile Include="Index\GetIdFromElasticsearchTests.cs" />
  142. <Compile Include="Index\IndexDefaultValueTests.cs" />
  143. <Compile Include="Indices\ClearCacheTests.cs" />
  144. <Compile Include="Indices\SegmentsTests.cs" />
  145. <Compile Include="Indices\ExistsTests.cs" />
  146. <Compile Include="Indices\StatsTests.cs" />
  147. <Compile Include="Core\AsyncTests.cs" />
  148. <Compile Include="Integration\Filter\AndOrNotFilterTests.cs" />
  149. <Compile Include="Integration\Filter\ScriptFilterTests.cs" />
  150. <Compile Include="Integration\Filter\MissingExistsFilterTests.cs" />
  151. <Compile Include="Integration\Filter\PrefixFilterTests.cs" />
  152. <Compile Include="Integration\Filter\RangeFilterTests.cs" />
  153. <Compile Include="Integration\Query\BoolQueryResults.cs" />
  154. <Compile Include="Integration\Query\TermToString.cs" />
  155. <Compile Include="Core\UpdateTests.cs" />
  156. <Compile Include="Integration\Filter\BoolFilterTests.cs" />
  157. <Compile Include="Integration\HighlightTests.cs" />
  158. <Compile Include="Integration\Query\TermQueryDynamic.cs" />
  159. <Compile Include="RawCalls\HasUsefultServerExceptionTests.cs" />
  160. <Compile Include="RawCalls\DynamicNullTests.cs" />
  161. <Compile Include="Mapping\NotAnalyzedTest.cs" />
  162. <Compile Include="RawCalls\ReturnTypesTest.cs" />
  163. <Compile Include="Reproduce\Reproduce643Tests.cs" />
  164. <Compile Include="Reproduce\Reproduce628Tests.cs" />
  165. <Compile Include="Reproduce\Reproduce487Tests.cs" />
  166. <Compile Include="Reproduce\Reproduce437Tests.cs" />
  167. <Compile Include="Reproduce\Reproduce450Tests.cs" />
  168. <Compile Include="Reproduce\Reproduce389Tests.cs" />
  169. <Compile Include="Reproduce\Reproduce346Tests.cs" />
  170. <Compile Include="Reproduce\Reproduce325Tests.cs" />
  171. <Compile Include="Reproduce\Reproduce308Tests.cs" />
  172. <Compile Include="Reproduce\Reproduce319Tests.cs" />
  173. <Compile Include="Reproduce\Reproduce211Tests.cs" />
  174. <Compile Include="Reproduce\Reproduce654Tests.cs" />
  175. <Compile Include="Reproduce\Reproduce659Tests.cs" />
  176. <Compile Include="Reproduce\ReproduceConnectionStallsTests.cs" />
  177. <Compile Include="Search\FieldTests\FieldsTest.cs" />
  178. <Compile Include="Search\NamedFilter\NamedFilterTests.cs" />
  179. <Compile Include="Search\PercolateTests.cs" />
  180. <Compile Include="Search\CountTests.cs" />
  181. <Compile Include="Facet\GeoDistanceFacetResponseTests.cs" />
  182. <Compile Include="Facet\TermFacetResponseTests.cs" />
  183. <Compile Include="Facet\TermStatsFacetResponseTests.cs" />
  184. <Compile Include="Facet\StatisticalFacetResponseTests.cs" />
  185. <Compile Include="Facet\HistogramFacetResponseTests.cs" />
  186. <Compile Include="Facet\RangeFacetResponseTests.cs" />
  187. <Compile Include="Facet\BaseFacetTestFixture.cs">
  188. <SubType>Code</SubType>
  189. </Compile>
  190. <Compile Include="Core\DeleteTests.cs" />
  191. <Compile Include="Indices\IndicesTests.cs" />
  192. <Compile Include="Indices\AliasTests.cs" />
  193. <Compile Include="Indices\AnalyzeTests.cs" />
  194. <Compile Include="Indices\OptimizeTests.cs" />
  195. <Compile Include="Indices\FlushTests.cs" />
  196. <Compile Include="Indices\GatewaySnapshotTests.cs" />
  197. <Compile Include="Indices\OpenCloseTests.cs" />
  198. <Compile Include="Indices\RefreshTests.cs" />
  199. <Compile Include="Mapping\MapTests.cs" />
  200. <Compile Include="Properties\AssemblyInfo.cs" />
  201. <Compile Include="Search\QueryDSLTests.cs" />
  202. <Compile Include="Search\QueryResponseMapperTests.cs" />
  203. <Compile Include="Search\ScriptFields\ScriptFieldsTest.cs" />
  204. <Compile Include="Search\Scroll\ScrollTests.cs" />
  205. <Compile Include="Search\SearchType\SearchTypeScanTests.cs" />
  206. <Compile Include="Search\SearchType\SearchTypeCountTests.cs" />
  207. <Compile Include="Search\SearchType\SearchTypeTests.cs" />
  208. <Compile Include="Search\SubClassSupport\SubClassSupportTests.cs" />
  209. <Compile Include="Search\VersionTests.cs" />
  210. <Compile Include="Search\ExplainTests.cs" />
  211. <Compile Include="Template\TemplateTests.cs" />
  212. <Compile Include="Test.Designer.cs">
  213. <AutoGen>True</AutoGen>
  214. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  215. <DependentUpon>Test.settings</DependentUpon>
  216. </Compile>
  217. <Compile Include="Warmers\IndicesWarmersTests.cs" />
  218. <Compile Include="Warmers\WarmersTests.cs" />
  219. </ItemGroup>
  220. <ItemGroup>
  221. <ProjectReference Include="..\..\Elasticsearch.Net\Elasticsearch.Net.csproj">
  222. <Project>{e97ccf40-0ba6-43fe-9f2d-58d454134088}</Project>
  223. <Name>Elasticsearch.Net</Name>
  224. </ProjectReference>
  225. <ProjectReference Include="..\..\Connections\Elasticsearch.Net.Connection.Thrift\Elasticsearch.Net.Connection.Thrift.csproj">
  226. <Project>{704EF910-C4E7-413E-B21F-296EFE732FCF}</Project>
  227. <Name>Elasticsearch.Net.Connection.Thrift</Name>
  228. </ProjectReference>
  229. <ProjectReference Include="..\..\Nest\Nest.csproj">
  230. <Project>{072BA7DA-7B60-407D-8B6E-95E3186BE70C}</Project>
  231. <Name>Nest</Name>
  232. </ProjectReference>
  233. <ProjectReference Include="..\Nest.Tests.MockData\Nest.Tests.MockData.csproj">
  234. <Project>{27143A05-5655-447C-ADAF-405E1CF43741}</Project>
  235. <Name>Nest.Tests.MockData</Name>
  236. </ProjectReference>
  237. </ItemGroup>
  238. <ItemGroup>
  239. <None Include="app.config">
  240. <SubType>Designer</SubType>
  241. </None>
  242. <None Include="packages.config" />
  243. <None Include="Test.settings">
  244. <Generator>SettingsSingleFileGenerator</Generator>
  245. <LastGenOutput>Test.Designer.cs</LastGenOutput>
  246. </None>
  247. </ItemGroup>
  248. <ItemGroup>
  249. <Folder Include="LowLevel\" />
  250. </ItemGroup>
  251. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  252. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  253. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  254. Other similar extension points exist, see Microsoft.Common.targets.
  255. <Target Name="BeforeBuild">
  256. </Target>
  257. <Target Name="AfterBuild">
  258. </Target>
  259. -->
  260. </Project>