Cleaned up project files, removing unnecessary using statements and getting rid of unecessary directories and files.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user