Skip to content

Commit 1c737ea

Browse files
committed
v1.0.21
1 parent 9117f25 commit 1c737ea

File tree

279 files changed

+739
-337107
lines changed

Some content is hidden

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

279 files changed

+739
-337107
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Leonid Maliutin
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2019-05-21 Inno-Setup 6 does not support Windows XP.

src/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ TestResult.xml
4747
# NuGet v3's project.json files produces more ignorable files
4848
*.nuget.props
4949
*.nuget.targets
50+
51+
!Release/

src/AssemblyInfo.Shared.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyCopyright("Copyright © Leonid Maliutin <mals@live.ru> 2019")]
4-
[assembly: AssemblyTrademark("docinoffice")]
3+
[assembly: AssemblyCopyright("")]
4+
[assembly: AssemblyTrademark("")]
55

66
namespace DocInOffice
77
{

src/AssemblyInfo.Shared.ps1

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/CSV 4180.sln

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
44
VisualStudioVersion = 15.0.28010.2041
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installation", "Installation", "{DA90E63E-C0BB-47A7-A300-4EE9EB804FDB}"
7+
ProjectSection(SolutionItems) = preProject
8+
Release.proj = Release.proj
9+
EndProjectSection
710
EndProject
811
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocInOffice.MSOfficeExtension", "DocInOffice.MSOfficeExtension\DocInOffice.MSOfficeExtension.csproj", "{358828BF-4B0F-4048-AD77-F8ADB473BF6C}"
912
EndProject
@@ -30,55 +33,61 @@ Global
3033
EndGlobalSection
3134
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3235
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36+
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
3337
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Debug|x64.ActiveCfg = Debug|Any CPU
3438
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Debug|x64.Build.0 = Debug|Any CPU
3539
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Debug|x86.ActiveCfg = Debug|Any CPU
3640
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Debug|x86.Build.0 = Debug|Any CPU
3741
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
42+
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Release|Any CPU.Build.0 = Release|Any CPU
3843
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Release|x64.ActiveCfg = Release|Any CPU
3944
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Release|x64.Build.0 = Release|Any CPU
4045
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Release|x86.ActiveCfg = Release|Any CPU
4146
{358828BF-4B0F-4048-AD77-F8ADB473BF6C}.Release|x86.Build.0 = Release|Any CPU
4247
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48+
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
4349
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Debug|x64.ActiveCfg = Debug|Any CPU
4450
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Debug|x64.Build.0 = Debug|Any CPU
4551
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Debug|x86.ActiveCfg = Debug|Any CPU
4652
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Debug|x86.Build.0 = Debug|Any CPU
4753
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
54+
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Release|Any CPU.Build.0 = Release|Any CPU
4855
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Release|x64.ActiveCfg = Release|Any CPU
4956
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Release|x64.Build.0 = Release|Any CPU
5057
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Release|x86.ActiveCfg = Release|Any CPU
5158
{E0166814-0509-4BBC-AFAF-79C87B221D6C}.Release|x86.Build.0 = Release|Any CPU
5259
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60+
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Debug|Any CPU.Build.0 = Debug|Any CPU
5361
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Debug|x64.ActiveCfg = Debug|Any CPU
5462
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Debug|x64.Build.0 = Debug|Any CPU
5563
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Debug|x86.ActiveCfg = Debug|Any CPU
5664
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Debug|x86.Build.0 = Debug|Any CPU
5765
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Release|Any CPU.ActiveCfg = Release|Any CPU
66+
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Release|Any CPU.Build.0 = Release|Any CPU
5867
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Release|x64.ActiveCfg = Release|Any CPU
59-
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Release|x64.Build.0 = Release|Any CPU
6068
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Release|x86.ActiveCfg = Release|Any CPU
61-
{19CA8552-54F8-4E61-B64C-B8B733BDE419}.Release|x86.Build.0 = Release|Any CPU
6269
{78EAC634-2529-4145-B582-C602161F9960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63-
{78EAC634-2529-4145-B582-C602161F9960}.Debug|x64.ActiveCfg = Debug|Any CPU
64-
{78EAC634-2529-4145-B582-C602161F9960}.Debug|x64.Build.0 = Debug|Any CPU
65-
{78EAC634-2529-4145-B582-C602161F9960}.Debug|x86.ActiveCfg = Debug|Any CPU
66-
{78EAC634-2529-4145-B582-C602161F9960}.Debug|x86.Build.0 = Debug|Any CPU
70+
{78EAC634-2529-4145-B582-C602161F9960}.Debug|Any CPU.Build.0 = Debug|Any CPU
71+
{78EAC634-2529-4145-B582-C602161F9960}.Debug|x64.ActiveCfg = Debug|x64
72+
{78EAC634-2529-4145-B582-C602161F9960}.Debug|x64.Build.0 = Debug|x64
73+
{78EAC634-2529-4145-B582-C602161F9960}.Debug|x86.ActiveCfg = Debug|x86
74+
{78EAC634-2529-4145-B582-C602161F9960}.Debug|x86.Build.0 = Debug|x86
6775
{78EAC634-2529-4145-B582-C602161F9960}.Release|Any CPU.ActiveCfg = Release|Any CPU
76+
{78EAC634-2529-4145-B582-C602161F9960}.Release|Any CPU.Build.0 = Release|Any CPU
6877
{78EAC634-2529-4145-B582-C602161F9960}.Release|x64.ActiveCfg = Release|Any CPU
6978
{78EAC634-2529-4145-B582-C602161F9960}.Release|x64.Build.0 = Release|Any CPU
7079
{78EAC634-2529-4145-B582-C602161F9960}.Release|x86.ActiveCfg = Release|Any CPU
7180
{78EAC634-2529-4145-B582-C602161F9960}.Release|x86.Build.0 = Release|Any CPU
7281
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
82+
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
7383
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Debug|x64.ActiveCfg = Debug|Any CPU
7484
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Debug|x64.Build.0 = Debug|Any CPU
7585
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Debug|x86.ActiveCfg = Debug|Any CPU
7686
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Debug|x86.Build.0 = Debug|Any CPU
7787
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
88+
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Release|Any CPU.Build.0 = Release|Any CPU
7889
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Release|x64.ActiveCfg = Release|Any CPU
79-
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Release|x64.Build.0 = Release|Any CPU
8090
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Release|x86.ActiveCfg = Release|Any CPU
81-
{922315D5-3DC0-43A7-A3A9-A3310D4773AC}.Release|x86.Build.0 = Release|Any CPU
8291
{0D6F95EE-E686-4A19-894E-D60D5C12860C}.Debug|Any CPU.ActiveCfg = Debug|x86
8392
{0D6F95EE-E686-4A19-894E-D60D5C12860C}.Debug|x64.ActiveCfg = Debug|x64
8493
{0D6F95EE-E686-4A19-894E-D60D5C12860C}.Debug|x86.ActiveCfg = Debug|x86

src/Csv4180 (Testing)/CsvReaderTesting/Tester.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
//
2-
// Copyright © Leonid S. Maliutin <mals@live.ru> 2014
3-
//
4-
5-
using System;
1+
using System;
62
using System.Collections.Generic;
73
using System.Linq;
84
using System.IO;

0 commit comments

Comments
 (0)