diff --git a/OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs b/OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs index 8d6550b896..6454ad756b 100644 --- a/OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs +++ b/OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs @@ -25,8 +25,8 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ -using libsecondlife; - +using libsecondlife; + namespace OpenSim.Region.Capabilities { [LLSDMap] diff --git a/OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs b/OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs index e9c77b81ec..52e13a7c1b 100644 --- a/OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs +++ b/OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs @@ -26,8 +26,8 @@ * */ -using libsecondlife; - +using libsecondlife; + namespace OpenSim.Region.Capabilities { [LLSDMap] diff --git a/Prebuild/src/Core/Targets/VS2008Target.cs b/Prebuild/src/Core/Targets/VS2008Target.cs index 08854abd28..88bb5e6a45 100644 --- a/Prebuild/src/Core/Targets/VS2008Target.cs +++ b/Prebuild/src/Core/Targets/VS2008Target.cs @@ -1,56 +1,56 @@ -using System; -using System.Collections.Generic; -using System.Text; -using Prebuild.Core.Attributes; - -namespace Prebuild.Core.Targets -{ - [Target("vs2008")] - public class VS2008Target : VS2005Target - { - protected override string SolutionTag - { - get { return "# Visual Studio 2008"; } - } - - protected override string SolutionVersion - { - get - { - return "10.00"; - } - } - - protected override string VersionName - { - get - { - return "Visual C# 2008"; - } - } - - protected override string ToolsVersionXml - { - get - { - return " ToolsVersion=\"3.5\""; - } - } - - protected override string ProductVersion - { - get - { - return "9.0.21022"; - } - } - - public override string Name - { - get - { - return "vs2008"; - } - } - } -} +using System; +using System.Collections.Generic; +using System.Text; +using Prebuild.Core.Attributes; + +namespace Prebuild.Core.Targets +{ + [Target("vs2008")] + public class VS2008Target : VS2005Target + { + protected override string SolutionTag + { + get { return "# Visual Studio 2008"; } + } + + protected override string SolutionVersion + { + get + { + return "10.00"; + } + } + + protected override string VersionName + { + get + { + return "Visual C# 2008"; + } + } + + protected override string ToolsVersionXml + { + get + { + return " ToolsVersion=\"3.5\""; + } + } + + protected override string ProductVersion + { + get + { + return "9.0.21022"; + } + } + + public override string Name + { + get + { + return "vs2008"; + } + } + } +}