mirror of
https://github.com/aaru-dps/Aaru.Helpers.git
synced 2025-12-16 19:24:35 +00:00
Rename namespace.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Helpers</RootNamespace>
|
||||
<RootNamespace>Aaru.Helpers</RootNamespace>
|
||||
<AssemblyName>Aaru.Helpers</AssemblyName>
|
||||
<ReleaseVersion>$(Version)</ReleaseVersion>
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace DiscImageChef
|
||||
namespace Aaru
|
||||
{
|
||||
public static partial class ArrayHelpers
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
using System.Linq;
|
||||
|
||||
namespace DiscImageChef
|
||||
namespace Aaru
|
||||
{
|
||||
public static partial class ArrayHelpers
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace DiscImageChef
|
||||
namespace Aaru
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts base data types to an array of bytes, and an array of bytes to base data types. All info taken from
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace DiscImageChef.Helpers
|
||||
namespace Aaru.Helpers
|
||||
{
|
||||
/// <summary>Describes the endianness of bits on a data structure</summary>
|
||||
public enum BitEndian
|
||||
|
||||
2
CHS.cs
2
CHS.cs
@@ -30,7 +30,7 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace DiscImageChef.Helpers
|
||||
namespace Aaru.Helpers
|
||||
{
|
||||
public static class CHS
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace DiscImageChef
|
||||
namespace Aaru
|
||||
{
|
||||
public static partial class ArrayHelpers
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace DiscImageChef.Helpers
|
||||
namespace Aaru.Helpers
|
||||
{
|
||||
public static class CountBits
|
||||
{
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
|
||||
using System;
|
||||
using System.Text;
|
||||
using DiscImageChef.Console;
|
||||
using Aaru.Console;
|
||||
|
||||
namespace DiscImageChef
|
||||
namespace Aaru
|
||||
{
|
||||
public static class DateHandlers
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace DiscImageChef.Helpers
|
||||
namespace Aaru.Helpers
|
||||
{
|
||||
/// <summary>Provides methods to marshal binary data into C# structs</summary>
|
||||
public static class Marshal
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace DiscImageChef.Helpers
|
||||
namespace Aaru.Helpers
|
||||
{
|
||||
/// <summary>Defines properties to help marshalling structs from binary data</summary>
|
||||
[AttributeUsage(AttributeTargets.Struct)]
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using System.Text;
|
||||
using DiscImageChef.Console;
|
||||
using Aaru.Console;
|
||||
|
||||
namespace DiscImageChef
|
||||
namespace Aaru
|
||||
{
|
||||
public static class PrintHex
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace DiscImageChef
|
||||
namespace Aaru
|
||||
{
|
||||
public static class StringHandlers
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DiscImageChef
|
||||
namespace Aaru
|
||||
{
|
||||
public static class Swapping
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user