From 45cfc4f1d71d7e8613ed86b9c0fc600d055a35a1 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Thu, 26 Oct 2017 18:44:03 +0200 Subject: [PATCH] Added new SweetLib project --- SweetLib.sln | 6 ++++++ SweetLib/SweetLib.csproj | 15 +++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 SweetLib/SweetLib.csproj diff --git a/SweetLib.sln b/SweetLib.sln index 441a2c1..170dc46 100644 --- a/SweetLib.sln +++ b/SweetLib.sln @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SweetLib.Demo.Console", "Sw EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SweetLib.Old", "SweetLib.Old\SweetLib.Old.csproj", "{02C1F8EF-32F2-4E77-A36D-79129402AF37}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SweetLib", "SweetLib\SweetLib.csproj", "{7C15F2F3-2BF2-46FB-B813-9EEC1B41D679}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -27,6 +29,10 @@ Global {02C1F8EF-32F2-4E77-A36D-79129402AF37}.Debug|Any CPU.Build.0 = Debug|Any CPU {02C1F8EF-32F2-4E77-A36D-79129402AF37}.Release|Any CPU.ActiveCfg = Release|Any CPU {02C1F8EF-32F2-4E77-A36D-79129402AF37}.Release|Any CPU.Build.0 = Release|Any CPU + {7C15F2F3-2BF2-46FB-B813-9EEC1B41D679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7C15F2F3-2BF2-46FB-B813-9EEC1B41D679}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7C15F2F3-2BF2-46FB-B813-9EEC1B41D679}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7C15F2F3-2BF2-46FB-B813-9EEC1B41D679}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SweetLib/SweetLib.csproj b/SweetLib/SweetLib.csproj new file mode 100644 index 0000000..aabb48e --- /dev/null +++ b/SweetLib/SweetLib.csproj @@ -0,0 +1,15 @@ + + + + netstandard1.1 + 0.2.0 + Sweet collection of helpful utils in .Net + Serraniel + + Copyright © 2017 by Serraniel + https://joinup.ec.europa.eu/page/eupl-text-11-12 + https://github.com/Serraniel/SweetLib + https://github.com/Serraniel/SweetLib + + +