aboutsummaryrefslogtreecommitdiff
path: root/Plugins/OAuth2ClientApplications
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-19 12:14:42 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-19 12:14:42 -0400
commitaf31e7e88ffc3ea1ab73886f8ff232f8a730a465 (patch)
treeecd60838f7664a96f73d701dfc5e31dc31dc993f /Plugins/OAuth2ClientApplications
parent761411959ce125c35c24800cf02c1e2bfb8caf96 (diff)
Squashed commit of the following:
commit 4df5cfd547a3d5da63070fd98f4d0ddc4fa22121 Author: vnugent <public@vaughnnugent.com> Date: Thu May 2 16:46:35 2024 -0400 spring project cleanup commit a4e42fcc5ca811425b26897c982990e78b5eafcb Merge: 6ed9d9e 7614119 Author: vnugent <public@vaughnnugent.com> Date: Sun Mar 24 21:08:49 2024 -0400 Merge branch 'master' into develop commit 6ed9d9edc21526ce7575ae3128cc881c85100f18 Author: vnugent <public@vaughnnugent.com> Date: Sun Mar 10 21:58:28 2024 -0400 source tree project location updated commit 850a60e02bd083a797ffb5f48229fab502e8aede Author: vnugent <public@vaughnnugent.com> Date: Mon Feb 12 20:27:53 2024 -0500 refactor: integrate the latest sql library updates commit c70a61bc1bf683c2097e3a2481d9dfb9adbd31ea Author: vnugent <public@vaughnnugent.com> Date: Sun Feb 4 01:30:25 2024 -0500 submit pending changes
Diffstat (limited to 'Plugins/OAuth2ClientApplications')
-rw-r--r--Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj8
1 files changed, 3 insertions, 5 deletions
diff --git a/Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj b/Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj
index 80f1e48..eae6541 100644
--- a/Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj
+++ b/Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj
@@ -6,14 +6,14 @@
<AssemblyName>OAuth2ClientApplications</AssemblyName>
<RootNamespace>OAuth2ClientApplications</RootNamespace>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
- <AnalysisLevel>latest-all</AnalysisLevel>
<!--Enable dynamic loading-->
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<PropertyGroup>
-
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
</PropertyGroup>
+
<PropertyGroup>
<PackageId>VNLib.Plugins.Essentials.OAuth.ClientApplications</PackageId>
<Authors>Vaughn Nugent</Authors>
@@ -23,12 +23,10 @@
<Copyright>Copyright © 2024 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Essentials.Oauth</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/VNLib.Plugins.Essentials.Oauth/tree/master/Plugins/OAuth2ClientApplications</RepositoryUrl>
- </PropertyGroup>
-
- <PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
+
<ItemGroup>
<None Include="..\..\..\LICENSE">
<Pack>True</Pack>