Skip to content

Commit 3c0f5ab

Browse files
author
siegrest
committed
Remove unused files
1 parent e4a1c6b commit 3c0f5ab

File tree

5 files changed

+3
-52
lines changed

5 files changed

+3
-52
lines changed

Domain/AreaType.cs

-12
This file was deleted.

Domain/Areas.cs

-36
This file was deleted.

Domain/Domain.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,9 @@
4343
</ItemGroup>
4444
<ItemGroup>
4545
<Compile Include="Area.cs" />
46-
<Compile Include="Areas.cs" />
47-
<Compile Include="AreaType.cs" />
4846
<Compile Include="Character.cs" />
4947
<Compile Include="LogMatch.cs" />
5048
<Compile Include="LogRegex.cs" />
51-
<Compile Include="LogRegExps.cs" />
5249
<Compile Include="LogType.cs" />
5350
</ItemGroup>
5451
<ItemGroup>

Domain/LogRegExps.cs Service/LogRegExps.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Text.RegularExpressions;
2+
using Domain;
23

3-
namespace Domain {
4+
namespace Service {
45
public static class LogRegExps {
56
/// <summary>
67
/// I stole some of these from https://github.com/klayveR/poe-log-monitor

Service/Service.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<Compile Include="AreaMatcher.cs" />
5454
<Compile Include="Config.cs" />
5555
<Compile Include="LogParser.cs" />
56+
<Compile Include="LogRegExps.cs" />
5657
<Compile Include="ProcMon.cs" />
5758
<Compile Include="Properties\Resources.Designer.cs">
5859
<AutoGen>True</AutoGen>

0 commit comments

Comments
 (0)