From 8f18255dc0f1808d0cf5030ff8fda8de7954ac58 Mon Sep 17 00:00:00 2001 From: BDisp Date: Mon, 30 Mar 2020 00:50:31 +0100 Subject: [PATCH] Added csproj and config files to verify if it won't trigger errors from Travis. --- Designer/Designer.csproj | 104 ++++++++++++++++++++++++++++-- Designer/app.config | 13 +++- Designer/packages.config | 52 ++++++++++++++- Example/Example.csproj | 106 +++++++++++++++++++++++++++++-- Example/app.config | 11 ++++ Example/packages.config | 52 ++++++++++++++- Terminal.Gui/Terminal.Gui.csproj | 16 +---- 7 files changed, 322 insertions(+), 32 deletions(-) create mode 100644 Example/app.config diff --git a/Designer/Designer.csproj b/Designer/Designer.csproj index 4374b4802..d46df4be0 100644 --- a/Designer/Designer.csproj +++ b/Designer/Designer.csproj @@ -9,6 +9,8 @@ Designer v4.6.1 + + true @@ -30,12 +32,97 @@ x86 - - - ..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll + + ..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll + True + True - - ..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll + + ..\packages\NStack.Core.0.13.0\lib\netstandard1.5\NStack.dll + + + + ..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll + True + True + + + + ..\packages\System.Console.4.3.0\lib\net46\System.Console.dll + True + True + + + ..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll + + + ..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll + True + True + + + ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll + True + True + + + + ..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll + True + True + + + ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll + True + True + + + ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll + True + True + + + ..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll + True + True + + + ..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll + True + True + + + + ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + True + True + + + ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll + True + True + + + ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + True + True + + + ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + True + True + + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll + True + True + + + + + ..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll + True + True @@ -52,4 +139,11 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/Designer/app.config b/Designer/app.config index 3dbff35f4..087b1ce6d 100644 --- a/Designer/app.config +++ b/Designer/app.config @@ -1,3 +1,12 @@ - + - + + + + + + + + + + diff --git a/Designer/packages.config b/Designer/packages.config index e18eee05a..55496b5d6 100644 --- a/Designer/packages.config +++ b/Designer/packages.config @@ -1,4 +1,50 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Example/Example.csproj b/Example/Example.csproj index 95808f859..ecf933378 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -8,6 +8,8 @@ Terminal Terminal v4.6.1 + + true @@ -30,13 +32,97 @@ x86 - - - ..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll - False + + ..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll + True + True - - ..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll + + ..\packages\NStack.Core.0.13.0\lib\netstandard1.5\NStack.dll + + + + ..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll + True + True + + + + ..\packages\System.Console.4.3.0\lib\net46\System.Console.dll + True + True + + + ..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll + + + ..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll + True + True + + + ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll + True + True + + + + ..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll + True + True + + + ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll + True + True + + + ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll + True + True + + + ..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll + True + True + + + ..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll + True + True + + + + ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + True + True + + + ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll + True + True + + + ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + True + True + + + ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + True + True + + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll + True + True + + + + + ..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll + True + True @@ -49,7 +135,15 @@ + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/Example/app.config b/Example/app.config new file mode 100644 index 000000000..c8987f2a9 --- /dev/null +++ b/Example/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Example/packages.config b/Example/packages.config index e18eee05a..55496b5d6 100644 --- a/Example/packages.config +++ b/Example/packages.config @@ -1,4 +1,50 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 2f42588eb..5f32ef85a 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -57,26 +57,16 @@ - - - + + + all runtime; build; native; contentfiles; analyzers - - - - - ..\..\..\Users\miguel\.nuget\packages\nstack.core\0.11.0\lib\netstandard1.5\NStack.dll - - - ..\..\..\Users\miguel\.nuget\packages\nstack.core\0.11.0\lib\netstandard1.5\NStack.dll - -