Splitting Constants, Events, and Functions into seperate files. This should make it easier to automate checking/updating them later.

This commit is contained in:
Ima Mechanique 2013-07-15 21:30:36 +01:00
parent d185e8967e
commit e05ab6ae1e
6 changed files with 4181 additions and 4084 deletions

View file

@ -251,6 +251,9 @@
</Compile>
<Compile Include="Plugins\Generic.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SecondLife\SecondLifeConstants.cs" />
<Compile Include="SecondLife\SecondLifeEvents.cs" />
<Compile Include="SecondLife\SecondLifeFunctions.cs" />
<Compile Include="Solution\GuidProperty.cs">
<SubType>Form</SubType>
</Compile>