diff options
author | Justin Clark-Casey (justincc) | 2010-09-10 22:38:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-10 22:38:56 +0100 |
commit | 29708e47a56e6935f8965ef43556570bb82b64a9 (patch) | |
tree | 8ba76776609118904f8fd8350cd2f2712eda132c /Prebuild/src/Properties/AssemblyInfo.cs | |
parent | Remove parenthesis around the release flavour to get the version string back ... (diff) | |
parent | Build system upgrade: (diff) | |
download | opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.zip opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.gz opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.bz2 opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.xz |
Merge branch 'prebuild-update'
Diffstat (limited to '')
-rw-r--r-- | Prebuild/src/Properties/AssemblyInfo.cs | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/Prebuild/src/Properties/AssemblyInfo.cs b/Prebuild/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 65c8736..0000000 --- a/Prebuild/src/Properties/AssemblyInfo.cs +++ /dev/null | |||
@@ -1,112 +0,0 @@ | |||
1 | #region BSD License | ||
2 | /* | ||
3 | |||
4 | Copyright (c) 2004 - 2008 | ||
5 | Matthew Holmes (matthew@wildfiregames.com), | ||
6 | Dan Moorehead (dan05a@gmail.com), | ||
7 | Dave Hudson (jendave@yahoo.com), | ||
8 | Rob Loach (http://www.robloach.net), | ||
9 | C.J. Adams-Collier (cjac@colliertech.org), | ||
10 | |||
11 | Redistribution and use in source and binary forms, with or without | ||
12 | modification, are permitted provided that the following conditions are | ||
13 | met: | ||
14 | |||
15 | * Redistributions of source code must retain the above copyright | ||
16 | notice, this list of conditions and the following disclaimer. | ||
17 | |||
18 | * Redistributions in binary form must reproduce the above copyright | ||
19 | notice, this list of conditions and the following disclaimer in the | ||
20 | documentation and/or other materials provided with the distribution. | ||
21 | |||
22 | * The name of the author may not be used to endorse or promote | ||
23 | products derived from this software without specific prior written | ||
24 | permission. | ||
25 | |||
26 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | ||
27 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
28 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
29 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, | ||
30 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
31 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
32 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
33 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | ||
34 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | ||
35 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
36 | POSSIBILITY OF SUCH DAMAGE. | ||
37 | |||
38 | */ | ||
39 | #endregion | ||
40 | |||
41 | using System; | ||
42 | using System.Reflection; | ||
43 | using System.Runtime.CompilerServices; | ||
44 | using System.Runtime.InteropServices; | ||
45 | using System.Security.Permissions; | ||
46 | using System.Resources; | ||
47 | |||
48 | |||
49 | // FxCop recommended attributes | ||
50 | [assembly: ComVisible(false)] | ||
51 | [assembly: FileIOPermission(SecurityAction.RequestMinimum, Unrestricted=true)] | ||
52 | [assembly: CLSCompliant(true)] | ||
53 | |||
54 | // | ||
55 | // General Information about an assembly is controlled through the following | ||
56 | // set of attributes. Change these attribute values to modify the information | ||
57 | // associated with an assembly. | ||
58 | // | ||
59 | [assembly: AssemblyTitle(".NET Prebuild")] | ||
60 | [assembly: AssemblyDescription("A .NET project file build tool")] | ||
61 | [assembly: AssemblyConfiguration(".NET CLR")] | ||
62 | [assembly: AssemblyCompany("The Prebuild Project")] | ||
63 | [assembly: AssemblyProduct("")] | ||
64 | [assembly: AssemblyCopyright("Copyright 2004-2008 " + | ||
65 | "Matthew Holmes, " + | ||
66 | "Dan Moorehead, " + | ||
67 | "C.J. Adams-Collier, " + | ||
68 | "Rob Loach, " + | ||
69 | "David Hudson,")] | ||
70 | [assembly: AssemblyTrademark("")] | ||
71 | [assembly: AssemblyCulture("")] | ||
72 | [assembly: NeutralResourcesLanguageAttribute("en-US")] | ||
73 | [assembly: AssemblyVersion("2.0.4.*")] | ||
74 | |||
75 | // | ||
76 | // Version information for an assembly consists of the following four values: | ||
77 | // | ||
78 | // Major Version | ||
79 | // Minor Version | ||
80 | // Build Number | ||
81 | // Revision | ||
82 | // | ||
83 | // You can specify all the values or you can default the Revision and Build Numbers | ||
84 | // by using the '*' as shown below: | ||
85 | |||
86 | // | ||
87 | // In order to sign your assembly you must specify a key to use. Refer to the | ||
88 | // Microsoft .NET Framework documentation for more information on assembly signing. | ||
89 | // | ||
90 | // Use the attributes below to control which key is used for signing. | ||
91 | // | ||
92 | // Notes: | ||
93 | // (*) If no key is specified, the assembly is not signed. | ||
94 | // (*) KeyName refers to a key that has been installed in the Crypto Service | ||
95 | // Provider (CSP) on your machine. KeyFile refers to a file which contains | ||
96 | // a key. | ||
97 | // (*) If the KeyFile and the KeyName values are both specified, the | ||
98 | // following processing occurs: | ||
99 | // (1) If the KeyName can be found in the CSP, that key is used. | ||
100 | // (2) If the KeyName does not exist and the KeyFile does exist, the key | ||
101 | // in the KeyFile is installed into the CSP and used. | ||
102 | // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. | ||
103 | // When specifying the KeyFile, the location of the KeyFile should be | ||
104 | // relative to the project output directory which is | ||
105 | // %Project Directory%\obj\<configuration>. For example, if your KeyFile is | ||
106 | // located in the project directory, you would specify the AssemblyKeyFile | ||
107 | // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] | ||
108 | // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework | ||
109 | // documentation for more information on this. | ||
110 | // | ||
111 | [assembly: AssemblyDelaySign(false)] | ||
112 | [assembly: AssemblyKeyName("")] | ||