diff options
Diffstat (limited to '')
-rw-r--r-- | opensim.build | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/opensim.build b/opensim.build index ed43a11..41c2e66 100644 --- a/opensim.build +++ b/opensim.build | |||
@@ -34,21 +34,6 @@ | |||
34 | 34 | ||
35 | <target name="core_build" description="compiles the source code"> | 35 | <target name="core_build" description="compiles the source code"> |
36 | 36 | ||
37 | <asminfo output="src/AssemblyInfo.cs" language="CSharp"> | ||
38 | <imports> | ||
39 | <import namespace="System" /> | ||
40 | <import namespace="System.Reflection" /> | ||
41 | <import namespace="System.Runtime.InteropServices" /> | ||
42 | </imports> | ||
43 | <attributes> | ||
44 | <attribute type="ComVisibleAttribute" value="false" /> | ||
45 | <attribute type="CLSCompliantAttribute" value="false" /> | ||
46 | <attribute type="AssemblyVersionAttribute" value="${svnver}" /> | ||
47 | <attribute type="AssemblyTitleAttribute" value="opensim" /> | ||
48 | <attribute type="AssemblyDescriptionAttribute" value="The C# implementation of the simulator portion of OGS" /> | ||
49 | <attribute type="AssemblyCopyrightAttribute" value="Copyright © OGS development team 2007"/> | ||
50 | </attributes> | ||
51 | </asminfo> | ||
52 | 37 | ||
53 | <nant> | 38 | <nant> |
54 | <buildfiles> | 39 | <buildfiles> |