mirror of
https://github.com/rafael1209/Discord-Custom-Status.git
synced 2025-12-16 01:46:19 +02:00
change version and project becouse rafael1209 is autistic
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Общие сведения об этой сборке предоставляются следующим набором
|
||||
// набора атрибутов. Измените значения этих атрибутов для изменения сведений,
|
||||
// связанных со сборкой.
|
||||
[assembly: AssemblyTitle("Discord Custom Status")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Discord Custom Status")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2023")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми
|
||||
// для компонентов COM. Если необходимо обратиться к типу в этой сборке через
|
||||
// COM, следует установить атрибут ComVisible в TRUE для этого типа.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM
|
||||
[assembly: Guid("b07bb826-e59d-4b9c-9234-9465893293a6")]
|
||||
|
||||
// Сведения о версии сборки состоят из указанных ниже четырех значений:
|
||||
//
|
||||
// Основной номер версии
|
||||
// Дополнительный номер версии
|
||||
// Номер сборки
|
||||
// Редакция
|
||||
//
|
||||
// Можно задать все значения или принять номера сборки и редакции по умолчанию
|
||||
// используя "*", как показано ниже:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
@@ -127,4 +127,7 @@
|
||||
<data name="logorafael" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\img\logorafael.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="dslogo1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\img\dslogo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -12,7 +12,7 @@ namespace Discord_Custom_Status.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
@@ -238,5 +238,53 @@ namespace Discord_Custom_Status.Properties {
|
||||
this["CustomState"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Check our github")]
|
||||
public string Button1Label {
|
||||
get {
|
||||
return ((string)(this["Button1Label"]));
|
||||
}
|
||||
set {
|
||||
this["Button1Label"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://yawaflua.ru/r/gh")]
|
||||
public string Button1Url {
|
||||
get {
|
||||
return ((string)(this["Button1Url"]));
|
||||
}
|
||||
set {
|
||||
this["Button1Url"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Check our github")]
|
||||
public string Button2Label {
|
||||
get {
|
||||
return ((string)(this["Button2Label"]));
|
||||
}
|
||||
set {
|
||||
this["Button2Label"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://github.com/rafael1209")]
|
||||
public string Button2Url {
|
||||
get {
|
||||
return ((string)(this["Button2Url"]));
|
||||
}
|
||||
set {
|
||||
this["Button2Url"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,5 +56,17 @@
|
||||
<Setting Name="CustomState" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="Button1Label" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Check our github</Value>
|
||||
</Setting>
|
||||
<Setting Name="Button1Url" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">https://yawaflua.ru/r/gh</Value>
|
||||
</Setting>
|
||||
<Setting Name="Button2Label" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Check our github</Value>
|
||||
</Setting>
|
||||
<Setting Name="Button2Url" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">https://github.com/rafael1209</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user