From a6949a390df83f0f56aa69bdfd4c286cf710d125 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sat, 7 Mar 2026 13:22:09 -0500 Subject: [PATCH] feat: convert OpenNest.Engine to .NET 8 SDK-style project Co-Authored-By: Claude Opus 4.6 --- OpenNest.Engine/OpenNest.Engine.csproj | 82 ++-------------------- OpenNest.Engine/Properties/AssemblyInfo.cs | 35 --------- 2 files changed, 4 insertions(+), 113 deletions(-) delete mode 100644 OpenNest.Engine/Properties/AssemblyInfo.cs diff --git a/OpenNest.Engine/OpenNest.Engine.csproj b/OpenNest.Engine/OpenNest.Engine.csproj index 1c4370c..5379833 100644 --- a/OpenNest.Engine/OpenNest.Engine.csproj +++ b/OpenNest.Engine/OpenNest.Engine.csproj @@ -1,84 +1,10 @@ - - - + - Debug - AnyCPU - {0083B9CC-54AD-4085-A30D-56BC6834B71A} - Library - Properties + net8.0-windows OpenNest OpenNest.Engine - v4.8 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {5a5fde8d-f8db-440e-866c-c4807e1686cf} - OpenNest.Core - - - - - \ No newline at end of file + diff --git a/OpenNest.Engine/Properties/AssemblyInfo.cs b/OpenNest.Engine/Properties/AssemblyInfo.cs deleted file mode 100644 index 77b2e6f..0000000 --- a/OpenNest.Engine/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.Engine")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("OpenNest.Engine")] -[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("50013ca9-b047-41f5-b519-72e523902b53")] - -// 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.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")]