From 8963b7253f11652a6b0c737fe54ed1a9a1b3dd66 Mon Sep 17 00:00:00 2001 From: Edvinas Zadeikis Date: Mon, 3 Feb 2020 00:52:38 +0200 Subject: [PATCH] Created console program for work offer. --- .gitattributes | 63 +++++ .gitignore | 261 ++++++++++++++++++ partycli/partycli.sln | 25 ++ partycli/partycli/App.config | 27 ++ partycli/partycli/Constants.cs | 31 +++ partycli/partycli/Models/LogModel.cs | 14 + partycli/partycli/Models/ServerModel.cs | 14 + partycli/partycli/Models/States.cs | 15 + partycli/partycli/Models/TokenModel.cs | 13 + partycli/partycli/Program.cs | 182 ++++++++++++ partycli/partycli/Properties/AssemblyInfo.cs | 36 +++ .../partycli/Properties/Settings.Designer.cs | 74 +++++ .../partycli/Properties/Settings.settings | 18 ++ partycli/partycli/packages.config | 6 + partycli/partycli/partycli.csproj | 79 ++++++ 15 files changed, 858 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 partycli/partycli.sln create mode 100644 partycli/partycli/App.config create mode 100644 partycli/partycli/Constants.cs create mode 100644 partycli/partycli/Models/LogModel.cs create mode 100644 partycli/partycli/Models/ServerModel.cs create mode 100644 partycli/partycli/Models/States.cs create mode 100644 partycli/partycli/Models/TokenModel.cs create mode 100644 partycli/partycli/Program.cs create mode 100644 partycli/partycli/Properties/AssemblyInfo.cs create mode 100644 partycli/partycli/Properties/Settings.Designer.cs create mode 100644 partycli/partycli/Properties/Settings.settings create mode 100644 partycli/partycli/packages.config create mode 100644 partycli/partycli/partycli.csproj diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c4efe2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,261 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +project.fragment.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +#*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc \ No newline at end of file diff --git a/partycli/partycli.sln b/partycli/partycli.sln new file mode 100644 index 0000000..2b8bbae --- /dev/null +++ b/partycli/partycli.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1000 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "partycli", "partycli\partycli.csproj", "{11C107BC-835A-44CD-A119-7CB195AB8825}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {11C107BC-835A-44CD-A119-7CB195AB8825}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {11C107BC-835A-44CD-A119-7CB195AB8825}.Debug|Any CPU.Build.0 = Debug|Any CPU + {11C107BC-835A-44CD-A119-7CB195AB8825}.Release|Any CPU.ActiveCfg = Release|Any CPU + {11C107BC-835A-44CD-A119-7CB195AB8825}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {73338F4E-0A1F-445F-B7B5-291CF8190A23} + EndGlobalSection +EndGlobal diff --git a/partycli/partycli/App.config b/partycli/partycli/App.config new file mode 100644 index 0000000..1bc302d --- /dev/null +++ b/partycli/partycli/App.config @@ -0,0 +1,27 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + diff --git a/partycli/partycli/Constants.cs b/partycli/partycli/Constants.cs new file mode 100644 index 0000000..89afe34 --- /dev/null +++ b/partycli/partycli/Constants.cs @@ -0,0 +1,31 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace partycli +{ + static class Constants + { + public static readonly string tokenUrl = "http://playground.tesonet.lt/v1/tokens"; + public static readonly string serverUrl = "http://playground.tesonet.lt/v1/servers"; + } + + static class ConfigConstants + { + public static readonly string log = "log"; + public static readonly string username = "username"; + public static readonly string password = "password"; + public static readonly string serverList = "serverlist"; + } + + static class Commands + { + public static readonly string username = "username"; + public static readonly string password = "password"; + public static readonly string local = "--local"; + public static readonly string config = "config"; + public static readonly string serverList = "server_list"; + } +} diff --git a/partycli/partycli/Models/LogModel.cs b/partycli/partycli/Models/LogModel.cs new file mode 100644 index 0000000..ddec57d --- /dev/null +++ b/partycli/partycli/Models/LogModel.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace partycli.Models +{ + class LogModel + { + public string Action { get; set; } + public DateTime Time { get; set; } + } +} diff --git a/partycli/partycli/Models/ServerModel.cs b/partycli/partycli/Models/ServerModel.cs new file mode 100644 index 0000000..9dd0c0d --- /dev/null +++ b/partycli/partycli/Models/ServerModel.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace partycli.Models +{ + class ServerModel + { + public string Name { get; set; } + public int Distance { get; set; } + } +} diff --git a/partycli/partycli/Models/States.cs b/partycli/partycli/Models/States.cs new file mode 100644 index 0000000..01fe634 --- /dev/null +++ b/partycli/partycli/Models/States.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace partycli.Models +{ + enum States + { + none = 0, + server_list = 1, + config = 2, + }; +} diff --git a/partycli/partycli/Models/TokenModel.cs b/partycli/partycli/Models/TokenModel.cs new file mode 100644 index 0000000..f2a8f06 --- /dev/null +++ b/partycli/partycli/Models/TokenModel.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace partycli.Models +{ + class TokenModel + { + public string Token { get; set; } + } +} diff --git a/partycli/partycli/Program.cs b/partycli/partycli/Program.cs new file mode 100644 index 0000000..5541000 --- /dev/null +++ b/partycli/partycli/Program.cs @@ -0,0 +1,182 @@ +using Newtonsoft.Json; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Net.Http; +using System.Net.Http.Headers; +using System.Text; +using System.Threading.Tasks; +using partycli.Models; + +namespace partycli +{ + class Program + { + private static readonly HttpClient client = new HttpClient(); + + + + static void Main(string[] args) + { + var currentState = States.none; + string name = null; + int argIndex = 1; + + foreach (string arg in args) + { + if (currentState == States.none) + { + if (arg == Commands.serverList) + { + currentState = States.server_list; + if (argIndex >= args.Count()) + { + var token = GetAuthorizationTokenAsync().Result; + var serverList = GetNewServerListAsync(token).Result; + StoreValue(ConfigConstants.serverList, serverList, false); + Log("Saved new server list: " + serverList); + DisplayList(serverList); + } + } + if (arg == Commands.config) + { + currentState = States.config; + } + } + else if (currentState == States.config) + { + if (name == null) + { + name = arg; + } + else + { + StoreValue(ProccessName(name), arg); + Log("Changed " + ProccessName(name) + " to " + arg); + name = null; + } + } + else if (currentState == States.server_list) + { + if (arg == Commands.local) + { + if (!String.IsNullOrEmpty(Properties.Settings.Default.serverlist)) { + DisplayList(Properties.Settings.Default.serverlist); + } else + { + Console.WriteLine("Error: There are no server data in local storage"); + Environment.Exit(0); + } + } + } + argIndex = argIndex + 1; + } + + if(currentState == States.none) + { + Console.WriteLine("To set username and password, use command: partycli.exe config --username \"YOUR USERNAME\" --password \"YOUR PASSWORD\" "); + Console.WriteLine("To renew list of servers, use command: partycli.exe server_list"); + Console.WriteLine("To see saved list of servers, use command: partycli.exe server_list --local "); + Environment.Exit(0); + } + else if (currentState == States.config) { + if (name != null) + { + Console.WriteLine("Error: Couldn't save " + ProccessName(name) + ", no value was found. Check if command was input correctly."); + Environment.Exit(0); + } + } + } + + static void StoreValue(string name, string value, bool writeToConsole = true) + { + try { + var settings = Properties.Settings.Default; + settings[name] = value; + settings.Save(); + if (writeToConsole) { + Console.WriteLine("Changed " + name + " to " + value); + } + } + catch { + Console.WriteLine("Error: Couldn't save " + name + ". Check if command was input correctly." ); + Environment.Exit(0); + } + + } + + static string ProccessName(string name) + { + name = name.Replace("-", string.Empty); + return name; + } + + static async Task GetAuthorizationTokenAsync() + { + var body = new Dictionary + { + {ConfigConstants.username, Properties.Settings.Default.username }, + {ConfigConstants.password, Properties.Settings.Default.password } + }; + var content = new FormUrlEncodedContent(body); + var response = await client.PostAsync(Constants.tokenUrl, content); + if (!response.IsSuccessStatusCode) + { + Console.WriteLine("Error: " + response.StatusCode + " " + response.RequestMessage); + Environment.Exit(0); + } + var responseString = await response.Content.ReadAsStringAsync(); + var tokenObject = JsonConvert.DeserializeObject(responseString); + Log("Got new token"); + return tokenObject; + } + + static async Task GetNewServerListAsync(TokenModel token) + { + var request = new HttpRequestMessage(HttpMethod.Get, Constants.serverUrl); + request.Headers.Authorization = new AuthenticationHeaderValue("Bearer", token.Token); + var response = await client.SendAsync(request); + if (!response.IsSuccessStatusCode) + { + Console.WriteLine("Error: " + response.StatusCode + " " + response.RequestMessage); + Environment.Exit(0); + } + var responseString = await response.Content.ReadAsStringAsync(); + return responseString; + } + + static void DisplayList(string serverListString) + { + var serverlist = JsonConvert.DeserializeObject>(serverListString); + Console.WriteLine("Server list: "); + for (var index = 0; index < serverlist.Count; index++) + { + Console.WriteLine("Name: " + serverlist[index].Name); + } + Console.WriteLine("Total servers: " + serverlist.Count); + } + + static void Log(string action) + { + var newLog = new LogModel + { + Action = action, + Time = DateTime.Now + }; + List currentLog; + if (!string.IsNullOrEmpty(Properties.Settings.Default.log)) + { + currentLog = JsonConvert.DeserializeObject>(Properties.Settings.Default.log); + currentLog.Add(newLog); + } + else + { + currentLog = new List { newLog }; + } + + StoreValue(ConfigConstants.log, JsonConvert.SerializeObject(currentLog), false); + } + } + + +} diff --git a/partycli/partycli/Properties/AssemblyInfo.cs b/partycli/partycli/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9cf9874 --- /dev/null +++ b/partycli/partycli/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +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("partycli")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("partycli")] +[assembly: AssemblyCopyright("Copyright © 2020")] +[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("11c107bc-835a-44cd-a119-7cb195ab8825")] + +// 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/partycli/partycli/Properties/Settings.Designer.cs b/partycli/partycli/Properties/Settings.Designer.cs new file mode 100644 index 0000000..8475a42 --- /dev/null +++ b/partycli/partycli/Properties/Settings.Designer.cs @@ -0,0 +1,74 @@ +//------------------------------------------------------------------------------ +// +// 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 partycli.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.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; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string username { + get { + return ((string)(this["username"])); + } + set { + this["username"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string password { + get { + return ((string)(this["password"])); + } + set { + this["password"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string serverlist { + get { + return ((string)(this["serverlist"])); + } + set { + this["serverlist"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string log { + get { + return ((string)(this["log"])); + } + set { + this["log"] = value; + } + } + } +} diff --git a/partycli/partycli/Properties/Settings.settings b/partycli/partycli/Properties/Settings.settings new file mode 100644 index 0000000..622faca --- /dev/null +++ b/partycli/partycli/Properties/Settings.settings @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/partycli/partycli/packages.config b/partycli/partycli/packages.config new file mode 100644 index 0000000..1ccee08 --- /dev/null +++ b/partycli/partycli/packages.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/partycli/partycli/partycli.csproj b/partycli/partycli/partycli.csproj new file mode 100644 index 0000000..d96a632 --- /dev/null +++ b/partycli/partycli/partycli.csproj @@ -0,0 +1,79 @@ + + + + + Debug + AnyCPU + {11C107BC-835A-44CD-A119-7CB195AB8825} + Exe + partycli + partycli + v4.6.1 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + + + + + + + ..\packages\Unity.5.11.3\lib\net46\Unity.Abstractions.dll + + + ..\packages\Unity.5.11.3\lib\net46\Unity.Container.dll + + + + + + + + + + + + True + True + Settings.settings + + + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + \ No newline at end of file