Adding LSL_Functions to StyleCop Policing.
This commit is contained in:
parent
87598963e7
commit
6baa0a1beb
2 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Text;
|
||||
|
||||
namespace LSLEditor
|
||||
|
|
|
@ -367,7 +367,7 @@
|
|||
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
||||
</Compile>
|
||||
<Compile Include="SecondLife\LSL_Functions.cs">
|
||||
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
||||
<ExcludeFromStyleCop>false</ExcludeFromStyleCop>
|
||||
</Compile>
|
||||
<Compile Include="Solution\GuidProperty.cs">
|
||||
<SubType>Form</SubType>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue