diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/Robust.32BitLaunch/Properties/AssemblyInfo.cs (renamed from OpenSim/Region/Communications/OGS1/Properties/AssemblyInfo.cs) | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/OpenSim/Region/Communications/OGS1/Properties/AssemblyInfo.cs b/OpenSim/Tools/Robust.32BitLaunch/Properties/AssemblyInfo.cs index 2b54f2e..cf80f47 100644 --- a/OpenSim/Region/Communications/OGS1/Properties/AssemblyInfo.cs +++ b/OpenSim/Tools/Robust.32BitLaunch/Properties/AssemblyInfo.cs | |||
@@ -26,30 +26,28 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System.Reflection; | 28 | using System.Reflection; |
29 | using System.Runtime.CompilerServices; | ||
29 | using System.Runtime.InteropServices; | 30 | using System.Runtime.InteropServices; |
30 | 31 | ||
31 | // General information about an assembly is controlled through the following | 32 | // General information about an assembly is controlled through the following |
32 | // set of attributes. Change these attribute values to modify the information | 33 | // set of attributes. Change these attribute values to modify the information |
33 | // associated with an assembly. | 34 | // associated with an assembly. |
34 | 35 | [assembly: AssemblyTitle("Robust.32BitLaunch")] | |
35 | [assembly : AssemblyTitle("OpenGrid.Framework.Communications.OGS1")] | 36 | [assembly: AssemblyDescription("")] |
36 | [assembly : AssemblyDescription("")] | 37 | [assembly: AssemblyConfiguration("")] |
37 | [assembly : AssemblyConfiguration("")] | 38 | [assembly: AssemblyCompany("http://opensimulator.org")] |
38 | [assembly : AssemblyCompany("http://opensimulator.org")] | 39 | [assembly: AssemblyProduct("Robust.32BitLaunch")] |
39 | [assembly : AssemblyProduct("OpenGrid.Framework.Communications.OGS1")] | 40 | [assembly: AssemblyCopyright("Copyright (c) 2008")] |
40 | [assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")] | 41 | [assembly: AssemblyTrademark("")] |
41 | [assembly : AssemblyTrademark("")] | 42 | [assembly: AssemblyCulture("")] |
42 | [assembly : AssemblyCulture("")] | ||
43 | 43 | ||
44 | // Setting ComVisible to false makes the types in this assembly not visible | 44 | // Setting ComVisible to false makes the types in this assembly not visible |
45 | // to COM components. If you need to access a type in this assembly from | 45 | // to COM components. If you need to access a type in this assembly from |
46 | // COM, set the ComVisible attribute to true on that type. | 46 | // COM, set the ComVisible attribute to true on that type. |
47 | 47 | [assembly: ComVisible(false)] | |
48 | [assembly : ComVisible(false)] | ||
49 | 48 | ||
50 | // The following GUID is for the ID of the typelib if this project is exposed to COM | 49 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
51 | 50 | [assembly: Guid("5072e919-46ab-47e6-8a63-08108324ccdf")] | |
52 | [assembly : Guid("a8b2b39b-c83b-41e2-b0b5-7ccfc1fddae7")] | ||
53 | 51 | ||
54 | // Version information for an assembly consists of the following four values: | 52 | // Version information for an assembly consists of the following four values: |
55 | // | 53 | // |
@@ -58,8 +56,8 @@ using System.Runtime.InteropServices; | |||
58 | // Build Number | 56 | // Build Number |
59 | // Revision | 57 | // Revision |
60 | // | 58 | // |
61 | // You can specify all the values or you can default the Revision and Build Numbers | 59 | // You can specify all the values or you can default the Build and Revision Numbers |
62 | // by using the '*' as shown below: | 60 | // by using the '*' as shown below: |
63 | 61 | // [assembly: AssemblyVersion("0.6.3.*")] | |
64 | [assembly : AssemblyVersion("0.6.5.*")] | 62 | [assembly: AssemblyVersion("0.6.3.*")] |
65 | [assembly : AssemblyFileVersion("0.6.5.0")] | 63 | [assembly: AssemblyFileVersion("1.0.0.0")] |