From b54ae2b89df3d557b0b4544eb52832192bc5a892 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Tue, 16 Jul 2013 14:14:34 +0100 Subject: [PATCH] Renaming constant, event, function, and host files. --- .../{SecondLifeConstants.cs => LSL_Constants.cs} | 0 trunk/SecondLife/{SecondLifeEvents.cs => LSL_Events.cs} | 0 .../{SecondLifeFunctions.cs => LSL_Functions.cs} | 0 trunk/SecondLife/{SecondLifeHst.cs => SecondLifeHost.cs} | 0 trunk/lsleditor.csproj | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename trunk/SecondLife/{SecondLifeConstants.cs => LSL_Constants.cs} (100%) rename trunk/SecondLife/{SecondLifeEvents.cs => LSL_Events.cs} (100%) rename trunk/SecondLife/{SecondLifeFunctions.cs => LSL_Functions.cs} (100%) rename trunk/SecondLife/{SecondLifeHst.cs => SecondLifeHost.cs} (100%) diff --git a/trunk/SecondLife/SecondLifeConstants.cs b/trunk/SecondLife/LSL_Constants.cs similarity index 100% rename from trunk/SecondLife/SecondLifeConstants.cs rename to trunk/SecondLife/LSL_Constants.cs diff --git a/trunk/SecondLife/SecondLifeEvents.cs b/trunk/SecondLife/LSL_Events.cs similarity index 100% rename from trunk/SecondLife/SecondLifeEvents.cs rename to trunk/SecondLife/LSL_Events.cs diff --git a/trunk/SecondLife/SecondLifeFunctions.cs b/trunk/SecondLife/LSL_Functions.cs similarity index 100% rename from trunk/SecondLife/SecondLifeFunctions.cs rename to trunk/SecondLife/LSL_Functions.cs diff --git a/trunk/SecondLife/SecondLifeHst.cs b/trunk/SecondLife/SecondLifeHost.cs similarity index 100% rename from trunk/SecondLife/SecondLifeHst.cs rename to trunk/SecondLife/SecondLifeHost.cs diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj index e30729e..4c1d885 100644 --- a/trunk/lsleditor.csproj +++ b/trunk/lsleditor.csproj @@ -360,13 +360,13 @@ true - + true - + true - + true @@ -555,7 +555,7 @@ RuntimeConsole.cs true - + true