Renaming constant, event, function, and host files.

This commit is contained in:
Ima Mechanique 2013-07-16 14:14:34 +01:00
parent e08b64474d
commit b54ae2b89d
5 changed files with 4 additions and 4 deletions

View file

@ -360,13 +360,13 @@
<Compile Include="Properties\AssemblyInfo.cs">
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
</Compile>
<Compile Include="SecondLife\SecondLifeConstants.cs">
<Compile Include="SecondLife\LSL_Constants.cs">
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
</Compile>
<Compile Include="SecondLife\SecondLifeEvents.cs">
<Compile Include="SecondLife\LSL_Events.cs">
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
</Compile>
<Compile Include="SecondLife\SecondLifeFunctions.cs">
<Compile Include="SecondLife\LSL_Functions.cs">
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
</Compile>
<Compile Include="Solution\GuidProperty.cs">
@ -555,7 +555,7 @@
<DependentUpon>RuntimeConsole.cs</DependentUpon>
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
</Compile>
<Compile Include="SecondLife\SecondLifeHst.cs">
<Compile Include="SecondLife\SecondLifeHost.cs">
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
</Compile>
<Compile Include="Helpers\SmtpClient.cs">