Initial commit: Add ShadowStream media application with file scanning and classification
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
70
ShadowStream/obj/Debug/net8.0-windows/App.g.cs
Normal file
70
ShadowStream/obj/Debug/net8.0-windows/App.g.cs
Normal file
@@ -0,0 +1,70 @@
|
||||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BBE033CE95728FB879F1DFB16BACEF5427F444C0"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using ModuleManager;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
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 ModuleManager {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : System.Windows.Application {
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.13.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", "8.0.13.0")]
|
||||
public static void Main() {
|
||||
ModuleManager.App app = new ModuleManager.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,89 @@
|
||||
#pragma checksum "..\..\..\..\LogHelper\LogWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BA5FF02A0D45D498C36D860D99C97E6DAF70C262"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using ModuleManager;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
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 ModuleManager {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// LogWindow
|
||||
/// </summary>
|
||||
public partial class LogWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 11 "..\..\..\..\LogHelper\LogWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox LogBox;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.13.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/ShadowStream;component/loghelper/logwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\LogHelper\LogWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.13.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.LogBox = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
75
ShadowStream/obj/Debug/net8.0-windows/LogIn.g.cs
Normal file
75
ShadowStream/obj/Debug/net8.0-windows/LogIn.g.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
#pragma checksum "..\..\..\LogIn.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "177E593CFB4B8E544E8872CC4618B5180F15EF22"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using ShadowStream;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
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 ShadowStream {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// LogIn
|
||||
/// </summary>
|
||||
public partial class LogIn : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.13.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/ShadowStream;component/login.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\LogIn.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.13.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) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
101
ShadowStream/obj/Debug/net8.0-windows/MainWindow.g.cs
Normal file
101
ShadowStream/obj/Debug/net8.0-windows/MainWindow.g.cs
Normal file
@@ -0,0 +1,101 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "07B609C302D5C23FB6344E9AC7464573AA4BBFB4"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using LibVLCSharp.WPF;
|
||||
using ModuleManager;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
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 ModuleManager {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 10 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Grid MaiGrid;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 25 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.DockPanel Categorien;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.13.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/ShadowStream;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", "8.0.13.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.MaiGrid = ((System.Windows.Controls.Grid)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.Categorien = ((System.Windows.Controls.DockPanel)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
0bae56041e5acc6a180bea6c1aade7966eeda593566125bacbd9f12506047074
|
@@ -0,0 +1,13 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = ShadowStream
|
||||
build_property.ProjectDir = C:\Users\bib\Desktop\lea\c# code\file finder test\ModuleManager\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
ShadowStream/obj/Debug/net8.0-windows/ModuleManager.assets.cache
Normal file
BIN
ShadowStream/obj/Debug/net8.0-windows/ModuleManager.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
0bae56041e5acc6a180bea6c1aade7966eeda593566125bacbd9f12506047074
|
@@ -0,0 +1,13 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = ShadowStream
|
||||
build_property.ProjectDir = C:\Users\Elias\Downloads\VPR_ShadowStream\VPR_ShadowStream\ShadowStream\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
ShadowStream/obj/Debug/net8.0-windows/ShadowStream.assets.cache
Normal file
BIN
ShadowStream/obj/Debug/net8.0-windows/ShadowStream.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
c8798c0584c600ef0a387459c11f4c6e43829370dd3f83923941c37249b53fcb
|
@@ -0,0 +1,878 @@
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\file finder test.deps.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\file finder test.runtimeconfig.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\file finder test.exe
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\libvlc.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\libvlc.lib
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\libvlccore.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\libvlccore.lib
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\hrtfs\dodeca_and_7channel_3DSL_HRTF.sofa
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\extensions\VLSub.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\main.css
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\mobile.css
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_diagonals-thick_18_b81900_40x40.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_diagonals-thick_20_666666_40x40.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_flat_10_000000_40x100.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_glass_100_f6f6f6_1x400.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_glass_100_fdf5ce_1x400.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_glass_65_ffffff_1x400.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_gloss-wave_35_f6a828_500x100.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_highlight-soft_100_eeeeee_1x100.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-bg_highlight-soft_75_ffe45c_1x100.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-icons_222222_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-icons_228ef1_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-icons_ef8c08_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-icons_ffd27a_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\images\ui-icons_ffffff_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\css\ui-lightness\jquery-ui-1.8.13.custom.css
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\custom.lua
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\batch_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\browse_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\create_stream.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\equalizer_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\error_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\mosaic_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\offset_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\stream_config_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\dialogs\stream_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\favicon.ico
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\Audio-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\Back-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\buttons.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\Folder-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\Other-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\speaker-32.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\Video-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\vlc-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\images\vlc16x16.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\index.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\js\common.js
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\js\controllers.js
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\js\jquery.jstree.js
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\js\ui.js
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\mobile.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\mobile_browse.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\mobile_equalizer.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\mobile_view.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\browse.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\browse.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\playlist.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\playlist.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\playlist_jstree.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\README.txt
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\status.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\status.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\vlm.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\requests\vlm_cmd.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\view.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\vlm.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\http\vlm_export.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\intf\cli.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\intf\dummy.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\intf\dumpmeta.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\intf\http.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\intf\luac.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\intf\modules\host.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\intf\modules\httprequests.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\intf\telnet.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\meta\art\00_musicbrainz.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\meta\art\01_googleimage.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\meta\art\02_frenchtv.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\meta\art\03_lastfm.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\meta\reader\filename.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\modules\common.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\modules\dkjson.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\modules\sandbox.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\modules\simplexml.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\anevia_streams.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\anevia_xml.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\appletrailers.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\bbc_co_uk.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\cue.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\dailymotion.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\jamendo.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\koreus.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\liveleak.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\newgrounds.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\rockbox_fm_presets.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\soundcloud.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\twitch.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\vimeo.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\vocaroo.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\playlist\youtube.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\sd\icecast.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\lua\sd\jamendo.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libaccess_concat_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libaccess_imem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libaccess_mms_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libaccess_srt_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libaccess_wasapi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libattachment_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libbluray-awt-j2se-1.3.2.jar
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libbluray-j2se-1.3.2.jar
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libcdda_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libdcp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libdtv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libfilesystem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libftp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libhttps_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libhttp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libidummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libimem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\liblibbluray_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\liblive555_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libnfs_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\librist_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\librtp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libsatip_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libscreen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libsdp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libsftp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libshm_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libsmb_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libtcp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libtimecode_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libudp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libvcd_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access\libvdr_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access_output\libaccess_output_dummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access_output\libaccess_output_file_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access_output\libaccess_output_http_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access_output\libaccess_output_livehttp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access_output\libaccess_output_rist_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access_output\libaccess_output_shout_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access_output\libaccess_output_srt_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\access_output\libaccess_output_udp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libaudiobargraph_a_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libaudio_format_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libchorus_flanger_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libcompressor_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libequalizer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libgain_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libkaraoke_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libnormvol_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libparam_eq_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libremap_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libscaletempo_pitch_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libscaletempo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libsimple_channel_mixer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libspatialaudio_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libspatializer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libspeex_resampler_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libstereo_widen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libtospdif_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libtrivial_channel_mixer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_filter\libugly_resampler_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_mixer\libfloat_mixer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_mixer\libinteger_mixer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_output\libadummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_output\libafile_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_output\libamem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_output\libdirectsound_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_output\libmmdevice_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_output\libwasapi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\audio_output\libwaveout_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libadpcm_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libaes3_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libaom_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libaraw_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libavcodec_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libcc_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libcdg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libcrystalhd_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libcvdsub_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libd3d11va_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libdav1d_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libddummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libdmo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libdvbsub_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libdxva2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libedummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libflac_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libfluidsynth_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libg711_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libjpeg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libkate_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\liblibass_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\liblpcm_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libmft_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libmpg123_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\liboggspots_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libopus_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libpng_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libqsv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\librawvideo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\librtpvideo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libschroedinger_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libscte18_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libscte27_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libsdl_image_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libspdif_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libspeex_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libspudec_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libstl_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libsubsdec_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libsubstx3g_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libsubsusf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libsvcdsub_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libtextst_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libtheora_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libttml_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libtwolame_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libuleaddvaudio_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libvorbis_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libvpx_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libwebvtt_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libx26410b_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\codec\libzvbi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\d3d11\libdirect3d11_filters_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\d3d9\libdirect3d9_filters_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libadaptive_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libaiff_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libasf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libau_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libavi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libcaf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libdemuxdump_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libdemux_cdg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libdemux_chromecast_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libdemux_stl_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libdiracsys_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libdirectory_demux_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libes_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libflacsys_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libgme_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libh26x_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libimage_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libmjpeg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libmkv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libmod_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libmp4_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libmpgv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libnoseek_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libnsc_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libnsv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libnuv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libogg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libplaylist_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libps_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libpva_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\librawaud_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\librawdv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\librawvid_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libsmf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libsubtitle_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libts_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libtta_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libty_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libvc1_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libvobsub_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libvoc_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libwav_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\demux\libxa_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\keystore\libfile_keystore_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\keystore\libmemory_keystore_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\logger\libconsole_logger_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\lua\liblua_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\meta_engine\libfolder_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\meta_engine\libtaglib_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\misc\libaddonsfsstorage_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\misc\libaddonsvorepository_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\misc\libfingerprinter_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\misc\libgnutls_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\misc\libxml_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_asf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_avi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_dummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_mp4_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_mpjpeg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_ogg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_ps_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_ts_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\mux\libmux_wav_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_av1_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_copy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_dirac_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_dts_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_flac_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_h264_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_hevc_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_mlp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_mpeg4audio_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_mpeg4video_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_mpegaudio_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_mpegvideo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\packetizer\libpacketizer_vc1_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\services_discovery\libmicrodns_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\services_discovery\libupnp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\services_discovery\libwindrive_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\spu\libaudiobargraph_v_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\spu\liblogo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\spu\libmarq_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\spu\libmosaic_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\spu\libremoteosd_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\spu\librss_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\spu\libsubsdelay_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_extractor\libarchive_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\libadf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\libaribcam_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\libcache_block_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\libcache_read_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\libhds_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\libinflate_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\libprefetch_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\librecord_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_filter\libskiptags_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_autodel_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_bridge_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_chromaprint_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_chromecast_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_delay_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_description_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_display_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_dummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_duplicate_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_es_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_gather_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_mosaic_bridge_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_record_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_setid_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_smem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_standard_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_stats_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\stream_out\libstream_out_transcode_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\text_renderer\libfreetype_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\text_renderer\libsapi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\text_renderer\libtdummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libchain_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libgrey_yuv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi420_10_p010_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi420_nv12_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi420_rgb_mmx_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi420_rgb_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi420_rgb_sse2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi420_yuy2_mmx_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi420_yuy2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi420_yuy2_sse2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi422_i420_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi422_yuy2_mmx_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi422_yuy2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libi422_yuy2_sse2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\librv32_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libswscale_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libyuvp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libyuy2_i420_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_chroma\libyuy2_i422_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libadjust_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libalphamask_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libanaglyph_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libantiflicker_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libball_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libblendbench_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libblend_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libbluescreen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libcanvas_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libcolorthres_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libcroppadd_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libdeinterlace_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libedgedetection_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\liberase_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libextract_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libfps_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libfreeze_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libgaussianblur_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libgradfun_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libgradient_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libgrain_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libhqdn3d_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libinvert_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libmagnify_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libmirror_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libmotionblur_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libmotiondetect_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\liboldmovie_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libposterize_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libpsychedelic_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libpuzzle_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libripple_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libscale_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libscene_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libsepia_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libsharpen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libtransform_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libvhs_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_filter\libwave_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libcaca_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libdirect3d11_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libdirect3d9_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libdirectdraw_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libdrawable_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libflaschen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libglinterop_dxva2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libglwin32_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libgl_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libvdummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libvmem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libwgl_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libwingdi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libwinhibit_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_output\libyuv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_splitter\libclone_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_splitter\libpanoramix_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\video_splitter\libwall_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\visualization\libglspectrum_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\visualization\libgoom_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\visualization\libprojectm_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x64\plugins\visualization\libvisual_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\libvlc.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\libvlc.lib
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\libvlccore.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\libvlccore.lib
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\hrtfs\dodeca_and_7channel_3DSL_HRTF.sofa
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\extensions\VLSub.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\main.css
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\mobile.css
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_diagonals-thick_18_b81900_40x40.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_diagonals-thick_20_666666_40x40.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_flat_10_000000_40x100.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_glass_100_f6f6f6_1x400.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_glass_100_fdf5ce_1x400.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_glass_65_ffffff_1x400.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_gloss-wave_35_f6a828_500x100.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_highlight-soft_100_eeeeee_1x100.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-bg_highlight-soft_75_ffe45c_1x100.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-icons_222222_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-icons_228ef1_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-icons_ef8c08_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-icons_ffd27a_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\images\ui-icons_ffffff_256x240.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\css\ui-lightness\jquery-ui-1.8.13.custom.css
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\custom.lua
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\batch_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\browse_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\create_stream.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\equalizer_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\error_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\mosaic_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\offset_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\stream_config_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\dialogs\stream_window.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\favicon.ico
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\Audio-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\Back-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\buttons.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\Folder-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\Other-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\speaker-32.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\Video-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\vlc-48.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\images\vlc16x16.png
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\index.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\js\common.js
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\js\controllers.js
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\js\jquery.jstree.js
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\js\ui.js
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\mobile.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\mobile_browse.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\mobile_equalizer.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\mobile_view.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\browse.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\browse.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\playlist.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\playlist.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\playlist_jstree.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\README.txt
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\status.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\status.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\vlm.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\requests\vlm_cmd.xml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\view.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\vlm.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\http\vlm_export.html
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\intf\cli.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\intf\dummy.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\intf\dumpmeta.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\intf\http.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\intf\luac.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\intf\modules\host.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\intf\modules\httprequests.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\intf\telnet.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\meta\art\00_musicbrainz.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\meta\art\01_googleimage.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\meta\art\02_frenchtv.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\meta\art\03_lastfm.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\meta\reader\filename.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\modules\common.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\modules\dkjson.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\modules\sandbox.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\modules\simplexml.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\anevia_streams.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\anevia_xml.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\appletrailers.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\bbc_co_uk.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\cue.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\dailymotion.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\jamendo.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\koreus.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\liveleak.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\newgrounds.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\rockbox_fm_presets.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\soundcloud.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\twitch.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\vimeo.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\vocaroo.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\playlist\youtube.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\sd\icecast.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\lua\sd\jamendo.luac
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libaccess_concat_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libaccess_imem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libaccess_mms_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libaccess_srt_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libaccess_wasapi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libattachment_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libbluray-awt-j2se-1.3.2.jar
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libbluray-j2se-1.3.2.jar
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libcdda_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libdcp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libdtv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libfilesystem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libftp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libhttps_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libhttp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libidummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libimem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\liblibbluray_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\liblive555_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libnfs_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\librist_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\librtp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libsatip_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libscreen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libsdp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libsftp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libshm_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libsmb_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libtcp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libtimecode_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libudp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libvcd_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access\libvdr_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access_output\libaccess_output_dummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access_output\libaccess_output_file_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access_output\libaccess_output_http_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access_output\libaccess_output_livehttp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access_output\libaccess_output_rist_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access_output\libaccess_output_shout_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access_output\libaccess_output_srt_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\access_output\libaccess_output_udp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libaudiobargraph_a_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libaudio_format_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libchorus_flanger_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libcompressor_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libequalizer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libgain_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libkaraoke_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libnormvol_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libparam_eq_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libremap_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libscaletempo_pitch_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libscaletempo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libsimple_channel_mixer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libspatialaudio_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libspatializer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libspeex_resampler_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libstereo_widen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libtospdif_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libtrivial_channel_mixer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_filter\libugly_resampler_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_mixer\libfloat_mixer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_mixer\libinteger_mixer_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_output\libadummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_output\libafile_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_output\libamem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_output\libdirectsound_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_output\libmmdevice_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_output\libwasapi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\audio_output\libwaveout_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libadpcm_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libaes3_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libaom_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libaraw_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libavcodec_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libcc_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libcdg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libcrystalhd_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libcvdsub_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libd3d11va_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libdav1d_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libddummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libdmo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libdvbsub_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libdxva2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libedummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libflac_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libfluidsynth_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libg711_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libjpeg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libkate_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\liblibass_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\liblpcm_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libmft_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libmpg123_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\liboggspots_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libopus_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libpng_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libqsv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\librawvideo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\librtpvideo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libschroedinger_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libscte18_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libscte27_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libsdl_image_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libspdif_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libspeex_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libspudec_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libstl_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libsubsdec_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libsubstx3g_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libsubsusf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libsvcdsub_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libtextst_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libtheora_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libttml_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libtwolame_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libuleaddvaudio_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libvorbis_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libvpx_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libwebvtt_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libx26410b_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\codec\libzvbi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\d3d11\libdirect3d11_filters_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\d3d9\libdirect3d9_filters_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libadaptive_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libaiff_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libasf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libau_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libavi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libcaf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libdemuxdump_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libdemux_cdg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libdemux_chromecast_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libdemux_stl_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libdiracsys_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libdirectory_demux_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libes_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libflacsys_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libgme_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libh26x_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libimage_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libmjpeg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libmkv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libmod_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libmp4_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libmpgv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libnoseek_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libnsc_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libnsv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libnuv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libogg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libplaylist_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libps_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libpva_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\librawaud_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\librawdv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\librawvid_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libsmf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libsubtitle_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libts_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libtta_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libty_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libvc1_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libvobsub_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libvoc_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libwav_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\demux\libxa_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\keystore\libfile_keystore_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\keystore\libmemory_keystore_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\logger\libconsole_logger_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\lua\liblua_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\meta_engine\libfolder_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\meta_engine\libtaglib_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\misc\libaddonsfsstorage_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\misc\libaddonsvorepository_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\misc\libfingerprinter_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\misc\libgnutls_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\misc\libxml_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_asf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_avi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_dummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_mp4_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_mpjpeg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_ogg_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_ps_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_ts_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\mux\libmux_wav_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_av1_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_copy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_dirac_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_dts_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_flac_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_h264_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_hevc_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_mlp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_mpeg4audio_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_mpeg4video_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_mpegaudio_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_mpegvideo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\packetizer\libpacketizer_vc1_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\services_discovery\libmicrodns_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\services_discovery\libupnp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\services_discovery\libwindrive_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\spu\libaudiobargraph_v_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\spu\liblogo_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\spu\libmarq_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\spu\libmosaic_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\spu\libremoteosd_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\spu\librss_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\spu\libsubsdelay_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_extractor\libarchive_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\libadf_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\libaribcam_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\libcache_block_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\libcache_read_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\libhds_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\libinflate_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\libprefetch_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\librecord_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_filter\libskiptags_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_autodel_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_bridge_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_chromaprint_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_chromecast_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_delay_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_description_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_display_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_dummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_duplicate_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_es_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_gather_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_mosaic_bridge_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_record_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_setid_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_smem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_standard_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_stats_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\stream_out\libstream_out_transcode_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\text_renderer\libfreetype_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\text_renderer\libsapi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\text_renderer\libtdummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libchain_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libgrey_yuv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi420_10_p010_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi420_nv12_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi420_rgb_mmx_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi420_rgb_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi420_rgb_sse2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi420_yuy2_mmx_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi420_yuy2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi420_yuy2_sse2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi422_i420_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi422_yuy2_mmx_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi422_yuy2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libi422_yuy2_sse2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\librv32_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libswscale_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libyuvp_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libyuy2_i420_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_chroma\libyuy2_i422_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libadjust_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libalphamask_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libanaglyph_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libantiflicker_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libball_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libblendbench_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libblend_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libbluescreen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libcanvas_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libcolorthres_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libcroppadd_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libdeinterlace_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libedgedetection_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\liberase_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libextract_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libfps_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libfreeze_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libgaussianblur_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libgradfun_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libgradient_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libgrain_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libhqdn3d_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libinvert_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libmagnify_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libmirror_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libmotionblur_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libmotiondetect_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\liboldmovie_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libposterize_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libpsychedelic_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libpuzzle_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libripple_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libscale_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libscene_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libsepia_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libsharpen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libtransform_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libvhs_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_filter\libwave_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libcaca_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libdirect3d11_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libdirect3d9_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libdirectdraw_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libdrawable_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libflaschen_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libglinterop_dxva2_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libglwin32_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libgl_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libvdummy_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libvmem_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libwgl_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libwingdi_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libwinhibit_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_output\libyuv_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_splitter\libclone_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_splitter\libpanoramix_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\video_splitter\libwall_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\visualization\libglspectrum_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\visualization\libgoom_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\visualization\libprojectm_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\libvlc\win-x86\plugins\visualization\libvisual_plugin.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\ShadowStream.exe
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\ShadowStream.deps.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\ShadowStream.runtimeconfig.json
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\ShadowStream.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\ShadowStream.pdb
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\LibVLCSharp.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\LibVLCSharp.WPF.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\file finder test.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\bin\Debug\net8.0-windows\file finder test.pdb
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.csproj.AssemblyReference.cache
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\LogHelper\LogWindow.g.cs
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\LogIn.g.cs
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\MainWindow.g.cs
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\App.g.cs
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream_Content.g.cs
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream_MarkupCompile.cache
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream_MarkupCompile.lref
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\LogHelper\LogWindow.baml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\LogIn.baml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\MainWindow.baml
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.g.resources
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.AssemblyInfoInputs.cache
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.AssemblyInfo.cs
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.csproj.CoreCompileInputs.cache
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowSt.E56D9CE0.Up2Date
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\refint\ShadowStream.dll
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.pdb
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ShadowStream.genruntimeconfig.cache
|
||||
C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\obj\Debug\net8.0-windows\ref\ShadowStream.dll
|
BIN
ShadowStream/obj/Debug/net8.0-windows/ShadowStream.dll
Normal file
BIN
ShadowStream/obj/Debug/net8.0-windows/ShadowStream.dll
Normal file
Binary file not shown.
BIN
ShadowStream/obj/Debug/net8.0-windows/ShadowStream.g.resources
Normal file
BIN
ShadowStream/obj/Debug/net8.0-windows/ShadowStream.g.resources
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
16a0c3d634aad8ffb1c8549ccd67c2046326fb3c6fd8fd5893dc60a59cee6df4
|
BIN
ShadowStream/obj/Debug/net8.0-windows/ShadowStream.pdb
Normal file
BIN
ShadowStream/obj/Debug/net8.0-windows/ShadowStream.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
ShadowStream
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
C:\Users\Elias\Downloads\VPR_ShadowStream\VPR_ShadowStream\ShadowStream\obj\Debug\net8.0-windows\
|
||||
ShadowStream
|
||||
none
|
||||
false
|
||||
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
|
||||
C:\Users\Elias\Downloads\VPR_ShadowStream\VPR_ShadowStream\ShadowStream\App.xaml
|
||||
31922853181
|
||||
|
||||
91463914648
|
||||
202-1769545332
|
||||
LogHelper\LogWindow.xaml;LogIn.xaml;MainWindow.xaml;
|
||||
|
||||
True
|
||||
|
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
FC:\Users\Elias\Downloads\VPR_ShadowStream\VPR_ShadowStream\ShadowStream\LogHelper\LogWindow.xaml;;
|
||||
FC:\Users\Elias\Downloads\VPR_ShadowStream\VPR_ShadowStream\ShadowStream\LogIn.xaml;;
|
||||
FC:\Users\Elias\Downloads\VPR_ShadowStream\VPR_ShadowStream\ShadowStream\MainWindow.xaml;;
|
||||
|
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ShadowStream")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
0bae56041e5acc6a180bea6c1aade7966eeda593566125bacbd9f12506047074
|
@@ -0,0 +1,13 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = ShadowStream
|
||||
build_property.ProjectDir = C:\Users\bib\Desktop\lea\c# code\file finder test\ShadowStream\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
Binary file not shown.
BIN
ShadowStream/obj/Debug/net8.0-windows/apphost.exe
Normal file
BIN
ShadowStream/obj/Debug/net8.0-windows/apphost.exe
Normal file
Binary file not shown.
BIN
ShadowStream/obj/Debug/net8.0-windows/ref/ShadowStream.dll
Normal file
BIN
ShadowStream/obj/Debug/net8.0-windows/ref/ShadowStream.dll
Normal file
Binary file not shown.
BIN
ShadowStream/obj/Debug/net8.0-windows/refint/ShadowStream.dll
Normal file
BIN
ShadowStream/obj/Debug/net8.0-windows/refint/ShadowStream.dll
Normal file
Binary file not shown.
143
ShadowStream/obj/ModuleManager.csproj.nuget.dgspec.json
Normal file
143
ShadowStream/obj/ModuleManager.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\ModuleManager\\ModuleManager.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\file finder test\\file finder test.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\file finder test\\file finder test.csproj",
|
||||
"projectName": "file finder test",
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\file finder test\\file finder test.csproj",
|
||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\file finder test\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Users\\bib\\.dotnet\\sdk\\8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\ModuleManager\\ModuleManager.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\ModuleManager\\ModuleManager.csproj",
|
||||
"projectName": "ShadowStream",
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\ModuleManager\\ModuleManager.csproj",
|
||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\ModuleManager\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0-windows"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows7.0": {
|
||||
"targetAlias": "net8.0-windows",
|
||||
"projectReferences": {
|
||||
"C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\file finder test\\file finder test.csproj": {
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\lea\\c# code\\file finder test\\file finder test\\file finder test.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows7.0": {
|
||||
"targetAlias": "net8.0-windows",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.WindowsDesktop.App.WPF": {
|
||||
"privateAssets": "none"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Users\\bib\\.dotnet\\sdk\\8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
ShadowStream/obj/ModuleManager.csproj.nuget.g.props
Normal file
16
ShadowStream/obj/ModuleManager.csproj.nuget.g.props
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\bib\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\bib\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
2
ShadowStream/obj/ModuleManager.csproj.nuget.g.targets
Normal file
2
ShadowStream/obj/ModuleManager.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
167
ShadowStream/obj/ShadowStream.csproj.nuget.dgspec.json
Normal file
167
ShadowStream/obj/ShadowStream.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,167 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\ShadowStream.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\file finder test\\file finder test.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\file finder test\\file finder test.csproj",
|
||||
"projectName": "file finder test",
|
||||
"projectPath": "C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\file finder test\\file finder test.csproj",
|
||||
"packagesPath": "C:\\Users\\Elias\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\file finder test\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Elias\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.1, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Users\\Elias\\.dotnet\\sdk\\8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\ShadowStream.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\ShadowStream.csproj",
|
||||
"projectName": "ShadowStream",
|
||||
"projectPath": "C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\ShadowStream.csproj",
|
||||
"packagesPath": "C:\\Users\\Elias\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Elias\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0-windows"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows7.0": {
|
||||
"targetAlias": "net8.0-windows",
|
||||
"projectReferences": {
|
||||
"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\file finder test\\file finder test.csproj": {
|
||||
"projectPath": "C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\file finder test\\file finder test.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows7.0": {
|
||||
"targetAlias": "net8.0-windows",
|
||||
"dependencies": {
|
||||
"LibVLCSharp": {
|
||||
"target": "Package",
|
||||
"version": "[3.9.3, )"
|
||||
},
|
||||
"LibVLCSharp.WPF": {
|
||||
"target": "Package",
|
||||
"version": "[3.9.3, )"
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.1, )"
|
||||
},
|
||||
"VideoLAN.LibVLC.Windows": {
|
||||
"target": "Package",
|
||||
"version": "[3.0.21, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.WindowsDesktop.App.WPF": {
|
||||
"privateAssets": "none"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Users\\Elias\\.dotnet\\sdk\\8.0.406/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
ShadowStream/obj/ShadowStream.csproj.nuget.g.props
Normal file
16
ShadowStream/obj/ShadowStream.csproj.nuget.g.props
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Elias\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Elias\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
6
ShadowStream/obj/ShadowStream.csproj.nuget.g.targets
Normal file
6
ShadowStream/obj/ShadowStream.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)videolan.libvlc.windows\3.0.21\build\VideoLAN.LibVLC.Windows.targets" Condition="Exists('$(NuGetPackageRoot)videolan.libvlc.windows\3.0.21\build\VideoLAN.LibVLC.Windows.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
4327
ShadowStream/obj/project.assets.json
Normal file
4327
ShadowStream/obj/project.assets.json
Normal file
File diff suppressed because it is too large
Load Diff
64
ShadowStream/obj/project.nuget.cache
Normal file
64
ShadowStream/obj/project.nuget.cache
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "tRgnP4nEAgw=",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\ShadowStream.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\libvlcsharp\\3.9.3\\libvlcsharp.3.9.3.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\libvlcsharp.wpf\\3.9.3\\libvlcsharp.wpf.3.9.3.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.1\\microsoft.netcore.platforms.1.1.1.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.net.http\\4.3.4\\system.net.http.4.3.4.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.private.uri\\4.3.2\\system.private.uri.4.3.2.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.runtime\\4.3.1\\system.runtime.4.3.1.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\Elias\\.nuget\\packages\\videolan.libvlc.windows\\3.0.21\\videolan.libvlc.windows.3.0.21.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
1
ShadowStream/obj/project.packagespec.json
Normal file
1
ShadowStream/obj/project.packagespec.json
Normal file
@@ -0,0 +1 @@
|
||||
"restore":{"projectUniqueName":"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\ShadowStream.csproj","projectName":"ShadowStream","projectPath":"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\ShadowStream.csproj","outputPath":"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\ShadowStream\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net8.0-windows"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0-windows7.0":{"targetAlias":"net8.0-windows","projectReferences":{"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\file finder test\\file finder test.csproj":{"projectPath":"C:\\Users\\Elias\\Downloads\\VPR_ShadowStream\\VPR_ShadowStream\\file finder test\\file finder test.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0-windows7.0":{"targetAlias":"net8.0-windows","dependencies":{"LibVLCSharp":{"target":"Package","version":"[3.9.3, )"},"LibVLCSharp.WPF":{"target":"Package","version":"[3.9.3, )"},"Newtonsoft.Json":{"target":"Package","version":"[13.0.1, )"},"VideoLAN.LibVLC.Windows":{"target":"Package","version":"[3.0.21, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"},"Microsoft.WindowsDesktop.App.WPF":{"privateAssets":"none"}},"runtimeIdentifierGraphPath":"C:\\Users\\Elias\\.dotnet\\sdk\\8.0.406/PortableRuntimeIdentifierGraph.json"}}
|
1
ShadowStream/obj/rider.project.model.nuget.info
Normal file
1
ShadowStream/obj/rider.project.model.nuget.info
Normal file
@@ -0,0 +1 @@
|
||||
17480214436041828
|
1
ShadowStream/obj/rider.project.restore.info
Normal file
1
ShadowStream/obj/rider.project.restore.info
Normal file
@@ -0,0 +1 @@
|
||||
17480215621727859
|
Reference in New Issue
Block a user