diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-10-12 23:47:07 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-10-12 23:47:07 +0000 |
| commit | 383489fb655fd30c3862fe177b49390f951dab97 (patch) | |
| tree | ddeba4207e8be4800f6f2a75dbb2d919449848a3 /qpid/wcf | |
| parent | 21949d0e09ec5886f7354c7869d71f599a76a48c (diff) | |
| download | qpid-python-383489fb655fd30c3862fe177b49390f951dab97.tar.gz | |
Add .NET key and signing the built assemblies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@824542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/wcf')
| -rw-r--r-- | qpid/wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj | 5 | ||||
| -rw-r--r-- | qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj | 8 | ||||
| -rw-r--r-- | qpid/wcf/src/Apache/Qpid/Interop/Interop.vcproj | 1 | ||||
| -rw-r--r-- | qpid/wcf/src/wcfnet.snk | bin | 0 -> 596 bytes |
4 files changed, 11 insertions, 3 deletions
diff --git a/qpid/wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj b/qpid/wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj index 9c13d47296..cca131b98a 100644 --- a/qpid/wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj +++ b/qpid/wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj @@ -31,6 +31,8 @@ under the License. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>..\..\..\wcfnet.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -73,6 +75,9 @@ under the License. <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PropertyName.cs" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\..\..\wcfnet.snk" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
diff --git a/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj b/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj index 0b04eba986..7484bc38ac 100644 --- a/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj +++ b/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj @@ -32,9 +32,8 @@ under the License. <FileAlignment>512</FileAlignment>
<StartupObject>
</StartupObject>
- <SignAssembly>false</SignAssembly>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>..\..\..\wcfnet.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -99,4 +98,7 @@ under the License. <Name>Interop</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\..\..\wcfnet.snk" />
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/qpid/wcf/src/Apache/Qpid/Interop/Interop.vcproj b/qpid/wcf/src/Apache/Qpid/Interop/Interop.vcproj index 484f6898fb..b662be9d54 100644 --- a/qpid/wcf/src/Apache/Qpid/Interop/Interop.vcproj +++ b/qpid/wcf/src/Apache/Qpid/Interop/Interop.vcproj @@ -91,6 +91,7 @@ GenerateDebugInformation="true"
AssemblyDebug="1"
TargetMachine="1"
+ KeyFile="$(SolutionDir)\src\wcfnet.snk"
/>
<Tool
Name="VCALinkTool"
diff --git a/qpid/wcf/src/wcfnet.snk b/qpid/wcf/src/wcfnet.snk Binary files differnew file mode 100644 index 0000000000..d6456c8cf3 --- /dev/null +++ b/qpid/wcf/src/wcfnet.snk |
