Skip to content

Signing assemblies with strong names #53

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions WkHtmlToXSharp.Linux32/WkHtmlToXSharp.Linux32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>WkHtmlToXSharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
Expand Down Expand Up @@ -64,6 +70,7 @@
<None Include="WkHtmlToXSharp.Linux32.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="WkHtmlToXSharp.snk" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May you update the pull-req so all projects reference the same .snk file (actually the one included within WkhtmlToXSharp folder?)

</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
Expand Down
Binary file added WkHtmlToXSharp.Linux32/WkHtmlToXSharp.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions WkHtmlToXSharp.Linux64/WkHtmlToXSharp.Linux64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>WkHtmlToXSharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
Expand Down Expand Up @@ -64,6 +70,7 @@
<None Include="WkHtmlToXSharp.Linux64.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="WkHtmlToXSharp.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
Expand Down
Binary file added WkHtmlToXSharp.Linux64/WkHtmlToXSharp.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions WkHtmlToXSharp.Win32/WkHtmlToXSharp.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>WkHtmlToXSharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
Expand All @@ -60,6 +66,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="WkHtmlToXSharp.snk" />
<None Include="WkHtmlToXSharp.Win32.nuspec">
<SubType>Designer</SubType>
</None>
Expand Down
Binary file added WkHtmlToXSharp.Win32/WkHtmlToXSharp.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions WkHtmlToXSharp.Win64/WkHtmlToXSharp.Win64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>WkHtmlToXSharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
Expand All @@ -56,6 +62,7 @@
<ItemGroup>
<EmbeddedResource Include="Libs\wkhtmltox0.dll.gz" />
<None Include="packages.config" />
<None Include="WkHtmlToXSharp.snk" />
<None Include="WkHtmlToXSharp.Win64.nuspec">
<SubType>Designer</SubType>
</None>
Expand Down
Binary file added WkHtmlToXSharp.Win64/WkHtmlToXSharp.snk
Binary file not shown.