mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a89eaae57b
entirely in C#. WWW: http://www.codeplex.com/FlickrNet
20 lines
505 B
C#
20 lines
505 B
C#
|
|
$FreeBSD$
|
|
|
|
--- AssemblyInfo.cs.orig
|
|
+++ AssemblyInfo.cs
|
|
@@ -61,10 +61,10 @@
|
|
[assembly: AssemblyKeyName("")]
|
|
|
|
#if !WindowsCE
|
|
-[assembly: AssemblyKeyFile("..\\..\\FlickrNet.snk")]
|
|
+[assembly: AssemblyKeyFile("FlickrNet.snk")]
|
|
[assembly: AllowPartiallyTrustedCallers()]
|
|
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
|
|
#endif
|
|
|
|
[assembly: CLSCompliantAttribute(true)]
|
|
-[assembly: ComVisible(false)]
|
|
\ No newline at end of file
|
|
+[assembly: ComVisible(false)]
|