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 >{DD71352D-0EB2-4A02-8AC4-82A17E2A71A8}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Elasticsearch.Net.JsonNet</RootNamespace >
11+ <AssemblyName >Elasticsearch.Net.JsonNet</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ <DocumentationFile >bin\Debug\Elasticsearch.Net.JsonNet.XML</DocumentationFile >
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+ <NoWarn >1591,1572,1571,1573,1587,1570</NoWarn >
34+ <DocumentationFile >bin\Release\Elasticsearch.Net.JsonNet.XML</DocumentationFile >
35+ </PropertyGroup >
36+ <PropertyGroup >
37+ <SignAssembly >true</SignAssembly >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <AssemblyOriginatorKeyFile >..\..\..\build\keys\keypair.snk</AssemblyOriginatorKeyFile >
41+ </PropertyGroup >
42+ <ItemGroup >
43+ <Reference Include =" System" />
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Xml.Linq" />
46+ <Reference Include =" System.Data.DataSetExtensions" />
47+ <Reference Include =" Microsoft.CSharp" />
48+ <Reference Include =" System.Data" />
49+ <Reference Include =" System.Xml" />
50+ </ItemGroup >
51+ <ItemGroup >
52+ <Compile Include =" ElasticsearchJsonNetSerializer.cs" />
53+ <Compile Include =" Properties\AssemblyInfo.cs" />
54+ </ItemGroup >
55+ <ItemGroup >
56+ <ProjectReference Include =" ..\..\Elasticsearch.Net\Elasticsearch.Net.csproj" >
57+ <Project >{e97ccf40-0ba6-43fe-9f2d-58d454134088}</Project >
58+ <Name >Elasticsearch.Net</Name >
59+ </ProjectReference >
60+ </ItemGroup >
61+ <ItemGroup >
62+ <None Include =" paket.references" >
63+ <SubType >Designer</SubType >
64+ </None >
65+ </ItemGroup >
66+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
67+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68+ Other similar extension points exist, see Microsoft.Common.targets.
69+ <Target Name="BeforeBuild">
70+ </Target>
71+ <Target Name="AfterBuild">
72+ </Target>
73+ -->
74+ <Import Project =" ..\..\..\.paket\paket.targets" />
75+ <Choose >
76+ <When Condition =" $(TargetFrameworkIdentifier) == '.NETCore'" >
77+ <ItemGroup >
78+ <Reference Include =" Newtonsoft.Json" >
79+ <HintPath >..\..\..\packages\Newtonsoft.Json\lib\netcore45\Newtonsoft.Json.dll</HintPath >
80+ <Private >True</Private >
81+ <Paket >True</Paket >
82+ </Reference >
83+ </ItemGroup >
84+ </When >
85+ <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v3.5'" >
86+ <ItemGroup >
87+ <Reference Include =" Newtonsoft.Json" >
88+ <HintPath >..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll</HintPath >
89+ <Private >True</Private >
90+ <Paket >True</Paket >
91+ </Reference >
92+ </ItemGroup >
93+ </When >
94+ <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v2.0' Or $(TargetFrameworkVersion) == 'v3.0')" >
95+ <ItemGroup >
96+ <Reference Include =" Newtonsoft.Json" >
97+ <HintPath >..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll</HintPath >
98+ <Private >True</Private >
99+ <Paket >True</Paket >
100+ </Reference >
101+ </ItemGroup >
102+ </When >
103+ <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0')" >
104+ <ItemGroup >
105+ <Reference Include =" Newtonsoft.Json" >
106+ <HintPath >..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll</HintPath >
107+ <Private >True</Private >
108+ <Paket >True</Paket >
109+ </Reference >
110+ </ItemGroup >
111+ </When >
112+ <When Condition =" ($(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3')) Or ($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch')" >
113+ <ItemGroup >
114+ <Reference Include =" Newtonsoft.Json" >
115+ <HintPath >..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath >
116+ <Private >True</Private >
117+ <Paket >True</Paket >
118+ </Reference >
119+ </ItemGroup >
120+ </When >
121+ <When Condition =" ($(TargetFrameworkIdentifier) == 'Silverlight' And $(TargetFrameworkVersion) == 'v5.0') Or ($(TargetFrameworkProfile) == 'Profile5') Or ($(TargetFrameworkProfile) == 'Profile6') Or ($(TargetFrameworkProfile) == 'Profile14') Or ($(TargetFrameworkProfile) == 'Profile19') Or ($(TargetFrameworkProfile) == 'Profile24') Or ($(TargetFrameworkProfile) == 'Profile37') Or ($(TargetFrameworkProfile) == 'Profile42') Or ($(TargetFrameworkProfile) == 'Profile47') Or ($(TargetFrameworkProfile) == 'Profile147') Or ($(TargetFrameworkProfile) == 'Profile158')" >
122+ <ItemGroup >
123+ <Reference Include =" Newtonsoft.Json" >
124+ <HintPath >..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+monotouch+monoandroid\Newtonsoft.Json.dll</HintPath >
125+ <Private >True</Private >
126+ <Paket >True</Paket >
127+ </Reference >
128+ </ItemGroup >
129+ </When >
130+ <When Condition =" ($(TargetFrameworkIdentifier) == 'WindowsPhone' And ($(TargetFrameworkVersion) == 'v8.0' Or $(TargetFrameworkVersion) == 'v8.1')) Or ($(TargetFrameworkProfile) == 'Profile7') Or ($(TargetFrameworkProfile) == 'Profile31') Or ($(TargetFrameworkProfile) == 'Profile44') Or ($(TargetFrameworkProfile) == 'Profile49') Or ($(TargetFrameworkProfile) == 'Profile78')" >
131+ <ItemGroup >
132+ <Reference Include =" Newtonsoft.Json" >
133+ <HintPath >..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8\Newtonsoft.Json.dll</HintPath >
134+ <Private >True</Private >
135+ <Paket >True</Paket >
136+ </Reference >
137+ </ItemGroup >
138+ </When >
139+ </Choose >
140+ </Project >
0 commit comments