Move more things to resource entries namespace

This commit is contained in:
Matt Nadareski
2025-09-22 11:09:58 -04:00
parent 4a276fb65e
commit b40f84dd4b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
namespace SabreTools.Models.PortableExecutable
namespace SabreTools.Models.PortableExecutable.ResourceEntries
{
/// <summary>
/// The system handles each icon and cursor as a single file. However, these are stored in

View File

@@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace SabreTools.Models.PortableExecutable
namespace SabreTools.Models.PortableExecutable.ResourceEntries
{
/// <summary>
/// Contains version information for a file. This information is language and

View File

@@ -1,4 +1,4 @@
namespace SabreTools.Models.PortableExecutable
namespace SabreTools.Models.PortableExecutable.ResourceEntries
{
/// <summary>
/// Contains information about an individual font in a font resource group. The structure definition