PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Tests/Elasticsearch.Net.Integration.Yaml/Elasticsearch.Net.Integration.Yaml.csproj

https://github.com/cloudreader/elasticsearch-net
MSBuild | 269 lines | 262 code | 0 blank | 7 comment | 0 complexity | 67e95890d68be35aa50e8b3387d4fa96 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{E97EEFA7-BDAB-4417-97C0-14F971044C57}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Elasticsearch.Net.Integration.Yaml</RootNamespace>
  11. <AssemblyName>Elasticsearch.Net.Integration.Yaml</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</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="FluentAssertions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\..\..\dep\FluentAssertions.2.2.0.0\lib\net45\FluentAssertions.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Microsoft.CSharp" />
  38. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\..\dep\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  43. <HintPath>..\..\..\dep\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="ServiceStack.Text">
  46. <HintPath>..\..\..\dep\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="System.Runtime.Serialization" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="System.Xml.Linq" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="..\..\Elasticsearch.Net\Extensions\DateExtensions.cs">
  58. <Link>LinkedExtensions\DateExtensions.cs</Link>
  59. </Compile>
  60. <Compile Include="..\..\Elasticsearch.Net\Extensions\Extensions.cs">
  61. <Link>LinkedExtensions\Extensions.cs</Link>
  62. </Compile>
  63. <Compile Include="..\..\Elasticsearch.Net\Extensions\NameValueCollectionExtensions.cs">
  64. <Link>LinkedExtensions\NameValueCollectionExtensions.cs</Link>
  65. </Compile>
  66. <Compile Include="..\..\Elasticsearch.Net\Extensions\StringExtensions.cs">
  67. <Link>LinkedExtensions\StringExtensions.cs</Link>
  68. </Compile>
  69. <Compile Include="..\..\Elasticsearch.Net\Extensions\TypeExtensions.cs">
  70. <Link>LinkedExtensions\TypeExtensions.cs</Link>
  71. </Compile>
  72. <Compile Include="bulk\10_basic.yaml.cs" />
  73. <Compile Include="bulk\20_list_of_strings.yaml.cs" />
  74. <Compile Include="bulk\30_big_string.yaml.cs" />
  75. <Compile Include="cat.aliases\10_basic.yaml.cs" />
  76. <Compile Include="cat.allocation\10_basic.yaml.cs" />
  77. <Compile Include="cat.count\10_basic.yaml.cs" />
  78. <Compile Include="cat.recovery\10_basic.yaml.cs" />
  79. <Compile Include="cat.shards\10_basic.yaml.cs" />
  80. <Compile Include="cat.thread_pool\10_basic.yaml.cs" />
  81. <Compile Include="cluster.pending_tasks\10_basic.yaml.cs" />
  82. <Compile Include="cluster.put_settings\10_basic.yaml.cs" />
  83. <Compile Include="cluster.reroute\10_basic.yaml.cs" />
  84. <Compile Include="cluster.reroute\11_explain.yaml.cs" />
  85. <Compile Include="cluster.state\10_basic.yaml.cs" />
  86. <Compile Include="cluster.state\20_filtering.yaml.cs" />
  87. <Compile Include="create\10_with_id.yaml.cs" />
  88. <Compile Include="create\15_without_id.yaml.cs" />
  89. <Compile Include="create\30_internal_version.yaml.cs" />
  90. <Compile Include="create\35_external_version.yaml.cs" />
  91. <Compile Include="create\36_external_gte_version.yaml.cs" />
  92. <Compile Include="create\37_force_version.yaml.cs" />
  93. <Compile Include="create\40_routing.yaml.cs" />
  94. <Compile Include="create\50_parent.yaml.cs" />
  95. <Compile Include="create\55_parent_with_routing.yaml.cs" />
  96. <Compile Include="create\60_refresh.yaml.cs" />
  97. <Compile Include="create\70_timestamp.yaml.cs" />
  98. <Compile Include="create\75_ttl.yaml.cs" />
  99. <Compile Include="delete\10_basic.yaml.cs" />
  100. <Compile Include="delete\20_internal_version.yaml.cs" />
  101. <Compile Include="delete\25_external_version.yaml.cs" />
  102. <Compile Include="delete\26_external_gte_version.yaml.cs" />
  103. <Compile Include="delete\27_force_version.yaml.cs" />
  104. <Compile Include="delete\30_routing.yaml.cs" />
  105. <Compile Include="delete\40_parent.yaml.cs" />
  106. <Compile Include="delete\45_parent_with_routing.yaml.cs" />
  107. <Compile Include="delete\50_refresh.yaml.cs" />
  108. <Compile Include="delete\60_missing.yaml.cs" />
  109. <Compile Include="delete_by_query\10_basic.yaml.cs" />
  110. <Compile Include="ExclusivelyUsesAttribute.cs" />
  111. <Compile Include="exists\10_basic.yaml.cs" />
  112. <Compile Include="exists\30_parent.yaml.cs" />
  113. <Compile Include="exists\40_routing.yaml.cs" />
  114. <Compile Include="exists\55_parent_with_routing.yaml.cs" />
  115. <Compile Include="exists\60_realtime_refresh.yaml.cs" />
  116. <Compile Include="exists\70_defaults.yaml.cs" />
  117. <Compile Include="explain\10_basic.yaml.cs" />
  118. <Compile Include="explain\20_source_filtering.yaml.cs" />
  119. <Compile Include="get\10_basic.yaml.cs" />
  120. <Compile Include="get\15_default_values.yaml.cs" />
  121. <Compile Include="get\20_fields.yaml.cs" />
  122. <Compile Include="get\30_parent.yaml.cs" />
  123. <Compile Include="get\40_routing.yaml.cs" />
  124. <Compile Include="get\55_parent_with_routing.yaml.cs" />
  125. <Compile Include="get\60_realtime_refresh.yaml.cs" />
  126. <Compile Include="get\70_source_filtering.yaml.cs" />
  127. <Compile Include="get\80_missing.yaml.cs" />
  128. <Compile Include="get_source\10_basic.yaml.cs" />
  129. <Compile Include="get_source\15_default_values.yaml.cs" />
  130. <Compile Include="get_source\30_parent.yaml.cs" />
  131. <Compile Include="get_source\40_routing.yaml.cs" />
  132. <Compile Include="get_source\55_parent_with_routing.yaml.cs" />
  133. <Compile Include="get_source\60_realtime_refresh.yaml.cs" />
  134. <Compile Include="get_source\70_source_filtering.yaml.cs" />
  135. <Compile Include="get_source\80_missing.yaml.cs" />
  136. <Compile Include="index\10_with_id.yaml.cs" />
  137. <Compile Include="index\15_without_id.yaml.cs" />
  138. <Compile Include="index\20_optype.yaml.cs" />
  139. <Compile Include="index\30_internal_version.yaml.cs" />
  140. <Compile Include="index\35_external_version.yaml.cs" />
  141. <Compile Include="index\36_external_gte_version.yaml.cs" />
  142. <Compile Include="index\37_force_version.yaml.cs" />
  143. <Compile Include="index\40_routing.yaml.cs" />
  144. <Compile Include="index\50_parent.yaml.cs" />
  145. <Compile Include="index\55_parent_with_routing.yaml.cs" />
  146. <Compile Include="index\60_refresh.yaml.cs" />
  147. <Compile Include="index\70_timestamp.yaml.cs" />
  148. <Compile Include="index\75_ttl.yaml.cs" />
  149. <Compile Include="indices.analyze\10_analyze.yaml.cs" />
  150. <Compile Include="indices.clear_cache\10_basic.yaml.cs" />
  151. <Compile Include="indices.create\10_basic.yaml.cs" />
  152. <Compile Include="indices.delete_alias\10_basic.yaml.cs" />
  153. <Compile Include="indices.delete_alias\all_path_options.yaml.cs" />
  154. <Compile Include="indices.delete_mapping\10_basic.yaml.cs" />
  155. <Compile Include="indices.delete_mapping\all_path_options.yaml.cs" />
  156. <Compile Include="indices.delete_warmer\all_path_options.yaml.cs" />
  157. <Compile Include="indices.exists\10_basic.yaml.cs" />
  158. <Compile Include="indices.exists_alias\10_basic.yaml.cs" />
  159. <Compile Include="indices.exists_template\10_basic.yaml.cs" />
  160. <Compile Include="indices.exists_type\10_basic.yaml.cs" />
  161. <Compile Include="indices.get_alias\10_basic.yaml.cs" />
  162. <Compile Include="indices.get_aliases\10_basic.yaml.cs" />
  163. <Compile Include="indices.get_field_mapping\10_basic.yaml.cs" />
  164. <Compile Include="indices.get_field_mapping\20_missing_field.yaml.cs" />
  165. <Compile Include="indices.get_field_mapping\30_missing_type.yaml.cs" />
  166. <Compile Include="indices.get_field_mapping\40_missing_index.yaml.cs" />
  167. <Compile Include="indices.get_field_mapping\50_field_wildcards.yaml.cs" />
  168. <Compile Include="indices.get_mapping\10_basic.yaml.cs" />
  169. <Compile Include="indices.get_mapping\20_missing_type.yaml.cs" />
  170. <Compile Include="indices.get_mapping\30_missing_index.yaml.cs" />
  171. <Compile Include="indices.get_mapping\40_aliases.yaml.cs" />
  172. <Compile Include="indices.get_settings\10_basic.yaml.cs" />
  173. <Compile Include="indices.get_settings\20_aliases.yaml.cs" />
  174. <Compile Include="indices.get_template\10_basic.yaml.cs" />
  175. <Compile Include="indices.get_template\20_get_missing.yaml.cs" />
  176. <Compile Include="indices.get_warmer\10_basic.yaml.cs" />
  177. <Compile Include="indices.open\10_basic.yaml.cs" />
  178. <Compile Include="indices.open\20_multiple_indices.yaml.cs" />
  179. <Compile Include="indices.optimize\10_basic.yaml.cs" />
  180. <Compile Include="indices.put_alias\10_basic.yaml.cs" />
  181. <Compile Include="indices.put_alias\all_path_options.yaml.cs" />
  182. <Compile Include="indices.put_mapping\10_basic.yaml.cs" />
  183. <Compile Include="indices.put_mapping\all_path_options.yaml.cs" />
  184. <Compile Include="indices.put_settings\10_basic.yaml.cs" />
  185. <Compile Include="indices.put_settings\all_path_options.yaml.cs" />
  186. <Compile Include="indices.put_template\10_basic.yaml.cs" />
  187. <Compile Include="indices.put_warmer\10_basic.yaml.cs" />
  188. <Compile Include="indices.put_warmer\20_aliases.yaml.cs" />
  189. <Compile Include="indices.put_warmer\all_path_options.yaml.cs" />
  190. <Compile Include="indices.recovery\10_basic.yaml.cs" />
  191. <Compile Include="indices.segments\10_basic.yaml.cs" />
  192. <Compile Include="indices.snapshot_index\10_basic.yaml.cs" />
  193. <Compile Include="indices.stats\10_basic.yaml.cs" />
  194. <Compile Include="indices.status\10_basic.yaml.cs" />
  195. <Compile Include="indices.update_aliases\10_basic.yaml.cs" />
  196. <Compile Include="indices.update_aliases\20_routing.yaml.cs" />
  197. <Compile Include="indices.validate_query\10_basic.yaml.cs" />
  198. <Compile Include="info\10_info.yaml.cs" />
  199. <Compile Include="info\20_lucene_version.yaml.cs" />
  200. <Compile Include="mget\10_basic.yaml.cs" />
  201. <Compile Include="mget\11_default_index_type.yaml.cs" />
  202. <Compile Include="mget\12_non_existent_index.yaml.cs" />
  203. <Compile Include="mget\13_missing_metadata.yaml.cs" />
  204. <Compile Include="mget\15_ids.yaml.cs" />
  205. <Compile Include="mget\20_fields.yaml.cs" />
  206. <Compile Include="mget\30_parent.yaml.cs" />
  207. <Compile Include="mget\40_routing.yaml.cs" />
  208. <Compile Include="mget\55_parent_with_routing.yaml.cs" />
  209. <Compile Include="mget\60_realtime_refresh.yaml.cs" />
  210. <Compile Include="mget\70_source_filtering.yaml.cs" />
  211. <Compile Include="mlt\10_basic.yaml.cs" />
  212. <Compile Include="mpercolate\10_basic.yaml.cs" />
  213. <Compile Include="msearch\10_basic.yaml.cs" />
  214. <Compile Include="mtermvectors\10_basic.yaml.cs" />
  215. <Compile Include="nodes.info\10_basic.yaml.cs" />
  216. <Compile Include="nodes.stats\10_basic.yaml.cs" />
  217. <Compile Include="percolate\15_new.yaml.cs" />
  218. <Compile Include="percolate\16_existing_doc.yaml.cs" />
  219. <Compile Include="percolate\17_empty.yaml.cs" />
  220. <Compile Include="percolate\18_highligh_with_query.yaml.cs" />
  221. <Compile Include="ping\10_ping.yaml.cs" />
  222. <Compile Include="Properties\AssemblyInfo.cs" />
  223. <Compile Include="scroll\10_basic.yaml.cs" />
  224. <Compile Include="search\10_source_filtering.yaml.cs" />
  225. <Compile Include="search\20_default_values.yaml.cs" />
  226. <Compile Include="snapshot.get_repository\10_basic.yaml.cs" />
  227. <Compile Include="suggest\10_basic.yaml.cs" />
  228. <Compile Include="termvector\10_basic.yaml.cs" />
  229. <Compile Include="update\10_doc.yaml.cs" />
  230. <Compile Include="update\15_script.yaml.cs" />
  231. <Compile Include="update\20_doc_upsert.yaml.cs" />
  232. <Compile Include="update\22_doc_as_upsert.yaml.cs" />
  233. <Compile Include="update\25_script_upsert.yaml.cs" />
  234. <Compile Include="update\30_internal_version.yaml.cs" />
  235. <Compile Include="update\35_external_version.yaml.cs" />
  236. <Compile Include="update\40_routing.yaml.cs" />
  237. <Compile Include="update\50_parent.yaml.cs" />
  238. <Compile Include="update\55_parent_with_routing.yaml.cs" />
  239. <Compile Include="update\60_refresh.yaml.cs" />
  240. <Compile Include="update\70_timestamp.yaml.cs" />
  241. <Compile Include="update\75_ttl.yaml.cs" />
  242. <Compile Include="update\80_fields.yaml.cs" />
  243. <Compile Include="update\85_fields_meta.yaml.cs" />
  244. <Compile Include="update\90_missing.yaml.cs" />
  245. <Compile Include="YamlTestsBase.cs" />
  246. </ItemGroup>
  247. <ItemGroup>
  248. <None Include="packages.config" />
  249. <None Include="Readme.md" />
  250. </ItemGroup>
  251. <ItemGroup>
  252. <ProjectReference Include="..\..\Elasticsearch.Net\Elasticsearch.Net.csproj">
  253. <Project>{e97ccf40-0ba6-43fe-9f2d-58d454134088}</Project>
  254. <Name>Elasticsearch.Net</Name>
  255. </ProjectReference>
  256. <ProjectReference Include="..\..\Serialization\Elasticsearch.Net.JsonNET\Elasticsearch.Net.JsonNet.csproj">
  257. <Project>{dd71352d-0eb2-4a02-8ac4-82a17e2a71a8}</Project>
  258. <Name>Elasticsearch.Net.JsonNet</Name>
  259. </ProjectReference>
  260. </ItemGroup>
  261. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  262. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  263. Other similar extension points exist, see Microsoft.Common.targets.
  264. <Target Name="BeforeBuild">
  265. </Target>
  266. <Target Name="AfterBuild">
  267. </Target>
  268. -->
  269. </Project>