Code refactoring

This commit is contained in:
Jaex 2024-01-21 03:45:12 +03:00
parent c3a0f830f8
commit 9e8cf912e2
6 changed files with 0 additions and 210 deletions

View file

@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<StartupObject></StartupObject>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
@ -56,126 +55,6 @@
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Update="Controls\ImageLabel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ObjectListView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ReadOnlyRichTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\HotkeySelectionButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\LabeledComboBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\RoundedCornerPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripBorderRight.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripButtonCounter.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripButtonExtraImage.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripEx.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripLabeledComboBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripNumericUpDown.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="NameParser\CodeMenu.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\DoubleLabeledNumericUpDown.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\LabeledNumericUpDown.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\LabelNoCopy.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripButtonColorAnimation.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripDoubleLabeledNumericUpDown.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripLabeledNumericUpDown.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ExportImportControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\TablessControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\TabToListView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\TabToTreeView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Colors\ColorBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Colors\ColorPicker.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Colors\ColorSlider.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Colors\ColorUserControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\BlackStyle\BlackStyleButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\BlackStyle\BlackStyleCheckBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\BlackStyle\BlackStyleLabel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\BlackStyle\BlackStyleProgressBar.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\Canvas.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\ColorButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\MenuButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\NoFocusBorderButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="UpdateChecker\UpdateCheckerLabel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\SplitContainerCustomSplitter.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\ToolStripRadioButtonMenuItem.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\MyListView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\MyPictureBox.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

View file

@ -49,5 +49,4 @@
<Version>13.8.2</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup />
</Project>

View file

@ -2,21 +2,6 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>

View file

@ -14,9 +14,6 @@
<DebugType>none</DebugType>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Steam|AnyCPU'">
<OutputPath>bin\Steam\</OutputPath>
<Optimize>true</Optimize>
@ -40,7 +37,6 @@
<ItemGroup>
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj" />
</ItemGroup>
<PropertyGroup />
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy /y &quot;$(TargetPath)&quot; &quot;$(SolutionDir)ShareX\$(OutDir)&quot;" />
</Target>

View file

@ -2,25 +2,6 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<SccProjectName></SccProjectName>
<SccLocalPath></SccLocalPath>
<SccAuxPath></SccAuxPath>
<SccProvider></SccProvider>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
@ -63,15 +44,6 @@
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Update="Controls\OAuthLoopbackControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\AccountTypeControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\OAuthControl.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj" />
@ -96,5 +68,4 @@
<ItemGroup>
<Content Include="Resources\OAuthCallbackPage.html" />
</ItemGroup>
<PropertyGroup />
</Project>

View file

@ -3,21 +3,6 @@
<TargetFramework>net48</TargetFramework>
<OutputType>WinExe</OutputType>
<ApplicationIcon>ShareX_Icon.ico</ApplicationIcon>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
@ -62,27 +47,9 @@
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Update="Controls\BeforeUploadControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\NewsListControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\TaskThumbnailPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\TaskRoundedCornerPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="Controls\TaskThumbnailView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Update="Controls\HotkeySelectionControl.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShareX.HistoryLib\ShareX.HistoryLib.csproj" />
@ -93,11 +60,6 @@
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj" />
<ProjectReference Include="..\ShareX.UploadersLib\ShareX.UploadersLib.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.manifest">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
<Version>10.0.22621.2428</Version>
@ -109,6 +71,4 @@
<Version>0.16.9</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup />
<PropertyGroup />
</Project>