diff --git a/OpenNest/OpenNest.csproj b/OpenNest/OpenNest.csproj index ae7de18..d3a7593 100644 --- a/OpenNest/OpenNest.csproj +++ b/OpenNest/OpenNest.csproj @@ -1,321 +1,43 @@ - - + - Debug - x86 - 8.0.30703 - 2.0 - {1F1E40E0-5C53-474F-A258-69C9C3FAC15A} WinExe - Properties + net8.0-windows OpenNest OpenNest - v4.8 - - - 512 - - - true - bin\Debug\ - TRACE;DEBUG - false - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - false - - - bin\Release\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - false + true + DpiUnaware - - - ..\packages\netDxf.2023.11.10\lib\net48\netDxf.dll - - - - - - + - - - - - - - - - - Component - - - Component - - - Component - - - Component - - - Component - - - Component - - - Component - - - Component - - - Component - - - - Form - - - AutoNestForm.cs - - - Form - - - CadConverterForm.cs - - - Form - - - EditDrawingForm.cs - - - Form - - - EditNestForm.cs - - - Form - - - FillPlateForm.cs - - - Form - - - CutParametersForm.cs - - - Form - - - MainForm.cs - - - Form - - - EditNestInfoForm.cs - - - Form - - - OptionsForm.cs - - - Form - - - EditPlateForm.cs - - - Form - - - SequenceForm.cs - - - Form - - - SetValueForm.cs - - - Form - - - TimingForm.cs - - - - - - - - - - - - - - - - AutoNestForm.cs - - - CadConverterForm.cs - - - EditDrawingForm.cs - - - EditNestForm.cs - - - FillPlateForm.cs - - - CutParametersForm.cs - - - MainForm.cs - - - EditNestInfoForm.cs - - - OptionsForm.cs - - - EditPlateForm.cs - - - SequenceForm.cs - - - SetValueForm.cs - - - TimingForm.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - + + + + + + + True Resources.resx True - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - + True Settings.settings True - + + ResXFileCodeGenerator + Resources.Designer.cs + - - {5a5fde8d-f8db-440e-866c-c4807e1686cf} - OpenNest.Core - - - {0083b9cc-54ad-4085-a30d-56bc6834b71a} - OpenNest.Engine - + + SettingsSingleFileGenerator + Settings.Designer.cs + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if $(ConfigurationName) == Release ( - xcopy "$(TargetDir)*.*" "$(SolutionDir)\..\Installer\" /Y -) - - - \ No newline at end of file + diff --git a/OpenNest/Properties/AssemblyInfo.cs b/OpenNest/Properties/AssemblyInfo.cs deleted file mode 100644 index 1025566..0000000 --- a/OpenNest/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -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("OpenNest")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("OpenNest")] -[assembly: AssemblyCopyright("Copyright © AJ Isaacs 2015")] -[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. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f99a0ac7-0b95-4c24-b9bc-f18b64d93242")] - -// 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("0.2.0.0")] -[assembly: AssemblyFileVersion("0.2")] diff --git a/OpenNest/packages.config b/OpenNest/packages.config deleted file mode 100644 index 7aed2f8..0000000 --- a/OpenNest/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file