Skip to content

Commit 3c9de49

Browse files
committed
Build upgrade
1 parent bb368ac commit 3c9de49

File tree

4 files changed

+9
-26
lines changed

4 files changed

+9
-26
lines changed

.nuget/NuGet.Config

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

.nuget/NuGet.exe

-4.83 MB
Binary file not shown.

Simplify.Web.MessageBox.sln

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

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29409.12
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{76127232-0D28-470C-8DBB-149F0A2679E9}"
7-
ProjectSection(SolutionItems) = preProject
8-
.nuget\NuGet.Config = .nuget\NuGet.Config
9-
.nuget\NuGet.exe = .nuget\NuGet.exe
10-
EndProjectSection
11-
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simplify.Web.MessageBox", "Simplify.Web.MessageBox\Simplify.Web.MessageBox.csproj", "{1834BEA8-2331-4A44-86C9-CC764BCA0761}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simplify.Web.MessageBox", "Simplify.Web.MessageBox\Simplify.Web.MessageBox.csproj", "{1834BEA8-2331-4A44-86C9-CC764BCA0761}"
137
EndProject
148
Global
159
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -25,4 +19,7 @@ Global
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE
2721
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {C6CE404D-288B-4DFD-89D0-DBF74108A836}
24+
EndGlobalSection
2825
EndGlobal

appveyor.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
version: '{build}'
1+
version: "{build}"
22

3-
image: Visual Studio 2017
4-
5-
branches:
6-
only:
7-
- master
8-
- develop
3+
image: Visual Studio 2019
94

105
skip_tags: true
116
clone_depth: 1
@@ -14,7 +9,7 @@ configuration: Release
149
platform: Any CPU
1510

1611
before_build:
17-
- cmd: '".nuget/NuGet.exe" restore Simplify.Web.MessageBox.sln'
12+
- nuget restore
1813

1914
build:
2015
publish_nuget: true

0 commit comments

Comments
 (0)