Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signed the assemblies. #3

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions TestLibrary/TestLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>WebActivator.snk.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -54,6 +60,9 @@
<Name>WebActivator</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="WebActivator.snk.pfx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added TestLibrary/WebActivator.snk.pfx
Binary file not shown.
9 changes: 9 additions & 0 deletions TestWebApp/TestWebApp.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>WebActivator.snk.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -121,6 +127,9 @@
<Name>WebActivator</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="WebActivator.snk.pfx" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down
Binary file added TestWebApp/WebActivator.snk.pfx
Binary file not shown.
2 changes: 1 addition & 1 deletion WebActivator.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2257462-7F5F-4C80-B04B-3D48026B109C}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
Expand Down
Binary file added WebActivator.snk.pfx
Binary file not shown.
7 changes: 6 additions & 1 deletion WebActivator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("3bc078bd-ade4-4271-964f-1d041508c419")]

[assembly: InternalsVisibleTo("WebActivatorTest")]
[assembly: InternalsVisibleTo("WebActivatorTest, PublicKey=00240000048000009400000006020000002400005253413100040000010" +
"00100a5c110967144cbbc9d6b7575ebd7ec573baf87095e9a57432ef4c2" +
"f3a1310b748ec315aba53565d854da9e72eca971a0a75b20c779d5e7c38" +
"8c51f9fbc5ec47ae77a9f200553388c06b36c6eb8d45c04d9171b1af166" +
"ed8f246c2ea023793ae540a0026f9f0a7539105a0c0519f0e56700f04a7" +
"ae2a919e6af7dbb528f507ec1")]

// Version information for an assembly consists of the following four values:
//
Expand Down
7 changes: 7 additions & 0 deletions WebActivator/WebActivator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>WebActivator.snk.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
Expand Down Expand Up @@ -61,6 +67,7 @@
<None Include="Properties\WebActivator.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="WebActivator.snk.pfx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
Expand Down
Binary file added WebActivator/WebActivator.snk.pfx
Binary file not shown.
Binary file added WebActivatorTest/WebActivator.snk.pfx
Binary file not shown.
9 changes: 9 additions & 0 deletions WebActivatorTest/WebActivatorTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>WebActivator.snk.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
Expand All @@ -60,6 +66,9 @@
<Name>WebActivator</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="WebActivator.snk.pfx" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down