small code refactoring
This commit is contained in:
@@ -48,13 +48,10 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.5" />
|
||||
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
|
||||
<PackageReference Include="Pilz.Cryptography" Version="2.0.0" />
|
||||
<PackageReference Include="Pilz.Cryptography" Version="2.0.1" />
|
||||
<PackageReference Include="Pilz.IO" Version="2.0.0" />
|
||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||
<PackageReference Include="UI.for.WinForms.AllControls.Net60">
|
||||
<Version>2023.1.117</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
@@ -71,15 +68,11 @@
|
||||
<Import Include="Z.Collections.Extensions" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Update="DiscordBotSettingsWindow.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="DiscordBotSettingsWindow.cs" />
|
||||
<Compile Update="DiscordBotSettingsWindow.Designer.cs">
|
||||
<DependentUpon>DiscordBotSettingsWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="DiscordPostDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="DiscordPostDialog.cs" />
|
||||
<Compile Update="DiscordPostDialog.Designer.cs">
|
||||
<DependentUpon>DiscordPostDialog.cs</DependentUpon>
|
||||
</Compile>
|
||||
@@ -90,17 +83,11 @@
|
||||
<Compile Update="ApplicationVersionInput.Designer.cs">
|
||||
<DependentUpon>ApplicationVersionInput.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="ApplicationVersionInput.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="ApplicationVersionInput.cs" />
|
||||
<Compile Update="UpdateManagerWindow.cs" />
|
||||
<Compile Update="UpdateManagerWindow.Designer.cs">
|
||||
<DependentUpon>UpdateManagerWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="My Project\Application.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
@@ -111,9 +98,7 @@
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Update="ProxyConfigEditor.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="ProxyConfigEditor.cs" />
|
||||
<Compile Update="ProxyConfigEditor.Designer.cs">
|
||||
<DependentUpon>ProxyConfigEditor.cs</DependentUpon>
|
||||
</Compile>
|
||||
@@ -162,10 +147,6 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>Pilz.Updating.Administration.GUI.My</CustomToolNamespace>
|
||||
@@ -217,9 +198,11 @@
|
||||
<ProjectReference Include="..\Pilz.Updating\Pilz.Updating.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Markdig" Version="0.33.0" />
|
||||
<PackageReference Include="Markdig" Version="0.37.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
|
||||
<PackageReference Include="UI.for.WinForms.Common" Version="2024.2.514" />
|
||||
<PackageReference Include="UI.for.WinForms.Themes" Version="2024.2.514" />
|
||||
<PackageReference Include="Z.ExtensionMethods.WithNamespace" Version="2.1.1" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user