Skip to content

Commit 34f7714

Browse files
committed
Added strong name signing
1 parent d907ed1 commit 34f7714

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

QRCoder/QRCoder.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
<PropertyGroup>
4040
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
4141
<AutomaticallyUseReferenceAssemblyPackages Condition=" '$(TargetFramework)' == 'net35' ">false</AutomaticallyUseReferenceAssemblyPackages>
42+
<SignAssembly>true</SignAssembly>
43+
<AssemblyOriginatorKeyFile>QRCoderStrongName.snk</AssemblyOriginatorKeyFile>
44+
<DelaySign>false</DelaySign>
4245
</PropertyGroup>
4346

4447
</Project>

QRCoder/QRCoderStrongName.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)