aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorlbsa712007-10-31 07:28:23 +0000
committerlbsa712007-10-31 07:28:23 +0000
commit064404ab409ddd0a3b25027a98582696295c46fd (patch)
treebd84ec2e23930f76e7cc81c8529ef71936c86dd9 /OpenSim/Framework/General/Properties/AssemblyInfo.cs
parentmade illogical bitwise operations logical (diff)
downloadopensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.zip
opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.gz
opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.bz2
opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.xz
* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.
Diffstat (limited to 'OpenSim/Framework/General/Properties/AssemblyInfo.cs')
-rw-r--r--OpenSim/Framework/General/Properties/AssemblyInfo.cs36
1 files changed, 0 insertions, 36 deletions
diff --git a/OpenSim/Framework/General/Properties/AssemblyInfo.cs b/OpenSim/Framework/General/Properties/AssemblyInfo.cs
deleted file mode 100644
index b3206a7..0000000
--- a/OpenSim/Framework/General/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
1using System.Reflection;
2using System.Runtime.InteropServices;
3
4// General Information about an assembly is controlled through the following
5// set of attributes. Change these attribute values to modify the information
6// associated with an assembly.
7
8[assembly : AssemblyTitle("OpenSim.FrameWork")]
9[assembly : AssemblyDescription("")]
10[assembly : AssemblyConfiguration("")]
11[assembly : AssemblyCompany("")]
12[assembly : AssemblyProduct("OpenSim.FrameWork")]
13[assembly : AssemblyCopyright("Copyright © 2007")]
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
21[assembly : ComVisible(false)]
22
23// The following GUID is for the ID of the typelib if this project is exposed to COM
24
25[assembly : Guid("a08e20c7-f191-4137-b1f0-9291408fa521")]
26
27// Version information for an assembly consists of the following four values:
28//
29// Major Version
30// Minor Version
31// Build Number
32// Revision
33//
34
35[assembly : AssemblyVersion("1.0.0.0")]
36[assembly : AssemblyFileVersion("1.0.0.0")] \ No newline at end of file