Skip to content

Commit

Permalink
Adding a few project files to Solution Items for easy access in VS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 committed Apr 12, 2022
1 parent 2b208e9 commit 675bfcb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
File renamed without changes.
8 changes: 6 additions & 2 deletions ReCaptcha.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReCaptcha", "src\ReCaptcha\ReCaptcha.csproj", "{0553A2AB-29DC-4328-9F26-3537597C3C23}"
EndProject
Expand All @@ -10,6 +10,10 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A037F16-5150-43AA-80BD-872D99F3F94B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
LICENSE.md = LICENSE.md
pr-pipelines.yml = pr-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Global
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ trigger:
paths:
exclude:
- '*/README.md'
- '*/.github/*'
- '*/LICENSE.md'

pr: none

Expand Down

0 comments on commit 675bfcb

Please sign in to comment.