From 623e9e991aee3f064ae04522852ad0de98715680 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Fri, 16 Mar 2007 15:45:07 +0000 Subject: * renamed Framework Project to OpenSim.Framework --- src/OpenSim.Framework/AssemblyInfo.cs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/OpenSim.Framework/AssemblyInfo.cs (limited to 'src/OpenSim.Framework/AssemblyInfo.cs') diff --git a/src/OpenSim.Framework/AssemblyInfo.cs b/src/OpenSim.Framework/AssemblyInfo.cs new file mode 100644 index 0000000..0ff408f --- /dev/null +++ b/src/OpenSim.Framework/AssemblyInfo.cs @@ -0,0 +1,21 @@ +using System; +using System.Reflection; +using System.Runtime.InteropServices; + +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +[assembly: ComVisibleAttribute(false)] +[assembly: CLSCompliantAttribute(false)] +[assembly: AssemblyVersionAttribute("0.0.0.1")] +[assembly: AssemblyTitleAttribute("opensim-gridinterfaces")] +[assembly: AssemblyDescriptionAttribute("Definitions for OGS interface")] +[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")] + -- cgit v1.1