diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2007-02-10 17:46:00 +0000 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2007-02-10 17:46:00 +0000 |
commit | 507f0ea528206a2e054b04ef8acc817ee5434bd3 (patch) | |
tree | cb8bcab32de9f14a28ecf133baea1d1c79c6815d | |
parent | 9142360e5c403f0dcdc03a1d460fe55b55d3ce13 (diff) | |
download | DotNetOpenAuth-origin/boo.zip DotNetOpenAuth-origin/boo.tar.gz DotNetOpenAuth-origin/boo.tar.bz2 |
Added NerdBank.OpenId VS project file for easier editing.origin/boo
darcs-hash:20070210174655-07487-b9ef99aa85fd7f90e9fcd9ff39309d474814f2da.gz
-rwxr-xr-x | aspnet/NerdBank.OpenId.AspNet.csproj | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/aspnet/NerdBank.OpenId.AspNet.csproj b/aspnet/NerdBank.OpenId.AspNet.csproj new file mode 100755 index 0000000..48c8d81 --- /dev/null +++ b/aspnet/NerdBank.OpenId.AspNet.csproj @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.50727</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{B266128C-A3DE-45A3-A4F3-830F46A42706}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>NerdBank.OpenId</RootNamespace>
+ <AssemblyName>NerdBank.OpenId.AspNet</AssemblyName>
+ <StartupObject>
+ </StartupObject>
+ </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>
+ <DocumentationFile>..\bin\NerdBank.OpenId.AspNet.xml</DocumentationFile>
+ </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>
+ <DocumentationFile>..\bin\NerdBank.OpenId.AspNet.xml</DocumentationFile>
+ </PropertyGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.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>
+ -->
+ <ItemGroup>
+ <Compile Include="..\obj\NerdBank.OpenId.Strings.cs">
+ <Link>NerdBank.OpenId.Strings.cs</Link>
+ </Compile>
+ <Compile Include="AssemblyInfo.cs" />
+ <Compile Include="OpenIdLogin.cs" />
+ <Compile Include="OpenIdTextBox.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Strings.txt">
+ </Content>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="COPYING" />
+ <Content Include="LICENSE" />
+ </ItemGroup>
+ <ItemGroup>
+ <Reference Include="Janrain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=9860ab4168790127, processorArchitecture=MSIL" />
+ <Reference Include="System" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Web" />
+ </ItemGroup>
+</Project>
\ No newline at end of file |