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 >{ACE063FF-0C99-41F7-92CA-745731571BB9}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >TableStorage.Abstractions.TableEntityConverters.DotNet</RootNamespace >
11+ <AssemblyName >TableStorage.Abstractions.TableEntityConverters.DotNet</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.2</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 =" Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
34+ <HintPath >..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath >
35+ </Reference >
36+ <Reference Include =" Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
37+ <HintPath >..\packages\Microsoft.Data.Edm.5.8.2\lib\net40\Microsoft.Data.Edm.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" Microsoft.Data.OData, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Microsoft.Data.OData.5.8.2\lib\net40\Microsoft.Data.OData.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Microsoft.Data.Services.Client, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
43+ <HintPath >..\packages\Microsoft.Data.Services.Client.5.8.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Microsoft.WindowsAzure.Storage, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46+ <HintPath >..\packages\WindowsAzure.Storage.8.3.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
49+ <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
50+ <Private >True</Private >
51+ </Reference >
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Core" />
54+ <Reference Include =" System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55+ <HintPath >..\packages\System.Spatial.5.8.2\lib\net40\System.Spatial.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" System.Xml.Linq" />
58+ <Reference Include =" System.Data.DataSetExtensions" />
59+ <Reference Include =" Microsoft.CSharp" />
60+ <Reference Include =" System.Data" />
61+ <Reference Include =" System.Net.Http" />
62+ <Reference Include =" System.Xml" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" ..\TableStorage.Abstractions.TableEntityConverters\EntityConvert.cs" >
66+ <Link >EntityConvert.cs</Link >
67+ </Compile >
68+ <Compile Include =" Properties\AssemblyInfo.cs" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <None Include =" packages.config" />
72+ </ItemGroup >
73+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74+ </Project >
0 commit comments