diff options
author | Diva Canto | 2014-12-29 14:13:17 -0800 |
---|---|---|
committer | Diva Canto | 2014-12-29 14:13:17 -0800 |
commit | 601849b4fae27c5972bb749fb18e96b64210475c (patch) | |
tree | 71385e17ee80de69fd31c0b581244120b4104e38 /OpenSim/Region/Application/Properties | |
parent | Allow for richer semantics of object derez. Specifically, allow the existence... (diff) | |
download | opensim-SC_OLD-601849b4fae27c5972bb749fb18e96b64210475c.zip opensim-SC_OLD-601849b4fae27c5972bb749fb18e96b64210475c.tar.gz opensim-SC_OLD-601849b4fae27c5972bb749fb18e96b64210475c.tar.bz2 opensim-SC_OLD-601849b4fae27c5972bb749fb18e96b64210475c.tar.xz |
Added AssemblyInfo.cs to OpenSim.exe
Diffstat (limited to 'OpenSim/Region/Application/Properties')
-rw-r--r-- | OpenSim/Region/Application/Properties/AssemblyInfo.cs | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/Properties/AssemblyInfo.cs b/OpenSim/Region/Application/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..45d89c8 --- /dev/null +++ b/OpenSim/Region/Application/Properties/AssemblyInfo.cs | |||
@@ -0,0 +1,32 @@ | |||
1 | using System.Reflection; | ||
2 | using System.Runtime.CompilerServices; | ||
3 | using System.Runtime.InteropServices; | ||
4 | |||
5 | // General Information about an assembly is controlled through the following | ||
6 | // set of attributes. Change these attribute values to modify the information | ||
7 | // associated with an assembly. | ||
8 | [assembly: AssemblyTitle("OpenSim")] | ||
9 | [assembly: AssemblyDescription("The executable for for simulator")] | ||
10 | [assembly: AssemblyConfiguration("")] | ||
11 | [assembly: AssemblyCompany("http://opensimulator.org")] | ||
12 | [assembly: AssemblyProduct("OpenSim")] | ||
13 | [assembly: AssemblyCopyright("OpenSimulator developers")] | ||
14 | [assembly: AssemblyTrademark("")] | ||
15 | [assembly: AssemblyCulture("")] | ||
16 | |||
17 | // Setting ComVisible to false makes the types in this assembly not visible | ||
18 | // to COM components. If you need to access a type in this assembly from | ||
19 | // COM, set the ComVisible attribute to true on that type. | ||
20 | [assembly: ComVisible(false)] | ||
21 | |||
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM | ||
23 | [assembly: Guid("f6700ed5-1e6f-44d8-8397-e5eac42b3856")] | ||
24 | |||
25 | // Version information for an assembly consists of the following four values: | ||
26 | // | ||
27 | // Major Version | ||
28 | // Minor Version | ||
29 | // Build Number | ||
30 | // Revision | ||
31 | // | ||
32 | [assembly: AssemblyVersion("0.8.1.*")] | ||