@@ -1,327 +1,331 @@
<?xml version="1.0" encoding="utf-8"?>
<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>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion >
</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {2A9D9687-1822-41CF-B7DF-819BFC0F8FE9}</ProjectGuid>
<ProjectTypeGuids > {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > OpenAuth.Mvc</RootNamespace>
<AssemblyName > OpenAuth.Mvc</AssemblyName>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<MvcBuildViews > false</MvcBuildViews>
<UseIISExpress > true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Autofac" >
<HintPath > ..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
</Reference>
<Reference Include= "Autofac.Integration.Mvc" >
<HintPath > ..\packages\Autofac.Mvc5.3.3.4\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Drawing" />
<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.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.Mvc.5.1.3\lib\net45\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.Razor.3.1.2\lib\net45\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\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= "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= "System.Net.Http" >
</Reference>
<Reference Include= "System.Net.Http.WebRequest" >
</Reference>
<Reference Include= "System.Web.Optimization" >
<HintPath > ..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath>
</Reference>
<Reference Include= "WebGrease" >
<Private > True</Private>
<HintPath > ..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
</Reference>
<Reference Include= "Antlr3.Runtime" >
<Private > True</Private>
<HintPath > ..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Reference Include= "EntityFramework" >
<HintPath > ..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include= "EntityFramework.SqlServer" >
<HintPath > ..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Core" >
<HintPath > ..\packages\Microsoft.AspNet.Identity.Core.1.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Owin" >
<HintPath > ..\packages\Microsoft.AspNet.Identity.Owin.1.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.EntityFramework" >
<HintPath > ..\packages\Microsoft.AspNet.Identity.EntityFramework.1.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
</Reference>
<Reference Include= "Owin" >
<HintPath > ..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin" >
<HintPath > ..\packages\Microsoft.Owin.2.0.0\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Host.SystemWeb" >
<HintPath > ..\packages\Microsoft.Owin.Host.SystemWeb.2.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security" >
<HintPath > ..\packages\Microsoft.Owin.Security.2.0.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Facebook" >
<HintPath > ..\packages\Microsoft.Owin.Security.Facebook.2.0.0\lib\net45\Microsoft.Owin.Security.Facebook.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Cookies" >
<HintPath > ..\packages\Microsoft.Owin.Security.Cookies.2.0.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.OAuth" >
<HintPath > ..\packages\Microsoft.Owin.Security.OAuth.2.0.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Google" >
<HintPath > ..\packages\Microsoft.Owin.Security.Google.2.0.0\lib\net45\Microsoft.Owin.Security.Google.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Twitter" >
<HintPath > ..\packages\Microsoft.Owin.Security.Twitter.2.0.0\lib\net45\Microsoft.Owin.Security.Twitter.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.MicrosoftAccount" >
<HintPath > ..\packages\Microsoft.Owin.Security.MicrosoftAccount.2.0.0\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "App_Start\BundleConfig.cs" />
<Compile Include= "App_Start\FilterConfig.cs" />
<Compile Include= "App_Start\RouteConfig.cs" />
<Compile Include= "App_Start\Startup.Auth .cs" />
<Compile Include= "Controllers\Account Controller.cs" />
<Compile Include= "Controllers\HomeController.cs" />
<Compile Include= "Global.asax.cs" >
<DependentUpon > Global.asax</DependentUpon>
</Compile>
<Compile Include= "Models\AccountViewModels.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "Startup.cs" / >
</ ItemGroup>
<ItemGroup >
<Content Include= "assets\avatars\avatar.pn g" />
<Content Include= "assets\avatars\profile-pic .jpg" />
<Content Include= "assets\avatars\user.jpg " />
<Content Include= "assets\css\ace-ie .min.css" />
<Content Include= "assets\css\ace-rtl .min.css" />
<Content Include= "assets\css\ace-skins .min.css" />
<Content Include= "assets\css\ace.min .css" />
<Content Include= "assets\css\bootstrap-editable .css" />
<Content Include= "assets\css\bootstrap-timepicker .css" />
<Content Include= "assets\css\bootstrap.mi n.css" />
<Content Include= "assets\css\chosen .css" />
<Content Include= "assets\css\colorbox .css" />
<Content Include= "assets\css\color picker.css" />
<Content Include= "assets\css\datepicker.css" />
<Content Include= "assets\css\daterangepicker .css" />
<Content Include= "assets\css\dropzone .css" />
<Content Include= "assets\css\font-awesome-ie7 .min.css" />
<Content Include= "assets\css\font-awesome.min .css" />
<Content Include= "assets\css\fullcalendar.css " />
<Content Include= "assets\css\images\loading.gif " />
<Content Include= "assets\css\jquery-ui-1.10.3.custom .min.css" />
<Content Include= "assets\css\jquery-ui-1.10.3.full.min .css" />
<Content Include= "assets\css\jquery.gritter .css" />
<Content Include= "assets\css\select2 .css" />
<Content Include= "assets\css\ui.jqgrid.cs s" />
<Content Include= "assets\js\ace-elements .min.js" />
<Content Include= "assets\js\ace-extra .min.js" />
<Content Include= "assets\js\ace .min.js" />
<Content Include= "assets\js\additional-methods .min.js" />
<Content Include= "assets\js\bootbox .min.js" />
<Content Include= "assets\js\bootstrap-colorpicker .min.js" />
<Content Include= "assets\js\bootstrap-ta g.min.js" />
<Content Include= "assets\js\bootstrap-wysiwyg .min.js" />
<Content Include= "assets\js\bootstrap .min.js" />
<Content Include= "assets\js\chosen.jqu ery .min.js" />
<Content Include= "assets\js\date-time\bootstrap-dat epicker.min.js" />
<Content Include= "assets\js\date-time\bootstrap-tim epicker.min.js" />
<Content Include= "assets\js\date-time\daterangepicker .min.js" />
<Content Include= "assets\js\date-time\moment .min.js" />
<Content Include= "assets\js\dropzone .min.js" />
<Content Include= "assets\js\excanvas .min.js" />
<Content Include= "assets\js\flot\jquery.flot.min.js" />
<Content Include= "assets\js\flot\jquery.flot.pi e.min.js" />
<Content Include= "assets\js\flot\jquery.flot.resize.min .js" />
<Content Include= "assets\js\fuelux\data\ fuelux.tree-sampledata .js" />
<Content Include= "assets\js\fuelux\fuelux.spinner .min.js" />
<Content Include= "assets\js\fuelux\fuelux.tree .min.js" />
<Content Include= "assets\js\fuelux\fuelux.wizard .min.js" />
<Content Include= "assets\js\fullcalendar.min .js" />
<Content Include= "assets\js\html5shiv .js" />
<Content Include= "assets\js\jqGrid\i18n\grid.locale-e n.js" />
<Content Include= "assets\js\jqGrid\jquery.jqGrid .min.js" />
<Content Include= "assets\js\jquery-1.1 0.2 .min.js" />
<Content Include= "assets\js\jquery-2.0.3 .min.js" />
<Content Include= "assets\js\jquery-ui-1.10.3.custom .min.js" />
<Content Include= "assets\js\jquery-ui-1.10.3.full .min.js" />
<Content Include= "assets\js\jquery.autosize. min.js" />
<Content Include= "assets\js\jquery.colorbox-min .js" />
<Content Include= "assets\js\jquery.dataTables.bootstrap .js" />
<Content Include= "assets\js\jquery.dataTables .min.js" />
<Content Include= "assets\js\jquery.easy-pie-chart .min.js" />
<Content Include= "assets\js\jquery.gritter .min.js" />
<Content Include= "assets\js\jquery.hotkeys .min.js" />
<Content Include= "assets\js\jquery.inputlimiter.1.3.1 .min.js" />
<Content Include= "assets\js\jquery.knob .min.js" />
<Content Include= "assets\js\jquery.maskedinput .min.js" />
<Content Include= "assets\js\jquery.mobile.custom .min.js" />
<Content Include= "assets\js\jquery.nestable .min.js" />
<Content Include= "assets\js\jquery.slimscroll .min.js" />
<Content Include= "assets\js\jquery.sparkline .min.js" />
<Content Include= "assets\js\jquery.ui.touch-punch .min.js" />
<Content Include= "assets\js\jquery.validate .min.js" />
<Content Include= "assets\js\markdown\bootstrap- markdown.min.js" />
<Content Include= "assets\js\markdown\markdown .min.js" />
<Content Include= "assets\js\respond .min.js" />
<Content Include= "assets\js\select 2.min.js" />
<Content Include= "assets\js\typeahead-bs2 .min.js" />
<Content Include= "assets\js\x-editable\ace -editable.min.js" />
<Content Include= "assets\js\x-editable\bootstrap-editable.min.js " />
<Content Include= "favicon.ico " />
<Content Include= "Global.asax " />
<Content Include= "assets\font\fontawesome-webfont.woff " />
<Content Include= "Web.config" / >
<Content Include= "Web.Debug.config" >
<DependentUpon > Web.config</DependentUpon >
</ Content>
<Content Include= "Web.Release.config" >
<DependentUpon > Web.config</DependentUpon >
</ Content>
<Content Include= "Views\Web.config " />
<Content Include= "Views\_ViewStar t.cshtml" />
<Content Include= "Views\Shared\_Layout .cshtml" />
<Content Include= "Views\Home\Index .cshtml" />
<Content Include= "Views\Account\Login .cshtml" />
<Content Include= "Views\Account\List.cshtml" / >
</ ItemGroup>
<ItemGroup >
<Folder Include= "App_Data \" />
</ItemGroup>
<ItemGroup >
<Content Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\OpenAuth.App\OpenAuth.App .csproj" >
<Project > {0bbf2d65-fffd-4272-b138-8ea4fb6fec48 }</Project>
<Name > OpenAuth.App </Name>
</ProjectReference>
<ProjectReference Include= "..\OpenAuth.Domain \OpenAuth.Domain .csproj" >
<Project > {6108da8e-92a1-4abe-b9f5-26d64d55ca2c }</Project>
<Name > OpenAuth.Domain </Name>
</ProjectReference>
<ProjectReference Include= "..\OpenAuth.Repository\OpenAuth.Repository .csproj" >
<Project > {e8df8dea-e2cf-4bdb-8f4f-3f8205b0e03a }</Project>
<Name > OpenAuth.Repository </Name>
</ProjectReference>
</ItemGroup >
<PropertyGroup >
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 10.0</VisualStudioVersion >
<VSToolsPath Condition= "'$(VSToolsPath)' == ''" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
</Property Group>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" / >
<Import Project= "$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition= "'$(VSToolsPath )' ! = ''" / >
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition= "false" / >
<Target Name= "MvcBuildViews" AfterTargets= "AfterBuild" Condition= "'$(MvcBuildViews)'=='true'" >
<AspNetCompiler VirtualPath= "temp" PhysicalPath= "$(WebProjectOutputDir) " />
</Target >
<ProjectExtensions >
<VisualStudio >
<FlavorProperties GUID= "{349c5851-65df-11da-9384-00065b846f21}" >
<WebProjectProperties >
<UseIIS > True</UseIIS >
<AutoAssignPort > True</AutoAssignPort >
<DevelopmentServerPort > 56813</DevelopmentServerPort >
<DevelopmentServerVPath > /</DevelopmentServerVPath >
<IISUrl > http://localhost:56813/</IISUrl >
<NTLMAuthentication > False</NTLMAuthentication >
<UseCustomServer > False</UseCustom Server>
<CustomServerUrl >
</CustomServer Url>
<SaveServerSettingsInUserFile > False</SaveServerSettingsInUserFile >
</WebProjectProperties >
</FlavorProperties >
</VisualStudio >
</ProjectExtensions >
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target> -->
<?xml version="1.0" encoding="utf-8"?>
<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>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion >
</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {2A9D9687-1822-41CF-B7DF-819BFC0F8FE9}</ProjectGuid>
<ProjectTypeGuids > {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > OpenAuth.Mvc</RootNamespace>
<AssemblyName > OpenAuth.Mvc</AssemblyName>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<MvcBuildViews > false</MvcBuildViews>
<UseIISExpress > true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Autofac" >
<HintPath > ..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
</Reference>
<Reference Include= "Autofac.Integration.Mvc" >
<HintPath > ..\packages\Autofac.Mvc5.3.3.4\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Drawing" />
<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.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.Mvc.5.1.3\lib\net45\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.Razor.3.1.2\lib\net45\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\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= "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= "System.Net.Http" >
</Reference>
<Reference Include= "System.Net.Http.WebRequest" >
</Reference>
<Reference Include= "System.Web.Optimization" >
<HintPath > ..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath>
</Reference>
<Reference Include= "WebGrease" >
<Private > True</Private>
<HintPath > ..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
</Reference>
<Reference Include= "Antlr3.Runtime" >
<Private > True</Private>
<HintPath > ..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Reference Include= "EntityFramework" >
<HintPath > ..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include= "EntityFramework.SqlServer" >
<HintPath > ..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Core" >
<HintPath > ..\packages\Microsoft.AspNet.Identity.Core.1.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Owin" >
<HintPath > ..\packages\Microsoft.AspNet.Identity.Owin.1.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.EntityFramework" >
<HintPath > ..\packages\Microsoft.AspNet.Identity.EntityFramework.1.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
</Reference>
<Reference Include= "Owin" >
<HintPath > ..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin" >
<HintPath > ..\packages\Microsoft.Owin.2.0.0\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Host.SystemWeb" >
<HintPath > ..\packages\Microsoft.Owin.Host.SystemWeb.2.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security" >
<HintPath > ..\packages\Microsoft.Owin.Security.2.0.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Facebook" >
<HintPath > ..\packages\Microsoft.Owin.Security.Facebook.2.0.0\lib\net45\Microsoft.Owin.Security.Facebook.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Cookies" >
<HintPath > ..\packages\Microsoft.Owin.Security.Cookies.2.0.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.OAuth" >
<HintPath > ..\packages\Microsoft.Owin.Security.OAuth.2.0.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Google" >
<HintPath > ..\packages\Microsoft.Owin.Security.Google.2.0.0\lib\net45\Microsoft.Owin.Security.Google.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Twitter" >
<HintPath > ..\packages\Microsoft.Owin.Security.Twitter.2.0.0\lib\net45\Microsoft.Owin.Security.Twitter.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Security.MicrosoftAccount" >
<HintPath > ..\packages\Microsoft.Owin.Security.MicrosoftAccount.2.0.0\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "App_Start\BundleConfig.cs" />
<Compile Include= "App_Start\FilterConfig.cs" />
<Compile Include= "App_Start\RouteConfig.cs" />
<Compile Include= "Controllers\AccountController .cs" />
<Compile Include= "Controllers\Base Controller.cs" />
<Compile Include= "Controllers\HomeController.cs" />
<Compile Include= "Global.asax.cs" >
<DependentUpon > Global.asax</DependentUpon>
</Compile>
<Compile Include= "Models\AccountViewModels.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup >
<ItemGroup >
<Content Include= "assets\avatars\avatar.png" / >
<Content Include= "assets\avatars\profile-pic.jp g" />
<Content Include= "assets\avatars\user .jpg" />
<Content Include= "assets\css\ace-ie.min.css " />
<Content Include= "assets\css\ace-rtl .min.css" />
<Content Include= "assets\css\ace-skins .min.css" />
<Content Include= "assets\css\ace.min.css" />
<Content Include= "assets\css\bootstrap-editable .css" />
<Content Include= "assets\css\bootstrap-timepicker .css" />
<Content Include= "assets\css\bootstrap.min .css" />
<Content Include= "assets\css\chose n.css" />
<Content Include= "assets\css\colorbox .css" />
<Content Include= "assets\css\colorpicker .css" />
<Content Include= "assets\css\date picker.css" />
<Content Include= "assets\css\daterange picker.css" />
<Content Include= "assets\css\dropzone .css" />
<Content Include= "assets\css\font-awesome-ie7.min .css" />
<Content Include= "assets\css\font-awesome.min.css" />
<Content Include= "assets\css\fullcalendar .css" />
<Content Include= "assets\css\images\loading.gif " />
<Content Include= "assets\css\jquery-ui-1.10.3.custom.min.css " />
<Content Include= "assets\css\jquery-ui-1.10.3.full .min.css" />
<Content Include= "assets\css\jquery.gritter .css" />
<Content Include= "assets\css\select2 .css" />
<Content Include= "assets\css\ui.jqgrid .css" />
<Content Include= "assets\js\ace-elements.min.j s" />
<Content Include= "assets\js\ace-extra .min.js" />
<Content Include= "assets\js\ace.min.js" />
<Content Include= "assets\js\additional-methods .min.js" />
<Content Include= "assets\js\bootbox .min.js" />
<Content Include= "assets\js\bootstrap-colorpicker .min.js" />
<Content Include= "assets\js\bootstrap-tag .min.js" />
<Content Include= "assets\js\bootstrap-wysiwy g.min.js" />
<Content Include= "assets\js\bootstrap.min.js" />
<Content Include= "assets\js\chosen.jquery .min.js" />
<Content Include= "assets\js\date-time\bootstrap-datepick er.min.js" />
<Content Include= "assets\js\date-time\bootstrap-tim epicker.min.js" />
<Content Include= "assets\js\date-time\daterang epicker.min.js" />
<Content Include= "assets\js\date-time\moment .min.js" />
<Content Include= "assets\js\dropzone .min.js" />
<Content Include= "assets\js\excanvas .min.js" />
<Content Include= "assets\js\flot\jquery.flot .min.js" />
<Content Include= "assets\js\flot\jquery.flot.pie. min.js" />
<Content Include= "assets\js\flot\jquery.flot.resiz e.min.js" />
<Content Include= "assets\js\fuelux\data\fuelux.tree-sampledata .js" />
<Content Include= "assets\js\fuelux\fuelux.spinner.min .js" />
<Content Include= "assets\js\fuelux\fuelux.tree .min.js" />
<Content Include= "assets\js\fuelux\fuelux.wizard .min.js" />
<Content Include= "assets\js\fullcalendar .min.js" />
<Content Include= "assets\js\html5shiv .js" />
<Content Include= "assets\js\jqGrid\i18n\grid.locale-en .js" />
<Content Include= "assets\js\jqGrid\jquery.jqGrid.mi n.js" />
<Content Include= "assets\js\jquery-1.10.2 .min.js" />
<Content Include= "assets\js\jquery-2. 0.3 .min.js" />
<Content Include= "assets\js\jquery-ui-1.10.3.custom .min.js" />
<Content Include= "assets\js\jquery-ui-1.10.3.full .min.js" />
<Content Include= "assets\js\jquery.autosize .min.js" />
<Content Include= "assets\js\jquery.colorbox- min.js" />
<Content Include= "assets\js\jquery.dataTables.bootstrap .js" />
<Content Include= "assets\js\jquery.dataTables.min .js" />
<Content Include= "assets\js\jquery.easy-pie-chart .min.js" />
<Content Include= "assets\js\jquery.gritter .min.js" />
<Content Include= "assets\js\jquery.hotkeys .min.js" />
<Content Include= "assets\js\jquery.inputlimiter.1.3.1 .min.js" />
<Content Include= "assets\js\jquery.knob .min.js" />
<Content Include= "assets\js\jquery.maskedinput .min.js" />
<Content Include= "assets\js\jquery.mobile.custom .min.js" />
<Content Include= "assets\js\jquery.nestable .min.js" />
<Content Include= "assets\js\jquery.slimscroll .min.js" />
<Content Include= "assets\js\jquery.sparkline .min.js" />
<Content Include= "assets\js\jquery.ui.touch-punch .min.js" />
<Content Include= "assets\js\jquery.validate .min.js" />
<Content Include= "assets\js\markdown\bootstrap-markdown .min.js" />
<Content Include= "assets\js\markdown\markdown.min.js" />
<Content Include= "assets\js\respond .min.js" />
<Content Include= "assets\js\select2 .min.js" />
<Content Include= "assets\js\typeahead-bs 2.min.js" />
<Content Include= "assets\js\x-editable\ace-editable .min.js" />
<Content Include= "assets\js\x-editable\bootstrap -editable.min.js" />
<Content Include= "favicon.ico " />
<Content Include= "Global.asax " />
<Content Include= "assets\font\fontawesome-webfont.woff " />
<Content Include= "Web.config " />
<Content Include= "Web.Debug. config" >
<DependentUpon > Web.config</DependentUpon >
</Content >
<Content Include= "Web.Release.config" >
<DependentUpon > Web.config</DependentUpon >
</Content >
<Content Include= "Views\Web.config" / >
<Content Include= "Views\_ViewStart.cshtml " />
<Content Include= "Views\Shared\_Layou t.cshtml" />
<Content Include= "Views\Home\Index .cshtml" />
<Content Include= "Views\Account\Login .cshtml" />
<Content Include= "Views\Account\List .cshtml" />
</ItemGroup >
<ItemGroup >
<Folder Include= "App_Data\" / >
<Folder Include= "Views\Base \" />
</ItemGroup>
<ItemGroup >
<Content Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\Infrastructure\Infrastructure .csproj" >
<Project > {5feaec9a-4f1e-4ee7-b377-9db1b0870dac }</Project>
<Name > Infrastructure </Name>
</ProjectReference>
<ProjectReference Include= "..\OpenAuth.App \OpenAuth.App .csproj" >
<Project > {0bbf2d65-fffd-4272-b138-8ea4fb6fec48 }</Project>
<Name > OpenAuth.App </Name>
</ProjectReference>
<ProjectReference Include= "..\OpenAuth.Domain\OpenAuth.Domain .csproj" >
<Project > {6108da8e-92a1-4abe-b9f5-26d64d55ca2c }</Project>
<Name > OpenAuth.Domain </Name>
</ProjectReference>
<ProjectReference Include= "..\OpenAuth.Repository\OpenAuth.Repository.csproj" >
<Project > {e8df8dea-e2cf-4bdb-8f4f-3f8205b0e03a}</Project >
<Name > OpenAuth.Repository</Name >
</ProjectReference >
</Item Group>
<PropertyGroup >
<VisualStudioVersion Condition= "'$(VisualStudioVersion )' = = ''" > 10.0</VisualStudioVersion >
<VSToolsPath Condition= "'$(VSToolsPath)' == ''" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
</PropertyGroup >
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets " />
<Import Project= "$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition= "'$(VSToolsPath)' != ''" / >
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition= "false" / >
<Target Name= "MvcBuildViews" AfterTargets= "AfterBuild" Condition= "'$(MvcBuildViews)'=='true'" >
<AspNetCompiler VirtualPath= "temp" PhysicalPath= "$(WebProjectOutputDir)" / >
</Target >
<ProjectExtensions >
<VisualStudio >
<FlavorProperties GUID= "{349c5851-65df-11da-9384-00065b846f21}" >
<WebProjectProperties >
<UseIIS > True</UseIIS >
<AutoAssignPort > True</AutoAssignPort >
<DevelopmentServerPort > 56813</Development ServerPort >
<DevelopmentServerVPath > /</DevelopmentServerVPath >
<IISUrl > http://localhost:56813/</IIS Url>
<NTLMAuthentication > False</NTLMAuthentication >
<UseCustomServer > False</UseCustomServer >
<CustomServerUrl >
</CustomServerUrl >
<SaveServerSettingsInUserFile > False</SaveServerSettingsInUserFile >
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target> -->
</Project>