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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace LSLEditor
|
namespace LSLEditor
|
||||||
|
|
|
@ -367,7 +367,7 @@
|
||||||
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="SecondLife\LSL_Functions.cs">
|
<Compile Include="SecondLife\LSL_Functions.cs">
|
||||||
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
<ExcludeFromStyleCop>false</ExcludeFromStyleCop>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Solution\GuidProperty.cs">
|
<Compile Include="Solution\GuidProperty.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue