From 6baa0a1beba17b6cf830d710ef4436c4e8b5b227 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Tue, 16 Jul 2013 16:49:43 +0100 Subject: [PATCH] Adding LSL_Functions to StyleCop Policing. --- trunk/SecondLife/LSL_Functions.cs | 1 + trunk/lsleditor.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/SecondLife/LSL_Functions.cs b/trunk/SecondLife/LSL_Functions.cs index 489b9a0..5289e1e 100644 --- a/trunk/SecondLife/LSL_Functions.cs +++ b/trunk/SecondLife/LSL_Functions.cs @@ -44,6 +44,7 @@ using System; using System.Collections; using System.Collections.Generic; +using System.Diagnostics.CodeAnalysis; using System.Text; namespace LSLEditor diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj index f137097..43f6ca4 100644 --- a/trunk/lsleditor.csproj +++ b/trunk/lsleditor.csproj @@ -367,7 +367,7 @@ true - true + false Form