diff --git a/DataScraperGUI/App.xaml b/DataScraperGUI/App.xaml new file mode 100644 index 0000000..6cfd924 --- /dev/null +++ b/DataScraperGUI/App.xaml @@ -0,0 +1,8 @@ + + + + + diff --git a/DataScraperGUI/App.xaml.cs b/DataScraperGUI/App.xaml.cs new file mode 100644 index 0000000..cc3a87f --- /dev/null +++ b/DataScraperGUI/App.xaml.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace DataScraperGUI { + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application { + } +} diff --git a/DataScraperGUI/DataScraperGUI.csproj b/DataScraperGUI/DataScraperGUI.csproj new file mode 100644 index 0000000..c2cbf9b --- /dev/null +++ b/DataScraperGUI/DataScraperGUI.csproj @@ -0,0 +1,103 @@ + + + + Debug + x86 + 8.0.30703 + 2.0 + {7F6FFC40-814A-44A9-900E-BC450AE69F30} + WinExe + Properties + DataScraperGUI + DataScraperGUI + v4.0 + Client + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + \ No newline at end of file diff --git a/DataScraperGUI/MainWindow.xaml b/DataScraperGUI/MainWindow.xaml new file mode 100644 index 0000000..b5ad74c --- /dev/null +++ b/DataScraperGUI/MainWindow.xaml @@ -0,0 +1,16 @@ + + + + + +