Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
user413 committed Mar 29, 2023
1 parent d3d0de1 commit 3d77267
Show file tree
Hide file tree
Showing 54 changed files with 3,290 additions and 3,341 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/BackupHelper/test
/BackupHelper-old

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Expand Down
10 changes: 7 additions & 3 deletions BackupHelper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackupHelper", "BackupHelper\BackupHelper.csproj", "{960576ED-78BD-460D-9C5E-3E422329FA1B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackupHelper-old", "BackupHelper-old\BackupHelper-old.csproj", "{960576ED-78BD-460D-9C5E-3E422329FA1B}"
ProjectSection(ProjectDependencies) = postProject
{67E7840B-0306-44EA-BBD6-641E388C3C9D} = {67E7840B-0306-44EA-BBD6-641E388C3C9D}
EndProjectSection
Expand All @@ -12,22 +12,26 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileControlUtility", "..\..
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FormsUtility", "..\..\Library\FormsUtility\FormsUtility\FormsUtility.csproj", "{5645CE62-EFDE-429B-8492-9E4D55F343F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackupHelper", "BackupHelper\BackupHelper.csproj", "{0BF5D9B5-07B9-4AE9-847D-2A2D6A9CABD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{960576ED-78BD-460D-9C5E-3E422329FA1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{960576ED-78BD-460D-9C5E-3E422329FA1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{960576ED-78BD-460D-9C5E-3E422329FA1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{960576ED-78BD-460D-9C5E-3E422329FA1B}.Release|Any CPU.Build.0 = Release|Any CPU
{67E7840B-0306-44EA-BBD6-641E388C3C9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67E7840B-0306-44EA-BBD6-641E388C3C9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67E7840B-0306-44EA-BBD6-641E388C3C9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5645CE62-EFDE-429B-8492-9E4D55F343F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5645CE62-EFDE-429B-8492-9E4D55F343F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5645CE62-EFDE-429B-8492-9E4D55F343F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BF5D9B5-07B9-4AE9-847D-2A2D6A9CABD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BF5D9B5-07B9-4AE9-847D-2A2D6A9CABD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BF5D9B5-07B9-4AE9-847D-2A2D6A9CABD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BF5D9B5-07B9-4AE9-847D-2A2D6A9CABD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
222 changes: 40 additions & 182 deletions BackupHelper/BackupHelper.csproj
Original file line number Diff line number Diff line change
@@ -1,199 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{960576ED-78BD-460D-9C5E-3E422329FA1B}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>BackupHelper</RootNamespace>
<AssemblyName>BackupHelper</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<IsWebBootstrapper>false</IsWebBootstrapper>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net7.0-windows10.0.22621.0</TargetFramework>
<Nullable>disable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Copyright>Copyright © Nain 2023</Copyright>
<FileVersion></FileVersion>
<ApplicationIcon>Resources\backup_helper_icon.ico</ApplicationIcon>
<Version>1.5.0</Version>
<Authors>Nain</Authors>
<Title>BackupHelper</Title>
<Description>Small .NET 7 app to facilitate backup of files and directories with advanced settings and binary comparison. These settings are saved into profiles.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/user413/BackupHelper</RepositoryUrl>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>

<ItemGroup>
<Reference Include="FileControlUtility, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FileControlUtility.1.2.1\lib\netstandard2.0\FileControlUtility.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\lib\net46\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Content Include="Resources\backup_helper_icon.ico" />
</ItemGroup>

<ItemGroup>
<Compile Include="FileControlConsoleImpl.cs" />
<Compile Include="FileControlImpl.cs" />
<Compile Include="FormCancelExecution.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormCancelExecution.Designer.cs">
<DependentUpon>FormCancelExecution.cs</DependentUpon>
</Compile>
<Compile Include="FormEditOptions.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormEditOptions.Designer.cs">
<DependentUpon>FormEditOptions.cs</DependentUpon>
</Compile>
<Compile Include="FormEditProfile.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormEditProfile.Designer.cs">
<DependentUpon>FormEditProfile.cs</DependentUpon>
</Compile>
<Compile Include="FormErrorDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormErrorDialog.Designer.cs">
<DependentUpon>FormErrorDialog.cs</DependentUpon>
</Compile>
<Compile Include="FormOptionsMenu.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormOptionsMenu.Designer.cs">
<DependentUpon>FormOptionsMenu.cs</DependentUpon>
</Compile>
<Compile Include="FormProfileMenu.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormProfileMenu.Designer.cs">
<DependentUpon>FormProfileMenu.cs</DependentUpon>
</Compile>
<Compile Include="FormReport.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormReport.Designer.cs">
<DependentUpon>FormReport.cs</DependentUpon>
</Compile>
<Compile Include="GroupForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GroupForm.Designer.cs">
<DependentUpon>GroupForm.cs</DependentUpon>
</Compile>
<Compile Include="LogManager.cs" />
<Compile Include="model\Options.cs" />
<Compile Include="model\Profile.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SQLiteAccess.cs" />
<EmbeddedResource Include="FormEditOptions.resx">
<DependentUpon>FormEditOptions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormOptionsMenu.resx">
<DependentUpon>FormOptionsMenu.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormProfileMenu.resx">
<DependentUpon>FormProfileMenu.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormReport.resx">
<DependentUpon>FormReport.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GroupForm.resx">
<DependentUpon>GroupForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>

<ItemGroup>
<None Include="App.config" />
<PackageReference Include="FileControlUtility" Version="1.3.0" />
<PackageReference Include="FormsUtility" Version="1.1.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.117" />
</ItemGroup>

<ItemGroup>
<Content Include="database\schema.sql" />
<Content Include="Resources\backup_helper_icon.ico" />
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
</Target>

</Project>
46 changes: 0 additions & 46 deletions BackupHelper/FileControlConsoleImpl.cs

This file was deleted.

45 changes: 0 additions & 45 deletions BackupHelper/FileControlImpl.cs

This file was deleted.

Loading

0 comments on commit 3d77267

Please sign in to comment.