Skip to content

Commit 01c7059

Browse files
author
Mads Dabros
committed
Add root items to solution
1 parent 5acbeab commit 01c7059

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

SharpLearning.sln

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26730.3
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLearning.InputOutput.Test", "src\SharpLearning.InputOutput.Test\SharpLearning.InputOutput.Test.csproj", "{9B29211D-9211-4C36-872D-5747D6C51878}"
77
EndProject
@@ -55,10 +55,20 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLearning.InputOutput",
5555
EndProject
5656
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{55C8F585-6918-4373-A349-EDF167D77FBB}"
5757
ProjectSection(SolutionItems) = preProject
58+
.editorconfig = .editorconfig
59+
.gitattributes = .gitattributes
60+
.gitignore = .gitignore
61+
all.ps1 = all.ps1
5862
azure-pipelines.yaml = azure-pipelines.yaml
63+
build.cmd = build.cmd
64+
clean.ps1 = clean.ps1
5965
CONTRIBUTING.md = CONTRIBUTING.md
6066
src\Directory.Build.props = src\Directory.Build.props
67+
global.json = global.json
68+
LICENSE.md = LICENSE.md
6169
README.md = README.md
70+
restore.ps1 = restore.ps1
71+
test.ps1 = test.ps1
6272
EndProjectSection
6373
EndProject
6474
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLearning.XGBoost", "src\SharpLearning.XGBoost\SharpLearning.XGBoost.csproj", "{6637B36B-35E2-4FDB-8166-6472307D45BA}"

0 commit comments

Comments
 (0)