Skip to content

Commit 5305b81

Browse files
author
Matthew Thornton
committed
Add solution items to VS.
1 parent cd1dbc8 commit 5305b81

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Winton.DomainModelling.Abstractions.sln

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winton.DomainModelling.Abst
1111
EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winton.DomainModelling.Abstractions.Tests", "test\Winton.DomainModelling.Abstractions.Tests\Winton.DomainModelling.Abstractions.Tests.csproj", "{8FD5A9B0-44ED-470F-A0F0-721E55B5790D}"
1313
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{859C9252-D63B-4ECB-9AB5-0BA8415C76AE}"
15+
ProjectSection(SolutionItems) = preProject
16+
.gitignore = .gitignore
17+
GitVersionConfig.yaml = GitVersionConfig.yaml
18+
Jenkinsfile = Jenkinsfile
19+
README.md = README.md
20+
stylecop.json = stylecop.json
21+
EndProjectSection
22+
EndProject
1423
Global
1524
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1625
Debug|Any CPU = Debug|Any CPU

stylecop.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.0.2/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
44
"settings": {
55
"documentationRules": {
6-
"documentExposedElements": false,
7-
"documentInterfaces": false,
86
"documentInternalElements": false,
97
"xmlHeader": false
108
},

0 commit comments

Comments
 (0)