Deleted redundant Scripts.cs class

This commit is contained in:
Aaron Yarborough 2017-02-10 14:32:58 +00:00
parent bfdb9405fc
commit 09ea720979
2 changed files with 3 additions and 12 deletions

View file

@ -68,6 +68,7 @@
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Responses\LoginResponse.cs" /> <Compile Include="Responses\LoginResponse.cs" />
<Compile Include="Responses\Response.cs" /> <Compile Include="Responses\Response.cs" />
<Compile Include="ScriptManagement\ScriptBundles.cs" />
<Compile Include="ScriptManagement\ScriptManager.cs" /> <Compile Include="ScriptManagement\ScriptManager.cs" />
<Compile Include="ScriptManagement\Scripts.cs" /> <Compile Include="ScriptManagement\Scripts.cs" />
</ItemGroup> </ItemGroup>
@ -76,6 +77,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup /> <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" /> <Content Include="ScriptManagement\Scripts\test.js" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View file

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