Cleaned up project files, removing unnecessary using statements and getting rid of unecessary directories and files.

This commit is contained in:
Daniel Wathen
2022-12-01 08:40:13 -07:00
parent c38bb0c740
commit e9c071c8f7
3 changed files with 6 additions and 9 deletions

View File

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