Deleted redundant Scripts.cs class
This commit is contained in:
parent
bfdb9405fc
commit
09ea720979
2 changed files with 3 additions and 12 deletions
|
@ -68,6 +68,7 @@
|
|||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Responses\LoginResponse.cs" />
|
||||
<Compile Include="Responses\Response.cs" />
|
||||
<Compile Include="ScriptManagement\ScriptBundles.cs" />
|
||||
<Compile Include="ScriptManagement\ScriptManager.cs" />
|
||||
<Compile Include="ScriptManagement\Scripts.cs" />
|
||||
</ItemGroup>
|
||||
|
@ -76,6 +77,8 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Content Include="ScriptManagement\Scripts\global.js" />
|
||||
<Content Include="ScriptManagement\Scripts\jquery-3.1.1.min.js" />
|
||||
<Content Include="ScriptManagement\Scripts\test.js" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BankingBot.ScriptManagement
|
||||
{
|
||||
public static class Scripts
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue