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 | c27427b9c259e29f89a392ac5f786ff41f24709b (patch) | |
| tree | 4130b1056449a143f08a7b268a32bba4f347a16a /wcf/src | |
| parent | 0802d37628e75297bc3a59fb323719183fb13385 (diff) | |
| download | qpid-python-c27427b9c259e29f89a392ac5f786ff41f24709b.tar.gz | |
Add .NET key and signing the built assemblies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'wcf/src')
| -rw-r--r-- | wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj | 5 | ||||
| -rw-r--r-- | wcf/src/Apache/Qpid/Channel/Channel.csproj | 8 | ||||
| -rw-r--r-- | wcf/src/Apache/Qpid/Interop/Interop.vcproj | 1 | ||||
| -rw-r--r-- | wcf/src/wcfnet.snk | bin | 0 -> 596 bytes |
4 files changed, 11 insertions, 3 deletions
diff --git a/wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj b/wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj index 9c13d47296..cca131b98a 100644 --- a/wcf/src/Apache/Qpid/AmqpTypes/AmqpTypes.csproj +++ b/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/wcf/src/Apache/Qpid/Channel/Channel.csproj b/wcf/src/Apache/Qpid/Channel/Channel.csproj index 0b04eba986..7484bc38ac 100644 --- a/wcf/src/Apache/Qpid/Channel/Channel.csproj +++ b/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/wcf/src/Apache/Qpid/Interop/Interop.vcproj b/wcf/src/Apache/Qpid/Interop/Interop.vcproj index 484f6898fb..b662be9d54 100644 --- a/wcf/src/Apache/Qpid/Interop/Interop.vcproj +++ b/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/wcf/src/wcfnet.snk b/wcf/src/wcfnet.snk Binary files differnew file mode 100644 index 0000000000..d6456c8cf3 --- /dev/null +++ b/wcf/src/wcfnet.snk |
