Skip to content

Commit 0397249

Browse files
authored
Updated to 1.1.0.0
We updated OpenCleaner to version 1.1.0.0 after 2 years! Yaaay. No seriously, we forgot about it and came back to update few things about it. Its still not perfect and include our info about software from 2 years ago but hey, update is an update right? Signed-off-by: YagiSoft <115377143+yagisoft@users.noreply.github.com>
1 parent 0e30d61 commit 0397249

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+9805
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
5+
</startup>
6+
</configuration>

OpenCleaner v1.1.0.0/For Developers with love!/OpenCleaner/Form1.Designer.cs

Lines changed: 801 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenCleaner v1.1.0.0/For Developers with love!/OpenCleaner/Form1.cs

Lines changed: 530 additions & 0 deletions
Large diffs are not rendered by default.

OpenCleaner v1.1.0.0/For Developers with love!/OpenCleaner/Form1.resx

Lines changed: 7650 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{92B2AD43-D13F-4639-AF19-213E6DC2C32A}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<RootNamespace>OpenCleaner</RootNamespace>
10+
<AssemblyName>OpenCleaner</AssemblyName>
11+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<Deterministic>true</Deterministic>
15+
<PublishUrl>publish\</PublishUrl>
16+
<Install>true</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>false</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<ApplicationRevision>0</ApplicationRevision>
26+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<IsWebBootstrapper>false</IsWebBootstrapper>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<BootstrapperEnabled>true</BootstrapperEnabled>
30+
</PropertyGroup>
31+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32+
<PlatformTarget>AnyCPU</PlatformTarget>
33+
<DebugSymbols>true</DebugSymbols>
34+
<DebugType>full</DebugType>
35+
<Optimize>false</Optimize>
36+
<OutputPath>bin\Debug\</OutputPath>
37+
<DefineConstants>DEBUG;TRACE</DefineConstants>
38+
<ErrorReport>prompt</ErrorReport>
39+
<WarningLevel>4</WarningLevel>
40+
</PropertyGroup>
41+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42+
<PlatformTarget>AnyCPU</PlatformTarget>
43+
<DebugType>pdbonly</DebugType>
44+
<Optimize>true</Optimize>
45+
<OutputPath>bin\Release\</OutputPath>
46+
<DefineConstants>TRACE</DefineConstants>
47+
<ErrorReport>prompt</ErrorReport>
48+
<WarningLevel>4</WarningLevel>
49+
</PropertyGroup>
50+
<PropertyGroup>
51+
<ApplicationIcon>logopng.ico</ApplicationIcon>
52+
</PropertyGroup>
53+
<PropertyGroup>
54+
<TargetZone>LocalIntranet</TargetZone>
55+
</PropertyGroup>
56+
<PropertyGroup>
57+
<GenerateManifests>true</GenerateManifests>
58+
</PropertyGroup>
59+
<PropertyGroup>
60+
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
61+
</PropertyGroup>
62+
<ItemGroup>
63+
<Reference Include="System" />
64+
<Reference Include="System.Core" />
65+
<Reference Include="System.Xml.Linq" />
66+
<Reference Include="System.Data.DataSetExtensions" />
67+
<Reference Include="Microsoft.CSharp" />
68+
<Reference Include="System.Data" />
69+
<Reference Include="System.Deployment" />
70+
<Reference Include="System.Drawing" />
71+
<Reference Include="System.Net.Http" />
72+
<Reference Include="System.Windows.Forms" />
73+
<Reference Include="System.Xml" />
74+
</ItemGroup>
75+
<ItemGroup>
76+
<Compile Include="Form1.cs">
77+
<SubType>Form</SubType>
78+
</Compile>
79+
<Compile Include="Form1.Designer.cs">
80+
<DependentUpon>Form1.cs</DependentUpon>
81+
</Compile>
82+
<Compile Include="Program.cs" />
83+
<Compile Include="Properties\AssemblyInfo.cs" />
84+
<EmbeddedResource Include="Form1.resx">
85+
<DependentUpon>Form1.cs</DependentUpon>
86+
</EmbeddedResource>
87+
<EmbeddedResource Include="Properties\Resources.resx">
88+
<Generator>ResXFileCodeGenerator</Generator>
89+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
90+
<SubType>Designer</SubType>
91+
</EmbeddedResource>
92+
<Compile Include="Properties\Resources.Designer.cs">
93+
<AutoGen>True</AutoGen>
94+
<DependentUpon>Resources.resx</DependentUpon>
95+
</Compile>
96+
<None Include="Properties\app.manifest" />
97+
<None Include="Properties\Settings.settings">
98+
<Generator>SettingsSingleFileGenerator</Generator>
99+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
100+
</None>
101+
<Compile Include="Properties\Settings.Designer.cs">
102+
<AutoGen>True</AutoGen>
103+
<DependentUpon>Settings.settings</DependentUpon>
104+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
105+
</Compile>
106+
</ItemGroup>
107+
<ItemGroup>
108+
<None Include="App.config" />
109+
</ItemGroup>
110+
<ItemGroup>
111+
<Content Include="logopng.ico" />
112+
</ItemGroup>
113+
<ItemGroup>
114+
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
115+
<Visible>False</Visible>
116+
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 ve x64%29</ProductName>
117+
<Install>true</Install>
118+
</BootstrapperPackage>
119+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
120+
<Visible>False</Visible>
121+
<ProductName>.NET Framework 3.5 SP1 </ProductName>
122+
<Install>false</Install>
123+
</BootstrapperPackage>
124+
</ItemGroup>
125+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126+
</Project>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<PublishUrlHistory>publish\</PublishUrlHistory>
5+
<InstallUrlHistory />
6+
<SupportUrlHistory />
7+
<UpdateUrlHistory />
8+
<BootstrapperUrlHistory />
9+
<ErrorReportUrlHistory />
10+
<FallbackCulture>tr-TR</FallbackCulture>
11+
<VerifyUploadedFiles>false</VerifyUploadedFiles>
12+
</PropertyGroup>
13+
<PropertyGroup>
14+
<EnableSecurityDebugging>false</EnableSecurityDebugging>
15+
</PropertyGroup>
16+
</Project>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.11.35219.272
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenCleaner", "OpenCleaner.csproj", "{92B2AD43-D13F-4639-AF19-213E6DC2C32A}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{92B2AD43-D13F-4639-AF19-213E6DC2C32A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{92B2AD43-D13F-4639-AF19-213E6DC2C32A}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{92B2AD43-D13F-4639-AF19-213E6DC2C32A}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{92B2AD43-D13F-4639-AF19-213E6DC2C32A}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {91A03823-D1B1-4ACC-A914-9F7825D98E59}
24+
EndGlobalSection
25+
EndGlobal
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Threading.Tasks;
5+
using System.Windows.Forms;
6+
7+
namespace OpenCleaner
8+
{
9+
internal static class Program
10+
{
11+
/// <summary>
12+
/// Uygulamanın ana girdi noktası.
13+
/// </summary>
14+
[STAThread]
15+
static void Main()
16+
{
17+
Application.EnableVisualStyles();
18+
Application.SetCompatibleTextRenderingDefault(false);
19+
Application.Run(new ana());
20+
}
21+
}
22+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// Bir bütünleştirilmiş koda ilişkin Genel Bilgiler aşağıdaki öznitelikler kümesiyle
6+
// denetlenir. Bütünleştirilmiş kod ile ilişkili bilgileri değiştirmek için
7+
// bu öznitelik değerlerini değiştirin.
8+
[assembly: AssemblyTitle("OpenCleaner")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("YagiSoft")]
12+
[assembly: AssemblyProduct("OpenCleaner")]
13+
[assembly: AssemblyCopyright("Copyright © 2024")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// ComVisible özniteliğinin false olarak ayarlanması bu bütünleştirilmiş koddaki türleri
18+
// COM bileşenleri için görünmez yapar. Bu bütünleştirilmiş koddaki bir türe
19+
// erişmeniz gerekirse ComVisible özniteliğini o türde true olarak ayarlayın.
20+
[assembly: ComVisible(false)]
21+
22+
// Bu proje COM'un kullanımına sunulursa, aşağıdaki GUID tür kitaplığının kimliği içindir
23+
[assembly: Guid("92b2ad43-d13f-4639-af19-213e6dc2c32a")]
24+
25+
// Bir derlemenin sürüm bilgileri aşağıdaki dört değerden oluşur:
26+
//
27+
// Ana Sürüm
28+
// İkincil Sürüm
29+
// Yapı Numarası
30+
// Düzeltme
31+
//
32+
// Tüm değerleri belirtebilir veya varsayılan Derleme ve Düzeltme Numaralarını kullanmak için
33+
// aşağıda gösterildiği gibi '*' kullanabilirsiniz:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

OpenCleaner v1.1.0.0/For Developers with love!/OpenCleaner/Properties/Resources.Designer.cs

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)