Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8.1", FrameworkDisplayName = ".NET Framework 4.8.1")]
|
||||
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
||||
70
MloFinderUI/obj/Release/App.g.cs
Normal file
70
MloFinderUI/obj/Release/App.g.cs
Normal file
@@ -0,0 +1,70 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C7746AE024C75764D9BFA45615F6A7FF09E8388ACF7A963E54D4E2F3ADF92E85"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using MloFinder;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace MloFinder {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : System.Windows.Application {
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
|
||||
#line 5 "..\..\App.xaml"
|
||||
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Application Entry Point.
|
||||
/// </summary>
|
||||
[System.STAThreadAttribute()]
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public static void Main() {
|
||||
MloFinder.App app = new MloFinder.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
70
MloFinderUI/obj/Release/App.g.i.cs
Normal file
70
MloFinderUI/obj/Release/App.g.i.cs
Normal file
@@ -0,0 +1,70 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C7746AE024C75764D9BFA45615F6A7FF09E8388ACF7A963E54D4E2F3ADF92E85"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using MloFinder;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace MloFinder {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : System.Windows.Application {
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
|
||||
#line 5 "..\..\App.xaml"
|
||||
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Application Entry Point.
|
||||
/// </summary>
|
||||
[System.STAThreadAttribute()]
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public static void Main() {
|
||||
MloFinder.App app = new MloFinder.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
62
MloFinderUI/obj/Release/GeneratedInternalTypeHelper.g.cs
Normal file
62
MloFinderUI/obj/Release/GeneratedInternalTypeHelper.g.cs
Normal file
@@ -0,0 +1,62 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XamlGeneratedNamespace {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GeneratedInternalTypeHelper
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
|
||||
|
||||
/// <summary>
|
||||
/// CreateInstance
|
||||
/// </summary>
|
||||
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
|
||||
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
|
||||
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// GetPropertyValue
|
||||
/// </summary>
|
||||
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
|
||||
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// SetPropertyValue
|
||||
/// </summary>
|
||||
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
|
||||
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// CreateDelegate
|
||||
/// </summary>
|
||||
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
|
||||
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
|
||||
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
|
||||
delegateType,
|
||||
handler}, null)));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// AddEventHandler
|
||||
/// </summary>
|
||||
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
|
||||
eventInfo.AddEventHandler(target, handler);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
62
MloFinderUI/obj/Release/GeneratedInternalTypeHelper.g.i.cs
Normal file
62
MloFinderUI/obj/Release/GeneratedInternalTypeHelper.g.i.cs
Normal file
@@ -0,0 +1,62 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XamlGeneratedNamespace {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GeneratedInternalTypeHelper
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
|
||||
|
||||
/// <summary>
|
||||
/// CreateInstance
|
||||
/// </summary>
|
||||
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
|
||||
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
|
||||
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// GetPropertyValue
|
||||
/// </summary>
|
||||
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
|
||||
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// SetPropertyValue
|
||||
/// </summary>
|
||||
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
|
||||
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// CreateDelegate
|
||||
/// </summary>
|
||||
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
|
||||
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
|
||||
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
|
||||
delegateType,
|
||||
handler}, null)));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// AddEventHandler
|
||||
/// </summary>
|
||||
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
|
||||
eventInfo.AddEventHandler(target, handler);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
MloFinderUI/obj/Release/MainWindow.baml
Normal file
BIN
MloFinderUI/obj/Release/MainWindow.baml
Normal file
Binary file not shown.
106
MloFinderUI/obj/Release/MainWindow.g.cs
Normal file
106
MloFinderUI/obj/Release/MainWindow.g.cs
Normal file
@@ -0,0 +1,106 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F5BC0BC5D4E66B6B8799DC044823A6D9588CF5B6C992421C503FD725D68B12CE"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using MloFinder;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace MloFinder {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 66 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ListView Files;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 80 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox OutPos;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/MloFinderUI;component/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.Files = ((System.Windows.Controls.ListView)(target));
|
||||
|
||||
#line 66 "..\..\MainWindow.xaml"
|
||||
this.Files.Drop += new System.Windows.DragEventHandler(this.OnDrop);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.OutPos = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
106
MloFinderUI/obj/Release/MainWindow.g.i.cs
Normal file
106
MloFinderUI/obj/Release/MainWindow.g.i.cs
Normal file
@@ -0,0 +1,106 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F5BC0BC5D4E66B6B8799DC044823A6D9588CF5B6C992421C503FD725D68B12CE"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using MloFinder;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace MloFinder {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 66 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ListView Files;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 80 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox OutPos;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/MloFinderUI;component/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.Files = ((System.Windows.Controls.ListView)(target));
|
||||
|
||||
#line 66 "..\..\MainWindow.xaml"
|
||||
this.Files.Drop += new System.Windows.DragEventHandler(this.OnDrop);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.OutPos = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
MloFinderUI/obj/Release/MloFinder.Properties.Resources.resources
Normal file
BIN
MloFinderUI/obj/Release/MloFinder.Properties.Resources.resources
Normal file
Binary file not shown.
BIN
MloFinderUI/obj/Release/MloFinder.Resources.Resources.resources
Normal file
BIN
MloFinderUI/obj/Release/MloFinder.Resources.Resources.resources
Normal file
Binary file not shown.
BIN
MloFinderUI/obj/Release/MloFinder.csproj.AssemblyReference.cache
Normal file
BIN
MloFinderUI/obj/Release/MloFinder.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
bf38506e6120cab73f2f6fe0d5e05582e0ed7e13
|
||||
@@ -0,0 +1,25 @@
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\MloFinder.exe.config
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\MloFinder.exe
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\MloFinder.pdb
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.csproj.AssemblyReference.cache
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.csproj.SuggestedBindingRedirects.cache
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MainWindow.baml
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MainWindow.g.cs
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\App.g.cs
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder_MarkupCompile.cache
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.g.resources
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.Properties.Resources.resources
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.csproj.GenerateResource.cache
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.csproj.CoreCompileInputs.cache
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.exe
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.pdb
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\CodeWalker.Core.dll
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\Newtonsoft.Json.dll
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\CodeWalker.Core.pdb
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\Newtonsoft.Json.xml
|
||||
D:\Programmierstuff\FiveM\MloFinder\obj\Release\MloFinder.csproj.CopyComplete
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\SharpDX.Mathematics.dll
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\SharpDX.dll
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\SharpDX.Mathematics.pdb
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\SharpDX.Mathematics.xml
|
||||
D:\Programmierstuff\FiveM\MloFinder\bin\Release\SharpDX.pdb
|
||||
BIN
MloFinderUI/obj/Release/MloFinder.csproj.GenerateResource.cache
Normal file
BIN
MloFinderUI/obj/Release/MloFinder.csproj.GenerateResource.cache
Normal file
Binary file not shown.
BIN
MloFinderUI/obj/Release/MloFinder.exe
Normal file
BIN
MloFinderUI/obj/Release/MloFinder.exe
Normal file
Binary file not shown.
BIN
MloFinderUI/obj/Release/MloFinder.g.resources
Normal file
BIN
MloFinderUI/obj/Release/MloFinder.g.resources
Normal file
Binary file not shown.
BIN
MloFinderUI/obj/Release/MloFinder.pdb
Normal file
BIN
MloFinderUI/obj/Release/MloFinder.pdb
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
8e3be03b0e5bf50a9100a8c4065e59d358a12fcc
|
||||
@@ -0,0 +1,25 @@
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\bin\Release\MloFinderUI.exe.config
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\bin\Release\MloFinderUI.exe
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\bin\Release\MloFinderUI.pdb
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\bin\Release\SharpDX.Mathematics.dll
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\bin\Release\SharpDX.dll
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\bin\Release\SharpDX.Mathematics.pdb
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\bin\Release\SharpDX.Mathematics.xml
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\bin\Release\SharpDX.pdb
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI.csproj.AssemblyReference.cache
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI.csproj.SuggestedBindingRedirects.cache
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MainWindow.baml
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MainWindow.g.cs
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\App.g.cs
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI_MarkupCompile.cache
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI.g.resources
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinder.Properties.Resources.resources
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI.csproj.GenerateResource.cache
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI.csproj.CoreCompileInputs.cache
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI.csproj.CopyComplete
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI.exe
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI.pdb
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\GeneratedInternalTypeHelper.g.cs
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI_MarkupCompile.lref
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinderUI_Content.g.cs
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\MloFinder.Resources.Resources.resources
|
||||
Binary file not shown.
BIN
MloFinderUI/obj/Release/MloFinderUI.exe
Normal file
BIN
MloFinderUI/obj/Release/MloFinderUI.exe
Normal file
Binary file not shown.
BIN
MloFinderUI/obj/Release/MloFinderUI.g.resources
Normal file
BIN
MloFinderUI/obj/Release/MloFinderUI.g.resources
Normal file
Binary file not shown.
BIN
MloFinderUI/obj/Release/MloFinderUI.pdb
Normal file
BIN
MloFinderUI/obj/Release/MloFinderUI.pdb
Normal file
Binary file not shown.
14
MloFinderUI/obj/Release/MloFinderUI_Content.g.cs
Normal file
14
MloFinderUI/obj/Release/MloFinderUI_Content.g.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("logo.ico")]
|
||||
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("resources/princeprplogo_trans.png")]
|
||||
|
||||
|
||||
14
MloFinderUI/obj/Release/MloFinderUI_Content.g.i.cs
Normal file
14
MloFinderUI/obj/Release/MloFinderUI_Content.g.i.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("logo.ico")]
|
||||
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("resources/princeprplogo_trans.png")]
|
||||
|
||||
|
||||
20
MloFinderUI/obj/Release/MloFinderUI_MarkupCompile.cache
Normal file
20
MloFinderUI/obj/Release/MloFinderUI_MarkupCompile.cache
Normal file
@@ -0,0 +1,20 @@
|
||||
MloFinderUI
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\obj\Release\
|
||||
MloFinder
|
||||
none
|
||||
false
|
||||
TRACE
|
||||
D:\Programmierstuff\FiveM\MloFinderUI\App.xaml
|
||||
11151548125
|
||||
2-370697387
|
||||
51877406012
|
||||
116159391946
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
4
MloFinderUI/obj/Release/MloFinderUI_MarkupCompile.lref
Normal file
4
MloFinderUI/obj/Release/MloFinderUI_MarkupCompile.lref
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
FD:\Programmierstuff\FiveM\MloFinderUI\MainWindow.xaml;;
|
||||
|
||||
90
MloFinderUI/obj/Release/XmlViewer.g.i.cs
Normal file
90
MloFinderUI/obj/Release/XmlViewer.g.i.cs
Normal file
@@ -0,0 +1,90 @@
|
||||
#pragma checksum "..\..\XmlViewer.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A67B6915F6ABB03AA789E466542A3A73C424D77ECD52A20849DE1F5E7B074EC6"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using MloFinder;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using System.Xml;
|
||||
|
||||
|
||||
namespace MloFinder {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// XmlViewer
|
||||
/// </summary>
|
||||
public partial class XmlViewer : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 90 "..\..\XmlViewer.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TreeView xmlTree;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/MloFinderUI;component/xmlviewer.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\XmlViewer.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.xmlTree = ((System.Windows.Controls.TreeView)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user