Skip to content

Commit b9aab7f

Browse files
committed
Rename as MessageToImageLibrary
1 parent 62f5f7e commit b9aab7f

15 files changed

+24
-24
lines changed

MessageToImage.sln renamed to MessageToImageLibrary.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30406.217
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageToImage", "MessageToImage\MessageToImage.csproj", "{57453944-E799-45CC-8C8B-1AA277955736}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageToImageLibrary", "MessageToImageLibrary\MessageToImageLibrary.csproj", "{57453944-E799-45CC-8C8B-1AA277955736}"
77
ProjectSection(ProjectDependencies) = postProject
88
{A5887581-E13D-4FC6-966D-00AD9AC05647} = {A5887581-E13D-4FC6-966D-00AD9AC05647}
99
EndProjectSection

MessageToImage/Direct2DWrapper.cs renamed to MessageToImageLibrary/Direct2DWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Runtime.InteropServices;
55
using System.Text;
66

7-
namespace uk.JohnCook.dotnet.MessageToImage
7+
namespace uk.JohnCook.dotnet.MessageToImageLibrary
88
{
99
public class Direct2DWrapper : IDisposable
1010
{

MessageToImage/Interop/Direct2DCanvas.cs renamed to MessageToImageLibrary/Interop/Direct2DCanvas.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.InteropServices;
44
using System.Text;
55

6-
namespace uk.JohnCook.dotnet.MessageToImage.Interop
6+
namespace uk.JohnCook.dotnet.MessageToImageLibrary.Interop
77
{
88
[StructLayout(LayoutKind.Sequential)]
99
public struct Direct2DCanvas

MessageToImage/Interop/Direct2DPointers.cs renamed to MessageToImageLibrary/Interop/Direct2DPointers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.InteropServices;
44
using System.Text;
55

6-
namespace uk.JohnCook.dotnet.MessageToImage.Interop
6+
namespace uk.JohnCook.dotnet.MessageToImageLibrary.Interop
77
{
88
[StructLayout(LayoutKind.Sequential)]
99
public struct Direct2DPointers

MessageToImage/Interop/FontSettings.cs renamed to MessageToImageLibrary/Interop/FontSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.InteropServices;
44
using System.Text;
55

6-
namespace uk.JohnCook.dotnet.MessageToImage.Interop
6+
namespace uk.JohnCook.dotnet.MessageToImageLibrary.Interop
77
{
88
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
99
public struct FontSettings

MessageToImage/Interop/PointF.cs renamed to MessageToImageLibrary/Interop/PointF.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.InteropServices;
44
using System.Text;
55

6-
namespace uk.JohnCook.dotnet.MessageToImage.Interop
6+
namespace uk.JohnCook.dotnet.MessageToImageLibrary.Interop
77
{
88
[StructLayout(LayoutKind.Sequential)]
99
public struct PointF

MessageToImage/Interop/RectF.cs renamed to MessageToImageLibrary/Interop/RectF.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.InteropServices;
44
using System.Text;
55

6-
namespace uk.JohnCook.dotnet.MessageToImage.Interop
6+
namespace uk.JohnCook.dotnet.MessageToImageLibrary.Interop
77
{
88
[StructLayout(LayoutKind.Sequential)]
99
public struct RectF

MessageToImage/Interop/SizeU.cs renamed to MessageToImageLibrary/Interop/SizeU.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.InteropServices;
44
using System.Text;
55

6-
namespace uk.JohnCook.dotnet.MessageToImage.Interop
6+
namespace uk.JohnCook.dotnet.MessageToImageLibrary.Interop
77
{
88
[StructLayout(LayoutKind.Sequential)]
99
public struct SizeU

MessageToImage/Interop/TextLayoutResult.cs renamed to MessageToImageLibrary/Interop/TextLayoutResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.InteropServices;
44
using System.Text;
55

6-
namespace uk.JohnCook.dotnet.MessageToImage.Interop
6+
namespace uk.JohnCook.dotnet.MessageToImageLibrary.Interop
77
{
88
[StructLayout(LayoutKind.Sequential)]
99
public struct TextLayoutResult

0 commit comments

Comments
 (0)