aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/OpenSim.32BitLaunch/Program.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
new file mode 100644
index 0000000..ba2f461
--- /dev/null
+++ b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
@@ -0,0 +1,10 @@
1namespace OpenSim._32BitLaunch
2{
3 class Program
4 {
5 static void Main(string[] args)
6 {
7 OpenSim.Application.Main(args);
8 }
9 }
10}