diff --git a/OpenSim/Tools/OpenSim.32BitLaunch/OpenSim.32BitLaunch.csproj b/OpenSim/Tools/OpenSim.32BitLaunch/OpenSim.32BitLaunch.csproj index bfca5e4d77..d829e693e8 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 0c4de02e13..b292d4316b 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 70b46ae124..a028deb618 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 f532ee21e4..0af0597717 100644 Binary files a/bin/OpenSim.32BitLaunch.pdb and b/bin/OpenSim.32BitLaunch.pdb differ