From 551066ed9a255bd47c1c5789ec1998fda64bd5aa Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 12 Jan 2023 17:47:40 -0500 Subject: Large project reorder and consolidation --- .../src/VNLib.Plugins.Essentials.Accounts.csproj | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 plugins/VNLib.Plugins.Essentials.Accounts/src/VNLib.Plugins.Essentials.Accounts.csproj (limited to 'plugins/VNLib.Plugins.Essentials.Accounts/src/VNLib.Plugins.Essentials.Accounts.csproj') diff --git a/plugins/VNLib.Plugins.Essentials.Accounts/src/VNLib.Plugins.Essentials.Accounts.csproj b/plugins/VNLib.Plugins.Essentials.Accounts/src/VNLib.Plugins.Essentials.Accounts.csproj new file mode 100644 index 0000000..98ba1ab --- /dev/null +++ b/plugins/VNLib.Plugins.Essentials.Accounts/src/VNLib.Plugins.Essentials.Accounts.csproj @@ -0,0 +1,61 @@ + + + + net6.0 + VNLib.Plugins.Essentials.Accounts + Copyright © 2022 Vaughn Nugent + Vaughn Nugent + Accounts + + VNLib.Plugins.Essentials.Accounts + 1.0.1.5 + https://www.vaughnnugent.com/resources + True + \\vaughnnugent.com\Internal\Folder Redirection\vman\Documents\Programming\Software\StrongNameingKey.snk + + + + + + + true + enable + latest-all + + + False + + + False + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + Always + + + + + + + + -- cgit