aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJeff Ames2007-12-28 08:56:44 +0000
committerJeff Ames2007-12-28 08:56:44 +0000
commit1a484fcabfd7311757f2db699ced0bacd2b126a5 (patch)
tree7cea443d3c5e95fa3839effd9f2b1222d7d93ba2
parentPatch from Johan: LibSL updated to the latest revision (1568) and all packets... (diff)
downloadopensim-SC_OLD-1a484fcabfd7311757f2db699ced0bacd2b126a5.zip
opensim-SC_OLD-1a484fcabfd7311757f2db699ced0bacd2b126a5.tar.gz
opensim-SC_OLD-1a484fcabfd7311757f2db699ced0bacd2b126a5.tar.bz2
opensim-SC_OLD-1a484fcabfd7311757f2db699ced0bacd2b126a5.tar.xz
Set svn:eol-style.
-rw-r--r--OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs4
-rw-r--r--OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs4
-rw-r--r--Prebuild/src/Core/Targets/VS2008Target.cs112
3 files changed, 60 insertions, 60 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs b/OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs
index 8d6550b..6454ad7 100644
--- a/OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs
+++ b/OpenSim/Framework/Communications/Capabilities/LLSDTaskInventoryUploadComplete.cs
@@ -25,8 +25,8 @@
25* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26* 26*
27*/ 27*/
28using libsecondlife; 28using libsecondlife;
29 29
30namespace OpenSim.Region.Capabilities 30namespace OpenSim.Region.Capabilities
31{ 31{
32 [LLSDMap] 32 [LLSDMap]
diff --git a/OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs b/OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs
index e9c77b8..52e13a7 100644
--- a/OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs
+++ b/OpenSim/Framework/Communications/Capabilities/LLSDTaskScriptUpdate.cs
@@ -26,8 +26,8 @@
26* 26*
27*/ 27*/
28 28
29using libsecondlife; 29using libsecondlife;
30 30
31namespace OpenSim.Region.Capabilities 31namespace OpenSim.Region.Capabilities
32{ 32{
33 [LLSDMap] 33 [LLSDMap]
diff --git a/Prebuild/src/Core/Targets/VS2008Target.cs b/Prebuild/src/Core/Targets/VS2008Target.cs
index 08854ab..88bb5e6 100644
--- a/Prebuild/src/Core/Targets/VS2008Target.cs
+++ b/Prebuild/src/Core/Targets/VS2008Target.cs
@@ -1,56 +1,56 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4using Prebuild.Core.Attributes; 4using Prebuild.Core.Attributes;
5 5
6namespace Prebuild.Core.Targets 6namespace Prebuild.Core.Targets
7{ 7{
8 [Target("vs2008")] 8 [Target("vs2008")]
9 public class VS2008Target : VS2005Target 9 public class VS2008Target : VS2005Target
10 { 10 {
11 protected override string SolutionTag 11 protected override string SolutionTag
12 { 12 {
13 get { return "# Visual Studio 2008"; } 13 get { return "# Visual Studio 2008"; }
14 } 14 }
15 15
16 protected override string SolutionVersion 16 protected override string SolutionVersion
17 { 17 {
18 get 18 get
19 { 19 {
20 return "10.00"; 20 return "10.00";
21 } 21 }
22 } 22 }
23 23
24 protected override string VersionName 24 protected override string VersionName
25 { 25 {
26 get 26 get
27 { 27 {
28 return "Visual C# 2008"; 28 return "Visual C# 2008";
29 } 29 }
30 } 30 }
31 31
32 protected override string ToolsVersionXml 32 protected override string ToolsVersionXml
33 { 33 {
34 get 34 get
35 { 35 {
36 return " ToolsVersion=\"3.5\""; 36 return " ToolsVersion=\"3.5\"";
37 } 37 }
38 } 38 }
39 39
40 protected override string ProductVersion 40 protected override string ProductVersion
41 { 41 {
42 get 42 get
43 { 43 {
44 return "9.0.21022"; 44 return "9.0.21022";
45 } 45 }
46 } 46 }
47 47
48 public override string Name 48 public override string Name
49 { 49 {
50 get 50 get
51 { 51 {
52 return "vs2008"; 52 return "vs2008";
53 } 53 }
54 } 54 }
55 } 55 }
56} 56}