summaryrefslogtreecommitdiff
path: root/devel/flickrnet/files/patch-AssemblyInfo.cs
blob: d01cf9044a40b0199f3ed15f5b86fa71f2f315b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- AssemblyInfo.cs.orig	2016-06-20 14:46:51 UTC
+++ AssemblyInfo.cs
@@ -61,7 +61,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyKeyName("")]
 
 #if !WindowsCE
-[assembly: AssemblyKeyFile("..\\..\\FlickrNet.snk")]
+[assembly: AssemblyKeyFile("FlickrNet.snk")]
 [assembly: AllowPartiallyTrustedCallers()]
 [assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
 #endif