Skip to content

Commit 0684ef8

Browse files
committed
Add .vsconfig for automatic VS features installation
1 parent d30233c commit 0684ef8

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

.vsconfig

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.Component.MSBuild",
5+
"Microsoft.Net.Component.3.5.DeveloperTools",
6+
"Microsoft.Net.Component.4.6.1.SDK",
7+
"Microsoft.Net.Component.4.6.1.TargetingPack",
8+
"Microsoft.Net.Component.4.7.1.SDK",
9+
"Microsoft.Net.Component.4.7.1.TargetingPack",
10+
"Microsoft.Net.Component.4.7.2.SDK",
11+
"Microsoft.Net.Component.4.7.2.TargetingPack",
12+
"Microsoft.Net.Component.4.7.SDK",
13+
"Microsoft.Net.Component.4.7.TargetingPack",
14+
"Microsoft.Net.Component.4.8.SDK",
15+
"Microsoft.Net.Component.4.8.TargetingPack",
16+
"Microsoft.Net.Core.Component.SDK.2.1",
17+
"Microsoft.NetCore.Component.Runtime.3.1",
18+
"Microsoft.NetCore.Component.Runtime.5.0",
19+
"Microsoft.VisualStudio.Component.NuGet",
20+
"Microsoft.VisualStudio.Component.Roslyn.Compiler"
21+
]
22+
}

CodeJam.sln

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27004.2002
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.31903.286
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A7A9586-8C07-449F-8FB0-AD469230CF67}"
77
ProjectSection(SolutionItems) = preProject
88
.editorconfig = .editorconfig
9+
.vsconfig = .vsconfig
910
appveyor.doc.yml = appveyor.doc.yml
1011
appveyor.yml = appveyor.yml
1112
CodeJamDoc.shfbproj = CodeJamDoc.shfbproj

0 commit comments

Comments
 (0)