fixed gitignore,

unignored Properties folder
main
Jonas Arnold 4 years ago
parent 0df1227908
commit a50811f3e2
  1. 3
      ADIS_Csharp/.gitignore
  2. 38
      ADIS_Csharp/RobotClientWpf/Properties/Settings.Designer.cs
  3. 9
      ADIS_Csharp/RobotClientWpf/Properties/Settings.settings

@ -395,5 +395,4 @@ FodyWeavers.xsd
*.msp
# JetBrains Rider
*.sln.iml
*/[Pp]roperties/
*.sln.iml

@ -0,0 +1,38 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace RobotClientWpf.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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 MqttBrokerIp {
get {
return ((string)(this["MqttBrokerIp"]));
}
set {
this["MqttBrokerIp"] = value;
}
}
}
}

@ -0,0 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="RobotClientWpf.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="MqttBrokerIp" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>
Loading…
Cancel
Save