Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omsmith/sln fixes #367

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion D2L.Security.OAuth2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Packages.props = Packages.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2.Benchmarks", "test\D2L.Security.OAuth2.Benchmarks\D2L.Security.OAuth2.Benchmarks.csproj", "{E24E112F-AA04-4685-AE76-3127074719EF}"
EndProject
Comment on lines +23 to +24
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was inadvertently removed in #365

Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -78,13 +80,30 @@ Global
{F5667A7E-955D-4402-86C4-8DFB65768AE1}.Release|ARM.ActiveCfg = Release|Any CPU
{F5667A7E-955D-4402-86C4-8DFB65768AE1}.Release|x64.ActiveCfg = Release|Any CPU
{F5667A7E-955D-4402-86C4-8DFB65768AE1}.Release|x86.ActiveCfg = Release|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Debug|ARM.Build.0 = Debug|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Debug|x64.ActiveCfg = Debug|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Debug|x64.Build.0 = Debug|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Debug|x86.ActiveCfg = Debug|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Debug|x86.Build.0 = Debug|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Release|Any CPU.Build.0 = Release|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Release|ARM.ActiveCfg = Release|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Release|ARM.Build.0 = Release|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Release|x64.ActiveCfg = Release|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Release|x64.Build.0 = Release|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Release|x86.ActiveCfg = Release|Any CPU
{E24E112F-AA04-4685-AE76-3127074719EF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95CE1314-E961-4C64-B410-43903BD3A04C} = {731C8174-3528-40CD-AE98-F21CB7763FD1}
{F5667A7E-955D-4402-86C4-8DFB65768AE1} = {731C8174-3528-40CD-AE98-F21CB7763FD1}
{E24E112F-AA04-4685-AE76-3127074719EF} = {731C8174-3528-40CD-AE98-F21CB7763FD1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A4A66B7-7E4C-482A-9625-4A3B21090BAD}
Expand Down
Loading