Adding LSL_Functions to StyleCop Policing.

This commit is contained in:
Ima Mechanique 2013-07-16 16:49:43 +01:00
parent 87598963e7
commit 6baa0a1beb
2 changed files with 2 additions and 1 deletions

View file

@ -44,6 +44,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Text;
namespace LSLEditor

View file

@ -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>