Skip to content

Commit 675bfcb

Browse files
committed
Adding a few project files to Solution Items for easy access in VS.
1 parent 2b208e9 commit 675bfcb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
File renamed without changes.

ReCaptcha.sln

Lines changed: 6 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 Version 16
4-
VisualStudioVersion = 16.0.29728.190
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.32210.238
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReCaptcha", "src\ReCaptcha\ReCaptcha.csproj", "{0553A2AB-29DC-4328-9F26-3537597C3C23}"
77
EndProject
@@ -10,6 +10,10 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A037F16-5150-43AA-80BD-872D99F3F94B}"
1111
ProjectSection(SolutionItems) = preProject
1212
.editorconfig = .editorconfig
13+
azure-pipelines.yml = azure-pipelines.yml
14+
LICENSE.md = LICENSE.md
15+
pr-pipelines.yml = pr-pipelines.yml
16+
README.md = README.md
1317
EndProjectSection
1418
EndProject
1519
Global

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ trigger:
66
paths:
77
exclude:
88
- '*/README.md'
9+
- '*/.github/*'
10+
- '*/LICENSE.md'
911

1012
pr: none
1113

0 commit comments

Comments
 (0)