diff --git a/DataScraperCLI/DataScraperCLI.csproj b/DataScraperCLI/DataScraperCLI.csproj deleted file mode 100644 index 5123792..0000000 --- a/DataScraperCLI/DataScraperCLI.csproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {0ACA125D-6725-4A0B-8C61-05EE786943C5} - Exe - Properties - DataScraperCLI - DataScraperCLI - v4.0 - Client - 512 - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/DataScraperCLI/Program.cs b/DataScraperCLI/Program.cs deleted file mode 100644 index e2041a7..0000000 --- a/DataScraperCLI/Program.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace DataScraperCLI { - class Program { - static void Main(string[] args) { - } - } -} diff --git a/DataScraperCLI/Properties/AssemblyInfo.cs b/DataScraperCLI/Properties/AssemblyInfo.cs deleted file mode 100644 index c74a776..0000000 --- a/DataScraperCLI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("DataScraperCLI")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("School of Business")] -[assembly: AssemblyProduct("DataScraperCLI")] -[assembly: AssemblyCopyright("Copyright © School of Business 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9a5220fc-5069-4a3a-8627-ecc377b681b8")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]