Skip to content

Commit 329147d

Browse files
author
david roller
committed
Updated project to VS 2019
1 parent 35ba447 commit 329147d

19 files changed

+28
-149
lines changed

AutoItSyntaxHighlight.sln

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26020.0
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.28803.352
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE7022B2-277F-4251-B6AC-167AC2E6A27F}"
77
ProjectSection(SolutionItems) = preProject
8-
CHANGELOG.md = CHANGELOG.md
98
README.md = README.md
109
EndProjectSection
1110
EndProject
@@ -25,4 +24,7 @@ Global
2524
GlobalSection(SolutionProperties) = preSolution
2625
HideSolutionNode = FALSE
2726
EndGlobalSection
27+
GlobalSection(ExtensibilityGlobals) = postSolution
28+
SolutionGuid = {95F4CACF-07F2-4BC4-8A53-AA9905F06BD8}
29+
EndGlobalSection
2830
EndGlobal

AutoItSyntaxHighlight/AutoItEditorClassifier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

AutoItSyntaxHighlight/AutoItEditorClassifierClassificationDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

AutoItSyntaxHighlight/AutoItEditorClassifierProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

AutoItSyntaxHighlight/AutoItLexer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorClassifierFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorCommentClassifierFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorFunctionsClassifierFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorKeywordClassifierFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorStringClassifierFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018 David Roller
2+
// Copyright 2019 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)