Cleaned up project files, removing unnecessary using statements and getting rid of unecessary directories and files.
This commit is contained in:
parent
c38bb0c740
commit
e9c071c8f7
@ -8,6 +8,12 @@
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="JSON_Testing\**" />
|
||||
<EmbeddedResource Remove="JSON_Testing\**" />
|
||||
<None Remove="JSON_Testing\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
|
||||
@ -23,8 +29,4 @@
|
||||
<ProjectReference Include="..\ReportingServices\ReportingServices.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="JSON_Testing\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -1,6 +1,4 @@
|
||||
using ReportingServices.HelperClasses;
|
||||
using ReportingServices.ReportingObjects;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace ReportingServices.Test
|
||||
{
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user