From 9a200da0d2e359ecfe3cca5e6c319179a8897d9b Mon Sep 17 00:00:00 2001
From: Tedd Hansen
Date: Thu, 16 Oct 2008 15:09:02 +0000
Subject: Updated 32Bit launcher so it works in Visual Studio again. (So
developers on 64-bit os can run OpenSim in 32-bit mode)
---
OpenSim/Tools/OpenSim.32BitLaunch/OpenSim.32BitLaunch.csproj | 11 +++--------
OpenSim/Tools/OpenSim.32BitLaunch/Program.cs | 2 +-
2 files changed, 4 insertions(+), 9 deletions(-)
(limited to 'OpenSim/Tools')
diff --git a/OpenSim/Tools/OpenSim.32BitLaunch/OpenSim.32BitLaunch.csproj b/OpenSim/Tools/OpenSim.32BitLaunch/OpenSim.32BitLaunch.csproj
index bfca5e4..d829e69 100644
--- a/OpenSim/Tools/OpenSim.32BitLaunch/OpenSim.32BitLaunch.csproj
+++ b/OpenSim/Tools/OpenSim.32BitLaunch/OpenSim.32BitLaunch.csproj
@@ -3,7 +3,7 @@
Debug
AnyCPU
- 9.0.21022
+ 9.0.30729
2.0
{595D67F3-B413-4A43-8568-5B5930E3B31D}
Exe
@@ -32,13 +32,8 @@
4
+
-
- 3.5
-
-
- 3.5
-
@@ -48,7 +43,7 @@
- {AC9EB8AB-0000-0000-0000-000000000000}
+ {438A9556-0000-0000-0000-000000000000}
OpenSim
diff --git a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
index 0c4de02..b292d43 100644
--- a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
+++ b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
@@ -44,7 +44,7 @@ namespace OpenSim._32BitLaunch
System.Threading.Thread.Sleep(300);
try
{
- OpenSim.Application.Main(args);
+ global::OpenSim.Application.Main(args);
}
catch (Exception ex)
{
--
cgit v1.1