diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Region/Examples/SimpleModule/Properties | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/Properties')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs b/OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs index e0e8fd9..4c0c0a0 100644 --- a/OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs | |||
@@ -28,7 +28,7 @@ | |||
28 | using System.Reflection; | 28 | using System.Reflection; |
29 | using System.Runtime.InteropServices; | 29 | using System.Runtime.InteropServices; |
30 | 30 | ||
31 | // General Information about an assembly is controlled through the following | 31 | // General information about an assembly is controlled through the following |
32 | // set of attributes. Change these attribute values to modify the information | 32 | // set of attributes. Change these attribute values to modify the information |
33 | // associated with an assembly. | 33 | // associated with an assembly. |
34 | [assembly: AssemblyTitle("OpenSim.Region.Examples.SimpleModule")] | 34 | [assembly: AssemblyTitle("OpenSim.Region.Examples.SimpleModule")] |
@@ -40,8 +40,8 @@ using System.Runtime.InteropServices; | |||
40 | [assembly: AssemblyTrademark("")] | 40 | [assembly: AssemblyTrademark("")] |
41 | [assembly: AssemblyCulture("")] | 41 | [assembly: AssemblyCulture("")] |
42 | 42 | ||
43 | // Setting ComVisible to false makes the types in this assembly not visible | 43 | // Setting ComVisible to false makes the types in this assembly not visible |
44 | // to COM components. If you need to access a type in this assembly from | 44 | // to COM components. If you need to access a type in this assembly from |
45 | // COM, set the ComVisible attribute to true on that type. | 45 | // COM, set the ComVisible attribute to true on that type. |
46 | [assembly: ComVisible(false)] | 46 | [assembly: ComVisible(false)] |
47 | 47 | ||
@@ -51,11 +51,11 @@ using System.Runtime.InteropServices; | |||
51 | // Version information for an assembly consists of the following four values: | 51 | // Version information for an assembly consists of the following four values: |
52 | // | 52 | // |
53 | // Major Version | 53 | // Major Version |
54 | // Minor Version | 54 | // Minor Version |
55 | // Build Number | 55 | // Build Number |
56 | // Revision | 56 | // Revision |
57 | // | 57 | // |
58 | // You can specify all the values or you can default the Build and Revision Numbers | 58 | // You can specify all the values or you can default the Build and Revision Numbers |
59 | // by using the '*' as shown below: | 59 | // by using the '*' as shown below: |
60 | // [assembly: AssemblyVersion("1.0.*")] | 60 | // [assembly: AssemblyVersion("1.0.*")] |
61 | [assembly: AssemblyVersion("1.0.0.0")] | 61 | [assembly: AssemblyVersion("1.0.0.0")] |