|
19 | 19 | <IISExpressAnonymousAuthentication /> |
20 | 20 | <IISExpressWindowsAuthentication /> |
21 | 21 | <IISExpressUseClassicPipelineMode /> |
| 22 | + <UseGlobalApplicationHostFile /> |
22 | 23 | </PropertyGroup> |
23 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
24 | 25 | <DebugSymbols>true</DebugSymbols> |
|
46 | 47 | <HintPath>..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
47 | 48 | </Reference> |
48 | 49 | <Reference Include="Microsoft.CSharp" /> |
49 | | - <Reference Include="Microsoft.OData.Core, Version=6.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
50 | | - <SpecificVersion>False</SpecificVersion> |
51 | | - <HintPath>..\..\packages\Microsoft.OData.Core.6.12.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.OData.Core.dll</HintPath> |
| 50 | + <Reference Include="Microsoft.OData.Core, Version=6.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 51 | + <HintPath>..\..\packages\Microsoft.OData.Core.6.13.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.OData.Core.dll</HintPath> |
| 52 | + <Private>True</Private> |
52 | 53 | </Reference> |
53 | | - <Reference Include="Microsoft.OData.Edm, Version=6.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
54 | | - <SpecificVersion>False</SpecificVersion> |
55 | | - <HintPath>..\..\packages\Microsoft.OData.Edm.6.12.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.OData.Edm.dll</HintPath> |
| 54 | + <Reference Include="Microsoft.OData.Edm, Version=6.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\..\packages\Microsoft.OData.Edm.6.13.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.OData.Edm.dll</HintPath> |
| 56 | + <Private>True</Private> |
56 | 57 | </Reference> |
57 | | - <Reference Include="Microsoft.Spatial, Version=6.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
58 | | - <SpecificVersion>False</SpecificVersion> |
59 | | - <HintPath>..\..\packages\Microsoft.Spatial.6.12.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.Spatial.dll</HintPath> |
| 58 | + <Reference Include="Microsoft.Spatial, Version=6.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\..\packages\Microsoft.Spatial.6.13.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.Spatial.dll</HintPath> |
| 60 | + <Private>True</Private> |
60 | 61 | </Reference> |
61 | 62 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
62 | 63 | <SpecificVersion>False</SpecificVersion> |
|
74 | 75 | <Reference Include="System.Core" /> |
75 | 76 | <Reference Include="System.Data.DataSetExtensions" /> |
76 | 77 | <Reference Include="System.Web.Extensions" /> |
77 | | - <Reference Include="System.Web.OData"> |
78 | | - <HintPath>..\..\packages\Microsoft.AspNet.OData.5.6.0\lib\net45\System.Web.OData.dll</HintPath> |
| 78 | + <Reference Include="System.Web.OData, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 79 | + <HintPath>..\..\packages\Microsoft.AspNet.OData.5.7.0-beta\lib\net45\System.Web.OData.dll</HintPath> |
| 80 | + <Private>True</Private> |
79 | 81 | </Reference> |
80 | 82 | <Reference Include="System.Xml.Linq" /> |
81 | 83 | <Reference Include="System.Drawing" /> |
|
0 commit comments