diff --git a/TV Player WPF/TV Player WPF.csproj b/TV Player WPF/TV Player WPF.csproj
index 4b0d236..2a857bf 100644
--- a/TV Player WPF/TV Player WPF.csproj
+++ b/TV Player WPF/TV Player WPF.csproj
@@ -7,12 +7,18 @@
enable
enable
true
+ icon.ico
+ TV Player
+
+
+
+
diff --git a/TV Player WPF/ViewModels/SettingsModel.cs b/TV Player WPF/ViewModels/SettingsModel.cs
index e6c7163..68a3d3d 100644
--- a/TV Player WPF/ViewModels/SettingsModel.cs
+++ b/TV Player WPF/ViewModels/SettingsModel.cs
@@ -5,7 +5,8 @@ namespace TV_Player.ViewModels
{
public static class SettingsModel
{
- private const string _filePath = "settings.json";
+ private static readonly string AppDataFolder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "TVPlayer");
+ private static readonly string SettingsFilePath = Path.Combine(AppDataFolder, "settings.json");
public static string PlaylistURL { get; set; }
public static bool StartFullScreen { get; set; }
@@ -31,8 +32,10 @@ namespace TV_Player.ViewModels
// Serialize the object to JSON
string json = JsonConvert.SerializeObject(dataToSerialize, Formatting.Indented);
+ if (!Directory.Exists(AppDataFolder))
+ Directory.CreateDirectory(AppDataFolder);
// Save the JSON to a file
- File.WriteAllText(_filePath, json);
+ File.WriteAllText(SettingsFilePath, json);
}
public static void LoadSettings()
@@ -46,10 +49,10 @@ namespace TV_Player.ViewModels
StartFromLastScreen = default(bool),
StartFullScreen = default(bool)
};
- if (File.Exists(_filePath))
+ if (File.Exists(SettingsFilePath))
{
// Read the JSON content from the file
- string json = File.ReadAllText(_filePath);
+ string json = File.ReadAllText(SettingsFilePath);
loadedData = JsonConvert.DeserializeAnonymousType(json, loadedData);
}
// Assign the values to the properties
diff --git a/TV Player WPF/icon.ico b/TV Player WPF/icon.ico
new file mode 100644
index 0000000..24402bd
Binary files /dev/null and b/TV Player WPF/icon.ico differ
diff --git a/TV Player WPF/icon.png b/TV Player WPF/icon.png
new file mode 100644
index 0000000..e602f19
Binary files /dev/null and b/TV Player WPF/icon.png differ
diff --git a/TV player.sln b/TV player.sln
index 28d1284..dfa0af3 100644
--- a/TV player.sln
+++ b/TV player.sln
@@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TV Player WPF", "TV Player
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TV Player MAUI", "TV Player\TV Player MAUI.csproj", "{4AEADD32-BAF5-4FB8-AB5B-63050CF46D29}"
EndProject
+Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "TVPlayerSetup", "TVPlayerSetup\TVPlayerSetup.vdproj", "{273EE5D6-5DF3-4B9D-9EF0-B348CBC22DA9}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -23,6 +25,8 @@ Global
{4AEADD32-BAF5-4FB8-AB5B-63050CF46D29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AEADD32-BAF5-4FB8-AB5B-63050CF46D29}.Release|Any CPU.Build.0 = Release|Any CPU
{4AEADD32-BAF5-4FB8-AB5B-63050CF46D29}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {273EE5D6-5DF3-4B9D-9EF0-B348CBC22DA9}.Debug|Any CPU.ActiveCfg = Debug
+ {273EE5D6-5DF3-4B9D-9EF0-B348CBC22DA9}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/TVPlayerSetup/TVPlayerSetup.vdproj b/TVPlayerSetup/TVPlayerSetup.vdproj
new file mode 100644
index 0000000..6599c0f
--- /dev/null
+++ b/TVPlayerSetup/TVPlayerSetup.vdproj
@@ -0,0 +1,13946 @@
+"DeployProject"
+{
+"VSVersion" = "3:800"
+"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}"
+"IsWebType" = "8:FALSE"
+"ProjectName" = "8:TVPlayerSetup"
+"LanguageId" = "3:1049"
+"CodePage" = "3:1251"
+"UILanguageId" = "3:1049"
+"SccProjectName" = "8:"
+"SccLocalPath" = "8:"
+"SccAuxPath" = "8:"
+"SccProvider" = "8:"
+ "Hierarchy"
+ {
+ "Entry"
+ {
+ "MsmKey" = "8:_003331F421084629B3847BDD6A1675CD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_00610022702D4B43928D46B2DCBAFF91"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_011C7ABB5FE247DCB01C23D694833154"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_013FC1159E93452385545BF2C2996061"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_01A3047C24E24F62BA435A4C4F6C32C7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_052394E4B0844EB18C6E873AA66376C2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_05CC031243304CCB9214B5D4B92338B9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_06E100F735DE4C09A16E69B738CF0E41"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_07A498249F594345B9FBF94D7E69B7F5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0885BC8A63C040E8B590CFD97454D89F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_08A76DDC637847E8B456CBD3002025A0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_08A8621EBF99441CB098DF8ECCA79B36"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_08C26D1ED99A4411B66DDA8BDBB8418F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0903AC0CD0EF44E7B401FA96D344819F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_09421244A005441CB3D6AC37F4B5952F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_09B175C768ED4561BE6754DE8153AF89"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0A21D6A589E64A29984AC698B31E5420"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0BC9C5D49E9C4CED8AC451ED40C04A26"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0BD6777A58C941F591312989BA653640"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0BDD865994A8418382DA3A56FE2E44C0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0C41B6B93CEB47F0828BC6717B291582"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0DFAB5F6D44A41ADB7BF60EDA8B69D1C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_0F6898914F30525BD175B27D17D6D24B"
+ "OwnerKey" = "8:_7AD1823E695545AC85765461F3083D3D"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_115CB21DD76F4536981D436582AC2F35"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1404F362B8DB46A2B0B7B4C3B6439B63"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_144C2158CE854B85A4F9966194582930"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1733AA5ED9084D15B1AE0CC8A4532758"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_17E1835BE7FE45C69E9B4F249705F786"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_193BCE9A635249128C1748F4B58E00AB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1A39A76152F1452D9E9351AE807E9392"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1C2D370752EA410397671281CC759C4C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1D4C75FB27644D44B4D326DFC619DE95"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1D59830F940F411991250191D6EB82DE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1D60437277BD42ABAB9EBB97044B8B3B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1DA06CB977EC4F029F2F259734985D53"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1E4D7C15CDDE400FA1C0580177DFC058"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1E920D6BFED043959FC778D10A96255C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1EF34A9196D14B4E8918FD6BBB0617AE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1F116DF2DAC141B6A2556FC2E68995DB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1F540A6B972E4153B564C6156AC43B24"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1FC61B5E46FA4EB3B3025B034339A68E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_1FDA54FFFEC549109C1F788BE37EE449"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_20067C7B992E497BA4A545DCCF0FD840"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_204291D25AB241D782A484CF6577A438"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_210B55E6D90640D78B4B2752A5BDFA89"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2226A75B641D46E8BC73CD56290DA1A7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_22E868D1A2B04A9297C95D879641C705"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2324D09C708247C6B73414BAD56CA6FC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2370DE5EBC08402285DE66C1F83EE685"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_242A3962ED37406BA08BBA2513845AF5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_24A25E5E4DD04CF3BDBF6D5C549BA4DF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_24AF4ED0C4DF4F2BAB5E73A7168BDCA7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_257432D1C3CA4FC78A3176F47198B0F9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_25C0EF9FE9044421A04C7B2937528B44"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_262E9A903BFB4C9E9F86B140E1F20645"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2648AD0705B6406DAED12231C4075247"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_265424BA12F643119D2ADBBCCC9707CA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2709FF40428D40CCB97BA78EA785D390"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2782DCF77FBA4BA480E94ACA3DD3270C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_28C5431ACA4D4CF1A348CF19FEE6092C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_28CE3D49798B43429BA0D91C18C9AD67"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2950CC9B0DAC4AC7A318379189A7E21B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_295BBF77F5E44468BE9EB10451FE2706"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_295F60FCAF5B46F3A0C6CC5659AFE4F5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_29DC9D6E95AA4839AA690D5E6BF6EAD2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2A089E9CBD964029A62B8339054857BB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2A08AAC8B1C64DF891E8FD0D3F95E47F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2A3132B3B03E4EDBA1CAC3A54868EC94"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2A4DF6B435EB4B6A94327BF5F1C1B151"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2AAC99570702402DB4731784641412DF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2AEFCBAC42F149F481989549954A0659"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2AF7329EFBC644B3857E8121D8C926D1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2B055A4DC03847E2A6741B9C9B349B67"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2B24AF950E494E30B7E4F211322C6C64"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2BD5062380044D5786B73087B9AA7A4B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2E53D764C0C54B2E9FE6F051A9EF6B15"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2EA348512FDA4952ACB70BF0025339C9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2EA3A8667E004BA9AC7231F1C5792B01"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2EAE92D3B0B749C5B95FA848ED70465A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2ECF3A9249564F8CA7005BF27856692C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2EEDB0F792684C5F9E3C6E3B06CF9306"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2F1F3748C4444457AFCBED224AD9B9D4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_2FC88C66B7B0492E93D09C28AF4214BB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3066CD7CED984E0DB69A31DC2F23776D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_319B88ED2A424CC79D22856FD68DA4C4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_31A79DE905314C63BE4260E1EF36E7BB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_31BD04115A784D09A82B166A79FC86FE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3238A42C8580468AA0E50A2F659B8101"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3275D0CBC45946F4B27AF5BA80CFA632"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_32AAF46916654602B0EB52EF1F67A40C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_33767418B6CE4F4E8DD58ABA96C1DCCC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_338FAA630D624799A5AF652DA5E5AC3D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_33C48D46485346DB8A3B99A5DFDD7771"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_33C679725F2F4A4D84FEB4D59CBA9F3F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_344016F62C0945D78DB6ABA41E3EACF8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_344395B6475C4C20B3B839B9D55E0199"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3471E132D7F842AD9D428EC9BD4D4A5F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3496AC8101284A9BA734CDE94D1571EE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_35182CE27B00450A8482F6F8901B0BA9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_35911652459E4741BCF4AB0C517F143B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_35CA7CA2B9334EEBA636E03EB8F70801"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_35E92ADDBB96427F999B6BD5A1D4D49F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3828D0A42A154A0C84F9633963F32F96"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_38606BFCFFA540C68D68E96085471912"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_387CFA18F9854E0F9CCAD8957E569C10"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_397296BA4D1F4C108064B83739B14BCF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3A0CD21AC6A440D9841C987AA7201AD8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3A8E5BDE9FE148EFA18BDE7B0D7821C1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3AF2FAA532F3416F9284ADC3DD93F55A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3B898CB650B94F1CA3391AF737596144"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3B8A466FEA404229A34F5E1CD3A90364"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3BECEEF2F9D14E749C6F3F7DB6186329"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3CBB3A3C510849F9B167E1F60FDE8221"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3CFC5CBACC92489C8C38A2FDF45ABB26"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3E4B7763B9444F0FA1E4C601FFFF1B66"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3E967C2D08D84AAA99DA329B75A33DB1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3F98D8A2B0784135AC791BC0D6601C0D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_3FBE021A2FA64FB4B32D6E78912CB5F3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_401FCCBB9D01416C84E438B32BF97431"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_40BC663FC612465B9062BDAE1554967D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_41B847A22BA04D3798E17ECFDCE61695"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_42774A0A8D22479AA836B8325023BECA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_42A44EA381524EE1BC13C0AB2CF34C05"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_43474AD17DAC497EA426FDC29208C3B6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_43B0D10DF15E4849933BFCF62E4F9A88"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4420F6CE4C43453698B0BC5556CF346D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4446BD3F16BC4A7590FE41EE29DD1BE8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_446640A32CFF4B61B2B7CC7A3037660A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_44810952752F4BD498AE76F92E46CDEE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_450DDC2743054D24B44BDF5C27342C3B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4534BC436CEB492F865E5238C4098C78"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_45D34A8B01A04B78A5BE3DF83C990842"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4605708C7F1848A98F9238955ABB0CCD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_465B53E1CBF24BAD9951BB31C2369521"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_474BBD46D475420EAABAC4B3AAA876F2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_47B59CF26CE945018A638E9F5E337758"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4822F7CAC9A144EC8F828CA0BB457C5F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_48374CC10E3B46D5AFD443E9DDE078C3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_486C0EBBA99D4EFD88559158943E9BAC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4BB2CDF2389948AF83814D320F78913D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4C20C0D0E56245C999039C0EA9E69B7E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4C3FE100F6244C8FBD8B25857F32A7ED"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4D3B7A7027E7457A9C68B97BAEED8273"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4D64627137F64A62BC8DA5023F6A7465"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4D72E3A1B96543839F6656CFEBBBEB3A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4E2B3826F3B54D0CBF0776435C2B442E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_4E399A3531BC4A97ABE312C6E5D831A3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_501B323E010340F78D90010239A942C8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5038BA40ED1D41569FA39E597E14F541"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_50B31AB6FCDA45DA9E433E12DB7C62EE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_51785B3F318F4FE7A0F8C9755913FC33"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_52BAF7C80A0448CCA2B0C649214F67A3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_53A478AD1AF948838E6E529823E66F0A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_53EFE98959574F5BBD0965D8276EFB02"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5429E5A733944B248493DC04A4DCD1CB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5469181919AA482A80FADF59EDE4114F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_546FE98C23A942788BE8389F12A8BB75"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5471D85A1B2042EE8D61BF2EE4478C55"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_54A0B532EFEA46F1B8305EA69B532973"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_55F5F78E04184CF59C1D88F903B8DA21"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_56A262FCFBBD446EAA957181A64C2171"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_57149B46479B43EB9663DF62B8496606"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_571F0E01FA274CF4BB549BDB9AC29808"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_57A11782CF2F4759AC272370A33E832F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_57B3042222D64435987328CC5E3228AB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_57BFB5E0426E49D18A4CB60B887BA071"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_583F7C588387412FA30276F9B76DFA03"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_592AD9743E83424B94EBC36AEA726C0C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_593211DC70E54A75A3CEB2E5104436A4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_59876DE8119E403EA421E322B6EDCCF4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_59D4B502604942EDA652183C446DA8B5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5A932F1EAC8C442DB3A9E5F9F9F39A72"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5ADFDA5B3169453BB642EF7497DE982E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5B3F9EC496B34579859AE1DCB709C611"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5C3220B1181A490A8C22E83634DE053E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5D011E1AA2BA4AD7856CE1FD5679030E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5D480FE8903440C5A498DE9E52F04B90"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5D6C7FC03F8C463EAEECABA46A2BBCFB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5D7ADDF040724269ACB7D2898CC1EC33"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5E2A81F83800450387A2C4BD6799E7EC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_5F2D71B41C93463B85B22CE346EDA054"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_604B47BEB44C4653B361F1F18DEE4A50"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_609C365BA9EC499687E540E66E980A1B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_60C7926F356B4EDD961F1FA453218C90"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6123116B405A46359CA855AD280C3381"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_61B7654F99724021BACBDF9B3F536826"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_626112AB935F46A4AF5B2B35FC04DDAD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_62905A3F058F4F7DBE20F7BB154375C1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_62F453DA85934451910553448708E756"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_632EF8B15A0A494983A89D8A570A9567"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_633972AF8A5847E7B7A5FC821B1E2E4C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_63B20D7B1EBD4BBD9DE4FA1ADCF57222"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_63C4A4FD51594CE28E01B737A05213E5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6413D02C6932467C91B03FC50788BB19"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6459DCFD3B334633B6D25C558590C548"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_65349E3BB6684B35BF732AB4048D038F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_65CCBCA0A12944AD90B90CD0983312B8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_666C281787724B57A0824A759570515D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6676D9D490774240A3331619DFC91D41"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_66DCD870988D47CEA3057373FB8DCB0C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_66EF03A74DA044B38CB3A61FDC7A7B99"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_671904697BA5494182E8011CA008A843"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6776E2AE5762425280799877C23FB408"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_679B4134F85C4F8293DAB29A59001F1F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_684C04E660254E1B8FD486C0386E9990"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_686A5E9AA8004D90B4673D3BC6D121C7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_691E2AAE7EDF4A5180B49A40F7324089"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_697FD460079E4DA1A6DC1211A205730E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_699EF1F090CF4ECC9E7270DE801A987B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_69BCF01FBC0A41CCB5D8CC6B50EDA53F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_69DC5D76F68C4C52A08DE158DE58F386"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6B04F3B50422458EBFA6768EA4BF7C9E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6BE987E88FB342B182C9DD0A546AEC49"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6BF97816A858437BADA42E0F8C4AF5EA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6C0C12A4B95C476C870B3B62EAD962BF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6D35044ACCDF4161A46B3B98CDC4287F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6EDEAFE1603C45F495523012232A0679"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_6FA28D8FE8264D9DA529A81DC03CE026"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7003A805FAB74568A6336CF5ED277586"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7120A1D0D4B047E8AEF913A7676AF8B3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7148015A2D8E4F1CB35CDFE7D24434F9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7148B37219944D23B3F78183F330C315"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_716AEF45E514483BA433B7270260CF76"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_71F7AA3A89AF4B8DA689267D46D90D52"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_726E0B150B7B43BDAC9659BC55A3EA36"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_72752DB9657742DB8AE71AF8BBF76ACF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_72CDA024B5064CDDAC4AF5FF76F7C89F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_731C00588DC547E5A43D3C07DF947F50"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_73C07D5CC611461984E4E75CC98B19FB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_73EC149530194DA58B0D89631B1FEAD1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_742B44C953A6496C8AEBB4582F756193"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7495054F65F94392940E2D4E54E63922"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_74983B98140D4B37B8E8DE41CCECB29F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_74E1F8A8AB8B4F348DE5A512F0368920"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_74F26E0DE4BA4AD9BA87EE32E91ED078"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_77590FF7A4A24E7B822A6AB1F7A33A33"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_78104322F013473882597A439565F3A4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7828236114DF4E8FBC323E4B112AED97"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_78BF7E91EAD64CAF8012CA7E7D68F3CF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_78E086F31CEF4C5E812CE2AD8116B230"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_794D3C782F3840AEAF72D2AA0574DA9B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_795594C2C3094304AD584698AB6BEA9D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7A1B0CE60A34424CA1A5F58B354687A3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7A70C84C2DD54788A289F87C5B39CB00"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7AD1823E695545AC85765461F3083D3D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7B42C7AD52EC4FBA8B83EA611285B038"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7B4424E6F474465B8773AC6A3A7B1C87"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7C3FEBA4F9CE4C2096EB1598F2185A72"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7D2792E6C9404D79A8BC32933D2A8F6E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7DD2FD6C50B44C30A98238A93072B241"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7DE88B9280934CC5A5BB5C781422421B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_7E965D15802644DE885F8037B829C508"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_80220091FA3E46F8A5773878924D3048"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_802AE65A0C7D4F2EB43BC9DFE7426E0F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_809E77B6841C41F785A56E166A32D451"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_80A156D3DADE4EA9A4DF02EB6080013E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_80BC501EE78B4A85806857A4B3260893"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_80C7299A69C7427E96A7D8A3A7CE423E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_80CCC85EF5384263BB54E6D77156BAEE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_823227C07E494EB2B2CC45173C10E108"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_83B2A0E9A9A943DE866DF8DD8D040A1F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_84555695C91F41E2B9DA9732BDFA512E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_848CAB8339DD40BD8A99C6BDFC1DA87E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_85C64535695B4EDAB3E8D1138BBCDF75"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_86611703C5974374B591D86DF33A0261"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8713288ABA3E43EB9C1AC02E03435C54"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_87CA56B5107147C68C7C46F75CFC83C6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8842B3381094454C8F15A8FB577DA42B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8A59CAC481ED47848C50A475A3F357AA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8AA8F2B948224C60BF0D631CC8466413"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8B23FF58C2AA4860844F10241C2379E6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8B8E7E3872D64014BCC90B30334C5188"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8C186881E865494D97A6085EA8AEF358"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8C260B3A69FF454990E93432FAF505A3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8CABDDF2A49F4D279F624CE9B7CD3E35"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8CC8369D36E847208CA993BD62DE171B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8CD224ED343140FDB05E683E522B864A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8CEC8D3D3A014D9CA72106EA3DE08839"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8E29F849AF794B36A36D19D1D74414C5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8E72CBA09AF64174B8879342094DB7DF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8EE54067D73C4B1B8754D128068C6C57"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8F87CF7D2173470DB3189CF72378A95C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_8FE9681F252A4BE9B62E26B25A0371A8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_91CEC0FAB57142A1B51C118FF6A405B3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_925F1935219144D98F5E7C2AD32D1D4A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_93027B2138814253A8869F72F60C57FC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_938B6BAB94584E9C9DFD827E861C45FC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_941123BD448F444DA6C712765001B2F5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9420318644B3C3B0321BA4DDCF790070"
+ "OwnerKey" = "8:_7AD1823E695545AC85765461F3083D3D"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9518A0EA90B14A91831DF93FA6EBE1B6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9528805551AF4E0493C62C5500FD73E6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_959C91F79793405C99A9752BFD83CFC4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_95EA88E17BBB49ED9FF31C9B14952B14"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_967A30F4DEA64AF599F865F9D5D16847"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_967B3579514E45C8A937C9561AF90220"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_97271E05DD20410A808E5FF991DA0388"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_975AAAB3AEB54EB091FE4647A6A3090C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_97F7B9109F66468490FC39275202668C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_997AA02FF26A405E8184352E6D932F3C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9B360532F395451FBF3DC2CFACF9BEF8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9C1A8D587A5F4DC79236DA600E8B2195"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9D32B89487924963BBAC8FF3DAF55F75"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9E6E9EFE1FAA4D40A0CAA480F28078E9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9EAB23FEF423482C9E232438B05C3DF2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9F4AEBE252C54BE9BFD102EC333EAF37"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_9FA71B638FD8410CBA6E58B8B0311A5F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A020EC355E49404F949D74FBBB8308B8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A060B9D9CBDC4775A6B2C98D69D9C2AA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A0966E2DF3C4460D95B2B7178B3429D1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A0F17AA73478457D8F56DEEBCD891CBE"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A112728452BC4D84BA954636B39D6EC5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A1AA8A9D45D74452892201A8A6994070"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A27748185815483E82C795C386475585"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A282F86C1EE6410F889D1620ED0E7802"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A38E318A495F410C9B953ED856EA3FCD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A4359D4A797D470F9FF1713230FEABFF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A4A281F78B24426297AE9F5E5889F6F6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A5446E4A31674DA09131478EEA191011"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A55611394A064F98A58EAC116A71663F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A556D11892444F869C7EFEB3F13B0838"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A63FF7767B69407BB9027F49D18B6D4B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A645D54D6FA24BA5AE11AA16898625C4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A6BF1FFBBCA346DF925CB3605A54763D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A75E6850F2F643D78DF8AA96212B4A7C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A89B7324E66C4DDD0E49D04BB9255963"
+ "OwnerKey" = "8:_C6489C493FB24B68BEA4B4B5A10B74B2"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A89B7324E66C4DDD0E49D04BB9255963"
+ "OwnerKey" = "8:_E39AF07715B2A15AE05ADD1AEB7E3534"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A89B7324E66C4DDD0E49D04BB9255963"
+ "OwnerKey" = "8:_7AD1823E695545AC85765461F3083D3D"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A8EAB36E63784EC5A31931EADF64B79F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A9395D6A62304D789019CDCE960B3351"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A943FEEE656444AE916B58E61BB17D86"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_A9D96B52AECC4EE1916AF4BFF0399CFD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AA3788176C1541A3B725EEC6FB4DA81C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AAA19DB1403F4B6EADA5F86EEB58711B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AC186C4D7F644C518B713104AE4E319E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AD9F3CD98C6E4929880C63A1C27FBAB5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_ADA8BEA65AE04B8AB6656F07E1DC6031"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_ADBE693EF5DB4C209C3CEC07BB0AA829"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AE0293B98D5D479095EDA8FCE06F7C13"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AF2D2957C27C4EE78C22E4901E9F8C19"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AF7DBA7E2D034463A4CF1F0D9E0F23FF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AF89DA49AEDC47C5A65AFDDBB55359A4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_AF9A51FC0300487996A8F7896B9E0209"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B0BD1BDE8229431289AE3E76AA6678DD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B1E3F239E00143A6BB2BC121E8A80CDC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B27E4E0B4520426CB93E6794477D4AAD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B40A7A2D626944D7A50181B02E658EF3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B4857F849437424AB5D10EF4D64E8DA4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B48F04F03AE7477C9ED15CA05F743FB7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B4B2111866034DD3A76F6A528EDEFA3D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B6DAA2B6A98D48EEB3187B24B85F931F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B71C68021FF844DF8E03ECCCB4798239"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B73805FB46E94FD697E40E45DF825AD8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_B9469A31E5CF433891943E16F4D83E78"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BAB7EF2EBB7B4994A85A173C5FFF19E9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BAFE9D5165384A2A98E21876535EF6E7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BB4040E1B0DC4E299001841158BAF97C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BB9BE54B2CB24071932931D5ED732218"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BBE584EA9A2841E6A9B6BBF3D40CECE7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BBF13BA2F2CF4BEC896BB65362EA1889"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BC50BACD0F7846CB97C01C7582383B5D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BC528AB57DF34A94972B9D5693D0A4F0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BD5C03901EC24CC58ABFE3A60D0E7E4C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BD924951682943C5BFCF21D6938E71EB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BD92634B043D4D7F9D919EAB93ADA96C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BEA59DC8AA444FD387F2ECF2DA34E0C8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_BF1E9D3CEE5249C5B533D5A13F7AE538"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C0D0DDE1734148F99BA4DAA480EA6B2A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C1D3A1D40DE0495A9B937BCF968286AD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C3432839805A4797B0B0EF12EA2B0784"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C3A85030A9314519BB1117371DDFC8D6"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C44FFECBA9AF40CD83DB8E9039B10A03"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C4A32018A80440E1BC3E0C5C4855546E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C4EDB0AD78DB4F18AFB7F1330DEBC5E8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C537F847763E452C88EEDF13D97B7216"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C5A54CFF9EDC4578B6DE0C9958AFC8AF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C5BCD469E3D84C1794CC05B6B6EEA247"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C60540F5403544A19FF2EE74BF6F9BE0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C6489C493FB24B68BEA4B4B5A10B74B2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C67FB1ADA77449D1B3F1EEF9338EB521"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C6825547EFEB4B6599E0DAA643EB8CE0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C6F2399BDE4346B1A54E0FA49937647C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C75AAB604B9341B6807264B3112ED2F2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C839118B094C4C9F9EC9D3190FCE683E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C84AF459623C457EBC93DDE410EAD00B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C8D4435F62614E6F9C4D5689CC10D95B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C8E52A082A1443F4A9965FD9D02517D7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C8E7098E81CC4C4EAF8FBF7059906D6E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C8F3D4B578E74B5091362F4118AEC383"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C935BDC0766A47DFB7E0A6344E6E9AEA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C935ED7DEF2F4F74988898447F8FB345"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C94BC40D197E4D22BE3B1CB2CA1E368A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_C9BBA4BAC1AE49798B16DF7EFDAE96BC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CA17657BEE65415C82F0B26D70FD3EE0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CA74EC1D0CC44D608D301B242F69C93A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CA83DDFD9EBC453E9FCBEF1EA8B0B825"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CAA689E8A406412EA43E9E11CF934ED0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CB1DFC18B19341E68E035EA033244F86"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CB4E6B7275824910A47D865F4302530E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CB75A1B7D1D54FBFAFB64319C02C4CD5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CBAC619E04B347A8AF766E67B7A73592"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CD25FBA0485F47AC8BE40A8CBE6A7B59"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CD569CC9653E45269B8C5A1E198AFE51"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CDFFB98CC98346438164C6A59D95093F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_CFF220D3C5D442B7801126EF00B76FBA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D0389AD3FF544D179E55D16CFE38F337"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D0D0679699724792BB45EF9150AA6DCC"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D0D838A3625347E1A446D87AB8B58D42"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D1224D37AF854B02B3FFF39D7DD5D68E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D2683218918A40D0BDB78D8AC8FBE852"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D2F808D249E54E859F0302DC51FD5BC9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D301A220718C43F4B162F81EC4E4D158"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D35DBC5703524DAAAB92BD167560CB9F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D46C4F19327A4AF0BDA8AF6B288B2EB1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D4C610A4057F41C7A443EF580D3BC896"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D5C5A37AB1654096B2BA11DC2168019A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D6A54EE4E5584021BBBDFD80F5EEC108"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D6C0193B629B46D3AA13DDD476C59D8E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D716558F863E40EDB0E9467A26A60DBB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D8442C04D428495BA551885F201F3FCD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_D921E18A576445FAB83192FBB5FD1D43"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DA5009FE5B67445087CF24CBC4A6337F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DB0B90F32C7948B29D8B351410B46E0B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DB6E0ECB91FE474695FCB9491A40E58A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DB9EAB73CABA450B8B964A539D7AE99F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DC978200E67C420FAA1D28137DC755E2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DCC9BB127B4F4F41A593FA85E1D4914E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DDC7901781624160BAA0BADBFAACE307"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DE3405F7D44696DB3A9AD25E64561E61"
+ "OwnerKey" = "8:_7AD1823E695545AC85765461F3083D3D"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DF38273401FC4CF18479458D15CCD854"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DF88A73E44FC41E7A3676380F0BC323A"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_DF9E52CEA85744FAA3CDA6F56094B23C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E074DB364F764D5681D89B83B73387A0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E0B1666117DB4B24955CCB6C3FA2F53E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E1796CDFD7B3411BA421F7E9E7A9FBFD"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E2AA59D066294FDDB4E435ABE24C4B25"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E39AF07715B2A15AE05ADD1AEB7E3534"
+ "OwnerKey" = "8:_7AD1823E695545AC85765461F3083D3D"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E3DF25A7DBEF49DDA25D5750B7E6526B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E3F919B49FA94FC5B536F1C71D874005"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E42F03181B0D409AA4DF54A5857FD03E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E448A49D82D64300AFF244D97F6DA29F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E52BCFE12E27405AAF8256CFF2EB5B33"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E5DBEBEE4EEC4A7FB05D17434F2E7DD4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E657845D614A421DBBBE4D0A0827AD85"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E6E80BE6F6E649CCB8B7DFF0212B806C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E7AA2E5C427A4160A564A3D2870F0164"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E819B525380849628079D01202949BAB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E89FADE17CC5443188E3CB8470EC1BE1"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E8A1DB2F17DC4A58BEB6ED1A1DB0F248"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E8AB3B2AC89549D4B8F40C0FF22809A5"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E9197588BDBE4D79AB9CDA36D734383E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E972900C1EA1411EB32BFC7942E07B01"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E9D26FBDDF2442CEA5BEF96A4B35F284"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_E9DFA19D264B4FC7A5AC6E2C55DE7EAA"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_EBF88C90B9E4404A9A4BF923B35D0CD7"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_EC8524819F5A4842A766E9B4A62BF892"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_ED628BCE22E34E429C1AD63251B7F668"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_EF61C6E1388B4D0FA97A63EB51DBF783"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_EF9D628D68644C1CA428C3A168B658D8"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F000D70E161B47A5B4721D2C3E17138B"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F0412AB35EE84DCD809111E5B795547C"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F05414EBE5E54FC481A2D8971D159633"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F14F362F440141AB98140C474A1D9554"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F16EA5BE3770438DB1E1FCDD8170ABC3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F4B63B0B088643A180B9C29392589838"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F4BEC9B199EB435A958C4D927FA201DB"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F634B6FF36FF49ECB547BF5F7E27C931"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F7131C5FFD9B4F3A8186DDF5A79DC461"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F8231E7A4E4349F6B540795D75B61035"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F82DE0694BA7419BA9F920F0264C2E03"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F856BA729FE14B359E2BB9D00B0D0723"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_F9FADF8220EF46849206DFA6503B2FD4"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FAB6163383B94E17B46B671BA04B4CA0"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FAEF4C3AF53D49A3A6959C4D5B75A05F"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FB41977BED7C4F5C86DB63A618AC21D3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FB8BCB70045942EEA1551CBA5342343E"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FC417685A4144B25B7E80D22512CE13D"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FC6B385AF6CA40A1A43929F9E40704FF"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FC91FEE127024BC0AEDD6CFE8A722AA2"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FE2AA6E3CA104107BBC039F5B5093B15"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FE3F00C6B3D94D16BC0A2E1F67C23CF3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FEC40C564C42498CBBC5AE6BC8288636"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FED771FFD366499FAF98497681C9A7D9"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FEDD56C5F6314677B5C392E556F36C90"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_FEEE625E09914C8D9ECE0AFE041A90D3"
+ "OwnerKey" = "8:_UNDEFINED"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_UNDEFINED"
+ "OwnerKey" = "8:_C6489C493FB24B68BEA4B4B5A10B74B2"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_UNDEFINED"
+ "OwnerKey" = "8:_7AD1823E695545AC85765461F3083D3D"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_UNDEFINED"
+ "OwnerKey" = "8:_E39AF07715B2A15AE05ADD1AEB7E3534"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ }
+ "Configurations"
+ {
+ "Debug"
+ {
+ "DisplayName" = "8:Debug"
+ "IsDebugOnly" = "11:TRUE"
+ "IsReleaseOnly" = "11:FALSE"
+ "OutputFilename" = "8:Debug\\TVPlayerSetup.msi"
+ "PackageFilesAs" = "3:2"
+ "PackageFileSize" = "3:-2147483648"
+ "CabType" = "3:1"
+ "Compression" = "3:2"
+ "SignOutput" = "11:FALSE"
+ "CertificateFile" = "8:"
+ "PrivateKeyFile" = "8:"
+ "TimeStampServer" = "8:"
+ "InstallerBootstrapper" = "3:2"
+ }
+ "Release"
+ {
+ "DisplayName" = "8:Release"
+ "IsDebugOnly" = "11:FALSE"
+ "IsReleaseOnly" = "11:TRUE"
+ "OutputFilename" = "8:Release\\TVPlayerSetup.msi"
+ "PackageFilesAs" = "3:2"
+ "PackageFileSize" = "3:-2147483648"
+ "CabType" = "3:1"
+ "Compression" = "3:2"
+ "SignOutput" = "11:FALSE"
+ "CertificateFile" = "8:"
+ "PrivateKeyFile" = "8:"
+ "TimeStampServer" = "8:"
+ "InstallerBootstrapper" = "3:2"
+ "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
+ {
+ "Enabled" = "11:TRUE"
+ "PromptEnabled" = "11:TRUE"
+ "PrerequisitesLocation" = "2:1"
+ "Url" = "8:"
+ "ComponentsUrl" = "8:"
+ "Items"
+ {
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
+ {
+ "Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
+ "ProductCode" = "8:.NETFramework,Version=v4.7.2"
+ }
+ "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.CoreRuntime.8.0.x64"
+ {
+ "Name" = "8:.NET Runtime 8.0.1 (x64)"
+ "ProductCode" = "8:Microsoft.NetCore.CoreRuntime.8.0.x64"
+ }
+ }
+ }
+ }
+ }
+ "Deployable"
+ {
+ "CustomAction"
+ {
+ }
+ "DefaultFeature"
+ {
+ "Name" = "8:DefaultFeature"
+ "Title" = "8:"
+ "Description" = "8:"
+ }
+ "ExternalPersistence"
+ {
+ "LaunchCondition"
+ {
+ "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_A706236111EC4D9086E13B1B7A992C46"
+ {
+ "Name" = "8:.NET Framework"
+ "Message" = "8:[VSDNETMSG]"
+ "FrameworkVersion" = "8:.NETFramework,Version=v4.7.2"
+ "AllowLaterVersions" = "11:FALSE"
+ "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=863262"
+ }
+ "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_D9A4BCA3C4D84DA9B1A4EA32A9A9CAA1"
+ {
+ "Name" = "8:.NET Core"
+ "Message" = "8:[VSDNETCOREMSG]"
+ "AllowLaterVersions" = "11:FALSE"
+ "InstallUrl" = "8:https://dotnet.microsoft.com/download/dotnet-core/[NetCoreVerMajorDotMinor]"
+ "IsNETCore" = "11:TRUE"
+ "Architecture" = "2:0"
+ "Runtime" = "2:0"
+ }
+ }
+ }
+ "File"
+ {
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_003331F421084629B3847BDD6A1675CD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\js\\controllers.js"
+ "TargetName" = "8:controllers.js"
+ "Tag" = "8:"
+ "Folder" = "8:_9E9FE6533D3E44B9807F7772BBACE203"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_00610022702D4B43928D46B2DCBAFF91"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libaom_plugin.dll"
+ "TargetName" = "8:libaom_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_011C7ABB5FE247DCB01C23D694833154"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libts_plugin.dll"
+ "TargetName" = "8:libts_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_013FC1159E93452385545BF2C2996061"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libkaraoke_plugin.dll"
+ "TargetName" = "8:libkaraoke_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_01A3047C24E24F62BA435A4C4F6C32C7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libt140_plugin.dll"
+ "TargetName" = "8:libt140_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_052394E4B0844EB18C6E873AA66376C2"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libsmb_plugin.dll"
+ "TargetName" = "8:libsmb_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_05CC031243304CCB9214B5D4B92338B9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_vc1_plugin.dll"
+ "TargetName" = "8:libpacketizer_vc1_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_06E100F735DE4C09A16E69B738CF0E41"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_smem_plugin.dll"
+ "TargetName" = "8:libstream_out_smem_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_07A498249F594345B9FBF94D7E69B7F5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libdemux_chromecast_plugin.dll"
+ "TargetName" = "8:libdemux_chromecast_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0885BC8A63C040E8B590CFD97454D89F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\control\\liboldrc_plugin.dll"
+ "TargetName" = "8:liboldrc_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_08A76DDC637847E8B456CBD3002025A0"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\liblive555_plugin.dll"
+ "TargetName" = "8:liblive555_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_08A8621EBF99441CB098DF8ECCA79B36"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libpva_plugin.dll"
+ "TargetName" = "8:libpva_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_08C26D1ED99A4411B66DDA8BDBB8418F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\libcache_read_plugin.dll"
+ "TargetName" = "8:libcache_read_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0903AC0CD0EF44E7B401FA96D344819F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_output\\libwaveout_plugin.dll"
+ "TargetName" = "8:libwaveout_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_3D2C8E38E4AA45BB86E66524CC822F2B"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_09421244A005441CB3D6AC37F4B5952F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libdirectdraw_plugin.dll"
+ "TargetName" = "8:libdirectdraw_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_09B175C768ED4561BE6754DE8153AF89"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\modules\\simplexml.luac"
+ "TargetName" = "8:simplexml.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_E30EC626F3B644999AFB8AF8E4415516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0A21D6A589E64A29984AC698B31E5420"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libsimple_channel_mixer_plugin.dll"
+ "TargetName" = "8:libsimple_channel_mixer_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0BC9C5D49E9C4CED8AC451ED40C04A26"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\libcache_block_plugin.dll"
+ "TargetName" = "8:libcache_block_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0BD6777A58C941F591312989BA653640"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libwave_plugin.dll"
+ "TargetName" = "8:libwave_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0BDD865994A8418382DA3A56FE2E44C0"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\lua\\liblua_plugin.dll"
+ "TargetName" = "8:liblua_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_62A6ABF3DC734814B6969B7A5AD22634"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0C41B6B93CEB47F0828BC6717B291582"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access_output\\libaccess_output_rist_plugin.dll"
+ "TargetName" = "8:libaccess_output_rist_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_51F50182D79D4CE0946954EA96ADC5D0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0DFAB5F6D44A41ADB7BF60EDA8B69D1C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\mobile_browse.html"
+ "TargetName" = "8:mobile_browse.html"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0F6898914F30525BD175B27D17D6D24B"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:System.Reactive, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_0F6898914F30525BD175B27D17D6D24B"
+ {
+ "Name" = "8:System.Reactive.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:System.Reactive.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:TRUE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_115CB21DD76F4536981D436582AC2F35"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-icons_ffffff_256x240.png"
+ "TargetName" = "8:ui-icons_ffffff_256x240.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1404F362B8DB46A2B0B7B4C3B6439B63"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libstl_plugin.dll"
+ "TargetName" = "8:libstl_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_144C2158CE854B85A4F9966194582930"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libblend_plugin.dll"
+ "TargetName" = "8:libblend_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1733AA5ED9084D15B1AE0CC8A4532758"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_mpeg4audio_plugin.dll"
+ "TargetName" = "8:libpacketizer_mpeg4audio_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_17E1835BE7FE45C69E9B4F249705F786"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi420_yuy2_plugin.dll"
+ "TargetName" = "8:libi420_yuy2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_193BCE9A635249128C1748F4B58E00AB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libdcp_plugin.dll"
+ "TargetName" = "8:libdcp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1A39A76152F1452D9E9351AE807E9392"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\vimeo.luac"
+ "TargetName" = "8:vimeo.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1C2D370752EA410397671281CC759C4C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libgrey_yuv_plugin.dll"
+ "TargetName" = "8:libgrey_yuv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1D4C75FB27644D44B4D326DFC619DE95"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_gather_plugin.dll"
+ "TargetName" = "8:libstream_out_gather_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1D59830F940F411991250191D6EB82DE"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access_output\\libaccess_output_http_plugin.dll"
+ "TargetName" = "8:libaccess_output_http_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_51F50182D79D4CE0946954EA96ADC5D0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1D60437277BD42ABAB9EBB97044B8B3B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libau_plugin.dll"
+ "TargetName" = "8:libau_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1DA06CB977EC4F029F2F259734985D53"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\control\\libnetsync_plugin.dll"
+ "TargetName" = "8:libnetsync_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1E4D7C15CDDE400FA1C0580177DFC058"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\spu\\libaudiobargraph_v_plugin.dll"
+ "TargetName" = "8:libaudiobargraph_v_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_62787F474736454CAF4479E23C279319"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1E920D6BFED043959FC778D10A96255C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libaccess_imem_plugin.dll"
+ "TargetName" = "8:libaccess_imem_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1EF34A9196D14B4E8918FD6BBB0617AE"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi420_yuy2_sse2_plugin.dll"
+ "TargetName" = "8:libi420_yuy2_sse2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1F116DF2DAC141B6A2556FC2E68995DB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\sd\\icecast.luac"
+ "TargetName" = "8:icecast.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_17FB584FB7B44CA0A1F351098DF57B22"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1F540A6B972E4153B564C6156AC43B24"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libudp_plugin.dll"
+ "TargetName" = "8:libudp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1FC61B5E46FA4EB3B3025B034339A68E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_mixer\\libinteger_mixer_plugin.dll"
+ "TargetName" = "8:libinteger_mixer_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_ABF6A1A04A444870ADD2752AEAC9B599"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1FDA54FFFEC549109C1F788BE37EE449"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libmp4_plugin.dll"
+ "TargetName" = "8:libmp4_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_20067C7B992E497BA4A545DCCF0FD840"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\text_renderer\\libsapi_plugin.dll"
+ "TargetName" = "8:libsapi_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F801DF51DFE341F5B8E0B10F02E88397"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_204291D25AB241D782A484CF6577A438"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libstereo_widen_plugin.dll"
+ "TargetName" = "8:libstereo_widen_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_210B55E6D90640D78B4B2752A5BDFA89"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libbluray-awt-j2se-1.3.2.jar"
+ "TargetName" = "8:libbluray-awt-j2se-1.3.2.jar"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2226A75B641D46E8BC73CD56290DA1A7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libsepia_plugin.dll"
+ "TargetName" = "8:libsepia_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_22E868D1A2B04A9297C95D879641C705"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_h264_plugin.dll"
+ "TargetName" = "8:libpacketizer_h264_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2324D09C708247C6B73414BAD56CA6FC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libvcd_plugin.dll"
+ "TargetName" = "8:libvcd_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2370DE5EBC08402285DE66C1F83EE685"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\spu\\liblogo_plugin.dll"
+ "TargetName" = "8:liblogo_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_62787F474736454CAF4479E23C279319"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_242A3962ED37406BA08BBA2513845AF5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libaddonsvorepository_plugin.dll"
+ "TargetName" = "8:libaddonsvorepository_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_24A25E5E4DD04CF3BDBF6D5C549BA4DF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libxa_plugin.dll"
+ "TargetName" = "8:libxa_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_24AF4ED0C4DF4F2BAB5E73A7168BDCA7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libmono_plugin.dll"
+ "TargetName" = "8:libmono_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_257432D1C3CA4FC78A3176F47198B0F9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi420_rgb_plugin.dll"
+ "TargetName" = "8:libi420_rgb_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_25C0EF9FE9044421A04C7B2937528B44"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\intf\\luac.luac"
+ "TargetName" = "8:luac.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_DA41805D5C5C41AB965F9C1D5AE49452"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_262E9A903BFB4C9E9F86B140E1F20645"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi420_nv12_plugin.dll"
+ "TargetName" = "8:libi420_nv12_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2648AD0705B6406DAED12231C4075247"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\vlm_cmd.xml"
+ "TargetName" = "8:vlm_cmd.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_265424BA12F643119D2ADBBCCC9707CA"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\anevia_xml.luac"
+ "TargetName" = "8:anevia_xml.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2709FF40428D40CCB97BA78EA785D390"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_splitter\\libpanoramix_plugin.dll"
+ "TargetName" = "8:libpanoramix_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D5E51ACFB27C44ADBB4BDF56DA466B68"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2782DCF77FBA4BA480E94ACA3DD3270C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\TV Player.exe"
+ "TargetName" = "8:TV Player.exe"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_28C5431ACA4D4CF1A348CF19FEE6092C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libvobsub_plugin.dll"
+ "TargetName" = "8:libvobsub_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_28CE3D49798B43429BA0D91C18C9AD67"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\intf\\modules\\httprequests.luac"
+ "TargetName" = "8:httprequests.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_715B95E862F54CBCB929C838897F7038"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2950CC9B0DAC4AC7A318379189A7E21B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libsatip_plugin.dll"
+ "TargetName" = "8:libsatip_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_295BBF77F5E44468BE9EB10451FE2706"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libsamplerate_plugin.dll"
+ "TargetName" = "8:libsamplerate_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_295F60FCAF5B46F3A0C6CC5659AFE4F5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libtransform_plugin.dll"
+ "TargetName" = "8:libtransform_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_29DC9D6E95AA4839AA690D5E6BF6EAD2"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libgme_plugin.dll"
+ "TargetName" = "8:libgme_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2A089E9CBD964029A62B8339054857BB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libkate_plugin.dll"
+ "TargetName" = "8:libkate_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2A08AAC8B1C64DF891E8FD0D3F95E47F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi420_10_p010_plugin.dll"
+ "TargetName" = "8:libi420_10_p010_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2A3132B3B03E4EDBA1CAC3A54868EC94"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_rtp_plugin.dll"
+ "TargetName" = "8:libstream_out_rtp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2A4DF6B435EB4B6A94327BF5F1C1B151"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_ps_plugin.dll"
+ "TargetName" = "8:libmux_ps_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2AAC99570702402DB4731784641412DF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libcdg_plugin.dll"
+ "TargetName" = "8:libcdg_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2AEFCBAC42F149F481989549954A0659"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-icons_228ef1_256x240.png"
+ "TargetName" = "8:ui-icons_228ef1_256x240.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2AF7329EFBC644B3857E8121D8C926D1"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\libinflate_plugin.dll"
+ "TargetName" = "8:libinflate_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2B055A4DC03847E2A6741B9C9B349B67"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\services_discovery\\libwindrive_plugin.dll"
+ "TargetName" = "8:libwindrive_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_E55224120EA14A26B2DF58B5C09B3B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2B24AF950E494E30B7E4F211322C6C64"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libgnutls_plugin.dll"
+ "TargetName" = "8:libgnutls_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2BD5062380044D5786B73087B9AA7A4B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\mobile_view.html"
+ "TargetName" = "8:mobile_view.html"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2E53D764C0C54B2E9FE6F051A9EF6B15"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_autodel_plugin.dll"
+ "TargetName" = "8:libstream_out_autodel_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2EA348512FDA4952ACB70BF0025339C9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\control\\libntservice_plugin.dll"
+ "TargetName" = "8:libntservice_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2EA3A8667E004BA9AC7231F1C5792B01"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libgl_plugin.dll"
+ "TargetName" = "8:libgl_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2EAE92D3B0B749C5B95FA848ED70465A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_mlp_plugin.dll"
+ "TargetName" = "8:libpacketizer_mlp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2ECF3A9249564F8CA7005BF27856692C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\equalizer_window.html"
+ "TargetName" = "8:equalizer_window.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2EEDB0F792684C5F9E3C6E3B06CF9306"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_2EEDB0F792684C5F9E3C6E3B06CF9306"
+ {
+ "Name" = "8:Newtonsoft.Json.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\Newtonsoft.Json.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2F1F3748C4444457AFCBED224AD9B9D4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\playlist.xml"
+ "TargetName" = "8:playlist.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2FC88C66B7B0492E93D09C28AF4214BB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libyuy2_i422_plugin.dll"
+ "TargetName" = "8:libyuy2_i422_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3066CD7CED984E0DB69A31DC2F23776D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libnsv_plugin.dll"
+ "TargetName" = "8:libnsv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_319B88ED2A424CC79D22856FD68DA4C4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libdvdnav_plugin.dll"
+ "TargetName" = "8:libdvdnav_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_31A79DE905314C63BE4260E1EF36E7BB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access_output\\libaccess_output_srt_plugin.dll"
+ "TargetName" = "8:libaccess_output_srt_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_51F50182D79D4CE0946954EA96ADC5D0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_31BD04115A784D09A82B166A79FC86FE"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\buttons.png"
+ "TargetName" = "8:buttons.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3238A42C8580468AA0E50A2F659B8101"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libscene_plugin.dll"
+ "TargetName" = "8:libscene_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3275D0CBC45946F4B27AF5BA80CFA632"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libpsychedelic_plugin.dll"
+ "TargetName" = "8:libpsychedelic_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_32AAF46916654602B0EB52EF1F67A40C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libx26410b_plugin.dll"
+ "TargetName" = "8:libx26410b_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_33767418B6CE4F4E8DD58ABA96C1DCCC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libflac_plugin.dll"
+ "TargetName" = "8:libflac_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_338FAA630D624799A5AF652DA5E5AC3D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\TV Player.runtimeconfig.json"
+ "TargetName" = "8:TV Player.runtimeconfig.json"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_33C48D46485346DB8A3B99A5DFDD7771"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libdvdread_plugin.dll"
+ "TargetName" = "8:libdvdread_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_33C679725F2F4A4D84FEB4D59CBA9F3F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libh26x_plugin.dll"
+ "TargetName" = "8:libh26x_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_344016F62C0945D78DB6ABA41E3EACF8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libdca_plugin.dll"
+ "TargetName" = "8:libdca_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_344395B6475C4C20B3B839B9D55E0199"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libdemuxdump_plugin.dll"
+ "TargetName" = "8:libdemuxdump_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3471E132D7F842AD9D428EC9BD4D4A5F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libtimecode_plugin.dll"
+ "TargetName" = "8:libtimecode_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3496AC8101284A9BA734CDE94D1571EE"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\librawvideo_plugin.dll"
+ "TargetName" = "8:librawvideo_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_35182CE27B00450A8482F6F8901B0BA9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libpostproc_plugin.dll"
+ "TargetName" = "8:libpostproc_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_35911652459E4741BCF4AB0C517F143B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libyuvp_plugin.dll"
+ "TargetName" = "8:libyuvp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_35CA7CA2B9334EEBA636E03EB8F70801"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\index.html"
+ "TargetName" = "8:index.html"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_35E92ADDBB96427F999B6BD5A1D4D49F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\modules\\common.luac"
+ "TargetName" = "8:common.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_E30EC626F3B644999AFB8AF8E4415516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3828D0A42A154A0C84F9633963F32F96"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\meta\\art\\00_musicbrainz.luac"
+ "TargetName" = "8:00_musicbrainz.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_981F962EA78E4DDBA897A78D07ABD6B6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_38606BFCFFA540C68D68E96085471912"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_output\\libamem_plugin.dll"
+ "TargetName" = "8:libamem_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_3D2C8E38E4AA45BB86E66524CC822F2B"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_387CFA18F9854E0F9CCAD8957E569C10"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libfps_plugin.dll"
+ "TargetName" = "8:libfps_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_397296BA4D1F4C108064B83739B14BCF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_chromecast_plugin.dll"
+ "TargetName" = "8:libstream_out_chromecast_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3A0CD21AC6A440D9841C987AA7201AD8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libmft_plugin.dll"
+ "TargetName" = "8:libmft_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3A8E5BDE9FE148EFA18BDE7B0D7821C1"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libmjpeg_plugin.dll"
+ "TargetName" = "8:libmjpeg_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3AF2FAA532F3416F9284ADC3DD93F55A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libvod_rtsp_plugin.dll"
+ "TargetName" = "8:libvod_rtsp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3B898CB650B94F1CA3391AF737596144"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_output\\libwasapi_plugin.dll"
+ "TargetName" = "8:libwasapi_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_3D2C8E38E4AA45BB86E66524CC822F2B"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3B8A466FEA404229A34F5E1CD3A90364"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\spu\\libmosaic_plugin.dll"
+ "TargetName" = "8:libmosaic_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_62787F474736454CAF4479E23C279319"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3BECEEF2F9D14E749C6F3F7DB6186329"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libgaussianblur_plugin.dll"
+ "TargetName" = "8:libgaussianblur_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3CBB3A3C510849F9B167E1F60FDE8221"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\librv32_plugin.dll"
+ "TargetName" = "8:librv32_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3CFC5CBACC92489C8C38A2FDF45ABB26"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\jamendo.luac"
+ "TargetName" = "8:jamendo.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3E4B7763B9444F0FA1E4C601FFFF1B66"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\libadf_plugin.dll"
+ "TargetName" = "8:libadf_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3E967C2D08D84AAA99DA329B75A33DB1"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_gloss-wave_35_f6a828_500x100.png"
+ "TargetName" = "8:ui-bg_gloss-wave_35_f6a828_500x100.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3F98D8A2B0784135AC791BC0D6601C0D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\control\\libwin_hotkeys_plugin.dll"
+ "TargetName" = "8:libwin_hotkeys_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3FBE021A2FA64FB4B32D6E78912CB5F3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libmkv_plugin.dll"
+ "TargetName" = "8:libmkv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_401FCCBB9D01416C84E438B32BF97431"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libscaletempo_plugin.dll"
+ "TargetName" = "8:libscaletempo_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_40BC663FC612465B9062BDAE1554967D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libaes3_plugin.dll"
+ "TargetName" = "8:libaes3_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_41B847A22BA04D3798E17ECFDCE61695"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libcaca_plugin.dll"
+ "TargetName" = "8:libcaca_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_42774A0A8D22479AA836B8325023BECA"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libtrivial_channel_mixer_plugin.dll"
+ "TargetName" = "8:libtrivial_channel_mixer_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_42A44EA381524EE1BC13C0AB2CF34C05"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_glass_65_ffffff_1x400.png"
+ "TargetName" = "8:ui-bg_glass_65_ffffff_1x400.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_43474AD17DAC497EA426FDC29208C3B6"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libcanvas_plugin.dll"
+ "TargetName" = "8:libcanvas_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_43B0D10DF15E4849933BFCF62E4F9A88"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libaiff_plugin.dll"
+ "TargetName" = "8:libaiff_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4420F6CE4C43453698B0BC5556CF346D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\README.txt"
+ "TargetName" = "8:README.txt"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4446BD3F16BC4A7590FE41EE29DD1BE8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\d3d11\\libdirect3d11_filters_plugin.dll"
+ "TargetName" = "8:libdirect3d11_filters_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C95FE079064F47EFA6A306534C8366C2"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_446640A32CFF4B61B2B7CC7A3037660A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libdmo_plugin.dll"
+ "TargetName" = "8:libdmo_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_44810952752F4BD498AE76F92E46CDEE"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\meta\\art\\03_lastfm.luac"
+ "TargetName" = "8:03_lastfm.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_981F962EA78E4DDBA897A78D07ABD6B6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_450DDC2743054D24B44BDF5C27342C3B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libaccess_wasapi_plugin.dll"
+ "TargetName" = "8:libaccess_wasapi_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4534BC436CEB492F865E5238C4098C78"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\stream_config_window.html"
+ "TargetName" = "8:stream_config_window.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_45D34A8B01A04B78A5BE3DF83C990842"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\dailymotion.luac"
+ "TargetName" = "8:dailymotion.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4605708C7F1848A98F9238955ABB0CCD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi422_i420_plugin.dll"
+ "TargetName" = "8:libi422_i420_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_465B53E1CBF24BAD9951BB31C2369521"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\spu\\librss_plugin.dll"
+ "TargetName" = "8:librss_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_62787F474736454CAF4479E23C279319"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_474BBD46D475420EAABAC4B3AAA876F2"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\vlc-48.png"
+ "TargetName" = "8:vlc-48.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_47B59CF26CE945018A638E9F5E337758"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_splitter\\libwall_plugin.dll"
+ "TargetName" = "8:libwall_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D5E51ACFB27C44ADBB4BDF56DA466B68"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4822F7CAC9A144EC8F828CA0BB457C5F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-icons_ef8c08_256x240.png"
+ "TargetName" = "8:ui-icons_ef8c08_256x240.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_48374CC10E3B46D5AFD443E9DDE078C3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libmpgv_plugin.dll"
+ "TargetName" = "8:libmpgv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_486C0EBBA99D4EFD88559158943E9BAC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_av1_plugin.dll"
+ "TargetName" = "8:libpacketizer_av1_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4BB2CDF2389948AF83814D320F78913D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libaccess_srt_plugin.dll"
+ "TargetName" = "8:libaccess_srt_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4C20C0D0E56245C999039C0EA9E69B7E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\services_discovery\\libupnp_plugin.dll"
+ "TargetName" = "8:libupnp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_E55224120EA14A26B2DF58B5C09B3B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4C3FE100F6244C8FBD8B25857F32A7ED"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_mp4_plugin.dll"
+ "TargetName" = "8:libmux_mp4_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4D3B7A7027E7457A9C68B97BAEED8273"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_record_plugin.dll"
+ "TargetName" = "8:libstream_out_record_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4D64627137F64A62BC8DA5023F6A7465"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_mpegvideo_plugin.dll"
+ "TargetName" = "8:libpacketizer_mpegvideo_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4D72E3A1B96543839F6656CFEBBBEB3A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libalphamask_plugin.dll"
+ "TargetName" = "8:libalphamask_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4E2B3826F3B54D0CBF0776435C2B442E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\librawdv_plugin.dll"
+ "TargetName" = "8:librawdv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4E399A3531BC4A97ABE312C6E5D831A3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi420_rgb_mmx_plugin.dll"
+ "TargetName" = "8:libi420_rgb_mmx_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_501B323E010340F78D90010239A942C8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libtwolame_plugin.dll"
+ "TargetName" = "8:libtwolame_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5038BA40ED1D41569FA39E597E14F541"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\js\\common.js"
+ "TargetName" = "8:common.js"
+ "Tag" = "8:"
+ "Folder" = "8:_9E9FE6533D3E44B9807F7772BBACE203"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_50B31AB6FCDA45DA9E433E12DB7C62EE"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libx265_plugin.dll"
+ "TargetName" = "8:libx265_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_51785B3F318F4FE7A0F8C9755913FC33"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_dts_plugin.dll"
+ "TargetName" = "8:libpacketizer_dts_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_52BAF7C80A0448CCA2B0C649214F67A3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\modules\\dkjson.luac"
+ "TargetName" = "8:dkjson.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_E30EC626F3B644999AFB8AF8E4415516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_53A478AD1AF948838E6E529823E66F0A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\services_discovery\\libpodcast_plugin.dll"
+ "TargetName" = "8:libpodcast_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_E55224120EA14A26B2DF58B5C09B3B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_53EFE98959574F5BBD0965D8276EFB02"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\Back-48.png"
+ "TargetName" = "8:Back-48.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5429E5A733944B248493DC04A4DCD1CB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libdirectory_demux_plugin.dll"
+ "TargetName" = "8:libdirectory_demux_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5469181919AA482A80FADF59EDE4114F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libdtv_plugin.dll"
+ "TargetName" = "8:libdtv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_546FE98C23A942788BE8389F12A8BB75"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\soundcloud.luac"
+ "TargetName" = "8:soundcloud.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5471D85A1B2042EE8D61BF2EE4478C55"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\gui\\libqt_plugin.dll"
+ "TargetName" = "8:libqt_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_139797A278B742F4BD49A98B11AF2B23"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_54A0B532EFEA46F1B8305EA69B532973"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libty_plugin.dll"
+ "TargetName" = "8:libty_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_55F5F78E04184CF59C1D88F903B8DA21"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:LibVLCSharp, Version=3.8.2.0, Culture=neutral, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_55F5F78E04184CF59C1D88F903B8DA21"
+ {
+ "Name" = "8:LibVLCSharp.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\LibVLCSharp.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_56A262FCFBBD446EAA957181A64C2171"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi422_yuy2_sse2_plugin.dll"
+ "TargetName" = "8:libi422_yuy2_sse2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_57149B46479B43EB9663DF62B8496606"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libaudioscrobbler_plugin.dll"
+ "TargetName" = "8:libaudioscrobbler_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_571F0E01FA274CF4BB549BDB9AC29808"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\visualization\\libglspectrum_plugin.dll"
+ "TargetName" = "8:libglspectrum_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_FD7F635851CD4DB985962F9CB3794860"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_57A11782CF2F4759AC272370A33E832F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libcroppadd_plugin.dll"
+ "TargetName" = "8:libcroppadd_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_57B3042222D64435987328CC5E3228AB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libsvcdsub_plugin.dll"
+ "TargetName" = "8:libsvcdsub_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_57BFB5E0426E49D18A4CB60B887BA071"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\speaker-32.png"
+ "TargetName" = "8:speaker-32.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_583F7C588387412FA30276F9B76DFA03"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libflacsys_plugin.dll"
+ "TargetName" = "8:libflacsys_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_592AD9743E83424B94EBC36AEA726C0C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libsubtitle_plugin.dll"
+ "TargetName" = "8:libsubtitle_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_593211DC70E54A75A3CEB2E5104436A4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\playlist.json"
+ "TargetName" = "8:playlist.json"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_59876DE8119E403EA421E322B6EDCCF4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access_output\\libaccess_output_file_plugin.dll"
+ "TargetName" = "8:libaccess_output_file_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_51F50182D79D4CE0946954EA96ADC5D0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_59D4B502604942EDA652183C446DA8B5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libripple_plugin.dll"
+ "TargetName" = "8:libripple_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5A932F1EAC8C442DB3A9E5F9F9F39A72"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_ogg_plugin.dll"
+ "TargetName" = "8:libmux_ogg_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5ADFDA5B3169453BB642EF7497DE982E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libspatialaudio_plugin.dll"
+ "TargetName" = "8:libspatialaudio_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5B3F9EC496B34579859AE1DCB709C611"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\hrtfs\\dodeca_and_7channel_3DSL_HRTF.sofa"
+ "TargetName" = "8:dodeca_and_7channel_3DSL_HRTF.sofa"
+ "Tag" = "8:"
+ "Folder" = "8:_1A1B904FA8214F10B153C3276338F9AF"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5C3220B1181A490A8C22E83634DE053E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\favicon.ico"
+ "TargetName" = "8:favicon.ico"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5D011E1AA2BA4AD7856CE1FD5679030E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libcolorthres_plugin.dll"
+ "TargetName" = "8:libcolorthres_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5D480FE8903440C5A498DE9E52F04B90"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libattachment_plugin.dll"
+ "TargetName" = "8:libattachment_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5D6C7FC03F8C463EAEECABA46A2BBCFB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libgrain_plugin.dll"
+ "TargetName" = "8:libgrain_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5D7ADDF040724269ACB7D2898CC1EC33"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libdav1d_plugin.dll"
+ "TargetName" = "8:libdav1d_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5E2A81F83800450387A2C4BD6799E7EC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi422_yuy2_mmx_plugin.dll"
+ "TargetName" = "8:libi422_yuy2_mmx_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5F2D71B41C93463B85B22CE346EDA054"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libball_plugin.dll"
+ "TargetName" = "8:libball_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_604B47BEB44C4653B361F1F18DEE4A50"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libdemux_stl_plugin.dll"
+ "TargetName" = "8:libdemux_stl_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_609C365BA9EC499687E540E66E980A1B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\vlm_export.html"
+ "TargetName" = "8:vlm_export.html"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_60C7926F356B4EDD961F1FA453218C90"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\libvlc.lib"
+ "TargetName" = "8:libvlc.lib"
+ "Tag" = "8:"
+ "Folder" = "8:_1DFAB18BF7404F55AA410828530BA513"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6123116B405A46359CA855AD280C3381"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libdemux_cdg_plugin.dll"
+ "TargetName" = "8:libdemux_cdg_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_61B7654F99724021BACBDF9B3F536826"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libavi_plugin.dll"
+ "TargetName" = "8:libavi_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_626112AB935F46A4AF5B2B35FC04DDAD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\libaribcam_plugin.dll"
+ "TargetName" = "8:libaribcam_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_62905A3F058F4F7DBE20F7BB154375C1"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libchain_plugin.dll"
+ "TargetName" = "8:libchain_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_62F453DA85934451910553448708E756"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\browse.json"
+ "TargetName" = "8:browse.json"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_632EF8B15A0A494983A89D8A570A9567"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_highlight-soft_100_eeeeee_1x100.png"
+ "TargetName" = "8:ui-bg_highlight-soft_100_eeeeee_1x100.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_633972AF8A5847E7B7A5FC821B1E2E4C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libdvbsub_plugin.dll"
+ "TargetName" = "8:libdvbsub_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_63B20D7B1EBD4BBD9DE4FA1ADCF57222"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_output\\libdirectsound_plugin.dll"
+ "TargetName" = "8:libdirectsound_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_3D2C8E38E4AA45BB86E66524CC822F2B"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_63C4A4FD51594CE28E01B737A05213E5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libtcp_plugin.dll"
+ "TargetName" = "8:libtcp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6413D02C6932467C91B03FC50788BB19"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\Folder-48.png"
+ "TargetName" = "8:Folder-48.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6459DCFD3B334633B6D25C558590C548"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libparam_eq_plugin.dll"
+ "TargetName" = "8:libparam_eq_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_65349E3BB6684B35BF732AB4048D038F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libdolby_surround_decoder_plugin.dll"
+ "TargetName" = "8:libdolby_surround_decoder_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_65CCBCA0A12944AD90B90CD0983312B8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_mosaic_bridge_plugin.dll"
+ "TargetName" = "8:libstream_out_mosaic_bridge_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_666C281787724B57A0824A759570515D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libcrystalhd_plugin.dll"
+ "TargetName" = "8:libcrystalhd_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6676D9D490774240A3331619DFC91D41"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\intf\\telnet.luac"
+ "TargetName" = "8:telnet.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_DA41805D5C5C41AB965F9C1D5AE49452"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_66DCD870988D47CEA3057373FB8DCB0C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libvpx_plugin.dll"
+ "TargetName" = "8:libvpx_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_66EF03A74DA044B38CB3A61FDC7A7B99"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libplaylist_plugin.dll"
+ "TargetName" = "8:libplaylist_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_671904697BA5494182E8011CA008A843"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libvdr_plugin.dll"
+ "TargetName" = "8:libvdr_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6776E2AE5762425280799877C23FB408"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\icon.ico"
+ "TargetName" = "8:icon.ico"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_679B4134F85C4F8293DAB29A59001F1F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\d3d9\\libdirect3d9_filters_plugin.dll"
+ "TargetName" = "8:libdirect3d9_filters_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_981EA716A3A347F7BB473A6A1AF4AB3B"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_684C04E660254E1B8FD486C0386E9990"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libimage_plugin.dll"
+ "TargetName" = "8:libimage_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_686A5E9AA8004D90B4673D3BC6D121C7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\liberase_plugin.dll"
+ "TargetName" = "8:liberase_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_691E2AAE7EDF4A5180B49A40F7324089"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\status.json"
+ "TargetName" = "8:status.json"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_697FD460079E4DA1A6DC1211A205730E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libvhs_plugin.dll"
+ "TargetName" = "8:libvhs_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_699EF1F090CF4ECC9E7270DE801A987B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libreal_plugin.dll"
+ "TargetName" = "8:libreal_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_69BCF01FBC0A41CCB5D8CC6B50EDA53F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libogg_plugin.dll"
+ "TargetName" = "8:libogg_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_69DC5D76F68C4C52A08DE158DE58F386"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\intf\\http.luac"
+ "TargetName" = "8:http.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_DA41805D5C5C41AB965F9C1D5AE49452"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6B04F3B50422458EBFA6768EA4BF7C9E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libedummy_plugin.dll"
+ "TargetName" = "8:libedummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6BE987E88FB342B182C9DD0A546AEC49"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\mobile_equalizer.html"
+ "TargetName" = "8:mobile_equalizer.html"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6BF97816A858437BADA42E0F8C4AF5EA"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libsdp_plugin.dll"
+ "TargetName" = "8:libsdp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6C0C12A4B95C476C870B3B62EAD962BF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\mobile.css"
+ "TargetName" = "8:mobile.css"
+ "Tag" = "8:"
+ "Folder" = "8:_6B5F04DC2AB84A508B87DBE6E4CF2489"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6D35044ACCDF4161A46B3B98CDC4287F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libwingdi_plugin.dll"
+ "TargetName" = "8:libwingdi_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6EDEAFE1603C45F495523012232A0679"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libspdif_plugin.dll"
+ "TargetName" = "8:libspdif_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6FA28D8FE8264D9DA529A81DC03CE026"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libcc_plugin.dll"
+ "TargetName" = "8:libcc_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7003A805FAB74568A6336CF5ED277586"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\playlist_jstree.xml"
+ "TargetName" = "8:playlist_jstree.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7120A1D0D4B047E8AEF913A7676AF8B3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\meta\\reader\\filename.luac"
+ "TargetName" = "8:filename.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_97A7DBD1DA4547529782C5FBAD46A601"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7148015A2D8E4F1CB35CDFE7D24434F9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libtta_plugin.dll"
+ "TargetName" = "8:libtta_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7148B37219944D23B3F78183F330C315"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_description_plugin.dll"
+ "TargetName" = "8:libstream_out_description_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_716AEF45E514483BA433B7270260CF76"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libcaf_plugin.dll"
+ "TargetName" = "8:libcaf_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_71F7AA3A89AF4B8DA689267D46D90D52"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_highlight-soft_75_ffe45c_1x100.png"
+ "TargetName" = "8:ui-bg_highlight-soft_75_ffe45c_1x100.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_726E0B150B7B43BDAC9659BC55A3EA36"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\liblibass_plugin.dll"
+ "TargetName" = "8:liblibass_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_72752DB9657742DB8AE71AF8BBF76ACF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\text_renderer\\libfreetype_plugin.dll"
+ "TargetName" = "8:libfreetype_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F801DF51DFE341F5B8E0B10F02E88397"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_72CDA024B5064CDDAC4AF5FF76F7C89F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\vocaroo.luac"
+ "TargetName" = "8:vocaroo.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_731C00588DC547E5A43D3C07DF947F50"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libaudio_format_plugin.dll"
+ "TargetName" = "8:libaudio_format_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_73C07D5CC611461984E4E75CC98B19FB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi420_rgb_sse2_plugin.dll"
+ "TargetName" = "8:libi420_rgb_sse2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_73EC149530194DA58B0D89631B1FEAD1"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\intf\\modules\\host.luac"
+ "TargetName" = "8:host.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_715B95E862F54CBCB929C838897F7038"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_742B44C953A6496C8AEBB4582F756193"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_avi_plugin.dll"
+ "TargetName" = "8:libmux_avi_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7495054F65F94392940E2D4E54E63922"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\librist_plugin.dll"
+ "TargetName" = "8:librist_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_74983B98140D4B37B8E8DE41CCECB29F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_ts_plugin.dll"
+ "TargetName" = "8:libmux_ts_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_74E1F8A8AB8B4F348DE5A512F0368920"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\error_window.html"
+ "TargetName" = "8:error_window.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_74F26E0DE4BA4AD9BA87EE32E91ED078"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\librotate_plugin.dll"
+ "TargetName" = "8:librotate_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_77590FF7A4A24E7B822A6AB1F7A33A33"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libbluescreen_plugin.dll"
+ "TargetName" = "8:libbluescreen_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_78104322F013473882597A439565F3A4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libhttp_plugin.dll"
+ "TargetName" = "8:libhttp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7828236114DF4E8FBC323E4B112AED97"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libdirect3d9_plugin.dll"
+ "TargetName" = "8:libdirect3d9_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_78BF7E91EAD64CAF8012CA7E7D68F3CF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_cycle_plugin.dll"
+ "TargetName" = "8:libstream_out_cycle_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_78E086F31CEF4C5E812CE2AD8116B230"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libvmem_plugin.dll"
+ "TargetName" = "8:libvmem_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_794D3C782F3840AEAF72D2AA0574DA9B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libschroedinger_plugin.dll"
+ "TargetName" = "8:libschroedinger_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_795594C2C3094304AD584698AB6BEA9D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_diagonals-thick_20_666666_40x40.png"
+ "TargetName" = "8:ui-bg_diagonals-thick_20_666666_40x40.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7A1B0CE60A34424CA1A5F58B354687A3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\visualization\\libvisual_plugin.dll"
+ "TargetName" = "8:libvisual_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_FD7F635851CD4DB985962F9CB3794860"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7A70C84C2DD54788A289F87C5B39CB00"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libaccess_mms_plugin.dll"
+ "TargetName" = "8:libaccess_mms_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7AD1823E695545AC85765461F3083D3D"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:TV Player, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_7AD1823E695545AC85765461F3083D3D"
+ {
+ "Name" = "8:TV Player.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\TV Player.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7B42C7AD52EC4FBA8B83EA611285B038"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\Other-48.png"
+ "TargetName" = "8:Other-48.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7B4424E6F474465B8773AC6A3A7B1C87"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libaddonsfsstorage_plugin.dll"
+ "TargetName" = "8:libaddonsfsstorage_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7C3FEBA4F9CE4C2096EB1598F2185A72"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libmpc_plugin.dll"
+ "TargetName" = "8:libmpc_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7D2792E6C9404D79A8BC32933D2A8F6E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libdrawable_plugin.dll"
+ "TargetName" = "8:libdrawable_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7DD2FD6C50B44C30A98238A93072B241"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libadaptive_plugin.dll"
+ "TargetName" = "8:libadaptive_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7DE88B9280934CC5A5BB5C781422421B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libftp_plugin.dll"
+ "TargetName" = "8:libftp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7E965D15802644DE885F8037B829C508"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\custom.lua"
+ "TargetName" = "8:custom.lua"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_80220091FA3E46F8A5773878924D3048"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_delay_plugin.dll"
+ "TargetName" = "8:libstream_out_delay_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_802AE65A0C7D4F2EB43BC9DFE7426E0F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libsmf_plugin.dll"
+ "TargetName" = "8:libsmf_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_809E77B6841C41F785A56E166A32D451"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libuleaddvaudio_plugin.dll"
+ "TargetName" = "8:libuleaddvaudio_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_80A156D3DADE4EA9A4DF02EB6080013E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_hevc_plugin.dll"
+ "TargetName" = "8:libpacketizer_hevc_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_80BC501EE78B4A85806857A4B3260893"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\control\\libdummy_plugin.dll"
+ "TargetName" = "8:libdummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_80C7299A69C7427E96A7D8A3A7CE423E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_asf_plugin.dll"
+ "TargetName" = "8:libmux_asf_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_80CCC85EF5384263BB54E6D77156BAEE"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\spu\\libsubsdelay_plugin.dll"
+ "TargetName" = "8:libsubsdelay_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_62787F474736454CAF4479E23C279319"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_823227C07E494EB2B2CC45173C10E108"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\Video-48.png"
+ "TargetName" = "8:Video-48.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_83B2A0E9A9A943DE866DF8DD8D040A1F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\anevia_streams.luac"
+ "TargetName" = "8:anevia_streams.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_84555695C91F41E2B9DA9732BDFA512E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libsftp_plugin.dll"
+ "TargetName" = "8:libsftp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_848CAB8339DD40BD8A99C6BDFC1DA87E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_splitter\\libclone_plugin.dll"
+ "TargetName" = "8:libclone_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D5E51ACFB27C44ADBB4BDF56DA466B68"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_85C64535695B4EDAB3E8D1138BBCDF75"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libheadphone_channel_mixer_plugin.dll"
+ "TargetName" = "8:libheadphone_channel_mixer_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_86611703C5974374B591D86DF33A0261"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_mixer\\libfloat_mixer_plugin.dll"
+ "TargetName" = "8:libfloat_mixer_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_ABF6A1A04A444870ADD2752AEAC9B599"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8713288ABA3E43EB9C1AC02E03435C54"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libhqdn3d_plugin.dll"
+ "TargetName" = "8:libhqdn3d_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_87CA56B5107147C68C7C46F75CFC83C6"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_output\\libafile_plugin.dll"
+ "TargetName" = "8:libafile_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_3D2C8E38E4AA45BB86E66524CC822F2B"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8842B3381094454C8F15A8FB577DA42B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\Audio-48.png"
+ "TargetName" = "8:Audio-48.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8A59CAC481ED47848C50A475A3F357AA"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_mpeg4video_plugin.dll"
+ "TargetName" = "8:libpacketizer_mpeg4video_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8AA8F2B948224C60BF0D631CC8466413"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libbluray-j2se-1.3.2.jar"
+ "TargetName" = "8:libbluray-j2se-1.3.2.jar"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8B23FF58C2AA4860844F10241C2379E6"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libwav_plugin.dll"
+ "TargetName" = "8:libwav_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8B8E7E3872D64014BCC90B30334C5188"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libimem_plugin.dll"
+ "TargetName" = "8:libimem_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8C186881E865494D97A6085EA8AEF358"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\js\\ui.js"
+ "TargetName" = "8:ui.js"
+ "Tag" = "8:"
+ "Folder" = "8:_9E9FE6533D3E44B9807F7772BBACE203"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8C260B3A69FF454990E93432FAF505A3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libttml_plugin.dll"
+ "TargetName" = "8:libttml_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8CABDDF2A49F4D279F624CE9B7CD3E35"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libd3d11va_plugin.dll"
+ "TargetName" = "8:libd3d11va_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8CC8369D36E847208CA993BD62DE171B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\view.html"
+ "TargetName" = "8:view.html"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8CD224ED343140FDB05E683E522B864A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\js\\jquery.jstree.js"
+ "TargetName" = "8:jquery.jstree.js"
+ "Tag" = "8:"
+ "Folder" = "8:_9E9FE6533D3E44B9807F7772BBACE203"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8CEC8D3D3A014D9CA72106EA3DE08839"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\intf\\dumpmeta.luac"
+ "TargetName" = "8:dumpmeta.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_DA41805D5C5C41AB965F9C1D5AE49452"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8E29F849AF794B36A36D19D1D74414C5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\libprefetch_plugin.dll"
+ "TargetName" = "8:libprefetch_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8E72CBA09AF64174B8879342094DB7DF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi420_yuy2_mmx_plugin.dll"
+ "TargetName" = "8:libi420_yuy2_mmx_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8EE54067D73C4B1B8754D128068C6C57"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libnfs_plugin.dll"
+ "TargetName" = "8:libnfs_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8F87CF7D2173470DB3189CF72378A95C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\liveleak.luac"
+ "TargetName" = "8:liveleak.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8FE9681F252A4BE9B62E26B25A0371A8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\text_renderer\\libtdummy_plugin.dll"
+ "TargetName" = "8:libtdummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F801DF51DFE341F5B8E0B10F02E88397"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_91CEC0FAB57142A1B51C118FF6A405B3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access_output\\libaccess_output_shout_plugin.dll"
+ "TargetName" = "8:libaccess_output_shout_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_51F50182D79D4CE0946954EA96ADC5D0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_925F1935219144D98F5E7C2AD32D1D4A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libsubsusf_plugin.dll"
+ "TargetName" = "8:libsubsusf_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_93027B2138814253A8869F72F60C57FC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\control\\libgestures_plugin.dll"
+ "TargetName" = "8:libgestures_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_938B6BAB94584E9C9DFD827E861C45FC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\intf\\dummy.luac"
+ "TargetName" = "8:dummy.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_DA41805D5C5C41AB965F9C1D5AE49452"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_941123BD448F444DA6C712765001B2F5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libaraw_plugin.dll"
+ "TargetName" = "8:libaraw_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9420318644B3C3B0321BA4DDCF790070"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_9420318644B3C3B0321BA4DDCF790070"
+ {
+ "Name" = "8:Newtonsoft.Json.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:Newtonsoft.Json.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:TRUE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9518A0EA90B14A91831DF93FA6EBE1B6"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libnuv_plugin.dll"
+ "TargetName" = "8:libnuv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9528805551AF4E0493C62C5500FD73E6"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libscte18_plugin.dll"
+ "TargetName" = "8:libscte18_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_959C91F79793405C99A9752BFD83CFC4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libmagnify_plugin.dll"
+ "TargetName" = "8:libmagnify_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_95EA88E17BBB49ED9FF31C9B14952B14"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libsid_plugin.dll"
+ "TargetName" = "8:libsid_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_967A30F4DEA64AF599F865F9D5D16847"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\mobile.html"
+ "TargetName" = "8:mobile.html"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_967B3579514E45C8A937C9561AF90220"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libtextst_plugin.dll"
+ "TargetName" = "8:libtextst_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_97271E05DD20410A808E5FF991DA0388"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\meta\\art\\02_frenchtv.luac"
+ "TargetName" = "8:02_frenchtv.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_981F962EA78E4DDBA897A78D07ABD6B6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_975AAAB3AEB54EB091FE4647A6A3090C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_glass_100_fdf5ce_1x400.png"
+ "TargetName" = "8:ui-bg_glass_100_fdf5ce_1x400.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_97F7B9109F66468490FC39275202668C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\control\\libwin_msg_plugin.dll"
+ "TargetName" = "8:libwin_msg_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_997AA02FF26A405E8184352E6D932F3C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libasf_plugin.dll"
+ "TargetName" = "8:libasf_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9B360532F395451FBF3DC2CFACF9BEF8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_wav_plugin.dll"
+ "TargetName" = "8:libmux_wav_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9C1A8D587A5F4DC79236DA600E8B2195"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libmirror_plugin.dll"
+ "TargetName" = "8:libmirror_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9D32B89487924963BBAC8FF3DAF55F75"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\liblpcm_plugin.dll"
+ "TargetName" = "8:liblpcm_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9E6E9EFE1FAA4D40A0CAA480F28078E9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libes_plugin.dll"
+ "TargetName" = "8:libes_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9EAB23FEF423482C9E232438B05C3DF2"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_display_plugin.dll"
+ "TargetName" = "8:libstream_out_display_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9F4AEBE252C54BE9BFD102EC333EAF37"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:System.Reactive, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_9F4AEBE252C54BE9BFD102EC333EAF37"
+ {
+ "Name" = "8:System.Reactive.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\System.Reactive.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9FA71B638FD8410CBA6E58B8B0311A5F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libglwin32_plugin.dll"
+ "TargetName" = "8:libglwin32_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A020EC355E49404F949D74FBBB8308B8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\sd\\jamendo.luac"
+ "TargetName" = "8:jamendo.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_17FB584FB7B44CA0A1F351098DF57B22"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A060B9D9CBDC4775A6B2C98D69D9C2AA"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libspeex_resampler_plugin.dll"
+ "TargetName" = "8:libspeex_resampler_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A0966E2DF3C4460D95B2B7178B3429D1"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libposterize_plugin.dll"
+ "TargetName" = "8:libposterize_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A0F17AA73478457D8F56DEEBCD891CBE"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libvnc_plugin.dll"
+ "TargetName" = "8:libvnc_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A112728452BC4D84BA954636B39D6EC5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_flac_plugin.dll"
+ "TargetName" = "8:libpacketizer_flac_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A1AA8A9D45D74452892201A8A6994070"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libidummy_plugin.dll"
+ "TargetName" = "8:libidummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A27748185815483E82C795C386475585"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\jquery-ui-1.8.13.custom.css"
+ "TargetName" = "8:jquery-ui-1.8.13.custom.css"
+ "Tag" = "8:"
+ "Folder" = "8:_14FBAE76CA524055BC57C1107D9D672A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A282F86C1EE6410F889D1620ED0E7802"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libdiracsys_plugin.dll"
+ "TargetName" = "8:libdiracsys_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A38E318A495F410C9B953ED856EA3FCD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\gui\\libskins2_plugin.dll"
+ "TargetName" = "8:libskins2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_139797A278B742F4BD49A98B11AF2B23"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A4359D4A797D470F9FF1713230FEABFF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libshm_plugin.dll"
+ "TargetName" = "8:libshm_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A4A281F78B24426297AE9F5E5889F6F6"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libsubsdec_plugin.dll"
+ "TargetName" = "8:libsubsdec_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A5446E4A31674DA09131478EEA191011"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\images\\vlc16x16.png"
+ "TargetName" = "8:vlc16x16.png"
+ "Tag" = "8:"
+ "Folder" = "8:_5975009BA7ED45F1A704CDDFC4715329"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A55611394A064F98A58EAC116A71663F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\youtube.luac"
+ "TargetName" = "8:youtube.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A556D11892444F869C7EFEB3F13B0838"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libzvbi_plugin.dll"
+ "TargetName" = "8:libzvbi_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A63FF7767B69407BB9027F49D18B6D4B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libflaschen_plugin.dll"
+ "TargetName" = "8:libflaschen_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A645D54D6FA24BA5AE11AA16898625C4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libsdl_image_plugin.dll"
+ "TargetName" = "8:libsdl_image_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A6BF1FFBBCA346DF925CB3605A54763D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libnoseek_plugin.dll"
+ "TargetName" = "8:libnoseek_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A75E6850F2F643D78DF8AA96212B4A7C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\liblogger_plugin.dll"
+ "TargetName" = "8:liblogger_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A89B7324E66C4DDD0E49D04BB9255963"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:LibVLCSharp, Version=3.8.2.0, Culture=neutral, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_A89B7324E66C4DDD0E49D04BB9255963"
+ {
+ "Name" = "8:LibVLCSharp.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:LibVLCSharp.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:TRUE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A8EAB36E63784EC5A31931EADF64B79F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libpng_plugin.dll"
+ "TargetName" = "8:libpng_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A9395D6A62304D789019CDCE960B3351"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\librtp_plugin.dll"
+ "TargetName" = "8:librtp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A943FEEE656444AE916B58E61BB17D86"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_mpegaudio_plugin.dll"
+ "TargetName" = "8:libpacketizer_mpegaudio_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A9D96B52AECC4EE1916AF4BFF0399CFD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\vlm.html"
+ "TargetName" = "8:vlm.html"
+ "Tag" = "8:"
+ "Folder" = "8:_9988999BCD45491DB09B247E24C7769C"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AA3788176C1541A3B725EEC6FB4DA81C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\libvlccore.lib"
+ "TargetName" = "8:libvlccore.lib"
+ "Tag" = "8:"
+ "Folder" = "8:_1DFAB18BF7404F55AA410828530BA513"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AAA19DB1403F4B6EADA5F86EEB58711B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\services_discovery\\libmediadirs_plugin.dll"
+ "TargetName" = "8:libmediadirs_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_E55224120EA14A26B2DF58B5C09B3B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AC186C4D7F644C518B713104AE4E319E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\vlm.xml"
+ "TargetName" = "8:vlm.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AD9F3CD98C6E4929880C63A1C27FBAB5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libtheora_plugin.dll"
+ "TargetName" = "8:libtheora_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_ADA8BEA65AE04B8AB6656F07E1DC6031"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\main.css"
+ "TargetName" = "8:main.css"
+ "Tag" = "8:"
+ "Folder" = "8:_6B5F04DC2AB84A508B87DBE6E4CF2489"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_ADBE693EF5DB4C209C3CEC07BB0AA829"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_output\\libmmdevice_plugin.dll"
+ "TargetName" = "8:libmmdevice_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_3D2C8E38E4AA45BB86E66524CC822F2B"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AE0293B98D5D479095EDA8FCE06F7C13"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\liblibmpeg2_plugin.dll"
+ "TargetName" = "8:liblibmpeg2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AF2D2957C27C4EE78C22E4901E9F8C19"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\cue.luac"
+ "TargetName" = "8:cue.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AF7DBA7E2D034463A4CF1F0D9E0F23FF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libaccess_realrtsp_plugin.dll"
+ "TargetName" = "8:libaccess_realrtsp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AF89DA49AEDC47C5A65AFDDBB55359A4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libedgedetection_plugin.dll"
+ "TargetName" = "8:libedgedetection_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AF9A51FC0300487996A8F7896B9E0209"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libaccess_concat_plugin.dll"
+ "TargetName" = "8:libaccess_concat_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B0BD1BDE8229431289AE3E76AA6678DD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libvorbis_plugin.dll"
+ "TargetName" = "8:libvorbis_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B1E3F239E00143A6BB2BC121E8A80CDC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\offset_window.html"
+ "TargetName" = "8:offset_window.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B27E4E0B4520426CB93E6794477D4AAD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libdxva2_plugin.dll"
+ "TargetName" = "8:libdxva2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B40A7A2D626944D7A50181B02E658EF3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-icons_ffd27a_256x240.png"
+ "TargetName" = "8:ui-icons_ffd27a_256x240.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B4857F849437424AB5D10EF4D64E8DA4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_copy_plugin.dll"
+ "TargetName" = "8:libpacketizer_copy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B48F04F03AE7477C9ED15CA05F743FB7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libavcodec_plugin.dll"
+ "TargetName" = "8:libavcodec_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B4B2111866034DD3A76F6A528EDEFA3D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\liboldmovie_plugin.dll"
+ "TargetName" = "8:liboldmovie_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B6DAA2B6A98D48EEB3187B24B85F931F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libgradient_plugin.dll"
+ "TargetName" = "8:libgradient_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B71C68021FF844DF8E03ECCCB4798239"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libwgl_plugin.dll"
+ "TargetName" = "8:libwgl_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B73805FB46E94FD697E40E45DF825AD8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libxml_plugin.dll"
+ "TargetName" = "8:libxml_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B9469A31E5CF433891943E16F4D83E78"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_bridge_plugin.dll"
+ "TargetName" = "8:libstream_out_bridge_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BAB7EF2EBB7B4994A85A173C5FFF19E9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libi422_yuy2_plugin.dll"
+ "TargetName" = "8:libi422_yuy2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BAFE9D5165384A2A98E21876535EF6E7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\librecord_plugin.dll"
+ "TargetName" = "8:librecord_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BB4040E1B0DC4E299001841158BAF97C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access_output\\libaccess_output_livehttp_plugin.dll"
+ "TargetName" = "8:libaccess_output_livehttp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_51F50182D79D4CE0946954EA96ADC5D0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BB9BE54B2CB24071932931D5ED732218"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libmod_plugin.dll"
+ "TargetName" = "8:libmod_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BBE584EA9A2841E6A9B6BBF3D40CECE7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libx264_plugin.dll"
+ "TargetName" = "8:libx264_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BBF13BA2F2CF4BEC896BB65362EA1889"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\rockbox_fm_presets.luac"
+ "TargetName" = "8:rockbox_fm_presets.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BC50BACD0F7846CB97C01C7582383B5D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libvc1_plugin.dll"
+ "TargetName" = "8:libvc1_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BC528AB57DF34A94972B9D5693D0A4F0"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\spu\\libmarq_plugin.dll"
+ "TargetName" = "8:libmarq_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_62787F474736454CAF4479E23C279319"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BD5C03901EC24CC58ABFE3A60D0E7E4C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\control\\libhotkeys_plugin.dll"
+ "TargetName" = "8:libhotkeys_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BD924951682943C5BFCF21D6938E71EB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libyuv_plugin.dll"
+ "TargetName" = "8:libyuv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BD92634B043D4D7F9D919EAB93ADA96C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_stats_plugin.dll"
+ "TargetName" = "8:libstream_out_stats_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BEA59DC8AA444FD387F2ECF2DA34E0C8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libddummy_plugin.dll"
+ "TargetName" = "8:libddummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BF1E9D3CEE5249C5B533D5A13F7AE538"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\newgrounds.luac"
+ "TargetName" = "8:newgrounds.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C0D0DDE1734148F99BA4DAA480EA6B2A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libg711_plugin.dll"
+ "TargetName" = "8:libg711_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C1D3A1D40DE0495A9B937BCF968286AD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libmad_plugin.dll"
+ "TargetName" = "8:libmad_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C3432839805A4797B0B0EF12EA2B0784"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libblendbench_plugin.dll"
+ "TargetName" = "8:libblendbench_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C3A85030A9314519BB1117371DDFC8D6"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\libhds_plugin.dll"
+ "TargetName" = "8:libhds_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C44FFECBA9AF40CD83DB8E9039B10A03"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\keystore\\libfile_keystore_plugin.dll"
+ "TargetName" = "8:libfile_keystore_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F0A87FF243104B3FAE15EC11616125F1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C4A32018A80440E1BC3E0C5C4855546E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libwinhibit_plugin.dll"
+ "TargetName" = "8:libwinhibit_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C4EDB0AD78DB4F18AFB7F1330DEBC5E8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libadjust_plugin.dll"
+ "TargetName" = "8:libadjust_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C537F847763E452C88EEDF13D97B7216"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libexport_plugin.dll"
+ "TargetName" = "8:libexport_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C5A54CFF9EDC4578B6DE0C9958AFC8AF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_output\\libadummy_plugin.dll"
+ "TargetName" = "8:libadummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_3D2C8E38E4AA45BB86E66524CC822F2B"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C5BCD469E3D84C1794CC05B6B6EEA247"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\stream_window.html"
+ "TargetName" = "8:stream_window.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C60540F5403544A19FF2EE74BF6F9BE0"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_duplicate_plugin.dll"
+ "TargetName" = "8:libstream_out_duplicate_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C6489C493FB24B68BEA4B4B5A10B74B2"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:LibVLCSharp.WPF, Version=3.8.2.0, Culture=neutral, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_C6489C493FB24B68BEA4B4B5A10B74B2"
+ {
+ "Name" = "8:LibVLCSharp.WPF.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\LibVLCSharp.WPF.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C67FB1ADA77449D1B3F1EEF9338EB521"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_es_plugin.dll"
+ "TargetName" = "8:libstream_out_es_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C6825547EFEB4B6599E0DAA643EB8CE0"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:CommunityToolkit.Mvvm, Version=8.2.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_C6825547EFEB4B6599E0DAA643EB8CE0"
+ {
+ "Name" = "8:CommunityToolkit.Mvvm.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\CommunityToolkit.Mvvm.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C6F2399BDE4346B1A54E0FA49937647C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libfaad_plugin.dll"
+ "TargetName" = "8:libfaad_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C75AAB604B9341B6807264B3112ED2F2"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\browse.xml"
+ "TargetName" = "8:browse.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C839118B094C4C9F9EC9D3190FCE683E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_flat_10_000000_40x100.png"
+ "TargetName" = "8:ui-bg_flat_10_000000_40x100.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C84AF459623C457EBC93DDE410EAD00B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_standard_plugin.dll"
+ "TargetName" = "8:libstream_out_standard_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C8D4435F62614E6F9C4D5689CC10D95B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\appletrailers.luac"
+ "TargetName" = "8:appletrailers.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C8E52A082A1443F4A9965FD9D02517D7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libscte27_plugin.dll"
+ "TargetName" = "8:libscte27_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C8E7098E81CC4C4EAF8FBF7059906D6E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access_output\\libaccess_output_dummy_plugin.dll"
+ "TargetName" = "8:libaccess_output_dummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_51F50182D79D4CE0946954EA96ADC5D0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C8F3D4B578E74B5091362F4118AEC383"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libugly_resampler_plugin.dll"
+ "TargetName" = "8:libugly_resampler_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C935BDC0766A47DFB7E0A6344E6E9AEA"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libequalizer_plugin.dll"
+ "TargetName" = "8:libequalizer_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C935ED7DEF2F4F74988898447F8FB345"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\koreus.luac"
+ "TargetName" = "8:koreus.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C94BC40D197E4D22BE3B1CB2CA1E368A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libhttps_plugin.dll"
+ "TargetName" = "8:libhttps_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C9BBA4BAC1AE49798B16DF7EFDAE96BC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_filter\\libskiptags_plugin.dll"
+ "TargetName" = "8:libskiptags_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1C1E5D947D214371AE8E76356966C0BB"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CA17657BEE65415C82F0B26D70FD3EE0"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access_output\\libaccess_output_udp_plugin.dll"
+ "TargetName" = "8:libaccess_output_udp_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_51F50182D79D4CE0946954EA96ADC5D0"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CA74EC1D0CC44D608D301B242F69C93A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libgradfun_plugin.dll"
+ "TargetName" = "8:libgradfun_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CA83DDFD9EBC453E9FCBEF1EA8B0B825"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\visualization\\libprojectm_plugin.dll"
+ "TargetName" = "8:libprojectm_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_FD7F635851CD4DB985962F9CB3794860"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CAA689E8A406412EA43E9E11CF934ED0"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libjpeg_plugin.dll"
+ "TargetName" = "8:libjpeg_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CB1DFC18B19341E68E035EA033244F86"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\intf\\cli.luac"
+ "TargetName" = "8:cli.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_DA41805D5C5C41AB965F9C1D5AE49452"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CB4E6B7275824910A47D865F4302530E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libdirect3d11_plugin.dll"
+ "TargetName" = "8:libdirect3d11_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CB75A1B7D1D54FBFAFB64319C02C4CD5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libnormvol_plugin.dll"
+ "TargetName" = "8:libnormvol_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CBAC619E04B347A8AF766E67B7A73592"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\create_stream.html"
+ "TargetName" = "8:create_stream.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CD25FBA0485F47AC8BE40A8CBE6A7B59"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_mpjpeg_plugin.dll"
+ "TargetName" = "8:libmux_mpjpeg_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CD569CC9653E45269B8C5A1E198AFE51"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\batch_window.html"
+ "TargetName" = "8:batch_window.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CDFFB98CC98346438164C6A59D95093F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\librawvid_plugin.dll"
+ "TargetName" = "8:librawvid_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CFF220D3C5D442B7801126EF00B76FBA"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_diagonals-thick_18_b81900_40x40.png"
+ "TargetName" = "8:ui-bg_diagonals-thick_18_b81900_40x40.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D0389AD3FF544D179E55D16CFE38F337"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_setid_plugin.dll"
+ "TargetName" = "8:libstream_out_setid_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D0D0679699724792BB45EF9150AA6DCC"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_dirac_plugin.dll"
+ "TargetName" = "8:libpacketizer_dirac_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D0D838A3625347E1A446D87AB8B58D42"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\meta_engine\\libtaglib_plugin.dll"
+ "TargetName" = "8:libtaglib_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_5CEF3413B3284A29BD6C930F4974C54D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D1224D37AF854B02B3FFF39D7DD5D68E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libspeex_plugin.dll"
+ "TargetName" = "8:libspeex_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D2683218918A40D0BDB78D8AC8FBE852"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libgain_plugin.dll"
+ "TargetName" = "8:libgain_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D2F808D249E54E859F0302DC51FD5BC9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libspatializer_plugin.dll"
+ "TargetName" = "8:libspatializer_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D301A220718C43F4B162F81EC4E4D158"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libremap_plugin.dll"
+ "TargetName" = "8:libremap_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D35DBC5703524DAAAB92BD167560CB9F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libtospdif_plugin.dll"
+ "TargetName" = "8:libtospdif_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D46C4F19327A4AF0BDA8AF6B288B2EB1"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libsubstx3g_plugin.dll"
+ "TargetName" = "8:libsubstx3g_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D4C610A4057F41C7A443EF580D3BC896"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libdeinterlace_plugin.dll"
+ "TargetName" = "8:libdeinterlace_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D5C5A37AB1654096B2BA11DC2168019A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\librawaud_plugin.dll"
+ "TargetName" = "8:librawaud_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D6A54EE4E5584021BBBDFD80F5EEC108"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libmpg123_plugin.dll"
+ "TargetName" = "8:libmpg123_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D6C0193B629B46D3AA13DDD476C59D8E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libyuy2_i420_plugin.dll"
+ "TargetName" = "8:libyuy2_i420_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D716558F863E40EDB0E9467A26A60DBB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\visualization\\libgoom_plugin.dll"
+ "TargetName" = "8:libgoom_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_FD7F635851CD4DB985962F9CB3794860"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D8442C04D428495BA551885F201F3FCD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\libvlccore.dll"
+ "TargetName" = "8:libvlccore.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1DFAB18BF7404F55AA410828530BA513"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D921E18A576445FAB83192FBB5FD1D43"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\TV Player.deps.json"
+ "TargetName" = "8:TV Player.deps.json"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DA5009FE5B67445087CF24CBC4A6337F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\services_discovery\\libsap_plugin.dll"
+ "TargetName" = "8:libsap_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_E55224120EA14A26B2DF58B5C09B3B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DB0B90F32C7948B29D8B351410B46E0B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libfilesystem_plugin.dll"
+ "TargetName" = "8:libfilesystem_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DB6E0ECB91FE474695FCB9491A40E58A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\bbc_co_uk.luac"
+ "TargetName" = "8:bbc_co_uk.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DB9EAB73CABA450B8B964A539D7AE99F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\logger\\libfile_logger_plugin.dll"
+ "TargetName" = "8:libfile_logger_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_6FECE22FFABF4921BE72F5C896D4EDEF"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DC978200E67C420FAA1D28137DC755E2"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\packetizer\\libpacketizer_a52_plugin.dll"
+ "TargetName" = "8:libpacketizer_a52_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_71D94BA6517846EF8EBCED471FCB3741"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DCC9BB127B4F4F41A593FA85E1D4914E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libglinterop_dxva2_plugin.dll"
+ "TargetName" = "8:libglinterop_dxva2_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DDC7901781624160BAA0BADBFAACE307"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libchorus_flanger_plugin.dll"
+ "TargetName" = "8:libchorus_flanger_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DE3405F7D44696DB3A9AD25E64561E61"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:CommunityToolkit.Mvvm, Version=8.2.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_DE3405F7D44696DB3A9AD25E64561E61"
+ {
+ "Name" = "8:CommunityToolkit.Mvvm.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:CommunityToolkit.Mvvm.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:TRUE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DF38273401FC4CF18479458D15CCD854"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_transcode_plugin.dll"
+ "TargetName" = "8:libstream_out_transcode_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DF88A73E44FC41E7A3676380F0BC323A"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\liblibbluray_plugin.dll"
+ "TargetName" = "8:liblibbluray_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DF9E52CEA85744FAA3CDA6F56094B23C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\librtpvideo_plugin.dll"
+ "TargetName" = "8:librtpvideo_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E074DB364F764D5681D89B83B73387A0"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libsharpen_plugin.dll"
+ "TargetName" = "8:libsharpen_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E0B1666117DB4B24955CCB6C3FA2F53E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libqsv_plugin.dll"
+ "TargetName" = "8:libqsv_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E1796CDFD7B3411BA421F7E9E7A9FBFD"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libopus_plugin.dll"
+ "TargetName" = "8:libopus_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E2AA59D066294FDDB4E435ABE24C4B25"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\extensions\\VLSub.luac"
+ "TargetName" = "8:VLSub.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_53DE51C083504C90B7B3DB65AC527E51"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E39AF07715B2A15AE05ADD1AEB7E3534"
+ {
+ "AssemblyRegister" = "3:1"
+ "AssemblyIsInGAC" = "11:FALSE"
+ "AssemblyAsmDisplayName" = "8:LibVLCSharp.WPF, Version=3.8.2.0, Culture=neutral, processorArchitecture=MSIL"
+ "ScatterAssemblies"
+ {
+ "_E39AF07715B2A15AE05ADD1AEB7E3534"
+ {
+ "Name" = "8:LibVLCSharp.WPF.dll"
+ "Attributes" = "3:512"
+ }
+ }
+ "SourcePath" = "8:LibVLCSharp.WPF.dll"
+ "TargetName" = "8:"
+ "Tag" = "8:"
+ "Folder" = "8:_479B4B7944544040B917571140E85516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:TRUE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E3DF25A7DBEF49DDA25D5750B7E6526B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libfluidsynth_plugin.dll"
+ "TargetName" = "8:libfluidsynth_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E3F919B49FA94FC5B536F1C71D874005"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libscaletempo_pitch_plugin.dll"
+ "TargetName" = "8:libscaletempo_pitch_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E42F03181B0D409AA4DF54A5857FD03E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libscale_plugin.dll"
+ "TargetName" = "8:libscale_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E448A49D82D64300AFF244D97F6DA29F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\spu\\libremoteosd_plugin.dll"
+ "TargetName" = "8:libremoteosd_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_62787F474736454CAF4479E23C279319"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E52BCFE12E27405AAF8256CFF2EB5B33"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libextract_plugin.dll"
+ "TargetName" = "8:libextract_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E5DBEBEE4EEC4A7FB05D17434F2E7DD4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\services_discovery\\libmicrodns_plugin.dll"
+ "TargetName" = "8:libmicrodns_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_E55224120EA14A26B2DF58B5C09B3B6D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E657845D614A421DBBBE4D0A0827AD85"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libaribsub_plugin.dll"
+ "TargetName" = "8:libaribsub_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E6E80BE6F6E649CCB8B7DFF0212B806C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libps_plugin.dll"
+ "TargetName" = "8:libps_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E7AA2E5C427A4160A564A3D2870F0164"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libspudec_plugin.dll"
+ "TargetName" = "8:libspudec_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E819B525380849628079D01202949BAB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libinvert_plugin.dll"
+ "TargetName" = "8:libinvert_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E89FADE17CC5443188E3CB8470EC1BE1"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libpuzzle_plugin.dll"
+ "TargetName" = "8:libpuzzle_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E8A1DB2F17DC4A58BEB6ED1A1DB0F248"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libfingerprinter_plugin.dll"
+ "TargetName" = "8:libfingerprinter_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E8AB3B2AC89549D4B8F40C0FF22809A5"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\misc\\libstats_plugin.dll"
+ "TargetName" = "8:libstats_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_45F85EE3AC2744E1B9DF856C754E82A1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E9197588BDBE4D79AB9CDA36D734383E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\requests\\status.xml"
+ "TargetName" = "8:status.xml"
+ "Tag" = "8:"
+ "Folder" = "8:_AD28964F275B4F07A9BFF55091B57A5F"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E972900C1EA1411EB32BFC7942E07B01"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\meta\\art\\01_googleimage.luac"
+ "TargetName" = "8:01_googleimage.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_981F962EA78E4DDBA897A78D07ABD6B6"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E9D26FBDDF2442CEA5BEF96A4B35F284"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\logger\\libconsole_logger_plugin.dll"
+ "TargetName" = "8:libconsole_logger_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_6FECE22FFABF4921BE72F5C896D4EDEF"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E9DFA19D264B4FC7A5AC6E2C55DE7EAA"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libaudiobargraph_a_plugin.dll"
+ "TargetName" = "8:libaudiobargraph_a_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EBF88C90B9E4404A9A4BF923B35D0CD7"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libmotionblur_plugin.dll"
+ "TargetName" = "8:libmotionblur_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EC8524819F5A4842A766E9B4A62BF892"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\modules\\sandbox.luac"
+ "TargetName" = "8:sandbox.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_E30EC626F3B644999AFB8AF8E4415516"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_ED628BCE22E34E429C1AD63251B7F668"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_chromaprint_plugin.dll"
+ "TargetName" = "8:libstream_out_chromaprint_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EF61C6E1388B4D0FA97A63EB51DBF783"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\libvlc.dll"
+ "TargetName" = "8:libvlc.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_1DFAB18BF7404F55AA410828530BA513"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EF9D628D68644C1CA428C3A168B658D8"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\audio_filter\\libcompressor_plugin.dll"
+ "TargetName" = "8:libcompressor_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BB16C967C60540FA89244A028E04017A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F000D70E161B47A5B4721D2C3E17138B"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libcvdsub_plugin.dll"
+ "TargetName" = "8:libcvdsub_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F0412AB35EE84DCD809111E5B795547C"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\mux\\libmux_dummy_plugin.dll"
+ "TargetName" = "8:libmux_dummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_698628DBCFFC4E2EB68EC7B4E174C264"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F05414EBE5E54FC481A2D8971D159633"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libnsc_plugin.dll"
+ "TargetName" = "8:libnsc_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F14F362F440141AB98140C474A1D9554"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\meta_engine\\libfolder_plugin.dll"
+ "TargetName" = "8:libfolder_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_5CEF3413B3284A29BD6C930F4974C54D"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F16EA5BE3770438DB1E1FCDD8170ABC3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libanaglyph_plugin.dll"
+ "TargetName" = "8:libanaglyph_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F4B63B0B088643A180B9C29392589838"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_out\\libstream_out_dummy_plugin.dll"
+ "TargetName" = "8:libstream_out_dummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_BD2A17EB84484C0E9C6E72FA89A39565"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F4BEC9B199EB435A958C4D927FA201DB"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_output\\libvdummy_plugin.dll"
+ "TargetName" = "8:libvdummy_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F634B6FF36FF49ECB547BF5F7E27C931"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\playlist\\twitch.luac"
+ "TargetName" = "8:twitch.luac"
+ "Tag" = "8:"
+ "Folder" = "8:_2E24FFA220F249F4B1FDF4D637142344"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F7131C5FFD9B4F3A8186DDF5A79DC461"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libdshow_plugin.dll"
+ "TargetName" = "8:libdshow_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F8231E7A4E4349F6B540795D75B61035"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\liba52_plugin.dll"
+ "TargetName" = "8:liba52_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F82DE0694BA7419BA9F920F0264C2E03"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-bg_glass_100_f6f6f6_1x400.png"
+ "TargetName" = "8:ui-bg_glass_100_f6f6f6_1x400.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F856BA729FE14B359E2BB9D00B0D0723"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\css\\ui-lightness\\images\\ui-icons_222222_256x240.png"
+ "TargetName" = "8:ui-icons_222222_256x240.png"
+ "Tag" = "8:"
+ "Folder" = "8:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_F9FADF8220EF46849206DFA6503B2FD4"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libscreen_plugin.dll"
+ "TargetName" = "8:libscreen_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FAB6163383B94E17B46B671BA04B4CA0"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\access\\libcdda_plugin.dll"
+ "TargetName" = "8:libcdda_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_8291FF22192241CB8614AD6A940BF313"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FAEF4C3AF53D49A3A6959C4D5B75A05F"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\keystore\\libmemory_keystore_plugin.dll"
+ "TargetName" = "8:libmemory_keystore_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_F0A87FF243104B3FAE15EC11616125F1"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FB41977BED7C4F5C86DB63A618AC21D3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libmotiondetect_plugin.dll"
+ "TargetName" = "8:libmotiondetect_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FB8BCB70045942EEA1551CBA5342343E"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\stream_extractor\\libarchive_plugin.dll"
+ "TargetName" = "8:libarchive_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_7E1A697898094751B7DE26FD3FA36ECD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FC417685A4144B25B7E80D22512CE13D"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\demux\\libvoc_plugin.dll"
+ "TargetName" = "8:libvoc_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_C515CD513A70411FB0EAF624E820770A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FC6B385AF6CA40A1A43929F9E40704FF"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libantiflicker_plugin.dll"
+ "TargetName" = "8:libantiflicker_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FC91FEE127024BC0AEDD6CFE8A722AA2"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_filter\\libfreeze_plugin.dll"
+ "TargetName" = "8:libfreeze_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_CFD0493BB94A498997FF1E7F220AD5CD"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FE2AA6E3CA104107BBC039F5B5093B15"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\mosaic_window.html"
+ "TargetName" = "8:mosaic_window.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FE3F00C6B3D94D16BC0A2E1F67C23CF3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\lua\\http\\dialogs\\browse_window.html"
+ "TargetName" = "8:browse_window.html"
+ "Tag" = "8:"
+ "Folder" = "8:_F9775CDB180E466AAA68CEA21F9772E7"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FEC40C564C42498CBBC5AE6BC8288636"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\liboggspots_plugin.dll"
+ "TargetName" = "8:liboggspots_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FED771FFD366499FAF98497681C9A7D9"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\video_chroma\\libswscale_plugin.dll"
+ "TargetName" = "8:libswscale_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_D4866653CE334E1EA21CDB1CBE4995EE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FEDD56C5F6314677B5C392E556F36C90"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libwebvtt_plugin.dll"
+ "TargetName" = "8:libwebvtt_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FEEE625E09914C8D9ECE0AFE041A90D3"
+ {
+ "SourcePath" = "8:..\\TV Player WPF\\bin\\Release\\net8.0-windows\\libvlc\\win-x64\\plugins\\codec\\libadpcm_plugin.dll"
+ "TargetName" = "8:libadpcm_plugin.dll"
+ "Tag" = "8:"
+ "Folder" = "8:_B050BEA8B3DF4793AC38377CA90F989A"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Vital" = "11:TRUE"
+ "ReadOnly" = "11:FALSE"
+ "Hidden" = "11:FALSE"
+ "System" = "11:FALSE"
+ "Permanent" = "11:FALSE"
+ "SharedLegacy" = "11:FALSE"
+ "PackageAs" = "3:1"
+ "Register" = "3:1"
+ "Exclude" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "IsolateTo" = "8:"
+ }
+ }
+ "FileType"
+ {
+ }
+ "Folder"
+ {
+ "{3C67513D-01DD-4637-8A68-80971EB9504F}:_479B4B7944544040B917571140E85516"
+ {
+ "DefaultLocation" = "8:[ProgramFiles64Folder][Manufacturer]\\[ProductName]"
+ "Name" = "8:#1925"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:TARGETDIR"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_B26C299E45884267846ED5022B65017F"
+ {
+ "Name" = "8:libvlc"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_D5DE29F43F8D4B50B3C04D095D0833D8"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_1DFAB18BF7404F55AA410828530BA513"
+ {
+ "Name" = "8:win-x64"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_A7FDBB354C2E4E73A6E33B2D46B3529B"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_1A1B904FA8214F10B153C3276338F9AF"
+ {
+ "Name" = "8:hrtfs"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_927BB473C2E54287BF6555FAA314B751"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_AF2C9F087697415AAC7E40FF2CDD069A"
+ {
+ "Name" = "8:lua"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_378DC6598E534DB0B01789F97A3EDA0A"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_17FB584FB7B44CA0A1F351098DF57B22"
+ {
+ "Name" = "8:sd"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_39B3D4EE5E334792B2EA60B50259E775"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_2E24FFA220F249F4B1FDF4D637142344"
+ {
+ "Name" = "8:playlist"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_51F546DA8DB84A0FB28C662523998B0D"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_53DE51C083504C90B7B3DB65AC527E51"
+ {
+ "Name" = "8:extensions"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_44809C3648C647FD8E7CC4E289F9FD3C"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_572C9D0381CE48FC993AA2227A56FD51"
+ {
+ "Name" = "8:meta"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_BC4FE5C0B29E4F95AFE82692012ED0F3"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_97A7DBD1DA4547529782C5FBAD46A601"
+ {
+ "Name" = "8:reader"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_C386065673BB4A5F97B3B12254A849B7"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_981F962EA78E4DDBA897A78D07ABD6B6"
+ {
+ "Name" = "8:art"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_8EA5435288464A639AFA3A6D18436684"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_9988999BCD45491DB09B247E24C7769C"
+ {
+ "Name" = "8:http"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_DA843AA50D984E178E03EF1F6BAD7C76"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_5975009BA7ED45F1A704CDDFC4715329"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_21E3A59CCC0247A083484BDE146A7377"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_6B5F04DC2AB84A508B87DBE6E4CF2489"
+ {
+ "Name" = "8:css"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_AF0F22BFDCEB44B08F18BDD8C84D0485"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_14FBAE76CA524055BC57C1107D9D672A"
+ {
+ "Name" = "8:ui-lightness"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_56A247726BB84B65AB33FF5C5F49ECBB"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_D1B3B04C5B154B3FB19BA2F474DF49D1"
+ {
+ "Name" = "8:images"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_58F361FB950143B18FC42C166358C81A"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_9E9FE6533D3E44B9807F7772BBACE203"
+ {
+ "Name" = "8:js"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_023CF75ADB5D45CDAFD108EBDDF2A426"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_AD28964F275B4F07A9BFF55091B57A5F"
+ {
+ "Name" = "8:requests"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_E90D69BE47E44409BDBD3B50AAD12CF2"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_F9775CDB180E466AAA68CEA21F9772E7"
+ {
+ "Name" = "8:dialogs"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_BF99AC55B8834D629C68F4B8433657E2"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_DA41805D5C5C41AB965F9C1D5AE49452"
+ {
+ "Name" = "8:intf"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_711554D72B1A4FAB815EB231438A3B7C"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_715B95E862F54CBCB929C838897F7038"
+ {
+ "Name" = "8:modules"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_E45F82B832FA4E02A45EEEE5B8DF62A7"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_E30EC626F3B644999AFB8AF8E4415516"
+ {
+ "Name" = "8:modules"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_1BE2BD1ADC684CC8BAC5C77EF246FCC8"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_EA5E1F63DB1A4884A66320E7B86D239F"
+ {
+ "Name" = "8:plugins"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_2B9DA301BF7949948CC57C2BA9928D29"
+ "Folders"
+ {
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_139797A278B742F4BD49A98B11AF2B23"
+ {
+ "Name" = "8:gui"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_3B0CF976F556448D8633AD2AE52AEC7E"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_1C1E5D947D214371AE8E76356966C0BB"
+ {
+ "Name" = "8:stream_filter"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_AB506ED89C084333AEFA30E4740361F0"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_3D2C8E38E4AA45BB86E66524CC822F2B"
+ {
+ "Name" = "8:audio_output"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_934F3D97348043CD882068F9E8B0FB27"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_45F85EE3AC2744E1B9DF856C754E82A1"
+ {
+ "Name" = "8:misc"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_50CBA6095C464E41928117DC7603C83F"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_51F50182D79D4CE0946954EA96ADC5D0"
+ {
+ "Name" = "8:access_output"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_A96CD527A688496B8A869687A2840616"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_5CEF3413B3284A29BD6C930F4974C54D"
+ {
+ "Name" = "8:meta_engine"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_8277BBD29B714590B1B8B6FBBB46E107"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_62787F474736454CAF4479E23C279319"
+ {
+ "Name" = "8:spu"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_03C0E3B58D554A5F9A82E71C5C10B1E2"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_62A6ABF3DC734814B6969B7A5AD22634"
+ {
+ "Name" = "8:lua"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_24F4A6A194EB4DB7A46BFDE7D09B328E"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_698628DBCFFC4E2EB68EC7B4E174C264"
+ {
+ "Name" = "8:mux"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_A739112945A84EB08F3FAF9CB916523F"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_6FECE22FFABF4921BE72F5C896D4EDEF"
+ {
+ "Name" = "8:logger"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_BCCB70017D434DDBA0DD0598A25104FE"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_71D94BA6517846EF8EBCED471FCB3741"
+ {
+ "Name" = "8:packetizer"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_0DAAB94521754262B40E1A55638FC582"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_72FC2B51BA7F459EA0A257FD4FD5CE88"
+ {
+ "Name" = "8:video_output"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_84B27D82A44B4E8D8D06CD29F2ECCE98"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_7E1A697898094751B7DE26FD3FA36ECD"
+ {
+ "Name" = "8:stream_extractor"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_D92E4339DFCB4A6BBDB4BCC6A13796D2"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_8291FF22192241CB8614AD6A940BF313"
+ {
+ "Name" = "8:access"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_71F0DD5A209E4B50AEC5123A83F9AE69"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_981EA716A3A347F7BB473A6A1AF4AB3B"
+ {
+ "Name" = "8:d3d9"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_3A5EEC8D1FB34E3FB424A96EFF617AD7"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_ABF6A1A04A444870ADD2752AEAC9B599"
+ {
+ "Name" = "8:audio_mixer"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_E68A36474E4F4CC98EE379B4C697D1E6"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_B050BEA8B3DF4793AC38377CA90F989A"
+ {
+ "Name" = "8:codec"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_4CCC12353BDA4CBE8641B96BC25BF40D"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_BB16C967C60540FA89244A028E04017A"
+ {
+ "Name" = "8:audio_filter"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_CD0C02B6534E45AAA071294797DECC85"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_BD2A17EB84484C0E9C6E72FA89A39565"
+ {
+ "Name" = "8:stream_out"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_90FFBD995C9E418FA162E472DDDC146E"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_C515CD513A70411FB0EAF624E820770A"
+ {
+ "Name" = "8:demux"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_6EAD43F8CF044490840D6907AF231C09"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_C95FE079064F47EFA6A306534C8366C2"
+ {
+ "Name" = "8:d3d11"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_B91E734ECC154BCA823A0A4F370F2FA4"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_CFD0493BB94A498997FF1E7F220AD5CD"
+ {
+ "Name" = "8:video_filter"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_54E8769AB67345019AC4633BDC175D3B"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_D4866653CE334E1EA21CDB1CBE4995EE"
+ {
+ "Name" = "8:video_chroma"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_E211042A02E5418C8060986798BD9038"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_D5E51ACFB27C44ADBB4BDF56DA466B68"
+ {
+ "Name" = "8:video_splitter"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_5AC7DB2472484EBAB8D287A7A5910326"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_E55224120EA14A26B2DF58B5C09B3B6D"
+ {
+ "Name" = "8:services_discovery"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_32A5144B8DD14081B9D359B2300929F6"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_F0A87FF243104B3FAE15EC11616125F1"
+ {
+ "Name" = "8:keystore"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_65812060456E4F62A145E2FE40E61F99"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_F4BCC6DBDC8540E6A2FDB29EC2DDD816"
+ {
+ "Name" = "8:control"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_25265A13427C419FA4316DFF15A3DCEA"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_F801DF51DFE341F5B8E0B10F02E88397"
+ {
+ "Name" = "8:text_renderer"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_70A4314AFB704F4196900EA10AF0201E"
+ "Folders"
+ {
+ }
+ }
+ "{9EF0B969-E518-4E46-987F-47570745A589}:_FD7F635851CD4DB985962F9CB3794860"
+ {
+ "Name" = "8:visualization"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:_1410B4F204E24CEF9C66BB6F01B90D56"
+ "Folders"
+ {
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ "{1525181F-901A-416C-8A58-119130FE478E}:_CF926A0FAB9F4612ABFE3BE621957AC0"
+ {
+ "Name" = "8:#1916"
+ "AlwaysCreate" = "11:TRUE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:DesktopFolder"
+ "Folders"
+ {
+ }
+ }
+ "{1525181F-901A-416C-8A58-119130FE478E}:_EC5E57D369ED48C394ABC038AC1DABF3"
+ {
+ "Name" = "8:#1919"
+ "AlwaysCreate" = "11:FALSE"
+ "Condition" = "8:"
+ "Transitive" = "11:FALSE"
+ "Property" = "8:ProgramMenuFolder"
+ "Folders"
+ {
+ }
+ }
+ }
+ "LaunchCondition"
+ {
+ }
+ "Locator"
+ {
+ }
+ "MsiBootstrapper"
+ {
+ "LangId" = "3:1049"
+ "RequiresElevation" = "11:FALSE"
+ }
+ "Product"
+ {
+ "Name" = "8:Microsoft Visual Studio"
+ "ProductName" = "8:TVPlayerSetup"
+ "ProductCode" = "8:{70B88013-5E88-457A-B3E4-28AF4C54B9A5}"
+ "PackageCode" = "8:{DE18EED1-33C7-4669-BAA9-21E50400B850}"
+ "UpgradeCode" = "8:{659EC3EB-443A-41ED-BD14-696FEBD8DDBF}"
+ "AspNetVersion" = "8:2.0.50727.0"
+ "RestartWWWService" = "11:FALSE"
+ "RemovePreviousVersions" = "11:FALSE"
+ "DetectNewerInstalledVersion" = "11:TRUE"
+ "InstallAllUsers" = "11:FALSE"
+ "ProductVersion" = "8:1.0.0"
+ "Manufacturer" = "8:Voffka"
+ "ARPHELPTELEPHONE" = "8:"
+ "ARPHELPLINK" = "8:"
+ "Title" = "8:TVPlayerSetup"
+ "Subject" = "8:"
+ "ARPCONTACT" = "8:Vladimir"
+ "Keywords" = "8:"
+ "ARPCOMMENTS" = "8:IPTV player"
+ "ARPURLINFOABOUT" = "8:"
+ "ARPPRODUCTICON" = "8:"
+ "ARPIconIndex" = "3:0"
+ "SearchPath" = "8:"
+ "UseSystemSearchPath" = "11:TRUE"
+ "TargetPlatform" = "3:1"
+ "PreBuildEvent" = "8:"
+ "PostBuildEvent" = "8:"
+ "RunPostBuildEvent" = "3:0"
+ }
+ "Registry"
+ {
+ "HKLM"
+ {
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_673C6E0765034576A5496E8CF2B5A2A8"
+ {
+ "Name" = "8:Software"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_9C4E21732C11460A895CE6E64EF8A288"
+ {
+ "Name" = "8:[Manufacturer]"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ }
+ "HKCU"
+ {
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_BF37FCE45FA54C7D8EEFCA2248115C20"
+ {
+ "Name" = "8:Software"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_F9C4784C16FC4E8DA9DEF705DA69D0DA"
+ {
+ "Name" = "8:[Manufacturer]"
+ "Condition" = "8:"
+ "AlwaysCreate" = "11:FALSE"
+ "DeleteAtUninstall" = "11:FALSE"
+ "Transitive" = "11:FALSE"
+ "Keys"
+ {
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ "Values"
+ {
+ }
+ }
+ }
+ }
+ "HKCR"
+ {
+ "Keys"
+ {
+ }
+ }
+ "HKU"
+ {
+ "Keys"
+ {
+ }
+ }
+ "HKPU"
+ {
+ "Keys"
+ {
+ }
+ }
+ }
+ "Sequences"
+ {
+ }
+ "Shortcut"
+ {
+ "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_D749FD3744F44192B2EEB11CDF0A0E0D"
+ {
+ "Name" = "8:TV Player"
+ "Arguments" = "8:"
+ "Description" = "8:"
+ "ShowCmd" = "3:1"
+ "IconIndex" = "3:0"
+ "Transitive" = "11:FALSE"
+ "Target" = "8:_2782DCF77FBA4BA480E94ACA3DD3270C"
+ "Folder" = "8:_CF926A0FAB9F4612ABFE3BE621957AC0"
+ "WorkingFolder" = "8:_479B4B7944544040B917571140E85516"
+ "Icon" = "8:_6776E2AE5762425280799877C23FB408"
+ "Feature" = "8:"
+ }
+ }
+ "UserInterface"
+ {
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_125FA443E81B47308C7C0FED03AB2EC9"
+ {
+ "Name" = "8:#1901"
+ "Sequence" = "3:2"
+ "Attributes" = "3:2"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_7077A08C42514452809CA1F81AAA936C"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Progress"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminProgressDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "ShowProgress"
+ {
+ "Name" = "8:ShowProgress"
+ "DisplayName" = "8:#1009"
+ "Description" = "8:#1109"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:1"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_9A93ECA83C194B0981BE6BF67C515BA0"
+ {
+ "Name" = "8:#1900"
+ "Sequence" = "3:2"
+ "Attributes" = "3:1"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2D7FEEC376BA4BCBADAE8C4CD64AB738"
+ {
+ "Sequence" = "3:200"
+ "DisplayName" = "8:Installation Folder"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminFolderDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_5C1C399263974FC5B656B22D5075ED60"
+ {
+ "Sequence" = "3:300"
+ "DisplayName" = "8:Confirm Installation"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminConfirmDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D839949919834698B68BCCBC80B54970"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Welcome"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "CopyrightWarning"
+ {
+ "Name" = "8:CopyrightWarning"
+ "DisplayName" = "8:#1002"
+ "Description" = "8:#1102"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1202"
+ "DefaultValue" = "8:#1202"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Welcome"
+ {
+ "Name" = "8:Welcome"
+ "DisplayName" = "8:#1003"
+ "Description" = "8:#1103"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1203"
+ "DefaultValue" = "8:#1203"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_B1B1B8407F6B4F53B6B8791F07D51B9E"
+ {
+ "Name" = "8:#1902"
+ "Sequence" = "3:1"
+ "Attributes" = "3:3"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_F1C32EF1ED504607A343E89865B91A32"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Finished"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdFinishedDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "UpdateText"
+ {
+ "Name" = "8:UpdateText"
+ "DisplayName" = "8:#1058"
+ "Description" = "8:#1158"
+ "Type" = "3:15"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1258"
+ "DefaultValue" = "8:#1258"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_BE80EBB49E164D61A94015112B287959"
+ {
+ "UseDynamicProperties" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdUserInterface.wim"
+ }
+ "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_C2B7F02A47C741C5A539B067636405F8"
+ {
+ "UseDynamicProperties" = "11:FALSE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdBasicDialogs.wim"
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_CBD4A06B2909432E83CDEAC7ECBF66BC"
+ {
+ "Name" = "8:#1902"
+ "Sequence" = "3:2"
+ "Attributes" = "3:3"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_4DD83326869947B9ACA72DB5C7575D28"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Finished"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdAdminFinishedDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_F920B1746C9B473FB5FB5DD705A813C3"
+ {
+ "Name" = "8:#1900"
+ "Sequence" = "3:1"
+ "Attributes" = "3:1"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_29826BE6BB8C4E0995DC30B86F2F484D"
+ {
+ "Sequence" = "3:200"
+ "DisplayName" = "8:Installation Folder"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdFolderDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "InstallAllUsersVisible"
+ {
+ "Name" = "8:InstallAllUsersVisible"
+ "DisplayName" = "8:#1059"
+ "Description" = "8:#1159"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:1"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_8E5E014A8181459B9225ED4A9F49EDA5"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Welcome"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdWelcomeDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "CopyrightWarning"
+ {
+ "Name" = "8:CopyrightWarning"
+ "DisplayName" = "8:#1002"
+ "Description" = "8:#1102"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1202"
+ "DefaultValue" = "8:#1202"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "Welcome"
+ {
+ "Name" = "8:Welcome"
+ "DisplayName" = "8:#1003"
+ "Description" = "8:#1103"
+ "Type" = "3:3"
+ "ContextData" = "8:"
+ "Attributes" = "3:0"
+ "Setting" = "3:1"
+ "Value" = "8:#1203"
+ "DefaultValue" = "8:#1203"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_AA7FDC3939D048CB8CDD0F4945D55EE7"
+ {
+ "Sequence" = "3:300"
+ "DisplayName" = "8:Confirm Installation"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdConfirmDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_FB9B7AB325FE4EB89A0052ACF8179DC8"
+ {
+ "Name" = "8:#1901"
+ "Sequence" = "3:1"
+ "Attributes" = "3:2"
+ "Dialogs"
+ {
+ "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_994C78754D5F46ECB28CF8D5629DA56D"
+ {
+ "Sequence" = "3:100"
+ "DisplayName" = "8:Progress"
+ "UseDynamicProperties" = "11:TRUE"
+ "IsDependency" = "11:FALSE"
+ "SourcePath" = "8:\\VsdProgressDlg.wid"
+ "Properties"
+ {
+ "BannerBitmap"
+ {
+ "Name" = "8:BannerBitmap"
+ "DisplayName" = "8:#1001"
+ "Description" = "8:#1101"
+ "Type" = "3:8"
+ "ContextData" = "8:Bitmap"
+ "Attributes" = "3:4"
+ "Setting" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ "ShowProgress"
+ {
+ "Name" = "8:ShowProgress"
+ "DisplayName" = "8:#1009"
+ "Description" = "8:#1109"
+ "Type" = "3:5"
+ "ContextData" = "8:1;True=1;False=0"
+ "Attributes" = "3:0"
+ "Setting" = "3:0"
+ "Value" = "3:1"
+ "DefaultValue" = "3:1"
+ "UsePlugInResources" = "11:TRUE"
+ }
+ }
+ }
+ }
+ }
+ }
+ "MergeModule"
+ {
+ }
+ "ProjectOutput"
+ {
+ }
+ }
+}