diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-05 20:04:31 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-05 20:04:31 -0800 |
commit | 0b0fd99c855880ec9f905f72840dd5783c8b624d (patch) | |
tree | f3ef29b9e926dd563547cd2e37e6be77ca76eac3 /src | |
parent | 8bcd2becd04de908fa82cded91114d4e4aea3754 (diff) | |
download | DotNetOpenAuth-0b0fd99c855880ec9f905f72840dd5783c8b624d.zip DotNetOpenAuth-0b0fd99c855880ec9f905f72840dd5783c8b624d.tar.gz DotNetOpenAuth-0b0fd99c855880ec9f905f72840dd5783c8b624d.tar.bz2 |
Simplified the requirements for signing using an alternate key.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 2 | ||||
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.csproj | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 4c05af4..d4997ae 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -82,8 +82,6 @@ </PropertyGroup> <PropertyGroup> <SignAssembly>true</SignAssembly> - <DelaySign>true</DelaySign> - <AssemblyOriginatorKeyFile Condition="'$(AssemblyOriginatorKeyFile)' == ''">..\official-build-key.pub</AssemblyOriginatorKeyFile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CodeAnalysis|AnyCPU' "> <DebugSymbols>true</DebugSymbols> diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj index 37e4884..42b99fd 100644 --- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj +++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj @@ -101,9 +101,6 @@ http://opensource.org/licenses/ms-pl.html </PropertyGroup> <PropertyGroup> <SignAssembly>true</SignAssembly> - <DelaySign>true</DelaySign> - <AssemblyOriginatorKeyFile Condition="'$(AssemblyOriginatorKeyFile)' == ''">..\official-build-key.pub</AssemblyOriginatorKeyFile> - <DefineConstants>$(DefineConstants);StrongNameSigned</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CodeAnalysis|AnyCPU' "> <DebugSymbols>true</DebugSymbols> |