diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj')
-rw-r--r-- | projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj | 282 |
1 files changed, 0 insertions, 282 deletions
diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj deleted file mode 100644 index 703f1c7..0000000 --- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj +++ /dev/null @@ -1,282 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))\EnlistmentInfo.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))' != '' " /> - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> - <PropertyGroup> - <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> - <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> - <IISExpressSSLPort /> - <IISExpressAnonymousAuthentication /> - <IISExpressWindowsAuthentication /> - <IISExpressUseClassicPipelineMode /> - <TargetFrameworkProfile /> - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\src\</SolutionDir> - </PropertyGroup> - <PropertyGroup> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{152B7BAB-E884-4A59-8067-440971A682B3}</ProjectGuid> - <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> - <OutputType>Library</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>MvcRelyingParty</RootNamespace> - <AssemblyName>MvcRelyingParty</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> - <MvcBuildViews>false</MvcBuildViews> - <UseIISExpress>false</UseIISExpress> - </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> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - </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> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - </PropertyGroup> - <ItemGroup> - <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\src\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath> - </Reference> - <Reference Include="System" /> - <Reference Include="System.Data" /> - <Reference Include="System.Data.DataSetExtensions" /> - <Reference Include="System.Data.Entity"> - <RequiredTargetFramework>3.5</RequiredTargetFramework> - </Reference> - <Reference Include="System.Net.Http" /> - <Reference Include="System.Net.Http.WebRequest" /> - <Reference Include="System.Web.ApplicationServices" /> - <Reference Include="System.Web.DynamicData" /> - <Reference Include="System.Web.Entity" /> - <Reference Include="System.Web.Extensions" /> - <Reference Include="System.Web.Mvc" /> - <Reference Include="System.Drawing" /> - <Reference Include="System.Web" /> - <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.Web.Mobile" /> - <Reference Include="System.Xml.Linq" /> - <Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\src\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath> - </Reference> - </ItemGroup> - <ItemGroup> - <Compile Include="Code\Extensions.cs" /> - <Compile Include="Code\FormsAuthenticationService.cs" /> - <Compile Include="Code\HttpHeaderAttribute.cs" /> - <Compile Include="Code\OpenIdRelyingPartyService.cs" /> - <Compile Include="Controllers\AccountController.cs" /> - <Compile Include="Controllers\AuthController.cs" /> - <Compile Include="Controllers\HomeController.cs" /> - <Compile Include="Default.aspx.cs"> - <DependentUpon>Default.aspx</DependentUpon> - <SubType>ASPXCodeBehind</SubType> - </Compile> - <Compile Include="Global.asax.cs"> - <DependentUpon>Global.asax</DependentUpon> - </Compile> - <Compile Include="Models\AccountAuthorizeModel.cs" /> - <Compile Include="Models\AccountInfoModel.cs" /> - <Compile Include="OAuthTokenEndpoint.ashx.cs"> - <DependentUpon>OAuthTokenEndpoint.ashx</DependentUpon> - </Compile> - <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Setup.aspx.cs"> - <DependentUpon>Setup.aspx</DependentUpon> - <SubType>ASPXCodeBehind</SubType> - </Compile> - <Compile Include="Setup.aspx.designer.cs"> - <DependentUpon>Setup.aspx</DependentUpon> - </Compile> - </ItemGroup> - <ItemGroup> - <Content Include="Content\images\google.gif" /> - <Content Include="Content\images\myopenid.png" /> - <Content Include="Content\images\openid.png" /> - <Content Include="Content\images\openid_login.png" /> - <Content Include="Content\images\verisign.gif" /> - <Content Include="Content\images\yahoo.gif" /> - <Content Include="Content\images\yahoo_login.png" /> - <Content Include="Content\loginpopup.css" /> - <Content Include="Content\theme\images\ui-bg_flat_55_999999_40x100.png" /> - <Content Include="Content\theme\images\ui-bg_flat_75_aaaaaa_40x100.png" /> - <Content Include="Content\theme\images\ui-bg_glass_45_0078ae_1x400.png" /> - <Content Include="Content\theme\images\ui-bg_glass_55_f8da4e_1x400.png" /> - <Content Include="Content\theme\images\ui-bg_glass_75_79c9ec_1x400.png" /> - <Content Include="Content\theme\images\ui-bg_gloss-wave_45_e14f1c_500x100.png" /> - <Content Include="Content\theme\images\ui-bg_gloss-wave_50_6eac2c_500x100.png" /> - <Content Include="Content\theme\images\ui-bg_gloss-wave_75_2191c0_500x100.png" /> - <Content Include="Content\theme\images\ui-bg_inset-hard_100_fcfdfd_1x100.png" /> - <Content Include="Content\theme\images\ui-icons_0078ae_256x240.png" /> - <Content Include="Content\theme\images\ui-icons_056b93_256x240.png" /> - <Content Include="Content\theme\images\ui-icons_d8e7f3_256x240.png" /> - <Content Include="Content\theme\images\ui-icons_e0fdff_256x240.png" /> - <Content Include="Content\theme\images\ui-icons_f5e175_256x240.png" /> - <Content Include="Content\theme\images\ui-icons_f7a50d_256x240.png" /> - <Content Include="Content\theme\images\ui-icons_fcd113_256x240.png" /> - <Content Include="Content\theme\ui.accordion.css" /> - <Content Include="Content\theme\ui.all.css" /> - <Content Include="Content\theme\ui.base.css" /> - <Content Include="Content\theme\ui.core.css" /> - <Content Include="Content\theme\ui.datepicker.css" /> - <Content Include="Content\theme\ui.dialog.css" /> - <Content Include="Content\theme\ui.progressbar.css" /> - <Content Include="Content\theme\ui.resizable.css" /> - <Content Include="Content\theme\ui.slider.css" /> - <Content Include="Content\theme\ui.tabs.css" /> - <Content Include="Content\theme\ui.theme.css" /> - <Content Include="Default.aspx" /> - <Content Include="Getting Started.htm" /> - <Content Include="Global.asax" /> - <Content Include="Scripts\jquery-ui-personalized-1.6rc6.js" /> - <Content Include="Scripts\jquery-ui-personalized-1.6rc6.min.js" /> - <Content Include="Scripts\jquery.cookie.js" /> - <Content Include="Scripts\LoginLink.js" /> - <Content Include="Setup.aspx" /> - <Content Include="Views\Auth\LogOnScripts.ascx" /> - <Content Include="Views\Auth\LogOn.aspx" /> - <Content Include="Views\Auth\LogOnContent.ascx" /> - <Content Include="Views\Account\EditFields.ascx" /> - <Content Include="Views\Account\Edit.aspx" /> - <Content Include="Views\Home\PrivacyPolicy.aspx" /> - <Content Include="Web.config" /> - <Content Include="Content\Site.css" /> - <Content Include="Scripts\jquery-1.3.2.js" /> - <Content Include="Scripts\jquery-1.3.2.min.js" /> - <Content Include="Scripts\jquery-1.3.2-vsdoc.js" /> - <Content Include="Scripts\jquery-1.3.2.min-vsdoc.js" /> - <Content Include="Scripts\MicrosoftAjax.js" /> - <Content Include="Scripts\MicrosoftAjax.debug.js" /> - <Content Include="Scripts\MicrosoftMvcAjax.js" /> - <Content Include="Scripts\MicrosoftMvcAjax.debug.js" /> - <Content Include="Views\Auth\LogOnPopup.aspx" /> - <Content Include="Views\Home\About.aspx" /> - <Content Include="Views\Home\Index.aspx" /> - <Content Include="Views\Shared\Error.aspx" /> - <Content Include="Views\Shared\LogOnUserControl.ascx" /> - <Content Include="Views\Shared\Site.Master" /> - <Content Include="Views\Web.config" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\..\samples\DotNetOpenAuth.ApplicationBlock\DotNetOpenAuth.ApplicationBlock.csproj"> - <Project>{aa78d112-d889-414b-a7d4-467b34c7b663}</Project> - <Name>DotNetOpenAuth.ApplicationBlock</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.InfoCard.UI\DotNetOpenAuth.InfoCard.UI.csproj"> - <Project>{E040EB58-B4D2-457B-A023-AE6EF3BD34DE}</Project> - <Name>DotNetOpenAuth.InfoCard.UI</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.InfoCard\DotNetOpenAuth.InfoCard.csproj"> - <Project>{408D10B8-34BA-4CBD-B7AA-FEB1907ABA4C}</Project> - <Name>DotNetOpenAuth.InfoCard</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.Core\DotNetOpenAuth.Core.csproj"> - <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project> - <Name>DotNetOpenAuth.Core</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2.AuthorizationServer\DotNetOpenAuth.OAuth2.AuthorizationServer.csproj"> - <Project>{99BB7543-EA16-43EE-A7BC-D7A25A3B22F6}</Project> - <Name>DotNetOpenAuth.OAuth2.AuthorizationServer</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2.ClientAuthorization\DotNetOpenAuth.OAuth2.ClientAuthorization.csproj"> - <Project>{CCF3728A-B3D7-404A-9BC6-75197135F2D7}</Project> - <Name>DotNetOpenAuth.OAuth2.ClientAuthorization</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2.ResourceServer\DotNetOpenAuth.OAuth2.ResourceServer.csproj"> - <Project>{A1A3150A-7B0E-4A34-8E35-045296CD3C76}</Project> - <Name>DotNetOpenAuth.OAuth2.ResourceServer</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2\DotNetOpenAuth.OAuth2.csproj"> - <Project>{56459A6C-6BA2-4BAC-A9C0-27E3BD961FA6}</Project> - <Name>DotNetOpenAuth.OAuth2</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth\DotNetOpenAuth.OAuth.csproj"> - <Project>{A288FCC8-6FCF-46DA-A45E-5F9281556361}</Project> - <Name>DotNetOpenAuth.OAuth</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OpenId.RelyingParty.UI\DotNetOpenAuth.OpenId.RelyingParty.UI.csproj"> - <Project>{1ED8D424-F8AB-4050-ACEB-F27F4F909484}</Project> - <Name>DotNetOpenAuth.OpenId.RelyingParty.UI</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OpenId.RelyingParty\DotNetOpenAuth.OpenId.RelyingParty.csproj"> - <Project>{F458AB60-BA1C-43D9-8CEF-EC01B50BE87B}</Project> - <Name>DotNetOpenAuth.OpenId.RelyingParty</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OpenId.UI\DotNetOpenAuth.OpenId.UI.csproj"> - <Project>{75E13AAE-7D51-4421-ABFD-3F3DC91F576E}</Project> - <Name>DotNetOpenAuth.OpenId.UI</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\DotNetOpenAuth.OpenId\DotNetOpenAuth.OpenId.csproj"> - <Project>{3896A32A-E876-4C23-B9B8-78E17D134CD3}</Project> - <Name>DotNetOpenAuth.OpenId</Name> - </ProjectReference> - <ProjectReference Include="..\RelyingPartyLogic\RelyingPartyLogic.csproj"> - <Project>{17932639-1F50-48AF-B0A5-E2BF832F82CC}</Project> - <Name>RelyingPartyLogic</Name> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <Content Include="Content\images\infocard_23x16.png" /> - <Content Include="Views\Account\AuthenticationTokens.ascx" /> - <Content Include="Views\Account\Authorize.aspx" /> - <Content Include="Views\Account\AuthorizedApps.ascx" /> - </ItemGroup> - <ItemGroup> - <Folder Include="App_Data\" /> - </ItemGroup> - <ItemGroup> - <Content Include="OAuthTokenEndpoint.ashx" /> - </ItemGroup> - <ItemGroup> - <Content Include="packages.config" /> - </ItemGroup> - <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" /> - <!-- 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" Condition="'$(MvcBuildViews)'=='true'"> - <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" /> - </Target> - <ProjectExtensions> - <VisualStudio> - <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> - <WebProjectProperties> - <UseIIS>False</UseIIS> - <AutoAssignPort>True</AutoAssignPort> - <DevelopmentServerPort>18916</DevelopmentServerPort> - <DevelopmentServerVPath>/</DevelopmentServerVPath> - <IISUrl> - </IISUrl> - <NTLMAuthentication>False</NTLMAuthentication> - <UseCustomServer>False</UseCustomServer> - <CustomServerUrl> - </CustomServerUrl> - <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> - </WebProjectProperties> - </FlavorProperties> - </VisualStudio> - </ProjectExtensions> - <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> - <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> -</Project>
\ No newline at end of file |