mirror of
https://github.com/SlothDpal/Relaunch-Process.git
synced 2026-02-22 17:27:38 +03:00
- added about window
- discord: async queue
This commit is contained in:
@@ -28,6 +28,22 @@
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<ShouldCreateLogs>True</ShouldCreateLogs>
|
||||
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>
|
||||
<UpdateAssemblyVersion>False</UpdateAssemblyVersion>
|
||||
<UpdateAssemblyFileVersion>False</UpdateAssemblyFileVersion>
|
||||
<UpdateAssemblyInfoVersion>False</UpdateAssemblyInfoVersion>
|
||||
<AssemblyVersionSettings>
|
||||
</AssemblyVersionSettings>
|
||||
<UpdatePackageVersion>False</UpdatePackageVersion>
|
||||
<AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType>
|
||||
<InheritWinAppVersionFrom>None</InheritWinAppVersionFrom>
|
||||
<AssemblyFileVersionSettings>
|
||||
</AssemblyFileVersionSettings>
|
||||
<AssemblyInfoVersionSettings>
|
||||
</AssemblyInfoVersionSettings>
|
||||
<AssemblyInfoVersionSemVerSettings>
|
||||
</AssemblyInfoVersionSemVerSettings>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject>RelaunchProcess.Program</StartupObject>
|
||||
@@ -71,7 +87,7 @@
|
||||
<HintPath>.\CSharpDiscordWebhook.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<HintPath>packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
@@ -86,6 +102,12 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AboutBox.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AboutBox.Designer.cs">
|
||||
<DependentUpon>AboutBox.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Discord\DiscordWebHook.cs" />
|
||||
<Compile Include="Discord\Structs.cs" />
|
||||
<Compile Include="Discord\Utils.cs" />
|
||||
@@ -103,6 +125,9 @@
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Settings.cs" />
|
||||
<EmbeddedResource Include="AboutBox.resx">
|
||||
<DependentUpon>AboutBox.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="DiscordSettings.resx">
|
||||
<DependentUpon>DiscordSettings.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user