Skip to content
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
Copy Markdown
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.