Skip to content

Commit 2aeb08a

Browse files
authored
Merge pull request #66 from unknownv2/develop
Move UWP project to lowercase prefix
2 parents 22746eb + bbf7620 commit 2aeb08a

File tree

10 files changed

+13
-15
lines changed

10 files changed

+13
-15
lines changed

CoreHook.sln

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ VisualStudioVersion = 15.0.27428.2043
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{C1E373D4-037B-4479-9AF5-EE4E08642585}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UWP", "UWP", "{9057E888-2395-40BB-BD54-FF486028AE16}"
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Uwp", "Uwp", "{9057E888-2395-40BB-BD54-FF486028AE16}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreHook.UWP.FileMonitor.Hook", "examples\UWP\CoreHook.UWP.FileMonitor.Hook\CoreHook.UWP.FileMonitor.Hook.csproj", "{F5C8C0B0-3DC0-40A8-B2B0-3E8A352092AF}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreHook.Uwp.FileMonitor.Hook", "examples\Uwp\CoreHook.Uwp.FileMonitor.Hook\CoreHook.Uwp.FileMonitor.Hook.csproj", "{F5C8C0B0-3DC0-40A8-B2B0-3E8A352092AF}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreHook.UWP.FileMonitor.Shared", "examples\UWP\CoreHook.UWP.FileMonitor.Shared\CoreHook.UWP.FileMonitor.Shared.csproj", "{8A1CF652-4A6B-4CCA-878E-0F1B6A549EC1}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreHook.Uwp.FileMonitor.Shared", "examples\Uwp\CoreHook.Uwp.FileMonitor.Shared\CoreHook.Uwp.FileMonitor.Shared.csproj", "{8A1CF652-4A6B-4CCA-878E-0F1B6A549EC1}"
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unix", "Unix", "{EC806D59-A8F0-4517-973C-034B84684E3C}"
1515
EndProject
@@ -21,7 +21,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreHook.Unix.FileMonitor",
2121
EndProject
2222
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreHook.Unix.FileMonitor.Hook", "examples\Unix\CoreHook.Unix.FileMonitor.Hook\CoreHook.Unix.FileMonitor.Hook.csproj", "{6354C983-BAA0-43F8-B0D7-D989720D6EA9}"
2323
EndProject
24-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreHook.UWP.FileMonitor", "examples\UWP\CoreHook.UWP.FileMonitor\CoreHook.UWP.FileMonitor.csproj", "{A748AC38-0C25-463E-890D-6B43F0D3C21C}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreHook.Uwp.FileMonitor", "examples\Uwp\CoreHook.Uwp.FileMonitor\CoreHook.Uwp.FileMonitor.csproj", "{A748AC38-0C25-463E-890D-6B43F0D3C21C}"
2525
EndProject
2626
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Win32", "Win32", "{FCEA9FF3-7F84-4562-9512-D3B7AE03620A}"
2727
EndProject
@@ -94,13 +94,11 @@ Global
9494
{8A1CF652-4A6B-4CCA-878E-0F1B6A549EC1}.Release|x86.ActiveCfg = Release|x86
9595
{8A1CF652-4A6B-4CCA-878E-0F1B6A549EC1}.Release|x86.Build.0 = Release|x86
9696
{4AAFAB40-7BA7-4FD9-AC54-527F76487785}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
97-
{4AAFAB40-7BA7-4FD9-AC54-527F76487785}.Debug|Any CPU.Build.0 = Debug|Any CPU
9897
{4AAFAB40-7BA7-4FD9-AC54-527F76487785}.Debug|x86.ActiveCfg = Debug|Any CPU
9998
{4AAFAB40-7BA7-4FD9-AC54-527F76487785}.Release|Any CPU.ActiveCfg = Release|Any CPU
10099
{4AAFAB40-7BA7-4FD9-AC54-527F76487785}.Release|Any CPU.Build.0 = Release|Any CPU
101100
{4AAFAB40-7BA7-4FD9-AC54-527F76487785}.Release|x86.ActiveCfg = Release|Any CPU
102101
{6354C983-BAA0-43F8-B0D7-D989720D6EA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
103-
{6354C983-BAA0-43F8-B0D7-D989720D6EA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
104102
{6354C983-BAA0-43F8-B0D7-D989720D6EA9}.Debug|x86.ActiveCfg = Debug|Any CPU
105103
{6354C983-BAA0-43F8-B0D7-D989720D6EA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
106104
{6354C983-BAA0-43F8-B0D7-D989720D6EA9}.Release|Any CPU.Build.0 = Release|Any CPU

examples/UWP/CoreHook.UWP.FileMonitor.Hook/CoreHook.UWP.FileMonitor.Hook.csproj renamed to examples/Uwp/CoreHook.Uwp.FileMonitor.Hook/CoreHook.Uwp.FileMonitor.Hook.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<ItemGroup>
4141
<ProjectReference Include="..\..\..\src\CoreHook.IPC\CoreHook.IPC.csproj" />
4242
<ProjectReference Include="..\..\..\src\CoreHook\CoreHook.csproj" />
43-
<ProjectReference Include="..\CoreHook.UWP.FileMonitor.Shared\CoreHook.UWP.FileMonitor.Shared.csproj" />
43+
<ProjectReference Include="..\CoreHook.Uwp.FileMonitor.Shared\CoreHook.Uwp.FileMonitor.Shared.csproj" />
4444
</ItemGroup>
4545

4646
</Project>

examples/UWP/CoreHook.UWP.FileMonitor.Hook/Library.cs renamed to examples/Uwp/CoreHook.Uwp.FileMonitor.Hook/Library.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
using JsonRpc.Streams;
1212
using CoreHook.IPC.NamedPipes;
1313

14-
namespace CoreHook.UWP.FileMonitor.Hook
14+
namespace CoreHook.Uwp.FileMonitor.Hook
1515
{
1616
public class Library : IEntryPoint
1717
{

examples/UWP/CoreHook.UWP.FileMonitor.Shared/IFileMonitor.cs renamed to examples/Uwp/CoreHook.Uwp.FileMonitor.Shared/IFileMonitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Threading.Tasks;
33
using JsonRpc.Standard.Contracts;
44

5-
namespace CoreHook.UWP.FileMonitor.Shared
5+
namespace CoreHook.Uwp.FileMonitor.Shared
66
{
77
public interface IFileMonitor
88
{

examples/UWP/CoreHook.UWP.FileMonitor/ApplicationManager.cs renamed to examples/Uwp/CoreHook.Uwp.FileMonitor/ApplicationManager.cs

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

5-
namespace CoreHook.UWP.FileMonitor
5+
namespace CoreHook.Uwp.FileMonitor
66
{
77
public enum ActivateOptions
88
{

examples/UWP/CoreHook.UWP.FileMonitor/Pipe/NamedPipeNative.cs renamed to examples/Uwp/CoreHook.Uwp.FileMonitor/Pipe/NamedPipeNative.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Security.AccessControl;
77
using System.Text;
88

9-
namespace CoreHook.UWP.FileMonitor.Pipe
9+
namespace CoreHook.Uwp.FileMonitor.Pipe
1010
{
1111
/// <summary>
1212
/// Native API for Named Pipes

examples/UWP/CoreHook.UWP.FileMonitor/Pipe/PipePlatform.cs renamed to examples/Uwp/CoreHook.Uwp.FileMonitor/Pipe/PipePlatform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Security.Principal;
55
using CoreHook.IPC.Platform;
66

7-
namespace CoreHook.UWP.FileMonitor.Pipe
7+
namespace CoreHook.Uwp.FileMonitor.Pipe
88
{
99
/// <summary>
1010
/// Using code from here as an example:

examples/UWP/CoreHook.UWP.FileMonitor/Program.cs renamed to examples/Uwp/CoreHook.Uwp.FileMonitor/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
using CoreHook.ManagedHook.ProcessUtils;
1313
using CoreHook.Unmanaged;
1414

15-
namespace CoreHook.UWP.FileMonitor
15+
namespace CoreHook.Uwp.FileMonitor
1616
{
1717
class Program
1818
{
19-
private const string CoreHookPipeName = "UWPCoreHook";
19+
private const string CoreHookPipeName = "UwpCoreHook";
2020
private const string HookLibraryDirName = "Hook";
21-
private const string HookLibraryName = "CoreHook.UWP.FileMonitor.Hook.dll";
21+
private const string HookLibraryName = "CoreHook.Uwp.FileMonitor.Hook.dll";
2222

2323
/// <summary>
2424
/// Enable verbose logging to the console for the CoreCLR host module corerundll

0 commit comments

Comments
 (0)