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 >{CA0348AE-31E3-4F09-99FF-5FA631BE83CD}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >FetchXMLHelperAPI</RootNamespace >
11+ <AssemblyName >FetchXMLHelperAPI</AssemblyName >
12+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <Deterministic >true</Deterministic >
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+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <PropertyGroup >
34+ <SignAssembly >true</SignAssembly >
35+ </PropertyGroup >
36+ <PropertyGroup >
37+ <AssemblyOriginatorKeyFile >fellowmind_snk.snk</AssemblyOriginatorKeyFile >
38+ </PropertyGroup >
39+ <ItemGroup >
40+ <Reference Include =" Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
41+ <HintPath >..\..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" Microsoft.Crm.Sdk.Proxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
44+ <HintPath >..\..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.2.59\lib\net462\Microsoft.Crm.Sdk.Proxy.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
47+ <HintPath >..\..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.2.59\lib\net462\Microsoft.Xrm.Sdk.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
50+ <HintPath >..\..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
54+ <HintPath >..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" System.Core" />
57+ <Reference Include =" System.DirectoryServices" />
58+ <Reference Include =" System.DirectoryServices.AccountManagement" />
59+ <Reference Include =" System.IdentityModel" />
60+ <Reference Include =" System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
61+ <HintPath >..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" System.Numerics" />
64+ <Reference Include =" System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
65+ <HintPath >..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
68+ <HintPath >..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
69+ </Reference >
70+ <Reference Include =" System.Runtime.Serialization" />
71+ <Reference Include =" System.Security" />
72+ <Reference Include =" System.ServiceModel" />
73+ <Reference Include =" System.ServiceModel.Http, Version=4.10.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
74+ <HintPath >..\..\packages\System.ServiceModel.Http.4.10.3\lib\net461\System.ServiceModel.Http.dll</HintPath >
75+ </Reference >
76+ <Reference Include =" System.ServiceModel.Primitives, Version=4.10.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
77+ <HintPath >..\..\packages\System.ServiceModel.Primitives.4.10.3\lib\net461\System.ServiceModel.Primitives.dll</HintPath >
78+ </Reference >
79+ <Reference Include =" System.ServiceModel.Web" />
80+ <Reference Include =" System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
81+ <HintPath >..\..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath >
82+ </Reference >
83+ <Reference Include =" System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
84+ <HintPath >..\..\packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath >
85+ </Reference >
86+ <Reference Include =" System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
87+ <HintPath >..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath >
88+ </Reference >
89+ <Reference Include =" System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
90+ <HintPath >..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath >
91+ </Reference >
92+ <Reference Include =" System.Web" />
93+ <Reference Include =" System.Xml.Linq" />
94+ <Reference Include =" System.Data.DataSetExtensions" />
95+ <Reference Include =" Microsoft.CSharp" />
96+ <Reference Include =" System.Data" />
97+ <Reference Include =" System.Net.Http" />
98+ <Reference Include =" System.Xml" />
99+ </ItemGroup >
100+ <ItemGroup >
101+ <Compile Include =" FetchXMLHelper.cs" />
102+ <Compile Include =" Properties\AssemblyInfo.cs" />
103+ </ItemGroup >
104+ <ItemGroup >
105+ <None Include =" app.config" />
106+ <None Include =" fellowmind_snk.snk" />
107+ <None Include =" packages.config" />
108+ </ItemGroup >
109+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110+ </Project >
0 commit comments