Skip to content

Commit

Permalink
Fix sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
j3parker committed Aug 1, 2024
1 parent 3ecc845 commit 33a7e2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- v*

env:
VERSION_PREFIX: 13.0.0
VERSION_PREFIX: 13.0.1

jobs:

Expand Down
30 changes: 18 additions & 12 deletions D2L.Security.OAuth2.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.30503.244
# Visual Studio Version 17
VisualStudioVersion = 17.10.34804.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2", "src\D2L.Security.OAuth2\D2L.Security.OAuth2.csproj", "{676FB8C0-D021-475E-941B-03BE21769294}"
EndProject
Expand Down Expand Up @@ -32,16 +32,22 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9140879-73E6-4767-B12B-17581793E419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Debug|x64.ActiveCfg = Debug|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Debug|x86.ActiveCfg = Debug|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Release|Any CPU.Build.0 = Release|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Release|ARM.ActiveCfg = Release|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Release|x64.ActiveCfg = Release|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Release|x86.ActiveCfg = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|ARM.ActiveCfg = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|ARM.Build.0 = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|x64.ActiveCfg = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|x64.Build.0 = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|x86.ActiveCfg = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|x86.Build.0 = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|Any CPU.Build.0 = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|ARM.ActiveCfg = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|ARM.Build.0 = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|x64.ActiveCfg = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|x64.Build.0 = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|x86.ActiveCfg = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|x86.Build.0 = Release|Any CPU
{F10655CB-E66D-4DF7-8991-10C26C8FAF18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F10655CB-E66D-4DF7-8991-10C26C8FAF18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F10655CB-E66D-4DF7-8991-10C26C8FAF18}.Debug|ARM.ActiveCfg = Debug|Any CPU
Expand Down

0 comments on commit 33a7e2c

Please sign in to comment.