Skip to content

Commit 676cb89

Browse files
author
Rydan
authored
Add + Rename Ignore and Replace XML (jo3bingham#16)
1 parent de34781 commit 676cb89

4 files changed

Lines changed: 3012 additions & 2 deletions

File tree

Apps/Extract/Extract.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111

1212
<ItemGroup>
1313
<None Include="$(SolutionDir)ClientData\**" CopyToOutputDirectory="PreserveNewest" LinkBase="ClientData\" />
14+
<None Include="$(SolutionDir)ItemsReplace.xml" CopyToOutputDirectory="PreserveNewest" />
15+
<None Include="$(SolutionDir)ItemsIgnore.xml" CopyToOutputDirectory="PreserveNewest" />
1416
</ItemGroup>
1517
</Project>

Apps/Extract/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ static void Main(string[] args)
165165
}
166166
}
167167

168-
LoadXML("ignore.xml");
169-
LoadXML("replace.xml");
168+
LoadXML("itemsIgnore.xml");
169+
LoadXML("itemsReplace.xml");
170170

171171
Console.WriteLine($"Converting {filenames.Count} recordings...");
172172
foreach (var filename in filenames)

0 commit comments

Comments
 (0)