Renaming constant, event, function, and host files.
This commit is contained in:
parent
e08b64474d
commit
b54ae2b89d
5 changed files with 4 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue