Home | History | Annotate | Download | only in DLL.NET

Lines Matching refs:assembly

28 // General Information about an assembly is controlled through the following 
30 // associated with an assembly.
32 [assembly:AssemblyTitleAttribute("dnssd.NET")];
33 [assembly:AssemblyDescriptionAttribute(".NET wrapper for DNS-SD services")];
34 [assembly:AssemblyConfigurationAttribute("")];
35 [assembly:AssemblyCompanyAttribute("Apple Inc.")];
36 [assembly:AssemblyProductAttribute("")];
37 [assembly:AssemblyCopyrightAttribute("Apple Inc.")];
38 [assembly:AssemblyTrademarkAttribute("")];
39 [assembly:AssemblyCultureAttribute("")];
42 // Version information for an assembly consists of the following four values:
52 [assembly:AssemblyVersionAttribute(MASTER_PROD_VERS_STR2)];
55 // In order to sign your assembly you must specify a key to use. Refer to the
56 // Microsoft .NET Framework documentation for more information on assembly
62 // (*) If no key is specified, the assembly is not signed.
78 [assembly:AssemblyDelaySignAttribute(false)];
79 [assembly:AssemblyKeyFileAttribute("dnssd_NET.snk")];
80 [assembly:AssemblyKeyNameAttribute("")];
82 [assembly:ComVisible(false)];
83 [assembly:CLSCompliantAttribute(true)];
84 [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];