From a1961e94ba62783c24cddf062616d0c8bf3126cd Mon Sep 17 00:00:00 2001 From: TalAloni Date: Sat, 15 Feb 2020 17:16:13 +0200 Subject: [PATCH] Modified Release configuration to support Nuget package creation --- SMBLibrary.Tests/SMBLibrary.Tests.csproj | 5 +++++ SMBLibrary.Win32/SMBLibrary.Win32.csproj | 7 +++++++ SMBLibrary/SMBLibrary.csproj | 11 ++++++++++- SMBServer/SMBServer.csproj | 8 ++++++-- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/SMBLibrary.Tests/SMBLibrary.Tests.csproj b/SMBLibrary.Tests/SMBLibrary.Tests.csproj index 81570ee..f885fd9 100644 --- a/SMBLibrary.Tests/SMBLibrary.Tests.csproj +++ b/SMBLibrary.Tests/SMBLibrary.Tests.csproj @@ -1,4 +1,5 @@  + net40 false @@ -10,6 +11,9 @@ + + + @@ -18,4 +22,5 @@ Components\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll + \ No newline at end of file diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj index 152022c..61f6365 100644 --- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj +++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj @@ -5,10 +5,17 @@ false SMBLibrary.Win32 SMBLibrary.Win32 + Tal Aloni + LGPL-3.0-or-later + https://github.com/TalAloni/SMBLibrary + https://github.com/TalAloni/SMBLibrary + + + diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index 5de23b7..78d30b5 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -5,10 +5,19 @@ false SMBLibrary SMBLibrary + false + Tal Aloni + LGPL-3.0-or-later + https://github.com/TalAloni/SMBLibrary + https://github.com/TalAloni/SMBLibrary - + + + + + diff --git a/SMBServer/SMBServer.csproj b/SMBServer/SMBServer.csproj index d017d9e..68a1ede 100644 --- a/SMBServer/SMBServer.csproj +++ b/SMBServer/SMBServer.csproj @@ -12,16 +12,20 @@ - + + + + - + Always + \ No newline at end of file