@@ -38,19 +38,26 @@
<WarningLevel >4</WarningLevel >
</PropertyGroup >
<ItemGroup >
<Reference Include =" Microsoft.CSharp " / >
< Reference Include = " Microsoft.Azure.AppService.ApiApps.Service" >
<HintPath >..\packages\Microsoft.Azure.AppService.ApiApps.Service.0.9.16\lib\net45\Microsoft.Azure.AppService.ApiApps.Service.dll</ HintPath >
<Reference Include =" Microsoft.Azure.AppService.ApiApps.Service, Version=0.9.64.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL " >
< HintPath >..\packages\ Microsoft.Azure.AppService.ApiApps.Service.0.9.64\lib\net45\Microsoft.Azure.AppService.ApiApps.Service.dll</ HintPath >
<Private >True</ Private >
</Reference >
<Reference Include =" Microsoft.CSharp" />
<Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private >True</Private >
<HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
</Reference >
<Reference Include =" Swashbuckle.Core" >
<HintPath >..\packages\Swashbuckle.Core.5.0.0\lib\net40\Swashbuckle.Core.dll</HintPath >
<Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
<Private >True</Private >
</Reference >
<Reference Include =" Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL" >
<HintPath >..\packages\Swashbuckle.Core.5.2.2\lib\net40\Swashbuckle.Core.dll</HintPath >
<Private >True</Private >
</Reference >
<Reference Include =" System.IdentityModel.Tokens.Jwt" >
<HintPath >..\packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath >
<Reference Include =" System.IdentityModel.Tokens.Jwt, Version=4.0.20622.1351, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath >..\packages\System.IdentityModel.Tokens.Jwt.4.0.2.206221351\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath >
<Private >True</Private >
</Reference >
<Reference Include =" System.Net.Http" />
<Reference Include =" System.Web.DynamicData" />
@@ -71,16 +78,12 @@
<Reference Include =" System.EnterpriseServices" />
</ItemGroup >
<ItemGroup >
<Folder Include =" App_Data\" />
<Folder Include =" Models\" />
</ItemGroup >
<ItemGroup >
<Reference Include =" WebActivatorEx" >
<HintPath >..\packages\WebActivatorEx.2.0.6\lib\net40\WebActivatorEx.dll</HintPath >
</Reference >
<Reference Include =" Newtonsoft.Json" >
<HintPath >..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath >
</Reference >
<Reference Include =" System.Net.Http.Formatting" >
<HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath >
</Reference >
@@ -92,6 +95,7 @@
</Reference >
</ItemGroup >
<ItemGroup >
<Content Include =" favicon.ico" />
<Content Include =" Global.asax" />
<Content Include =" Web.config" />
<Content Include =" Metadata\deploymentTemplates\apiappconfig.azureresource.json" />
@@ -100,7 +104,7 @@
<ItemGroup >
<Compile Include =" App_Start\SwaggerConfig.cs" />
<Compile Include =" App_Start\WebApiConfig.cs" />
<Compile Include =" Controllers\ValuesController .cs" />
<Compile Include =" Controllers\GeoController .cs" />
<Compile Include =" Global.asax.cs" >
<DependentUpon >Global.asax</DependentUpon >
</Compile >