namespace OpenSim._32BitLaunch { class Program { static void Main(string[] args) { OpenSim.Application.Main(args); } } }