diff --git a/README.md b/README.md index 4dd71c3..626137f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# shiftos-challenge +# shiftos-challenge-netcore + Can I rewrite ShiftOS in under a week? + +# Ported to .NET Core 3.0 by Alee and originally developed by Alkaline Thunder. \ No newline at end of file diff --git a/ShiftOS/ShiftOS/Properties/AssemblyInfo.cs b/ShiftOS/ShiftOS/Properties/AssemblyInfo.cs index 2dea309..33b9cf0 100644 --- a/ShiftOS/ShiftOS/Properties/AssemblyInfo.cs +++ b/ShiftOS/ShiftOS/Properties/AssemblyInfo.cs @@ -2,18 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("WindowsFormsApp1")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("WindowsFormsApp1")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. @@ -21,16 +9,3 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("18e84df0-695c-4d78-be74-0d2c203469a6")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ShiftOS/ShiftOS/ShiftOS.csproj b/ShiftOS/ShiftOS/ShiftOS.csproj index 8f9265d..eeeabae 100644 --- a/ShiftOS/ShiftOS/ShiftOS.csproj +++ b/ShiftOS/ShiftOS/ShiftOS.csproj @@ -1,216 +1,156 @@ - - - + - Debug - AnyCPU - {18E84DF0-695C-4D78-BE74-0D2C203469A6} Exe - ShiftOS - ShiftOS - v4.6.1 - 512 + netcoreapp3.0;net461 + false + true true - true + WindowsFormsApp1 + WindowsFormsApp1 + Copyright © 2018 + bin\$(Configuration)\ - AnyCPU - true full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - ..\packages\docopt.net.0.6.1.10\lib\net40\DocoptNet.dll - - - ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll - - - - - - - - - - - - + - - - - - - - - - - - - - + Form - + Desktop.cs - - - - - + UserControl - + PanelButton.cs - - + Form - + Clock.cs - + Form - + ColorPicker.cs - + Form - + FileSkimmer.cs - + Form - + GraphicPicker.cs - + Form - + Infobox.cs - + Form - + Shifter.cs - + Form - + Shiftorium.cs - + Form - + Terminal.cs - + Form - + TextPad.cs - - + True True Resources.resx - - - - - - - + Form - + Window.cs - + Desktop.cs - + PanelButton.cs - + Clock.cs - + ColorPicker.cs - + FileSkimmer.cs - + GraphicPicker.cs - + Infobox.cs - + Shifter.cs - + Shiftorium.cs - + Terminal.cs - + TextPad.cs - + ResXFileCodeGenerator Designer Resources.Designer.cs - + Window.cs - SettingsSingleFileGenerator Settings.Designer.cs - + True Settings.settings True - - - @@ -550,5 +490,9 @@ - + + + + + \ No newline at end of file diff --git a/ShiftOS/ShiftOS/packages.config b/ShiftOS/ShiftOS/packages.config deleted file mode 100644 index 864ec30..0000000 --- a/ShiftOS/ShiftOS/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file