mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-09 02:16:08 +00:00
Move more things to resource entries namespace
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user