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.32BitLaunch/OpenSim.32BitLaunch.csproj | 11 +++--------
OpenSim/Tools/OpenSim.32BitLaunch/Program.cs | 2 +-
bin/OpenSim.32BitLaunch.exe | Bin 5632 -> 5632 bytes
bin/OpenSim.32BitLaunch.pdb | Bin 11776 -> 11776 bytes
4 files changed, 4 insertions(+), 9 deletions(-)
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)
{
diff --git a/bin/OpenSim.32BitLaunch.exe b/bin/OpenSim.32BitLaunch.exe
index 70b46ae..a028deb 100755
Binary files a/bin/OpenSim.32BitLaunch.exe and b/bin/OpenSim.32BitLaunch.exe differ
diff --git a/bin/OpenSim.32BitLaunch.pdb b/bin/OpenSim.32BitLaunch.pdb
index f532ee2..0af0597 100644
Binary files a/bin/OpenSim.32BitLaunch.pdb and b/bin/OpenSim.32BitLaunch.pdb differ
--
cgit v1.1