From f7cc6b9d9782481d03e2b0453a5cbe890e39e6eb Mon Sep 17 00:00:00 2001 From: Jonas Van der Aa Date: Thu, 24 Sep 2020 21:58:39 +0200 Subject: [PATCH 1/6] Update .gitignore --- .gitignore | 562 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 559 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2168b8a..2b1eeb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,560 @@ -bin -obj +# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig + +# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,csharp,visualstudio +# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,csharp,visualstudio + +### Csharp ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) *.userprefs -*.pc + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*[.json, .xml, .info] + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +### VisualStudio ### + +# User-specific files + +# User-specific files (MonoDevelop/Xamarin Studio) + +# Mono auto generated files + +# Build results + +# Visual Studio 2015/2017 cache/options directory +# Uncomment if you have tasks that create the project's static files in wwwroot + +# Visual Studio 2017 auto generated files + +# MSTest test Results + +# NUnit + +# Build Results of an ATL Project + +# Benchmark Results + +# .NET Core + +# StyleCop + +# Files built by Visual Studio + +# Chutzpah Test files + +# Visual C++ cache files + +# Visual Studio profiler + +# Visual Studio Trace Files + +# TFS 2012 Local Workspace + +# Guidance Automation Toolkit + +# ReSharper is a .NET coding add-in + +# TeamCity is a build add-in + +# DotCover is a Code Coverage Tool + +# AxoCover is a Code Coverage Tool + +# Coverlet is a free, cross platform Code Coverage Tool + +# Visual Studio code coverage results + +# NCrunch + +# MightyMoose + +# Web workbench (sass) + +# Installshield output folder + +# DocProject is a documentation generator add-in + +# Click-Once directory + +# Publish Web Output +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted + +# NuGet Packages +# NuGet Symbol Packages +# The packages folder can be ignored because of Package Restore +# except build/, which is used as an MSBuild target. +# Uncomment if necessary however generally it will be regenerated when needed +# NuGet v3's project.json files produces more ignorable files + +# Microsoft Azure Build Output + +# Microsoft Azure Emulator + +# Windows Store app package directories and files + +# Visual Studio cache files +# files ending in .cache can be ignored +# but keep track of directories ending in .cache + +# Others + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) + +# RIA/Silverlight projects + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) + +# SQL Server files + +# Business Intelligence projects + +# Microsoft Fakes + +# GhostDoc plugin setting file + +# Node.js Tools for Visual Studio + +# Visual Studio 6 build log + +# Visual Studio 6 workspace options file + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) + +# Visual Studio LightSwitch build output + +# Paket dependency manager + +# FAKE - F# Make + +# CodeRush personal settings + +# Python Tools for Visual Studio (PTVS) + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio + +# Telerik's JustMock configuration file + +# BizTalk build output + +# OpenCover UI analysis results + +# Azure Stream Analytics local run output + +# MSBuild Binary and Structured Log + +# NVidia Nsight GPU debugger configuration file + +# MFractors (Xamarin productivity tool) working folder + +# Local History for Visual Studio + +# BeatPulse healthcheck temp database + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 + +# Ionide (cross platform F# VS Code tools) working folder + +# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,csharp,visualstudio + +# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) + From 9cb783ae37563388851715ad3f1ad1c97a91c9f9 Mon Sep 17 00:00:00 2001 From: Jonas Van der Aa Date: Thu, 24 Sep 2020 22:01:12 +0200 Subject: [PATCH 2/6] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2b1eeb6..2afd4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -558,3 +558,4 @@ $RECYCLE.BIN/ # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) +*.csproj.old \ No newline at end of file From a350290b3bdcbd3f9a0e6b7c8ec7fc8a8e474667 Mon Sep 17 00:00:00 2001 From: Jonas Van der Aa Date: Thu, 24 Sep 2020 22:07:02 +0200 Subject: [PATCH 3/6] Update core projects to new format --- CursesSharp.Gui/CursesSharp.Gui.csproj | 36 ++---------- CursesSharp/CursesSharp.csproj | 78 ++------------------------ 2 files changed, 8 insertions(+), 106 deletions(-) diff --git a/CursesSharp.Gui/CursesSharp.Gui.csproj b/CursesSharp.Gui/CursesSharp.Gui.csproj index 0ccbe8f..5a95203 100644 --- a/CursesSharp.Gui/CursesSharp.Gui.csproj +++ b/CursesSharp.Gui/CursesSharp.Gui.csproj @@ -1,53 +1,25 @@ - - + - Debug + net471 x64 - {E3AF7818-CA6E-4833-B807-3077251D2DCD} Library - CursesSharp.Gui - CursesSharp.Gui 1.1 - v4.5 + false - false bin\x64\Debug - 4 - x64 - true DEBUG; - true bin\x64\Release - 4 - x64 - - - - - - - - - - - - - - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - + \ No newline at end of file diff --git a/CursesSharp/CursesSharp.csproj b/CursesSharp/CursesSharp.csproj index 4d74a2c..badfdf9 100644 --- a/CursesSharp/CursesSharp.csproj +++ b/CursesSharp/CursesSharp.csproj @@ -1,90 +1,20 @@ - - + - Debug + net471 x64 - {2FEF4990-95CB-42DF-984C-EFBA070652BF} Library - Properties - CursesSharp - CursesSharp - 512 - - - v4.5 + 1.1 + false - false bin\x64\Debug - 4 - x64 - true DEBUG;HAVE_CURSES_MOUSE;HAVE_CURSES_PANEL - true bin\x64\Release - 4 - x64 HAVE_CURSES_MOUSE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 3a4f4cf0b9823921f9e54f83ff78ce326e4f7145 Mon Sep 17 00:00:00 2001 From: Jonas Van der Aa Date: Thu, 24 Sep 2020 22:16:46 +0200 Subject: [PATCH 4/6] Update the demo projects to latest .net version --- .../Demo.Firework.csproj | 40 +++---------------- .../Demo.Gui.HelloWorld.csproj | 37 +++-------------- .../Demo.HelloWorld.csproj | 32 ++------------- .../Demo.CursesSharp.Rain/Demo.Rain.csproj | 40 +++---------------- .../Demo.Unicode.csproj | 40 +++---------------- .../Demo.Gui.MessageBox.csproj | 39 +++--------------- .../Demo.Gui.MouselessCommander.csproj | 39 +++--------------- .../Demo.Gui.Timeout/Demo.Gui.Timeout.csproj | 39 +++--------------- .../Demo.Native.ResizeTerm.csproj | 29 ++------------ 9 files changed, 42 insertions(+), 293 deletions(-) diff --git a/CursesSharp.Demo/Demo.CursesSharp.Firework/Demo.Firework.csproj b/CursesSharp.Demo/Demo.CursesSharp.Firework/Demo.Firework.csproj index 3f37b9e..13a208d 100644 --- a/CursesSharp.Demo/Demo.CursesSharp.Firework/Demo.Firework.csproj +++ b/CursesSharp.Demo/Demo.CursesSharp.Firework/Demo.Firework.csproj @@ -1,26 +1,17 @@ - - + - Debug + net471 x64 - {31EDB3C5-A819-4F8F-9316-0EBC1184418B} Exe - Properties FireworkDemo FireworkDemo - 512 - - + FireworkDemo.Program 1.1 - v4.5 + false - false bin\x64\Debug - 4 - x64 - true DEBUG; @@ -31,10 +22,7 @@ true - true bin\x64\Release - 4 - x64 false true @@ -45,24 +33,6 @@ - + - - - - - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - - - - \ No newline at end of file diff --git a/CursesSharp.Demo/Demo.CursesSharp.Gui.HelloWorld/Demo.Gui.HelloWorld.csproj b/CursesSharp.Demo/Demo.CursesSharp.Gui.HelloWorld/Demo.Gui.HelloWorld.csproj index c7243e3..4621c58 100644 --- a/CursesSharp.Demo/Demo.CursesSharp.Gui.HelloWorld/Demo.Gui.HelloWorld.csproj +++ b/CursesSharp.Demo/Demo.CursesSharp.Gui.HelloWorld/Demo.Gui.HelloWorld.csproj @@ -1,25 +1,17 @@ - - + - Debug + net471 x64 - {50D897CD-B369-4ABF-BC1F-049CA2B612CF} Exe Gui.FrameWork.Demo Gui.FrameWork.Demo - v4.5 1.1 + false - true - full - false bin\x64\Debug DEBUG; - prompt - 4 true - x64 @@ -27,13 +19,8 @@ - full - true bin\x64\Release - prompt - 4 true - x64 @@ -41,21 +28,7 @@ - - - - - - - - - - {E3AF7818-CA6E-4833-B807-3077251D2DCD} - CursesSharp.Gui - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - + + \ No newline at end of file diff --git a/CursesSharp.Demo/Demo.CursesSharp.HelloWorld/Demo.HelloWorld.csproj b/CursesSharp.Demo/Demo.CursesSharp.HelloWorld/Demo.HelloWorld.csproj index 9284022..57922b9 100644 --- a/CursesSharp.Demo/Demo.CursesSharp.HelloWorld/Demo.HelloWorld.csproj +++ b/CursesSharp.Demo/Demo.CursesSharp.HelloWorld/Demo.HelloWorld.csproj @@ -1,25 +1,17 @@ - - + - Debug + net471 x64 - {41EBEEA0-E056-4540-99DF-2F7882D8152D} Exe HelloWorldDemo HelloWorldDemo 1.1 - v4.5 + false - true - full - false bin\x64\Debug DEBUG; - prompt - 4 true - x64 @@ -28,13 +20,8 @@ - full - true bin\x64\Release - prompt - 4 true - x64 @@ -43,17 +30,6 @@ - - - - - - - - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - + \ No newline at end of file diff --git a/CursesSharp.Demo/Demo.CursesSharp.Rain/Demo.Rain.csproj b/CursesSharp.Demo/Demo.CursesSharp.Rain/Demo.Rain.csproj index a208d0d..3beabb8 100644 --- a/CursesSharp.Demo/Demo.CursesSharp.Rain/Demo.Rain.csproj +++ b/CursesSharp.Demo/Demo.CursesSharp.Rain/Demo.Rain.csproj @@ -1,16 +1,11 @@ - - + - Debug + net471 x64 - {40A9C7A5-DB28-49DB-927B-19F96EABE237} Exe - Properties RainDemo RainDemo - 512 - - + RainDemo.Program 1.1 @@ -20,14 +15,10 @@ false true - v4.5 + false - false bin\x64\Debug - 4 - x64 - true DEBUG; @@ -37,10 +28,7 @@ true - true bin\x64\Release - 4 - x64 @@ -49,24 +37,6 @@ true - + - - - - - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - - - - \ No newline at end of file diff --git a/CursesSharp.Demo/Demo.CursesSharp.Unicode/Demo.Unicode.csproj b/CursesSharp.Demo/Demo.CursesSharp.Unicode/Demo.Unicode.csproj index 7f59edb..671675c 100644 --- a/CursesSharp.Demo/Demo.CursesSharp.Unicode/Demo.Unicode.csproj +++ b/CursesSharp.Demo/Demo.CursesSharp.Unicode/Demo.Unicode.csproj @@ -1,17 +1,12 @@ - - + - Debug + net471 x64 - {DF0FF602-9AEB-45C0-BCB4-E188560F7361} Exe - Properties UnicodeDemo UnicodeDemo - 512 UnicodeDemo.Program - - + 1.1 @@ -20,14 +15,10 @@ false true - v4.5 + false - false bin\x64\Debug - 4 - x64 - true DEBUG; @@ -37,10 +28,7 @@ true - true bin\x64\Release - 4 - x64 @@ -49,24 +37,6 @@ true - + - - - - - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - - - - \ No newline at end of file diff --git a/CursesSharp.Demo/Demo.Gui.MessageBox/Demo.Gui.MessageBox.csproj b/CursesSharp.Demo/Demo.Gui.MessageBox/Demo.Gui.MessageBox.csproj index 16d402e..c9c9a67 100644 --- a/CursesSharp.Demo/Demo.Gui.MessageBox/Demo.Gui.MessageBox.csproj +++ b/CursesSharp.Demo/Demo.Gui.MessageBox/Demo.Gui.MessageBox.csproj @@ -1,25 +1,15 @@ - - + - Debug + net471 x64 - {22D44F5D-7E35-4B38-846A-D6FCE39FBE35} Exe - Demo.Gui.MessageBox - Demo.Gui.MessageBox 1.1 - v4.5 + false - true - full - false bin\x64\Debug DEBUG; - prompt - 4 true - x64 @@ -28,13 +18,8 @@ false - full - true bin\x64\Release - prompt - 4 true - x64 @@ -42,21 +27,7 @@ - - - - - - - - - - {E3AF7818-CA6E-4833-B807-3077251D2DCD} - CursesSharp.Gui - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - + + \ No newline at end of file diff --git a/CursesSharp.Demo/Demo.Gui.MidnightCommander/Demo.Gui.MouselessCommander.csproj b/CursesSharp.Demo/Demo.Gui.MidnightCommander/Demo.Gui.MouselessCommander.csproj index 6922a53..dc731d9 100644 --- a/CursesSharp.Demo/Demo.Gui.MidnightCommander/Demo.Gui.MouselessCommander.csproj +++ b/CursesSharp.Demo/Demo.Gui.MidnightCommander/Demo.Gui.MouselessCommander.csproj @@ -1,25 +1,17 @@ - - + - Debug + net471 x64 - {9AFC8902-0180-4BBC-87BD-850CB665EA08} Exe Demo.Gui.MidnightCommander Demo.Gui.MidnightCommander - v4.5 1.1 + false - true - full - false bin\x64\Debug DEBUG; - prompt - 4 true - x64 @@ -27,13 +19,8 @@ - full - true bin\x64\Release - prompt - 4 true - x64 @@ -41,27 +28,11 @@ - - - - - - - - - - - - {E3AF7818-CA6E-4833-B807-3077251D2DCD} - CursesSharp.Gui - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - + + diff --git a/CursesSharp.Demo/Demo.Gui.Timeout/Demo.Gui.Timeout.csproj b/CursesSharp.Demo/Demo.Gui.Timeout/Demo.Gui.Timeout.csproj index 430319f..d63edb8 100644 --- a/CursesSharp.Demo/Demo.Gui.Timeout/Demo.Gui.Timeout.csproj +++ b/CursesSharp.Demo/Demo.Gui.Timeout/Demo.Gui.Timeout.csproj @@ -1,25 +1,15 @@ - - + - Debug + net471 x64 - {EFABBCC3-6499-4377-8481-6D3B133257DB} Exe - Demo.Gui.Timeout - Demo.Gui.Timeout 1.1 - v4.5 + false - true - full - false bin\Debug DEBUG; - prompt - 4 true - x64 @@ -27,13 +17,8 @@ - full - true bin\Release - prompt - 4 true - x64 @@ -41,21 +26,7 @@ - - - - - - - - - - {E3AF7818-CA6E-4833-B807-3077251D2DCD} - CursesSharp.Gui - - - {2FEF4990-95CB-42DF-984C-EFBA070652BF} - CursesSharp - + + \ No newline at end of file diff --git a/CursesSharp.Demo/Demo.Native.ResizeTerm/Demo.Native.ResizeTerm.csproj b/CursesSharp.Demo/Demo.Native.ResizeTerm/Demo.Native.ResizeTerm.csproj index e85777c..899c2b0 100644 --- a/CursesSharp.Demo/Demo.Native.ResizeTerm/Demo.Native.ResizeTerm.csproj +++ b/CursesSharp.Demo/Demo.Native.ResizeTerm/Demo.Native.ResizeTerm.csproj @@ -1,25 +1,15 @@ - - + - Debug + net471 x64 - {A823DA5C-C8B0-4F50-8BD4-BF9EECB0E1F7} Exe - Demo.Native.ResizeTerm - Demo.Native.ResizeTerm - v4.5 1.1 + false - true - full - false bin\Debug DEBUG; - prompt - 4 true - x64 @@ -27,25 +17,12 @@ - full - true bin\Release - prompt - 4 true - x64 - - - - - - - - \ No newline at end of file From 8991a7815a77530d51efb389e819980f3adf3bba Mon Sep 17 00:00:00 2001 From: Jonas Van der Aa Date: Thu, 24 Sep 2020 22:34:48 +0200 Subject: [PATCH 5/6] Convert core projects to .net standard 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ìncluding referencing Mono.Posix via nuget --- CursesSharp.Gui/CursesSharp.Gui.csproj | 6 +++--- CursesSharp/CursesSharp.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CursesSharp.Gui/CursesSharp.Gui.csproj b/CursesSharp.Gui/CursesSharp.Gui.csproj index 5a95203..957e45b 100644 --- a/CursesSharp.Gui/CursesSharp.Gui.csproj +++ b/CursesSharp.Gui/CursesSharp.Gui.csproj @@ -1,6 +1,6 @@  - net471 + netstandard2.0 x64 Library 1.1 @@ -14,10 +14,10 @@ bin\x64\Release - + - + diff --git a/CursesSharp/CursesSharp.csproj b/CursesSharp/CursesSharp.csproj index badfdf9..9e37fe8 100644 --- a/CursesSharp/CursesSharp.csproj +++ b/CursesSharp/CursesSharp.csproj @@ -1,6 +1,6 @@  - net471 + netstandard2.0 x64 Library From b3f91fec9b24fef580bd43c6de6ae7d38eb7c057 Mon Sep 17 00:00:00 2001 From: Jonas Van der Aa Date: Thu, 24 Sep 2020 22:40:11 +0200 Subject: [PATCH 6/6] Update demoes to build against .net standard --- .../Demo.Gui.MouselessCommander.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CursesSharp.Demo/Demo.Gui.MidnightCommander/Demo.Gui.MouselessCommander.csproj b/CursesSharp.Demo/Demo.Gui.MidnightCommander/Demo.Gui.MouselessCommander.csproj index dc731d9..87919a6 100644 --- a/CursesSharp.Demo/Demo.Gui.MidnightCommander/Demo.Gui.MouselessCommander.csproj +++ b/CursesSharp.Demo/Demo.Gui.MidnightCommander/Demo.Gui.MouselessCommander.csproj @@ -27,9 +27,6 @@ - - - @@ -37,4 +34,7 @@ + + + \ No newline at end of file