Skip to content

Commit d2d99f7

Browse files
committed
Build with VS17
1 parent 1f729a9 commit d2d99f7

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 1.4.3.{build}
2+
image: Visual Studio 2017
23
skip_non_tags: false
34
configuration: Release
45
init:

xslt-cli.sln

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

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27130.2036
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D63F7197-2D90-4A61-8F87-E85B8730ED5A}"
77
ProjectSection(SolutionItems) = preProject
8+
.appveyor.yml = .appveyor.yml
89
.editorconfig = .editorconfig
910
.gitignore = .gitignore
10-
appveyor.yml = appveyor.yml
1111
LICENSE = LICENSE
1212
README.md = README.md
1313
EndProjectSection
@@ -34,4 +34,7 @@ Global
3434
GlobalSection(SolutionProperties) = preSolution
3535
HideSolutionNode = FALSE
3636
EndGlobalSection
37+
GlobalSection(ExtensibilityGlobals) = postSolution
38+
SolutionGuid = {2D060838-354A-4CAB-82D3-F95B4AC7F6B4}
39+
EndGlobalSection
3740
EndGlobal

0 commit comments

Comments
 (0)