From e9c071c8f7324c8c39e250c52e939eacd47092a8 Mon Sep 17 00:00:00 2001 From: Daniel Wathen Date: Thu, 1 Dec 2022 08:40:13 -0700 Subject: [PATCH] Cleaned up project files, removing unnecessary using statements and getting rid of unecessary directories and files. --- ReportingServices.Test/ReportingServices.Test.csproj | 10 ++++++---- ReportingServices.Test/UnitTest1.cs | 2 -- ReportingServices/HelperClasses/Data/DBCaller.cs | 3 --- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ReportingServices.Test/ReportingServices.Test.csproj b/ReportingServices.Test/ReportingServices.Test.csproj index 0d3d66c..027f1e2 100644 --- a/ReportingServices.Test/ReportingServices.Test.csproj +++ b/ReportingServices.Test/ReportingServices.Test.csproj @@ -8,6 +8,12 @@ false + + + + + + @@ -23,8 +29,4 @@ - - - - diff --git a/ReportingServices.Test/UnitTest1.cs b/ReportingServices.Test/UnitTest1.cs index be6a9dc..4524ab4 100644 --- a/ReportingServices.Test/UnitTest1.cs +++ b/ReportingServices.Test/UnitTest1.cs @@ -1,6 +1,4 @@ using ReportingServices.HelperClasses; -using ReportingServices.ReportingObjects; -using System.Text.Json; namespace ReportingServices.Test { diff --git a/ReportingServices/HelperClasses/Data/DBCaller.cs b/ReportingServices/HelperClasses/Data/DBCaller.cs index db7d636..b6a8a2d 100644 --- a/ReportingServices/HelperClasses/Data/DBCaller.cs +++ b/ReportingServices/HelperClasses/Data/DBCaller.cs @@ -1,7 +1,4 @@ using System.Data; -using System.Numerics; -using System.Runtime.Intrinsics.Arm; -using System.Text.RegularExpressions; using Microsoft.Data.SqlClient; using ReportingServices.Models.PlanningReport; using ReportingServices.ReportingObjects;