diff --git a/WifiSitter.sln b/WifiSitter.sln index 0244b43..a9d361c 100644 --- a/WifiSitter.sln +++ b/WifiSitter.sln @@ -1,10 +1,12 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +VisualStudioVersion = 14.0.25123.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WifiSitter", "WifiSitter\WifiSitter.csproj", "{B3A5D84A-C7A0-409D-881D-1D5FF36773D4}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WifiSitterGui", "WifiSitterGui\WifiSitterGui.csproj", "{20552785-B57D-4A59-B891-EF4FB170CE1A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -21,15 +23,23 @@ Global {B3A5D84A-C7A0-409D-881D-1D5FF36773D4}.Release|Any CPU.Build.0 = Release|Any CPU {B3A5D84A-C7A0-409D-881D-1D5FF36773D4}.Release|x86.ActiveCfg = Release|x86 {B3A5D84A-C7A0-409D-881D-1D5FF36773D4}.Release|x86.Build.0 = Release|x86 + {20552785-B57D-4A59-B891-EF4FB170CE1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {20552785-B57D-4A59-B891-EF4FB170CE1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {20552785-B57D-4A59-B891-EF4FB170CE1A}.Debug|x86.ActiveCfg = Debug|Any CPU + {20552785-B57D-4A59-B891-EF4FB170CE1A}.Debug|x86.Build.0 = Debug|Any CPU + {20552785-B57D-4A59-B891-EF4FB170CE1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20552785-B57D-4A59-B891-EF4FB170CE1A}.Release|Any CPU.Build.0 = Release|Any CPU + {20552785-B57D-4A59-B891-EF4FB170CE1A}.Release|x86.ActiveCfg = Release|Any CPU + {20552785-B57D-4A59-B891-EF4FB170CE1A}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - BuildVersion_DetectChanges = False - BuildVersion_IncrementBeforeBuild = False - BuildVersion_StartDate = 2000/1/1 - BuildVersion_BuildVersioningStyle = None.None.Increment.Increment BuildVersion_UpdateFileVersion = False + BuildVersion_BuildVersioningStyle = None.None.Increment.Increment + BuildVersion_StartDate = 2000/1/1 + BuildVersion_IncrementBeforeBuild = False + BuildVersion_DetectChanges = False EndGlobalSection EndGlobal diff --git a/WifiSitterGui/App.xaml b/WifiSitterGui/App.xaml new file mode 100644 index 0000000..ecfd46c --- /dev/null +++ b/WifiSitterGui/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/WifiSitterGui/App.xaml.cs b/WifiSitterGui/App.xaml.cs new file mode 100644 index 0000000..24837ef --- /dev/null +++ b/WifiSitterGui/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace WifiSitterGui +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/WifiSitterGui/MainWindow.xaml b/WifiSitterGui/MainWindow.xaml new file mode 100644 index 0000000..0c11e07 --- /dev/null +++ b/WifiSitterGui/MainWindow.xaml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/WifiSitterGui/MainWindow.xaml.cs b/WifiSitterGui/MainWindow.xaml.cs new file mode 100644 index 0000000..42935f7 --- /dev/null +++ b/WifiSitterGui/MainWindow.xaml.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace WifiSitterGui +{ + /// + /// Interaction logic for MainWindow.xaml + /// + public partial class MainWindow : Window + { + public MainWindow() { + InitializeComponent(); + } + } +} diff --git a/WifiSitterGui/Properties/AssemblyInfo.cs b/WifiSitterGui/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0b685df --- /dev/null +++ b/WifiSitterGui/Properties/AssemblyInfo.cs @@ -0,0 +1,55 @@ +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Windows; + +// 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("WifiSitterGui")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("WifiSitterGui")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[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)] + +//In order to begin building localizable applications, set +//CultureYouAreCodingWith in your .csproj file +//inside a . For example, if you are using US english +//in your source files, set the to en-US. Then uncomment +//the NeutralResourceLanguage attribute below. Update the "en-US" in +//the line below to match the UICulture setting in the project file. + +//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] + + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] + + +// 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")] diff --git a/WifiSitterGui/Properties/Resources.Designer.cs b/WifiSitterGui/Properties/Resources.Designer.cs new file mode 100644 index 0000000..47d71ea --- /dev/null +++ b/WifiSitterGui/Properties/Resources.Designer.cs @@ -0,0 +1,73 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WifiSitterGui.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WifiSitterGui.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon wifisitter_icon { + get { + object obj = ResourceManager.GetObject("wifisitter_icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + } +} diff --git a/WifiSitterGui/Properties/Resources.resx b/WifiSitterGui/Properties/Resources.resx new file mode 100644 index 0000000..2f4616e --- /dev/null +++ b/WifiSitterGui/Properties/Resources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + ..\..\WifiSitter\wifisitter-icon.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/WifiSitterGui/Properties/Settings.Designer.cs b/WifiSitterGui/Properties/Settings.Designer.cs new file mode 100644 index 0000000..522b335 --- /dev/null +++ b/WifiSitterGui/Properties/Settings.Designer.cs @@ -0,0 +1,28 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WifiSitterGui.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + } +} diff --git a/WifiSitterGui/Properties/Settings.settings b/WifiSitterGui/Properties/Settings.settings new file mode 100644 index 0000000..033d7a5 --- /dev/null +++ b/WifiSitterGui/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/WifiSitterGui/WifiSitterGui.csproj b/WifiSitterGui/WifiSitterGui.csproj new file mode 100644 index 0000000..bf47cff --- /dev/null +++ b/WifiSitterGui/WifiSitterGui.csproj @@ -0,0 +1,108 @@ + + + + + Debug + AnyCPU + {20552785-B57D-4A59-B891-EF4FB170CE1A} + WinExe + Properties + WifiSitterGui + WifiSitterGui + v3.5 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net35\Hardcodet.Wpf.TaskbarNotification.dll + True + + + + + + + + + + + + + + + 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 + + + + + + wifisitter-icon.ico + + + + + \ No newline at end of file diff --git a/WifiSitterGui/packages.config b/WifiSitterGui/packages.config new file mode 100644 index 0000000..51099b7 --- /dev/null +++ b/WifiSitterGui/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file