diff options
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 | */ |
28 | using libsecondlife; | 28 | using libsecondlife; |
29 | 29 | ||
30 | namespace OpenSim.Region.Capabilities | 30 | namespace 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 | ||
29 | using libsecondlife; | 29 | using libsecondlife; |
30 | 30 | ||
31 | namespace OpenSim.Region.Capabilities | 31 | namespace 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 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using Prebuild.Core.Attributes; | 4 | using Prebuild.Core.Attributes; |
5 | 5 | ||
6 | namespace Prebuild.Core.Targets | 6 | namespace 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 | } |