Skip to content

Commit e84b535

Browse files
committed
New: Added option to exclude subdirectories
1 parent f59ef39 commit e84b535

39 files changed

+347
-142
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
github: danielpalme
2-
liberapay: danielpalme
32
custom: https://paypal.me/danielpalme82

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/.vs
2+
/TestResults
3+
*.suo
4+
*.user
5+
*.Cache
6+
*.binlog
7+
bin
8+
obj

BackUp.sln

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.7.34031.279
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC7DFC4A-FDE1-4A6E-8B02-17199411B07C}"
57
ProjectSection(SolutionItems) = preProject
68
BackUp.vsmdi = BackUp.vsmdi
@@ -20,9 +22,6 @@ EndProject
2022
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{970AA011-DABE-4EBB-9156-09F04D31719E}"
2123
EndProject
2224
Global
23-
GlobalSection(TestCaseManagementSettings) = postSolution
24-
CategoryFile = BackUp.vsmdi
25-
EndGlobalSection
2625
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2726
Debug|Any CPU = Debug|Any CPU
2827
Debug|Mixed Platforms = Debug|Mixed Platforms
@@ -62,8 +61,12 @@ Global
6261
{3E1E6CC9-1945-4D22-9D15-8BE7E24BAFE9}.Release|Any CPU.Build.0 = Release|Any CPU
6362
{3E1E6CC9-1945-4D22-9D15-8BE7E24BAFE9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
6463
{3E1E6CC9-1945-4D22-9D15-8BE7E24BAFE9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
64+
{9D5C5800-FE77-4CF0-8C97-D012B859864D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
65+
{9D5C5800-FE77-4CF0-8C97-D012B859864D}.Debug|Any CPU.Build.0 = Debug|Any CPU
6566
{9D5C5800-FE77-4CF0-8C97-D012B859864D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
6667
{9D5C5800-FE77-4CF0-8C97-D012B859864D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
68+
{9D5C5800-FE77-4CF0-8C97-D012B859864D}.Release|Any CPU.ActiveCfg = Release|Any CPU
69+
{9D5C5800-FE77-4CF0-8C97-D012B859864D}.Release|Any CPU.Build.0 = Release|Any CPU
6770
{9D5C5800-FE77-4CF0-8C97-D012B859864D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
6871
{9D5C5800-FE77-4CF0-8C97-D012B859864D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
6972
{970AA011-DABE-4EBB-9156-09F04D31719E}.Debug|Any CPU.ActiveCfg = Debug
@@ -75,4 +78,10 @@ Global
7578
GlobalSection(SolutionProperties) = preSolution
7679
HideSolutionNode = FALSE
7780
EndGlobalSection
81+
GlobalSection(ExtensibilityGlobals) = postSolution
82+
SolutionGuid = {4052A422-7AB0-45AE-9CB1-00BBABFF361F}
83+
EndGlobalSection
84+
GlobalSection(TestCaseManagementSettings) = postSolution
85+
CategoryFile = BackUp.vsmdi
86+
EndGlobalSection
7887
EndGlobal

Readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ For further details take a look at LICENSE.txt.
4040

4141
CHANGELOG
4242

43+
2.1.0.0
44+
45+
* New: Added option to exclude subdirectories
46+
4347
2.0.0.0
4448

4549
* New: Rewrote code from scratch

Setup/Homepage.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=http://www.palmmedia.de
2+
URL=https://www.palmmedia.de

0 commit comments

Comments
 (0)