@@ -1,5 +1,5 @@
<?xml version =" 1.0" encoding =" utf-8" ?>
<Project ToolsVersion =" 4 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
<Project ToolsVersion =" 12 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
@@ -8,12 +8,12 @@
</ProductVersion >
<SchemaVersion >2.0</SchemaVersion >
<ProjectGuid >{D9C17E7B-4E7F-4764-8A4D-849619FD6101}</ProjectGuid >
<ProjectTypeGuids >{E53F8FEA-EAE0-44A6-8774-FFD645390401};{ 349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
<ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
<OutputType >Library</OutputType >
<AppDesignerFolder >Properties</AppDesignerFolder >
<RootNamespace >tutorial</RootNamespace >
<AssemblyName >tutorial</AssemblyName >
<TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
<TargetFrameworkVersion >v4.5.1 </TargetFrameworkVersion >
<MvcBuildViews >false</MvcBuildViews >
<UseIISExpress >false</UseIISExpress >
<MvcProjectUpgradeChecked >true</MvcProjectUpgradeChecked >
@@ -26,6 +26,7 @@
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
</PropertyGroup >
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols >true</DebugSymbols >
@@ -35,6 +36,7 @@
<DefineConstants >DEBUG;TRACE</DefineConstants >
<ErrorReport >prompt</ErrorReport >
<WarningLevel >4</WarningLevel >
<Prefer32Bit >false</Prefer32Bit >
</PropertyGroup >
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType >pdbonly</DebugType >
@@ -43,6 +45,7 @@
<DefineConstants >TRACE</DefineConstants >
<ErrorReport >prompt</ErrorReport >
<WarningLevel >4</WarningLevel >
<Prefer32Bit >false</Prefer32Bit >
</PropertyGroup >
<ItemGroup >
<Reference Include =" Braintree-2.43.0" >
@@ -55,21 +58,38 @@
<Private >True</Private >
<HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
</Reference >
<Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath >..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath >
<Private >True</Private >
</Reference >
<Reference Include =" System.Data.DataSetExtensions" />
<Reference Include =" System.Data.Entity" />
<Reference Include =" Microsoft.CSharp" />
<Reference Include =" System" />
<Reference Include =" System.Data" />
<Reference Include =" System.Drawing" />
<Reference Include =" System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include =" System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath >
<Private >True</Private >
</Reference >
<Reference Include =" System.Web.DynamicData" />
<Reference Include =" System.Web.Entity" />
<Reference Include =" System.Web.ApplicationServices" />
<Reference Include =" System.ComponentModel.DataAnnotations" />
<Reference Include =" System.Core" />
<Reference Include =" System.Data.DataSetExtensions" />
<Reference Include =" System.Web.Extensions" />
<Reference Include =" System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private >True</Private >
<HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath >
</Reference >
<Reference Include =" System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath >..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath >
<Private >True</Private >
</Reference >
<Reference Include =" System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath >..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath >
<Private >True</Private >
</Reference >
<Reference Include =" System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion >False</SpecificVersion >
<HintPath >..\packages\Microsoft.AspNet.Mvc.4.0.40804.0\lib\net40\System.Web.Mvc.dll</HintPath >
@@ -90,17 +110,21 @@
<Private >True</Private >
<HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath >
</Reference >
<Reference Include =" System.Xml.Linq" />
<Reference Include =" System.Web" />
<Reference Include =" System.Web.Extensions" />
<Reference Include =" System.Web.Abstractions" />
<Reference Include =" System.Web.Routing" />
<Reference Include =" System.Xml" />
<Reference Include =" System.Configuration" />
<Reference Include =" System.Web.Services" />
<Reference Include =" System.EnterpriseServices" />
<Reference Include =" System.Xml.Linq" />
</ItemGroup >
<ItemGroup >
<Compile Include =" Controllers\BraintreeController.cs" />
<Compile Include =" Controllers\Global.asax.cs" >
<DependentUpon >Global.asax</DependentUpon >
</Compile >
<Compile Include =" Controllers\PaymentConstants.cs" />
<Compile Include =" Controllers\WebhooksController.cs" />
<Compile Include =" Controllers\HomeController.cs" />
<Compile Include =" Controllers\SubscriptionsController.cs" />
@@ -137,6 +161,7 @@
<Content Include =" Content\themes\base\jquery.ui.slider.css" />
<Content Include =" Content\themes\base\jquery.ui.tabs.css" />
<Content Include =" Content\themes\base\jquery.ui.theme.css" />
<Content Include =" Controllers\Global.asax" />
<Content Include =" Global.asax" />
<Content Include =" Content\Site.css" />
<Content Include =" Scripts\jquery-1.5.1-vsdoc.js" />