git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zlib-1.3.1 / contrib / dotzlib / DotZLib / AssemblyInfo.cs
CommitLineData
9e052883 1using System.Reflection;\r
2using System.Runtime.CompilerServices;\r
3\r
4//\r
5// General Information about an assembly is controlled through the following\r
6// set of attributes. Change these attribute values to modify the information\r
7// associated with an assembly.\r
8//\r
9[assembly: AssemblyTitle("DotZLib")]\r
10[assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]\r
11[assembly: AssemblyConfiguration("")]\r
12[assembly: AssemblyCompany("Henrik Ravn")]\r
13[assembly: AssemblyProduct("")]\r
14[assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]\r
15[assembly: AssemblyTrademark("")]\r
16[assembly: AssemblyCulture("")]\r
17\r
18//\r
19// Version information for an assembly consists of the following four values:\r
20//\r
21// Major Version\r
22// Minor Version\r
23// Build Number\r
24// Revision\r
25//\r
26// You can specify all the values or you can default the Revision and Build Numbers\r
27// by using the '*' as shown below:\r
28\r
29[assembly: AssemblyVersion("1.0.*")]\r
30\r
31//\r
32// In order to sign your assembly you must specify a key to use. Refer to the\r
33// Microsoft .NET Framework documentation for more information on assembly signing.\r
34//\r
35// Use the attributes below to control which key is used for signing.\r
36//\r
37// Notes:\r
38// (*) If no key is specified, the assembly is not signed.\r
39// (*) KeyName refers to a key that has been installed in the Crypto Service\r
40// Provider (CSP) on your machine. KeyFile refers to a file which contains\r
41// a key.\r
42// (*) If the KeyFile and the KeyName values are both specified, the\r
43// following processing occurs:\r
44// (1) If the KeyName can be found in the CSP, that key is used.\r
45// (2) If the KeyName does not exist and the KeyFile does exist, the key\r
46// in the KeyFile is installed into the CSP and used.\r
47// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.\r
48// When specifying the KeyFile, the location of the KeyFile should be\r
49// relative to the project output directory which is\r
50// %Project Directory%\obj\<configuration>. For example, if your KeyFile is\r
51// located in the project directory, you would specify the AssemblyKeyFile\r
52// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]\r
53// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework\r
54// documentation for more information on this.\r
55//\r
56[assembly: AssemblyDelaySign(false)]\r
57[assembly: AssemblyKeyFile("")]\r
58[assembly: AssemblyKeyName("")]\r