From d49cad63b9ee08d1e8d147b17fbab4bfe18a687a Mon Sep 17 00:00:00 2001 From: Serraniel Date: Tue, 15 Nov 2022 21:07:07 +0100 Subject: [PATCH] Added storage package --- SweetLib.Storage/SweetLib.Storage.csproj | 42 ++++++++++++++++++++++++ SweetLib.Storage/SweetLib.Storage.nuspec | 18 ++++++++++ SweetLib.Storage/build-nuget.bat | 2 ++ SweetLib.sln | 12 +++++-- 4 files changed, 71 insertions(+), 3 deletions(-) create mode 100644 SweetLib.Storage/SweetLib.Storage.csproj create mode 100644 SweetLib.Storage/SweetLib.Storage.nuspec create mode 100644 SweetLib.Storage/build-nuget.bat diff --git a/SweetLib.Storage/SweetLib.Storage.csproj b/SweetLib.Storage/SweetLib.Storage.csproj new file mode 100644 index 0000000..cdd0238 --- /dev/null +++ b/SweetLib.Storage/SweetLib.Storage.csproj @@ -0,0 +1,42 @@ + + + + netstandard2.0 + 0.1.0-alpha.1 + SweetLib Storage package + Serraniel + + Copyright © 2017-2022 by Serraniel + + https://github.com/Serraniel/SweetLib + https://github.com/Serraniel/SweetLib + true + https://github.com/Serraniel/SweetLib/blob/develop/nuget_icon.png?raw=true + true + LICENSE + 0.1.0.3 + 0.1.0.3 + + + + bin\Release\netstandard1.3\SweetLib.IO.xml + + + + ..\Docs\SweetLib.Storage + + + + + + + + + + + True + + + + + diff --git a/SweetLib.Storage/SweetLib.Storage.nuspec b/SweetLib.Storage/SweetLib.Storage.nuspec new file mode 100644 index 0000000..60041e9 --- /dev/null +++ b/SweetLib.Storage/SweetLib.Storage.nuspec @@ -0,0 +1,18 @@ + + + + $id$ + $version$-alpha + $title$ + Serraniel + $author$ + https://opensource.org/licenses/GPL-3.0 + https://github.com/Serraniel/SweetLib + https://github.com/Serraniel/SweetLib/blob/develop/nuget_icon.png?raw=true + true + $description$ + First pre version just to try that nuget package thing :) + Copyright © 2017 Serraniel + Utility + + \ No newline at end of file diff --git a/SweetLib.Storage/build-nuget.bat b/SweetLib.Storage/build-nuget.bat new file mode 100644 index 0000000..3cef5fe --- /dev/null +++ b/SweetLib.Storage/build-nuget.bat @@ -0,0 +1,2 @@ +nuget pack SweetLib.Storage.csproj -properties Configuration=Release -symbols +pause \ No newline at end of file diff --git a/SweetLib.sln b/SweetLib.sln index ec94494..c774c87 100644 --- a/SweetLib.sln +++ b/SweetLib.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26730.16 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33103.201 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SweetLib.Demo", "SweetLib.Demo\SweetLib.Demo.csproj", "{9350E0D4-9FE7-49D5-ACDE-E857E547889C}" EndProject @@ -13,7 +13,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demo", "Demo", "{5C88E7F1-5 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9036EBA5-45D0-441D-9C81-AF4F86C8A8F8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SweetLib.IO", "SweetLib.IO\SweetLib.IO.csproj", "{0874043E-42B3-43B2-B3BB-726CEE4142E9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SweetLib.IO", "SweetLib.IO\SweetLib.IO.csproj", "{0874043E-42B3-43B2-B3BB-726CEE4142E9}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SweetLib.Storage", "SweetLib.Storage\SweetLib.Storage.csproj", "{E08BDA4B-BA1E-44F8-9D97-D11F80F8F9F0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -37,6 +39,10 @@ Global {0874043E-42B3-43B2-B3BB-726CEE4142E9}.Debug|Any CPU.Build.0 = Debug|Any CPU {0874043E-42B3-43B2-B3BB-726CEE4142E9}.Release|Any CPU.ActiveCfg = Release|Any CPU {0874043E-42B3-43B2-B3BB-726CEE4142E9}.Release|Any CPU.Build.0 = Release|Any CPU + {E08BDA4B-BA1E-44F8-9D97-D11F80F8F9F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E08BDA4B-BA1E-44F8-9D97-D11F80F8F9F0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E08BDA4B-BA1E-44F8-9D97-D11F80F8F9F0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E08BDA4B-BA1E-44F8-9D97-D11F80F8F9F0}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE