diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-02-01 13:18:33 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2009-02-01 13:18:33 -0800 |
commit | e6512c223cb078b5f2fd4ea4abb28810ecca8c47 (patch) | |
tree | bb9dbea5e485a9a2c6aca44308659577333fba26 /samples/OpenIdProviderWebForms/OpenIdProviderWebForms.csproj | |
parent | e865ec7da293496d6c2e67039b86c4ef9ded5a6c (diff) | |
download | DotNetOpenAuth-e6512c223cb078b5f2fd4ea4abb28810ecca8c47.zip DotNetOpenAuth-e6512c223cb078b5f2fd4ea4abb28810ecca8c47.tar.gz DotNetOpenAuth-e6512c223cb078b5f2fd4ea4abb28810ecca8c47.tar.bz2 |
Renamed OpenID Provider sample directory to match project name.
Diffstat (limited to 'samples/OpenIdProviderWebForms/OpenIdProviderWebForms.csproj')
-rw-r--r-- | samples/OpenIdProviderWebForms/OpenIdProviderWebForms.csproj | 191 |
1 files changed, 191 insertions, 0 deletions
diff --git a/samples/OpenIdProviderWebForms/OpenIdProviderWebForms.csproj b/samples/OpenIdProviderWebForms/OpenIdProviderWebForms.csproj new file mode 100644 index 0000000..179f4f8 --- /dev/null +++ b/samples/OpenIdProviderWebForms/OpenIdProviderWebForms.csproj @@ -0,0 +1,191 @@ +<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>9.0.30729</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{2A59DE0A-B76A-4B42-9A33-04D34548353D}</ProjectGuid> + <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>OpenIdProviderWebForms</RootNamespace> + <AssemblyName>OpenIdProviderWebForms</AssemblyName> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\</OutputPath> + <DefineConstants>DEBUG</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="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\lib\log4net.dll</HintPath> + </Reference> + <Reference Include="System" /> + <Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> + <Reference Include="System.Data" /> + <Reference Include="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> + <Reference Include="System.Drawing" /> + <Reference Include="System.Web" /> + <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> + <Reference Include="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> + <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, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> + </ItemGroup> + <ItemGroup> + <Content Include="App_Data\Users.xml" /> + <Content Include="op_xrds.aspx" /> + <Content Include="decide.aspx" /> + <Content Include="Default.aspx" /> + <Content Include="login.aspx" /> + <Content Include="ProfileFields.ascx" /> + <Content Include="server.aspx" /> + <Content Include="user.aspx" /> + <Content Include="Global.asax" /> + <Content Include="Web.config" /> + <Content Include="user_xrds.aspx" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Code\CustomStore.cs" /> + <Compile Include="Code\CustomStoreDataSet.Designer.cs"> + <DependentUpon>CustomStoreDataSet.xsd</DependentUpon> + <AutoGen>True</AutoGen> + <DesignTime>True</DesignTime> + </Compile> + <Compile Include="Code\ReadOnlyXmlMembershipProvider.cs" /> + <Compile Include="Code\TracePageAppender.cs" /> + <Compile Include="Code\URLRewriter.cs" /> + <Compile Include="Code\Util.cs" /> + <Compile Include="decide.aspx.cs"> + <DependentUpon>decide.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="decide.aspx.designer.cs"> + <DependentUpon>decide.aspx</DependentUpon> + </Compile> + <Compile Include="Global.asax.cs"> + <DependentUpon>Global.asax</DependentUpon> + </Compile> + <Compile Include="login.aspx.cs"> + <DependentUpon>login.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="login.aspx.designer.cs"> + <DependentUpon>login.aspx</DependentUpon> + </Compile> + <Compile Include="ProfileFields.ascx.cs"> + <DependentUpon>ProfileFields.ascx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="ProfileFields.ascx.designer.cs"> + <DependentUpon>ProfileFields.ascx</DependentUpon> + </Compile> + <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Provider.ashx.cs"> + <DependentUpon>Provider.ashx</DependentUpon> + </Compile> + <Compile Include="server.aspx.cs"> + <DependentUpon>server.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="server.aspx.designer.cs"> + <DependentUpon>server.aspx</DependentUpon> + </Compile> + <Compile Include="TracePage.aspx.cs"> + <DependentUpon>TracePage.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="TracePage.aspx.designer.cs"> + <DependentUpon>TracePage.aspx</DependentUpon> + </Compile> + <Compile Include="user.aspx.cs"> + <DependentUpon>user.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="user.aspx.designer.cs"> + <DependentUpon>user.aspx</DependentUpon> + </Compile> + </ItemGroup> + <ItemGroup> + <Content Include="favicon.ico" /> + <Content Include="images\dotnetopenid_tiny.gif" /> + <Content Include="Site.Master" /> + <Content Include="styles.css" /> + <Content Include="TracePage.aspx" /> + </ItemGroup> + <ItemGroup> + <None Include="Code\CustomStoreDataSet.xsc"> + <DependentUpon>CustomStoreDataSet.xsd</DependentUpon> + </None> + <None Include="Code\CustomStoreDataSet.xsd"> + <Generator>MSDataSetGenerator</Generator> + <LastGenOutput>CustomStoreDataSet.Designer.cs</LastGenOutput> + <SubType>Designer</SubType> + </None> + <None Include="Code\CustomStoreDataSet.xss"> + <DependentUpon>CustomStoreDataSet.xsd</DependentUpon> + </None> + <Content Include="Provider.ashx" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\src\DotNetOpenAuth\DotNetOpenAuth.csproj"> + <Project>{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}</Project> + <Name>DotNetOpenAuth</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" /> + <!-- 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> + --> + <ProjectExtensions> + <VisualStudio> + <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> + <WebProjectProperties> + <UseIIS>False</UseIIS> + <AutoAssignPort>True</AutoAssignPort> + <DevelopmentServerPort>28597</DevelopmentServerPort> + <DevelopmentServerVPath>/</DevelopmentServerVPath> + <IISUrl> + </IISUrl> + <NTLMAuthentication>False</NTLMAuthentication> + <UseCustomServer>False</UseCustomServer> + <CustomServerUrl> + </CustomServerUrl> + <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> + </WebProjectProperties> + </FlavorProperties> + </VisualStudio> + </ProjectExtensions> +</Project>
\ No newline at end of file |