Skip to content

Commit ce9682b

Browse files
committed
Updated README.md
1 parent 9f057cc commit ce9682b

39 files changed

+33402
-2
lines changed
17.5 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5+
</startup>
6+
</configuration>
29.5 KB
Binary file not shown.
176 KB
Binary file not shown.
306 KB
Binary file not shown.
Binary file not shown.

ChannelMerger/bin/Release/Magick.NET-Q16-AnyCPU.xml

+26,240
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.

ChannelMerger/bin/Release/MahApps.Metro.IconPacks.xml

+315
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

ChannelMerger/bin/Release/MahApps.Metro.SimpleChildWindow.xml

+538
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.05 MB
Binary file not shown.
1.41 MB
Binary file not shown.

ChannelMerger/bin/Release/MahApps.Metro.xml

+5,549
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

ChannelMerger/obj/Release/App.baml

1.01 KB
Binary file not shown.

ChannelMerger/obj/Release/App.g.cs

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "29A7FCC9E93F3EAD0FC822717E16C8AEA74E10B1"
2+
//------------------------------------------------------------------------------
3+
// <auto-generated>
4+
// This code was generated by a tool.
5+
// Runtime Version:4.0.30319.42000
6+
//
7+
// Changes to this file may cause incorrect behavior and will be lost if
8+
// the code is regenerated.
9+
// </auto-generated>
10+
//------------------------------------------------------------------------------
11+
12+
using System;
13+
using System.Diagnostics;
14+
using System.Windows;
15+
using System.Windows.Automation;
16+
using System.Windows.Controls;
17+
using System.Windows.Controls.Primitives;
18+
using System.Windows.Data;
19+
using System.Windows.Documents;
20+
using System.Windows.Ink;
21+
using System.Windows.Input;
22+
using System.Windows.Markup;
23+
using System.Windows.Media;
24+
using System.Windows.Media.Animation;
25+
using System.Windows.Media.Effects;
26+
using System.Windows.Media.Imaging;
27+
using System.Windows.Media.Media3D;
28+
using System.Windows.Media.TextFormatting;
29+
using System.Windows.Navigation;
30+
using System.Windows.Shapes;
31+
using System.Windows.Shell;
32+
33+
34+
namespace ChannelMerger {
35+
36+
37+
/// <summary>
38+
/// App
39+
/// </summary>
40+
public partial class App : System.Windows.Application {
41+
42+
private bool _contentLoaded;
43+
44+
/// <summary>
45+
/// InitializeComponent
46+
/// </summary>
47+
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
48+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
49+
public void InitializeComponent() {
50+
if (_contentLoaded) {
51+
return;
52+
}
53+
_contentLoaded = true;
54+
55+
#line 4 "..\..\App.xaml"
56+
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
57+
58+
#line default
59+
#line hidden
60+
System.Uri resourceLocater = new System.Uri("/ChannelMerger;component/app.xaml", System.UriKind.Relative);
61+
62+
#line 1 "..\..\App.xaml"
63+
System.Windows.Application.LoadComponent(this, resourceLocater);
64+
65+
#line default
66+
#line hidden
67+
}
68+
69+
/// <summary>
70+
/// Application Entry Point.
71+
/// </summary>
72+
[System.STAThreadAttribute()]
73+
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
74+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
75+
public static void Main() {
76+
ChannelMerger.App app = new ChannelMerger.App();
77+
app.InitializeComponent();
78+
app.Run();
79+
}
80+
}
81+
}
82+

ChannelMerger/obj/Release/App.g.i.cs

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "29A7FCC9E93F3EAD0FC822717E16C8AEA74E10B1"
2+
//------------------------------------------------------------------------------
3+
// <auto-generated>
4+
// This code was generated by a tool.
5+
// Runtime Version:4.0.30319.42000
6+
//
7+
// Changes to this file may cause incorrect behavior and will be lost if
8+
// the code is regenerated.
9+
// </auto-generated>
10+
//------------------------------------------------------------------------------
11+
12+
using System;
13+
using System.Diagnostics;
14+
using System.Windows;
15+
using System.Windows.Automation;
16+
using System.Windows.Controls;
17+
using System.Windows.Controls.Primitives;
18+
using System.Windows.Data;
19+
using System.Windows.Documents;
20+
using System.Windows.Ink;
21+
using System.Windows.Input;
22+
using System.Windows.Markup;
23+
using System.Windows.Media;
24+
using System.Windows.Media.Animation;
25+
using System.Windows.Media.Effects;
26+
using System.Windows.Media.Imaging;
27+
using System.Windows.Media.Media3D;
28+
using System.Windows.Media.TextFormatting;
29+
using System.Windows.Navigation;
30+
using System.Windows.Shapes;
31+
using System.Windows.Shell;
32+
33+
34+
namespace ChannelMerger {
35+
36+
37+
/// <summary>
38+
/// App
39+
/// </summary>
40+
public partial class App : System.Windows.Application {
41+
42+
private bool _contentLoaded;
43+
44+
/// <summary>
45+
/// InitializeComponent
46+
/// </summary>
47+
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
48+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
49+
public void InitializeComponent() {
50+
if (_contentLoaded) {
51+
return;
52+
}
53+
_contentLoaded = true;
54+
55+
#line 4 "..\..\App.xaml"
56+
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
57+
58+
#line default
59+
#line hidden
60+
System.Uri resourceLocater = new System.Uri("/ChannelMerger;component/app.xaml", System.UriKind.Relative);
61+
62+
#line 1 "..\..\App.xaml"
63+
System.Windows.Application.LoadComponent(this, resourceLocater);
64+
65+
#line default
66+
#line hidden
67+
}
68+
69+
/// <summary>
70+
/// Application Entry Point.
71+
/// </summary>
72+
[System.STAThreadAttribute()]
73+
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
74+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
75+
public static void Main() {
76+
ChannelMerger.App app = new ChannelMerger.App();
77+
app.InitializeComponent();
78+
app.Run();
79+
}
80+
}
81+
}
82+
Binary file not shown.

ChannelMerger/obj/Release/ChannelMerger.csproj.CopyComplete

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0e3f3a6b9fc8dd68620f1597d7b0dd8bbfd3082c
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\ChannelMerger.exe.config
2+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\ChannelMerger.exe
3+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\ChannelMerger.pdb
4+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\ControlzEx.dll
5+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\Magick.NET-Q16-AnyCPU.dll
6+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.dll
7+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.IconPacks.dll
8+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.SimpleChildWindow.dll
9+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\System.Windows.Interactivity.dll
10+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\ControlzEx.pdb
11+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\Magick.NET-Q16-AnyCPU.xml
12+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.pdb
13+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.xml
14+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.IconPacks.pdb
15+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.IconPacks.xml
16+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.SimpleChildWindow.pdb
17+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\bin\Release\MahApps.Metro.SimpleChildWindow.xml
18+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger.csprojAssemblyReference.cache
19+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\MainWindow.baml
20+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\App.baml
21+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\MainWindow.g.cs
22+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\App.g.cs
23+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger_MarkupCompile.cache
24+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger.g.resources
25+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger.Properties.Resources.resources
26+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger.csproj.GenerateResource.cache
27+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger.csproj.CoreCompileInputs.cache
28+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger.csproj.CopyComplete
29+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger.exe
30+
C:\Users\Angius\source\repos\ChannelMerger\ChannelMerger\obj\Release\ChannelMerger.pdb
Binary file not shown.
Binary file not shown.
17.5 KB
Binary file not shown.
Binary file not shown.
29.5 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
ChannelMerger
2+
3+
4+
winexe
5+
C#
6+
.cs
7+
C:\Users\Angius\Documents\Visual Studio 2017\Projects\ChannelMerger\ChannelMerger\obj\Release\
8+
ChannelMerger
9+
none
10+
false
11+
TRACE
12+
C:\Users\Angius\Documents\Visual Studio 2017\Projects\ChannelMerger\ChannelMerger\App.xaml
13+
11151548125
14+
15+
10-2102301891
16+
20-1139737086
17+
MainWindow.xaml;
18+
19+
False
20+
Binary file not shown.
3.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)