From b9874078dcd9a70645affbc4e96a1d6e9e451ed7 Mon Sep 17 00:00:00 2001 From: Eric Banker Date: Fri, 19 Aug 2022 20:43:00 -0500 Subject: [PATCH] Fix Autostart; Replace ClickOnce installer with Setup project; (#6) --- DebugOutputToasts/DebugOutputToasts.sln | 12 +- DebugOutputToasts/MainWindow.xaml.cs | 11 +- Setup/Setup.vdproj | 13090 ++++++++++++++++++++++ 3 files changed, 13106 insertions(+), 7 deletions(-) create mode 100644 Setup/Setup.vdproj diff --git a/DebugOutputToasts/DebugOutputToasts.sln b/DebugOutputToasts/DebugOutputToasts.sln index f06a123..a6ec988 100644 --- a/DebugOutputToasts/DebugOutputToasts.sln +++ b/DebugOutputToasts/DebugOutputToasts.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31727.386 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32811.315 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebugOutputToasts", "DebugOutputToasts.csproj", "{735D1A28-994F-4EDD-A73D-4B4E37336368}" EndProject @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject1", "..\Unit EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebugOutputHelper", "..\DebugOutputHelper\DebugOutputHelper.csproj", "{83810BFC-F718-4D6F-B3E5-A5304412D8A2}" EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "..\Setup\Setup.vdproj", "{4323FA10-54B4-4478-AFF6-23D3CF32F3E3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -55,6 +57,12 @@ Global {83810BFC-F718-4D6F-B3E5-A5304412D8A2}.Release|x64.Build.0 = Release|Any CPU {83810BFC-F718-4D6F-B3E5-A5304412D8A2}.Release|x86.ActiveCfg = Release|Any CPU {83810BFC-F718-4D6F-B3E5-A5304412D8A2}.Release|x86.Build.0 = Release|Any CPU + {4323FA10-54B4-4478-AFF6-23D3CF32F3E3}.Debug|Any CPU.ActiveCfg = Debug + {4323FA10-54B4-4478-AFF6-23D3CF32F3E3}.Debug|x64.ActiveCfg = Debug + {4323FA10-54B4-4478-AFF6-23D3CF32F3E3}.Debug|x86.ActiveCfg = Debug + {4323FA10-54B4-4478-AFF6-23D3CF32F3E3}.Release|Any CPU.ActiveCfg = Release + {4323FA10-54B4-4478-AFF6-23D3CF32F3E3}.Release|x64.ActiveCfg = Release + {4323FA10-54B4-4478-AFF6-23D3CF32F3E3}.Release|x86.ActiveCfg = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/DebugOutputToasts/MainWindow.xaml.cs b/DebugOutputToasts/MainWindow.xaml.cs index eb920c6..69e777d 100644 --- a/DebugOutputToasts/MainWindow.xaml.cs +++ b/DebugOutputToasts/MainWindow.xaml.cs @@ -127,6 +127,7 @@ private void StackPanel_Loaded_MessagePanel(object sender, RoutedEventArgs e) chkThrottle.IsChecked = Config.Throttle; chkDebounce.IsChecked = Config.Debounce; chkMinimizeToTray.IsChecked = Config.MinimizeToTrayIcon; + chkStartWithLogin.IsChecked = Config.StartWithLogin; txtThrottle.Text = Config.ThrottleTime.ToString(); txtDebounce.Text = Config.DebounceTime.ToString(); @@ -192,7 +193,7 @@ private void CheckBox_Checked(object sender, RoutedEventArgs e) break; case "chkStartWithLogin": Config.StartWithLogin = true; - SetTaskScheduler(true); + SetTaskScheduler(Config.StartWithLogin); break; } Nett.Toml.WriteFile(Config, ConfigPath); @@ -220,7 +221,7 @@ private void CheckBox_Unhecked(object sender, RoutedEventArgs e) break; case "chkStartWithLogin": Config.StartWithLogin = false; - SetTaskScheduler(false); + SetTaskScheduler(Config.StartWithLogin); break; } Nett.Toml.WriteFile(Config, ConfigPath); @@ -1016,6 +1017,7 @@ private void SetTaskScheduler(bool enable) if (task == null) { var def = ts.NewTask(); + def.Settings.Enabled = enable; def.Settings.DisallowStartIfOnBatteries = false; def.Settings.StopIfGoingOnBatteries = false; def.Settings.ExecutionTimeLimit = TimeSpan.Zero; @@ -1032,16 +1034,15 @@ private void SetTaskScheduler(bool enable) def.Actions.Add(action); task = ts.RootFolder.RegisterTaskDefinition(taskName, def); - task.Enabled = enable; } else { - task.Enabled = enable; - var action = (ExecAction)task.Definition.Actions.First(); action.Path = System.Reflection.Assembly.GetExecutingAssembly().Location; action.WorkingDirectory = Path.GetDirectoryName(action.Path); + task.Definition.Settings.Enabled = enable; + task.RegisterChanges(); } } diff --git a/Setup/Setup.vdproj b/Setup/Setup.vdproj new file mode 100644 index 0000000..a6f07eb --- /dev/null +++ b/Setup/Setup.vdproj @@ -0,0 +1,13090 @@ +"DeployProject" +{ +"VSVersion" = "3:800" +"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" +"IsWebType" = "8:FALSE" +"ProjectName" = "8:Setup" +"LanguageId" = "3:1033" +"CodePage" = "3:1252" +"UILanguageId" = "3:1033" +"SccProjectName" = "8:" +"SccLocalPath" = "8:" +"SccAuxPath" = "8:" +"SccProvider" = "8:" + "Hierarchy" + { + "Entry" + { + "MsmKey" = "8:_008DCDE377A076377462E698E8AC6743" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_044C444B64D2719FAEB9D2133C7A9897" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04ACD7DB396D45551678F7A48B5CA7A5" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_D2B24C97D7F9C52C331A356CD20518C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_C5C785726EDBF502F6B2D891D2F63770" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_A3C2D96F6440C72A7B39CCBD5397DD18" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_C0C3F0808F945CF6752168F14AFC1B58" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_86858F8571A7472BD2E8B74F732F1C26" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_6AD11A0C80F4ACE3DE19BF42D4D09773" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_DCDEA9DC265A04F8979E5E0C8A594D25" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_A87753BB1BDF422558A202554A05EB1C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_32DDC5FC91CC62B663C3B4DF72EB810A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_5F09A0B9768FFAA35CB97691F1035E8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_784E43818616689D448AFCED17E85106" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_EA66745251BD1D74841ED9E4A9377CD1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_3F2FD440E116AED1EA99488DCF9DA6EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_5CF842D546C04F9909C3F24EFC277643" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_9214504D19AAD3621E04DCB153062985" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_62816AA6EFCDEE8F2138AB6D8CB93650" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_57D8D48D1F19BF3DF99198775A2CFFAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_A1B2E31E266E255CC264F9C807650E62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_68B79972484A07BA820713F98921B04F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_60B04284A97505CB922B167277C48CFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_F9783D6DF3CF28DA52235D16F3EBF814" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_9292DF252325306C8508F12AA618922A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_AA6F61838B717F45FFC592360A197DAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_929A41C7F28305669254D052553EF2D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_9E78DCD9238205C823919C1374F45769" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_B8F3365A87A5133CF9A819920D8219F6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "OwnerKey" = "8:_291DA4EE10CBD49986EACF06FCDDBB37" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_06582A3B07670E57A134305836E5DCEB" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0897772147911C82E29A4192E4F2F6E6" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0BD69A45374E649F2D7A3D1C607B33FA" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0D846CDE48586219D5AE9A04433CA9CA" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_103BDE0BAC966F0C520FF79BC0D0D874" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_6411DC10BBFDBEC261664E6AE63741CF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_784E43818616689D448AFCED17E85106" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_9214504D19AAD3621E04DCB153062985" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_68B79972484A07BA820713F98921B04F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_60B04284A97505CB922B167277C48CFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_9292DF252325306C8508F12AA618922A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_929A41C7F28305669254D052553EF2D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_9E78DCD9238205C823919C1374F45769" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "OwnerKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_164598818AB261A5746B3716A5442C9B" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1925EED8BAC842C6365B1892D4A6DF3B" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1BE8999016ED8032ACD02A4C212DBFCA" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1CE8E01DBC532BAF5233BA3F6B3636F8" + "OwnerKey" = "8:_C3225D47AED70BDA822F6BFC5DA9F6F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1CE8E01DBC532BAF5233BA3F6B3636F8" + "OwnerKey" = "8:_20679BBF4A8AD0F30CEAFA6D7415AA86" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1CE8E01DBC532BAF5233BA3F6B3636F8" + "OwnerKey" = "8:_4E26019709B33A4F2016259AEE4BD560" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1E03C79A5646575889BF3ACBF5014029" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_20679BBF4A8AD0F30CEAFA6D7415AA86" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_25CC91027E751336B02860C8843F2885" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2663DF4EAB014A2575C10C629294DC67" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_26ED5112B88F419E50BC12592F9167EE" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2849BB1689A41FA6E6D6C583CCA33998" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_291DA4EE10CBD49986EACF06FCDDBB37" + "OwnerKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_291DA4EE10CBD49986EACF06FCDDBB37" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_32DDC5FC91CC62B663C3B4DF72EB810A" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_32DDC5FC91CC62B663C3B4DF72EB810A" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_33F2495ACC735D8172864DC2FEE106DC" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_34827FA28C6034195C23103DCAF898EB" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3C87D46A7F946685B953490259330EA9" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3F2FD440E116AED1EA99488DCF9DA6EF" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_464E3244F6A978F9B25EC373110EEC99" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_473B137C6BB86D5BDE5190BD3B7D82EF" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_493FCC29436E5C74630A596BCDDE9835" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_49495104AEE80EFF7F2A4C23C601DF65" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4B294C28E0490CF2D9FF2A9C40E38662" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_D2B24C97D7F9C52C331A356CD20518C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_C5C785726EDBF502F6B2D891D2F63770" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_A3C2D96F6440C72A7B39CCBD5397DD18" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_C0C3F0808F945CF6752168F14AFC1B58" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_86858F8571A7472BD2E8B74F732F1C26" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_6AD11A0C80F4ACE3DE19BF42D4D09773" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_DCDEA9DC265A04F8979E5E0C8A594D25" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_A87753BB1BDF422558A202554A05EB1C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_32DDC5FC91CC62B663C3B4DF72EB810A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_5F09A0B9768FFAA35CB97691F1035E8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_784E43818616689D448AFCED17E85106" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_EA66745251BD1D74841ED9E4A9377CD1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_3F2FD440E116AED1EA99488DCF9DA6EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_5CF842D546C04F9909C3F24EFC277643" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_9214504D19AAD3621E04DCB153062985" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_62816AA6EFCDEE8F2138AB6D8CB93650" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_57D8D48D1F19BF3DF99198775A2CFFAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_A1B2E31E266E255CC264F9C807650E62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_68B79972484A07BA820713F98921B04F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_60B04284A97505CB922B167277C48CFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_F9783D6DF3CF28DA52235D16F3EBF814" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_9292DF252325306C8508F12AA618922A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_AA6F61838B717F45FFC592360A197DAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_929A41C7F28305669254D052553EF2D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_9E78DCD9238205C823919C1374F45769" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_B8F3365A87A5133CF9A819920D8219F6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "OwnerKey" = "8:_291DA4EE10CBD49986EACF06FCDDBB37" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4E26019709B33A4F2016259AEE4BD560" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4E26019709B33A4F2016259AEE4BD560" + "OwnerKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4E6F209C95BD9B9575DBCC7898427DDC" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4F9256F8179508275A11F5C51E15B2F9" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5047DF2E0A15E85B88D8D70F6387B043" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_505316ABE73046B77D0C370F0920043F" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_54D9890C7053EE3C38E229E64940DC97" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_572A460875752D82B558E17D478B89F1" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5756CE22AB0C504BD721251F3D995262" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_57D8D48D1F19BF3DF99198775A2CFFAB" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5891B20E61541E3CD6E25A09DACCDE9E" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_58AD1FEF19EB9B3001AF96607E1457B9" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_59AF063E9E981425C39BD8A9EA0B027B" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5AEFD8094C9D950B126E703F8318922B" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5C533D1AB62FE672808949C791F89A16" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5CF842D546C04F9909C3F24EFC277643" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5F09A0B9768FFAA35CB97691F1035E8D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5F2AE66B1A1F64542F44F5B4D882249A" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_60B04284A97505CB922B167277C48CFD" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_62816AA6EFCDEE8F2138AB6D8CB93650" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6411DC10BBFDBEC261664E6AE63741CF" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6498C96FB896AAFFA5AF4EB4465F9551" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6571856FCD1EF1F3FFDF8676A7740BEB" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_65EBC1D796F4B15F4429A985F70F4B83" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_F9783D6DF3CF28DA52235D16F3EBF814" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_D2B24C97D7F9C52C331A356CD20518C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_C0C3F0808F945CF6752168F14AFC1B58" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_AA6F61838B717F45FFC592360A197DAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_A87753BB1BDF422558A202554A05EB1C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_A3C2D96F6440C72A7B39CCBD5397DD18" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_A1B2E31E266E255CC264F9C807650E62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_9E78DCD9238205C823919C1374F45769" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_9292DF252325306C8508F12AA618922A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_9214504D19AAD3621E04DCB153062985" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_784E43818616689D448AFCED17E85106" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_68B79972484A07BA820713F98921B04F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_6411DC10BBFDBEC261664E6AE63741CF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_62816AA6EFCDEE8F2138AB6D8CB93650" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_60B04284A97505CB922B167277C48CFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_5F09A0B9768FFAA35CB97691F1035E8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_5CF842D546C04F9909C3F24EFC277643" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_57D8D48D1F19BF3DF99198775A2CFFAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_3F2FD440E116AED1EA99488DCF9DA6EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "OwnerKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_68B79972484A07BA820713F98921B04F" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_69931144306E8902A768D12D8DAA8981" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6AD11A0C80F4ACE3DE19BF42D4D09773" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6AD11A0C80F4ACE3DE19BF42D4D09773" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6AD8AD90819BC14F2E2E88BA2B1C2061" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6AE4C55CDB0499D61659246ACA0A2366" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6BB2E72501E27399F27F52C21DAEFBEE" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6D58A3C2B7AE5330A339C5BA4554A016" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7301DEFD72D891E925CCF0B3F846E3B3" + "OwnerKey" = "8:_6AE4C55CDB0499D61659246ACA0A2366" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_74D9B2E1C84B282430EBF079A784C61C" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_784E43818616689D448AFCED17E85106" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7A44436F4607E36077A850B863E72A93" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7A8ADD4728BD741D76AC25C44F70663C" + "OwnerKey" = "8:_4E26019709B33A4F2016259AEE4BD560" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7A8ADD4728BD741D76AC25C44F70663C" + "OwnerKey" = "8:_7301DEFD72D891E925CCF0B3F846E3B3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7C35F6EF5E84DAEE4355848F8428929E" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7C641C3A9FE4AFC6B9CED20DB90A27A2" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7EACCB14AAE0B5C25CBAC0D8E6C4CB05" + "OwnerKey" = "8:_4E26019709B33A4F2016259AEE4BD560" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7EB2740994DAADA141435DDC659FC4F9" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "OwnerKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_86858F8571A7472BD2E8B74F732F1C26" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_86858F8571A7472BD2E8B74F732F1C26" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8D2FC69841E2CE3E5EC6EFA97ABB27FE" + "OwnerKey" = "8:_6411DC10BBFDBEC261664E6AE63741CF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8D2FC69841E2CE3E5EC6EFA97ABB27FE" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9091DE09361858F3705E12A83AFFD17B" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_919B836B3A8CB9B55F88EDBF66444F85" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_91FFF4E08DFB69673104B5A590126275" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9214504D19AAD3621E04DCB153062985" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9292DF252325306C8508F12AA618922A" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_929A41C7F28305669254D052553EF2D6" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_929A41C7F28305669254D052553EF2D6" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_931B574798542BAB047FBED0CD76DC9A" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_93E4A6553BB0462F41A787057402D4BF" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_94BA65088087E110619910C14E726ED7" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_970385AB2CCDA4EEB675730B0DE022EA" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_99EA50256EF3282C898844DCA5BD8910" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9B0902A2A8FBF7CF4CDA6F529984C823" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9CEFAAC776AF521755BF9FB4B5ABC91B" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D465631769B57859E4DE7D4D79ED9EE" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9E78DCD9238205C823919C1374F45769" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9EF34D3D90B33A5512D23C08584D77C1" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A0BB6B015EDAE901CE5ADDFD3518340A" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A1B2E31E266E255CC264F9C807650E62" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A3C2D96F6440C72A7B39CCBD5397DD18" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A49419F5872BFF37F902A57BD2DC70C5" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A4DE1F237A5FF36764F37DB7B0EE3A25" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A52105009CF15070FF0C968742ACD287" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A58051F757CAF1CA1C82CA993CCC367D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "OwnerKey" = "8:_6754F465CCBF843EABFD0295BAA65C22" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A87753BB1BDF422558A202554A05EB1C" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AA6F61838B717F45FFC592360A197DAB" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AAD0FF5F1A109BFF6CE95A0745D0BF82" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AB330A90A676688C15E15C387F78A3FD" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AD96F12D8B0689468AE6228C20FB8760" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ADE78ED6F965B9378E35C7EA0410B924" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B0DD6B2DD692F5D082CF6BCBD6D2621F" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B0DD6B2DD692F5D082CF6BCBD6D2621F" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B0DD6B2DD692F5D082CF6BCBD6D2621F" + "OwnerKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B497CCA19A7BAFDFC5699F16B792F68D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B61C6221945EC03C0CA9785A4D93AE2D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B8F3365A87A5133CF9A819920D8219F6" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B8F3365A87A5133CF9A819920D8219F6" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BC4678DD8BB0C1A74BAF4EEA54F7591E" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BCD774BFE50CA877DE7C66C77BD06DF2" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BD8853473F70B8C8FBA979C514F6665D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C0C3F0808F945CF6752168F14AFC1B58" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C304BE9E89ECA0FF544FE1539FF33430" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3225D47AED70BDA822F6BFC5DA9F6F9" + "OwnerKey" = "8:_4E26019709B33A4F2016259AEE4BD560" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3225D47AED70BDA822F6BFC5DA9F6F9" + "OwnerKey" = "8:_20679BBF4A8AD0F30CEAFA6D7415AA86" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3225D47AED70BDA822F6BFC5DA9F6F9" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3225D47AED70BDA822F6BFC5DA9F6F9" + "OwnerKey" = "8:_04ACD7DB396D45551678F7A48B5CA7A5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C5C785726EDBF502F6B2D891D2F63770" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C5C785726EDBF502F6B2D891D2F63770" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C673B362225FC22202CC09B6413DF545" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C6F95FC126F0812A9CFD9E0FD1B7873A" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C9EC673A813E64A138651253BD389E3B" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CA86AF751AAF56EB03ECB79E4A2AC2E5" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CA98A553CBD508AAD089FB48FC78B15A" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CADE6C2666E3917DBBA17599FA21EB0E" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CD6F23BF697BE2FA8EF1FC5BA7DD3F63" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D031D835D0389B1C51C3667B2EF5608A" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D2B24C97D7F9C52C331A356CD20518C6" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D57C5A9632A29F5B749E7472D0F50879" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D83EFD84DA31C3B563A5FB3800223121" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D8FFDBC28768D27CACDDA8428165CEC9" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DCDEA9DC265A04F8979E5E0C8A594D25" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DCDEA9DC265A04F8979E5E0C8A594D25" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E4FB21D8111ED2929C44BAE6A52E3E79" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E81C725E9FDF03BF3ED793ECC17DB897" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_D2B24C97D7F9C52C331A356CD20518C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_C5C785726EDBF502F6B2D891D2F63770" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_A3C2D96F6440C72A7B39CCBD5397DD18" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_C0C3F0808F945CF6752168F14AFC1B58" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_86858F8571A7472BD2E8B74F732F1C26" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_6AD11A0C80F4ACE3DE19BF42D4D09773" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_DCDEA9DC265A04F8979E5E0C8A594D25" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_A87753BB1BDF422558A202554A05EB1C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_32DDC5FC91CC62B663C3B4DF72EB810A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_5F09A0B9768FFAA35CB97691F1035E8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_784E43818616689D448AFCED17E85106" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_EA66745251BD1D74841ED9E4A9377CD1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_3F2FD440E116AED1EA99488DCF9DA6EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_5CF842D546C04F9909C3F24EFC277643" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_9214504D19AAD3621E04DCB153062985" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_62816AA6EFCDEE8F2138AB6D8CB93650" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_57D8D48D1F19BF3DF99198775A2CFFAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_A1B2E31E266E255CC264F9C807650E62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_68B79972484A07BA820713F98921B04F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_60B04284A97505CB922B167277C48CFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_F9783D6DF3CF28DA52235D16F3EBF814" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_9292DF252325306C8508F12AA618922A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_AA6F61838B717F45FFC592360A197DAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_929A41C7F28305669254D052553EF2D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_9E78DCD9238205C823919C1374F45769" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_B8F3365A87A5133CF9A819920D8219F6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_291DA4EE10CBD49986EACF06FCDDBB37" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "OwnerKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E999398A909CB5BE879CA08BCF4E83A1" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EA66745251BD1D74841ED9E4A9377CD1" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EA66745251BD1D74841ED9E4A9377CD1" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EBCC22BC7A3B23C4A86FA87CE3A0FCF4" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EC35D795B8796A05FB0F109601C23D32" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECFBC80B8E6DB4730C3B0199199CF971" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ED380FF36214133DFAC0F470DC41A12D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EEC8CA3033BBBE76CC0820560E126C72" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EF44CF5B01396F7524E407A95C6FFFAE" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_D2B24C97D7F9C52C331A356CD20518C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_C5C785726EDBF502F6B2D891D2F63770" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_A3C2D96F6440C72A7B39CCBD5397DD18" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_C0C3F0808F945CF6752168F14AFC1B58" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_86858F8571A7472BD2E8B74F732F1C26" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_6AD11A0C80F4ACE3DE19BF42D4D09773" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_DCDEA9DC265A04F8979E5E0C8A594D25" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_A87753BB1BDF422558A202554A05EB1C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_32DDC5FC91CC62B663C3B4DF72EB810A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_5F09A0B9768FFAA35CB97691F1035E8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_784E43818616689D448AFCED17E85106" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_EA66745251BD1D74841ED9E4A9377CD1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_3F2FD440E116AED1EA99488DCF9DA6EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_5CF842D546C04F9909C3F24EFC277643" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_9214504D19AAD3621E04DCB153062985" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_62816AA6EFCDEE8F2138AB6D8CB93650" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_57D8D48D1F19BF3DF99198775A2CFFAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_A1B2E31E266E255CC264F9C807650E62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_68B79972484A07BA820713F98921B04F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_60B04284A97505CB922B167277C48CFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_F9783D6DF3CF28DA52235D16F3EBF814" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_9292DF252325306C8508F12AA618922A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_AA6F61838B717F45FFC592360A197DAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_929A41C7F28305669254D052553EF2D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_9E78DCD9238205C823919C1374F45769" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_B8F3365A87A5133CF9A819920D8219F6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_291DA4EE10CBD49986EACF06FCDDBB37" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "OwnerKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F07B85BAF544FF0129F3D8E4B5374770" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F0D00106104EE2991A5BA4E412493DDD" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F11CCA79777D2BCB370EDF86FCAC8128" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_6411DC10BBFDBEC261664E6AE63741CF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_D2B24C97D7F9C52C331A356CD20518C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_C5C785726EDBF502F6B2D891D2F63770" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_A3C2D96F6440C72A7B39CCBD5397DD18" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_C0C3F0808F945CF6752168F14AFC1B58" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_86858F8571A7472BD2E8B74F732F1C26" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_32DDC5FC91CC62B663C3B4DF72EB810A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_5F09A0B9768FFAA35CB97691F1035E8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_784E43818616689D448AFCED17E85106" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_EA66745251BD1D74841ED9E4A9377CD1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_3F2FD440E116AED1EA99488DCF9DA6EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_5CF842D546C04F9909C3F24EFC277643" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_9214504D19AAD3621E04DCB153062985" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_57D8D48D1F19BF3DF99198775A2CFFAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_A1B2E31E266E255CC264F9C807650E62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_68B79972484A07BA820713F98921B04F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_60B04284A97505CB922B167277C48CFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_F9783D6DF3CF28DA52235D16F3EBF814" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_9292DF252325306C8508F12AA618922A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_AA6F61838B717F45FFC592360A197DAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_929A41C7F28305669254D052553EF2D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_9E78DCD9238205C823919C1374F45769" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_B8F3365A87A5133CF9A819920D8219F6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_291DA4EE10CBD49986EACF06FCDDBB37" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "OwnerKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F40D23D2F0B2D7669B9D8D94F09EF711" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F5FF3989CAE434CB76DACC505CE64053" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F62F9F6D5775399E63C18C8308DC575D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F9783D6DF3CF28DA52235D16F3EBF814" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FB4BC220680AF02608EBAA6D3A30B191" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B0DD6B2DD692F5D082CF6BCBD6D2621F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EFA76DE34D08F89FA2C98847B0E6C0F6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_20679BBF4A8AD0F30CEAFA6D7415AA86" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_54D9890C7053EE3C38E229E64940DC97" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A675E47154A8F04B284BF406AE125C6C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F94DD7335A89BF0CB72D704EEF83C19D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F99739FE99C3F06DEF7A5A135717DBCC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FBCE398AEE0AAF2F63E7BF7C7838888D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8A9AA8588605F6D5259317D8961D18C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D2B24C97D7F9C52C331A356CD20518C6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_732B23DDD425DBC9A2961084F4F747B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_AA8C6295B619F9868E67DA37238CA285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C5C785726EDBF502F6B2D891D2F63770" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ADCB4A2D33C6765400303A253D4E99E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2B2CF27808764ADD91FD8DF9C7434724" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_61D28632E53DD39071E5481BFDD1E1B7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_86A5134BD5EE234137561FC80C5E3A30" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A3C2D96F6440C72A7B39CCBD5397DD18" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C0C3F0808F945CF6752168F14AFC1B58" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4043DD6302AEB7EFECB2777978FDFA54" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A06E1BCBE01736F1065F9A2EEC89DFF1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0685023F19CEC4543D80217DFB93B30C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_79B3C4AE653280A2B6A6545175D60125" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C2524633AC61F9DDB92045764B28B429" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_43BF4D9469C7D4AD429F81F64973EE61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_86858F8571A7472BD2E8B74F732F1C26" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F5E1993F893C6AC688D59CE9C41506DD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6AD11A0C80F4ACE3DE19BF42D4D09773" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DCDEA9DC265A04F8979E5E0C8A594D25" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_28A2E1DE7B35186E9F9ABDC211FBC94C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B26478192EFDC98BF19E51E92DAB0586" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7ECE3EE58ED3ED677BFD829451601825" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A87753BB1BDF422558A202554A05EB1C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9626348F028DDF29926CB18BE44D6EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3F620C11389A62D7C017775189EC6A6E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E00242D72DFF54032DBBD0D643A91D1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_32DDC5FC91CC62B663C3B4DF72EB810A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_765B396563B6EFF26EA4496553D24D75" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5F09A0B9768FFAA35CB97691F1035E8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_151732C0C45B152216ECA08FE4A8B8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_51BB0930A253D9558C02DADB70D26824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1BB95FA019822C64F1F0819CFADB827E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_784E43818616689D448AFCED17E85106" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EA66745251BD1D74841ED9E4A9377CD1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3F2FD440E116AED1EA99488DCF9DA6EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_36E90B4966CC522BAD27D1B75CB38690" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5CF842D546C04F9909C3F24EFC277643" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9FDB2CC88B5167FC707BD685238F0EEF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8C966A8FD0FB16D475A08291D36A4CF3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9214504D19AAD3621E04DCB153062985" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0CBE248F28E6EE8AA2A053101D0A04AB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B113D53EC7CD013875A9E40C943BE766" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_62816AA6EFCDEE8F2138AB6D8CB93650" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_81A020049CF0E438399A4D9AA85C2EBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C4B84F67E4B47AE923D9009317ADB2E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_760B8D551B60F88492B7FB359FB6838B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7EBBE5B4F94FB60660B1258D820F38EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DAE2F51A5F8CD160EE21F78614708E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C35F5675E1C1FD3CA6559FEC5EB06528" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_57D8D48D1F19BF3DF99198775A2CFFAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_260F446CC6826FB790172AF78422A7DC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B0EB17F2C727CCDC3BE2338EC32DBF99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A1B2E31E266E255CC264F9C807650E62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_68B79972484A07BA820713F98921B04F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_27BAAA4D35FCD0CF3C844F132C088F60" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_72516E91644BAD9819ADEEBBAD1E16FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_99EEE0E147BBB32BBFB24A2065750E14" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_60B04284A97505CB922B167277C48CFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CF49E162B4F1CE8447C10BF0A33D5D69" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F9783D6DF3CF28DA52235D16F3EBF814" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9292DF252325306C8508F12AA618922A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5261B4835620C7CE26693C47B477C11F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2CBC943215E06BAE6A8AFDE721CDE2FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_29779A32FF65779DDB37F193CBF3DD1E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_AA6F61838B717F45FFC592360A197DAB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_929A41C7F28305669254D052553EF2D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9E78DCD9238205C823919C1374F45769" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8972E4C1477F850CB870E1956CFA7C29" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9BD6DCCF3752C6C90A091F4579ED5BA0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B8F3365A87A5133CF9A819920D8219F6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B5B30F76F9DD092FC6B8062E0012D285" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0C5C169C2F4ED2787C6E85BA8B68579C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6411DC10BBFDBEC261664E6AE63741CF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8D2FC69841E2CE3E5EC6EFA97ABB27FE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1179149448AE99F7A822F8C308E7526C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_291DA4EE10CBD49986EACF06FCDDBB37" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F3D3316113593E6950FFB57EEB70F8A3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_04F408A40BC57B4CC2292BB884ED2B41" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4BB801A6D1295579B9C9DEF98D73176C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_464E3244F6A978F9B25EC373110EEC99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_919B836B3A8CB9B55F88EDBF66444F85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_26ED5112B88F419E50BC12592F9167EE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6498C96FB896AAFFA5AF4EB4465F9551" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0D846CDE48586219D5AE9A04433CA9CA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C6F95FC126F0812A9CFD9E0FD1B7873A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E4FB21D8111ED2929C44BAE6A52E3E79" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_58AD1FEF19EB9B3001AF96607E1457B9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5C533D1AB62FE672808949C791F89A16" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EEC8CA3033BBBE76CC0820560E126C72" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EBCC22BC7A3B23C4A86FA87CE3A0FCF4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_505316ABE73046B77D0C370F0920043F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_044C444B64D2719FAEB9D2133C7A9897" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E81C725E9FDF03BF3ED793ECC17DB897" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6D58A3C2B7AE5330A339C5BA4554A016" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D031D835D0389B1C51C3667B2EF5608A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EC35D795B8796A05FB0F109601C23D32" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0BD69A45374E649F2D7A3D1C607B33FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C673B362225FC22202CC09B6413DF545" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9091DE09361858F3705E12A83AFFD17B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5047DF2E0A15E85B88D8D70F6387B043" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CA98A553CBD508AAD089FB48FC78B15A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A0BB6B015EDAE901CE5ADDFD3518340A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E999398A909CB5BE879CA08BCF4E83A1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ED380FF36214133DFAC0F470DC41A12D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5891B20E61541E3CD6E25A09DACCDE9E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ECFBC80B8E6DB4730C3B0199199CF971" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_493FCC29436E5C74630A596BCDDE9835" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BC4678DD8BB0C1A74BAF4EEA54F7591E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1925EED8BAC842C6365B1892D4A6DF3B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C304BE9E89ECA0FF544FE1539FF33430" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5AEFD8094C9D950B126E703F8318922B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7A44436F4607E36077A850B863E72A93" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9CEFAAC776AF521755BF9FB4B5ABC91B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_AD96F12D8B0689468AE6228C20FB8760" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_473B137C6BB86D5BDE5190BD3B7D82EF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BCD774BFE50CA877DE7C66C77BD06DF2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4E6F209C95BD9B9575DBCC7898427DDC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4B294C28E0490CF2D9FF2A9C40E38662" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_34827FA28C6034195C23103DCAF898EB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FB4BC220680AF02608EBAA6D3A30B191" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7C641C3A9FE4AFC6B9CED20DB90A27A2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7C35F6EF5E84DAEE4355848F8428929E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2849BB1689A41FA6E6D6C583CCA33998" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_93E4A6553BB0462F41A787057402D4BF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D83EFD84DA31C3B563A5FB3800223121" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_74D9B2E1C84B282430EBF079A784C61C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7EB2740994DAADA141435DDC659FC4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1E03C79A5646575889BF3ACBF5014029" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_AAD0FF5F1A109BFF6CE95A0745D0BF82" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_931B574798542BAB047FBED0CD76DC9A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_33F2495ACC735D8172864DC2FEE106DC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9B0902A2A8FBF7CF4CDA6F529984C823" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A52105009CF15070FF0C968742ACD287" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F0D00106104EE2991A5BA4E412493DDD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F07B85BAF544FF0129F3D8E4B5374770" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A49419F5872BFF37F902A57BD2DC70C5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_572A460875752D82B558E17D478B89F1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_94BA65088087E110619910C14E726ED7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_25CC91027E751336B02860C8843F2885" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EF44CF5B01396F7524E407A95C6FFFAE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BD8853473F70B8C8FBA979C514F6665D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6AE4C55CDB0499D61659246ACA0A2366" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7301DEFD72D891E925CCF0B3F846E3B3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_AB330A90A676688C15E15C387F78A3FD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_99EA50256EF3282C898844DCA5BD8910" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A4DE1F237A5FF36764F37DB7B0EE3A25" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_008DCDE377A076377462E698E8AC6743" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B61C6221945EC03C0CA9785A4D93AE2D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_164598818AB261A5746B3716A5442C9B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F11CCA79777D2BCB370EDF86FCAC8128" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ADE78ED6F965B9378E35C7EA0410B924" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_49495104AEE80EFF7F2A4C23C601DF65" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0897772147911C82E29A4192E4F2F6E6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2663DF4EAB014A2575C10C629294DC67" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6BB2E72501E27399F27F52C21DAEFBEE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CD6F23BF697BE2FA8EF1FC5BA7DD3F63" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_04ACD7DB396D45551678F7A48B5CA7A5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F62F9F6D5775399E63C18C8308DC575D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_59AF063E9E981425C39BD8A9EA0B027B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C9EC673A813E64A138651253BD389E3B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F5FF3989CAE434CB76DACC505CE64053" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A58051F757CAF1CA1C82CA993CCC367D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6571856FCD1EF1F3FFDF8676A7740BEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3C87D46A7F946685B953490259330EA9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CADE6C2666E3917DBBA17599FA21EB0E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_970385AB2CCDA4EEB675730B0DE022EA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_06582A3B07670E57A134305836E5DCEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_69931144306E8902A768D12D8DAA8981" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5F2AE66B1A1F64542F44F5B4D882249A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_65EBC1D796F4B15F4429A985F70F4B83" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F40D23D2F0B2D7669B9D8D94F09EF711" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D8FFDBC28768D27CACDDA8428165CEC9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B497CCA19A7BAFDFC5699F16B792F68D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_91FFF4E08DFB69673104B5A590126275" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D57C5A9632A29F5B749E7472D0F50879" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5756CE22AB0C504BD721251F3D995262" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CA86AF751AAF56EB03ECB79E4A2AC2E5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1BE8999016ED8032ACD02A4C212DBFCA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9D465631769B57859E4DE7D4D79ED9EE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9EF34D3D90B33A5512D23C08584D77C1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_103BDE0BAC966F0C520FF79BC0D0D874" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4F9256F8179508275A11F5C51E15B2F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4E26019709B33A4F2016259AEE4BD560" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7A8ADD4728BD741D76AC25C44F70663C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7EACCB14AAE0B5C25CBAC0D8E6C4CB05" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C3225D47AED70BDA822F6BFC5DA9F6F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1CE8E01DBC532BAF5233BA3F6B3636F8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6AD8AD90819BC14F2E2E88BA2B1C2061" + "MsmSig" = "8:_UNDEFINED" + } + } + "Configurations" + { + "Debug" + { + "DisplayName" = "8:Debug" + "IsDebugOnly" = "11:TRUE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:Debug\\Setup.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:" + } + } + "Release" + { + "DisplayName" = "8:Release" + "IsDebugOnly" = "11:FALSE" + "IsReleaseOnly" = "11:TRUE" + "OutputFilename" = "8:Release\\DebugOutputToasts_Setup.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:3" + "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.8" + { + "Name" = "8:Microsoft .NET Framework 4.8 (x86 and x64)" + "ProductCode" = "8:.NETFramework,Version=v4.8" + } + } + } + } + } + "Deployable" + { + "CustomAction" + { + } + "DefaultFeature" + { + "Name" = "8:DefaultFeature" + "Title" = "8:" + "Description" = "8:" + } + "ExternalPersistence" + { + "LaunchCondition" + { + "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_0019096995D0469F96BA047904B6673E" + { + "Name" = "8:.NET Framework" + "Message" = "8:[VSDNETMSG]" + "FrameworkVersion" = "8:.NETFramework,Version=v4.8" + "AllowLaterVersions" = "11:FALSE" + "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=863262" + } + } + } + "File" + { + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_008DCDE377A076377462E698E8AC6743" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_008DCDE377A076377462E698E8AC6743" + { + "Name" = "8:System.Linq.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_044C444B64D2719FAEB9D2133C7A9897" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_044C444B64D2719FAEB9D2133C7A9897" + { + "Name" = "8:System.Threading.Tasks.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_04ACD7DB396D45551678F7A48B5CA7A5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" + "ScatterAssemblies" + { + "_04ACD7DB396D45551678F7A48B5CA7A5" + { + "Name" = "8:System.IO.Compression.ZipFile.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.Compression.ZipFile.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_04F408A40BC57B4CC2292BB884ED2B41" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_04F408A40BC57B4CC2292BB884ED2B41" + { + "Name" = "8:System.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_06582A3B07670E57A134305836E5DCEB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Process, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_06582A3B07670E57A134305836E5DCEB" + { + "Name" = "8:System.Diagnostics.Process.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Process.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0685023F19CEC4543D80217DFB93B30C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Services.TargetedContent.TargetedContentContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_0685023F19CEC4543D80217DFB93B30C" + { + "Name" = "8:Windows.Services.TargetedContent.TargetedContentContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Services.TargetedContent.TargetedContentContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0897772147911C82E29A4192E4F2F6E6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0897772147911C82E29A4192E4F2F6E6" + { + "Name" = "8:System.IO.FileSystem.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.FileSystem.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0BD69A45374E649F2D7A3D1C607B33FA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encoding, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0BD69A45374E649F2D7A3D1C607B33FA" + { + "Name" = "8:System.Text.Encoding.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encoding.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0C5C169C2F4ED2787C6E85BA8B68579C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_0C5C169C2F4ED2787C6E85BA8B68579C" + { + "Name" = "8:Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0CBE248F28E6EE8AA2A053101D0A04AB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Gaming.Preview.GamesEnumerationContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_0CBE248F28E6EE8AA2A053101D0A04AB" + { + "Name" = "8:Windows.Gaming.Preview.GamesEnumerationContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Gaming.Preview.GamesEnumerationContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0D846CDE48586219D5AE9A04433CA9CA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XmlSerializer, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0D846CDE48586219D5AE9A04433CA9CA" + { + "Name" = "8:System.Xml.XmlSerializer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XmlSerializer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_103BDE0BAC966F0C520FF79BC0D0D874" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections.Concurrent, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_103BDE0BAC966F0C520FF79BC0D0D874" + { + "Name" = "8:System.Collections.Concurrent.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.Concurrent.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1179149448AE99F7A822F8C308E7526C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Foundation.UniversalApiContract, Version=10.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_1179149448AE99F7A822F8C308E7526C" + { + "Name" = "8:Windows.Foundation.UniversalApiContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Foundation.UniversalApiContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_151732C0C45B152216ECA08FE4A8B8D5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.Capture.AppCaptureContract, Version=4.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_151732C0C45B152216ECA08FE4A8B8D5" + { + "Name" = "8:Windows.Media.Capture.AppCaptureContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.Capture.AppCaptureContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_164598818AB261A5746B3716A5442C9B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.Pipes, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_164598818AB261A5746B3716A5442C9B" + { + "Name" = "8:System.IO.Pipes.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.Pipes.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1925EED8BAC842C6365B1892D4A6DF3B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_1925EED8BAC842C6365B1892D4A6DF3B" + { + "Name" = "8:System.Security.Cryptography.Algorithms.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Cryptography.Algorithms.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1BB95FA019822C64F1F0819CFADB827E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.AppRecording.AppRecordingContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_1BB95FA019822C64F1F0819CFADB827E" + { + "Name" = "8:Windows.Media.AppRecording.AppRecordingContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.AppRecording.AppRecordingContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1BE8999016ED8032ACD02A4C212DBFCA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections.Specialized, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_1BE8999016ED8032ACD02A4C212DBFCA" + { + "Name" = "8:System.Collections.Specialized.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.Specialized.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1CE8E01DBC532BAF5233BA3F6B3636F8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_1CE8E01DBC532BAF5233BA3F6B3636F8" + { + "Name" = "8:System.IO.Compression.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.Compression.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1E03C79A5646575889BF3ACBF5014029" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.ILGeneration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_1E03C79A5646575889BF3ACBF5014029" + { + "Name" = "8:System.Reflection.Emit.ILGeneration.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.ILGeneration.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_20679BBF4A8AD0F30CEAFA6D7415AA86" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.Win32.TaskScheduler, Version=2.10.1.0, Culture=neutral, PublicKeyToken=e25603a88b3aa7da, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_20679BBF4A8AD0F30CEAFA6D7415AA86" + { + "Name" = "8:Microsoft.Win32.TaskScheduler.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Win32.TaskScheduler.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_25CC91027E751336B02860C8843F2885" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Ping, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_25CC91027E751336B02860C8843F2885" + { + "Name" = "8:System.Net.Ping.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Ping.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_260F446CC6826FB790172AF78422A7DC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.Custom.CustomDeviceContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_260F446CC6826FB790172AF78422A7DC" + { + "Name" = "8:Windows.Devices.Custom.CustomDeviceContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.Custom.CustomDeviceContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2663DF4EAB014A2575C10C629294DC67" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.DriveInfo, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_2663DF4EAB014A2575C10C629294DC67" + { + "Name" = "8:System.IO.FileSystem.DriveInfo.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.FileSystem.DriveInfo.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_26ED5112B88F419E50BC12592F9167EE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XPath.XDocument, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_26ED5112B88F419E50BC12592F9167EE" + { + "Name" = "8:System.Xml.XPath.XDocument.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XPath.XDocument.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_27BAAA4D35FCD0CF3C844F132C088F60" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Search.SearchContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_27BAAA4D35FCD0CF3C844F132C088F60" + { + "Name" = "8:Windows.ApplicationModel.Search.SearchContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Search.SearchContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2849BB1689A41FA6E6D6C583CCA33998" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Resources.ResourceManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_2849BB1689A41FA6E6D6C583CCA33998" + { + "Name" = "8:System.Resources.ResourceManager.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Resources.ResourceManager.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_28A2E1DE7B35186E9F9ABDC211FBC94C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Perception.Automation.Core.PerceptionAutomationCoreContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_28A2E1DE7B35186E9F9ABDC211FBC94C" + { + "Name" = "8:Windows.Perception.Automation.Core.PerceptionAutomationCoreContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Perception.Automation.Core.PerceptionAutomationCoreContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_291DA4EE10CBD49986EACF06FCDDBB37" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Networking.Connectivity.WwanContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_291DA4EE10CBD49986EACF06FCDDBB37" + { + "Name" = "8:Windows.Networking.Connectivity.WwanContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Networking.Connectivity.WwanContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_29779A32FF65779DDB37F193CBF3DD1E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_29779A32FF65779DDB37F193CBF3DD1E" + { + "Name" = "8:Windows.ApplicationModel.Calls.Background.CallsBackgroundContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Calls.Background.CallsBackgroundContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2B2CF27808764ADD91FD8DF9C7434724" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.System.UserProfile.UserProfileContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_2B2CF27808764ADD91FD8DF9C7434724" + { + "Name" = "8:Windows.System.UserProfile.UserProfileContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.System.UserProfile.UserProfileContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2CBC943215E06BAE6A8AFDE721CDE2FB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Calls.CallsPhoneContract, Version=5.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_2CBC943215E06BAE6A8AFDE721CDE2FB" + { + "Name" = "8:Windows.ApplicationModel.Calls.CallsPhoneContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Calls.CallsPhoneContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_32DDC5FC91CC62B663C3B4DF72EB810A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.Devices.CallControlContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_32DDC5FC91CC62B663C3B4DF72EB810A" + { + "Name" = "8:Windows.Media.Devices.CallControlContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.Devices.CallControlContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_33F2495ACC735D8172864DC2FEE106DC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ObjectModel, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_33F2495ACC735D8172864DC2FEE106DC" + { + "Name" = "8:System.ObjectModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ObjectModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_34827FA28C6034195C23103DCAF898EB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Extensions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_34827FA28C6034195C23103DCAF898EB" + { + "Name" = "8:System.Runtime.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.AI.MachineLearning.MachineLearningContract, Version=3.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_36C3F9CA8A41D9C35D8C99B26AD0ECAF" + { + "Name" = "8:Windows.AI.MachineLearning.MachineLearningContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.AI.MachineLearning.MachineLearningContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_36E90B4966CC522BAD27D1B75CB38690" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Graphics.Printing3D.Printing3DContract, Version=4.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_36E90B4966CC522BAD27D1B75CB38690" + { + "Name" = "8:Windows.Graphics.Printing3D.Printing3DContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Graphics.Printing3D.Printing3DContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3C87D46A7F946685B953490259330EA9" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tools, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_3C87D46A7F946685B953490259330EA9" + { + "Name" = "8:System.Diagnostics.Tools.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tools.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3F2FD440E116AED1EA99488DCF9DA6EF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Management.Deployment.Preview.DeploymentPreviewContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_3F2FD440E116AED1EA99488DCF9DA6EF" + { + "Name" = "8:Windows.Management.Deployment.Preview.DeploymentPreviewContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Management.Deployment.Preview.DeploymentPreviewContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3F620C11389A62D7C017775189EC6A6E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.Protection.ProtectionRenewalContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_3F620C11389A62D7C017775189EC6A6E" + { + "Name" = "8:Windows.Media.Protection.ProtectionRenewalContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.Protection.ProtectionRenewalContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4043DD6302AEB7EFECB2777978FDFA54" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.System.Profile.ProfileHardwareTokenContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_4043DD6302AEB7EFECB2777978FDFA54" + { + "Name" = "8:Windows.System.Profile.ProfileHardwareTokenContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.System.Profile.ProfileHardwareTokenContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_43BF4D9469C7D4AD429F81F64973EE61" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Services.Maps.GuidanceContract, Version=3.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_43BF4D9469C7D4AD429F81F64973EE61" + { + "Name" = "8:Windows.Services.Maps.GuidanceContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Services.Maps.GuidanceContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_464E3244F6A978F9B25EC373110EEC99" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_464E3244F6A978F9B25EC373110EEC99" + { + "Name" = "8:System.Net.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_473B137C6BB86D5BDE5190BD3B7D82EF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Numerics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_473B137C6BB86D5BDE5190BD3B7D82EF" + { + "Name" = "8:System.Runtime.Numerics.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Numerics.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_493FCC29436E5C74630A596BCDDE9835" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_493FCC29436E5C74630A596BCDDE9835" + { + "Name" = "8:System.Security.Cryptography.Encoding.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Cryptography.Encoding.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_49495104AEE80EFF7F2A4C23C601DF65" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.Watcher, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_49495104AEE80EFF7F2A4C23C601DF65" + { + "Name" = "8:System.IO.FileSystem.Watcher.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.FileSystem.Watcher.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4B294C28E0490CF2D9FF2A9C40E38662" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Handles, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_4B294C28E0490CF2D9FF2A9C40E38662" + { + "Name" = "8:System.Runtime.Handles.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Handles.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4BB801A6D1295579B9C9DEF98D73176C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.ObjectModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_4BB801A6D1295579B9C9DEF98D73176C" + { + "Name" = "8:System.ObjectModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ObjectModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4E26019709B33A4F2016259AEE4BD560" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" + "ScatterAssemblies" + { + "_4E26019709B33A4F2016259AEE4BD560" + { + "Name" = "8:netstandard.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:netstandard.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4E6F209C95BD9B9575DBCC7898427DDC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_4E6F209C95BD9B9575DBCC7898427DDC" + { + "Name" = "8:System.Runtime.InteropServices.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4F9256F8179508275A11F5C51E15B2F9" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_4F9256F8179508275A11F5C51E15B2F9" + { + "Name" = "8:System.AppContext.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.AppContext.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5047DF2E0A15E85B88D8D70F6387B043" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.NetTcp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5047DF2E0A15E85B88D8D70F6387B043" + { + "Name" = "8:System.ServiceModel.NetTcp.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.NetTcp.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_505316ABE73046B77D0C370F0920043F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Parallel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_505316ABE73046B77D0C370F0920043F" + { + "Name" = "8:System.Threading.Tasks.Parallel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.Parallel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_51BB0930A253D9558C02DADB70D26824" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.Capture.AppBroadcastContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_51BB0930A253D9558C02DADB70D26824" + { + "Name" = "8:Windows.Media.Capture.AppBroadcastContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.Capture.AppBroadcastContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5261B4835620C7CE26693C47B477C11F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Calls.CallsVoipContract, Version=4.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_5261B4835620C7CE26693C47B477C11F" + { + "Name" = "8:Windows.ApplicationModel.Calls.CallsVoipContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Calls.CallsVoipContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_54D9890C7053EE3C38E229E64940DC97" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Nett, Version=0.15.0.0, Culture=neutral, PublicKeyToken=605dcfe7a1d3365b, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_54D9890C7053EE3C38E229E64940DC97" + { + "Name" = "8:Nett.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Nett.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_572A460875752D82B558E17D478B89F1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Requests, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_572A460875752D82B558E17D478B89F1" + { + "Name" = "8:System.Net.Requests.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Requests.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5756CE22AB0C504BD721251F3D995262" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5756CE22AB0C504BD721251F3D995262" + { + "Name" = "8:System.ComponentModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_57D8D48D1F19BF3DF99198775A2CFFAB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.DevicesLowLevelContract, Version=3.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_57D8D48D1F19BF3DF99198775A2CFFAB" + { + "Name" = "8:Windows.Devices.DevicesLowLevelContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.DevicesLowLevelContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5891B20E61541E3CD6E25A09DACCDE9E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5891B20E61541E3CD6E25A09DACCDE9E" + { + "Name" = "8:System.Security.Cryptography.X509Certificates.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Cryptography.X509Certificates.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_58AD1FEF19EB9B3001AF96607E1457B9" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_58AD1FEF19EB9B3001AF96607E1457B9" + { + "Name" = "8:System.Xml.ReaderWriter.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.ReaderWriter.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_59AF063E9E981425C39BD8A9EA0B027B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Globalization, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_59AF063E9E981425C39BD8A9EA0B027B" + { + "Name" = "8:System.Globalization.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Globalization.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5AEFD8094C9D950B126E703F8318922B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Xml, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5AEFD8094C9D950B126E703F8318922B" + { + "Name" = "8:System.Runtime.Serialization.Xml.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Xml.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5C533D1AB62FE672808949C791F89A16" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Timer, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5C533D1AB62FE672808949C791F89A16" + { + "Name" = "8:System.Threading.Timer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Timer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5CF842D546C04F9909C3F24EFC277643" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_5CF842D546C04F9909C3F24EFC277643" + { + "Name" = "8:Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5F09A0B9768FFAA35CB97691F1035E8D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.Capture.AppCaptureMetadataContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_5F09A0B9768FFAA35CB97691F1035E8D" + { + "Name" = "8:Windows.Media.Capture.AppCaptureMetadataContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.Capture.AppCaptureMetadataContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5F2AE66B1A1F64542F44F5B4D882249A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Debug, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5F2AE66B1A1F64542F44F5B4D882249A" + { + "Name" = "8:System.Diagnostics.Debug.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Debug.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_60B04284A97505CB922B167277C48CFD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Preview.Notes.PreviewNotesContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_60B04284A97505CB922B167277C48CFD" + { + "Name" = "8:Windows.ApplicationModel.Preview.Notes.PreviewNotesContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Preview.Notes.PreviewNotesContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_61D28632E53DD39071E5481BFDD1E1B7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.System.SystemManagementContract, Version=7.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_61D28632E53DD39071E5481BFDD1E1B7" + { + "Name" = "8:Windows.System.SystemManagementContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.System.SystemManagementContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_62816AA6EFCDEE8F2138AB6D8CB93650" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Embedded.DeviceLockdown.DeviceLockdownContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_62816AA6EFCDEE8F2138AB6D8CB93650" + { + "Name" = "8:Windows.Embedded.DeviceLockdown.DeviceLockdownContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Embedded.DeviceLockdown.DeviceLockdownContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_62DFB6E667F9AC41EBBF7CEEC7F1FFC7" + { + "Name" = "8:Windows.Security.Isolation.Isolatedwindowsenvironmentcontract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Security.Isolation.Isolatedwindowsenvironmentcontract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6411DC10BBFDBEC261664E6AE63741CF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_6411DC10BBFDBEC261664E6AE63741CF" + { + "Name" = "8:Microsoft.Toolkit.Uwp.Notifications.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Toolkit.Uwp.Notifications.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6498C96FB896AAFFA5AF4EB4465F9551" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XPath, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6498C96FB896AAFFA5AF4EB4465F9551" + { + "Name" = "8:System.Xml.XPath.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XPath.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6571856FCD1EF1F3FFDF8676A7740BEB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.TraceSource, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6571856FCD1EF1F3FFDF8676A7740BEB" + { + "Name" = "8:System.Diagnostics.TraceSource.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.TraceSource.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_65EBC1D796F4B15F4429A985F70F4B83" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Contracts, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_65EBC1D796F4B15F4429A985F70F4B83" + { + "Name" = "8:System.Diagnostics.Contracts.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Contracts.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6754F465CCBF843EABFD0295BAA65C22" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.WindowsRuntime, Version=4.0.14.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" + "ScatterAssemblies" + { + "_6754F465CCBF843EABFD0295BAA65C22" + { + "Name" = "8:System.Runtime.WindowsRuntime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.WindowsRuntime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_68B79972484A07BA820713F98921B04F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.SocialInfo.SocialInfoContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_68B79972484A07BA820713F98921B04F" + { + "Name" = "8:Windows.ApplicationModel.SocialInfo.SocialInfoContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.SocialInfo.SocialInfoContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_69931144306E8902A768D12D8DAA8981" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.FileVersionInfo, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_69931144306E8902A768D12D8DAA8981" + { + "Name" = "8:System.Diagnostics.FileVersionInfo.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.FileVersionInfo.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6AD11A0C80F4ACE3DE19BF42D4D09773" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Phone.StartScreen.DualSimTileContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_6AD11A0C80F4ACE3DE19BF42D4D09773" + { + "Name" = "8:Windows.Phone.StartScreen.DualSimTileContract.WinMD" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Phone.StartScreen.DualSimTileContract.WinMD" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6AD8AD90819BC14F2E2E88BA2B1C2061" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6AD8AD90819BC14F2E2E88BA2B1C2061" + { + "Name" = "8:Microsoft.Win32.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Win32.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6AE4C55CDB0499D61659246ACA0A2366" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Http.Rtc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6AE4C55CDB0499D61659246ACA0A2366" + { + "Name" = "8:System.Net.Http.Rtc.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Http.Rtc.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6BB2E72501E27399F27F52C21DAEFBEE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6BB2E72501E27399F27F52C21DAEFBEE" + { + "Name" = "8:System.IO.FileSystem.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.FileSystem.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6D58A3C2B7AE5330A339C5BA4554A016" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6D58A3C2B7AE5330A339C5BA4554A016" + { + "Name" = "8:System.Threading.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_72516E91644BAD9819ADEEBBAD1E16FA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Search.Core.SearchCoreContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_72516E91644BAD9819ADEEBBAD1E16FA" + { + "Name" = "8:Windows.ApplicationModel.Search.Core.SearchCoreContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Search.Core.SearchCoreContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7301DEFD72D891E925CCF0B3F846E3B3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Net.Http.WebRequest, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_7301DEFD72D891E925CCF0B3F846E3B3" + { + "Name" = "8:System.Net.Http.WebRequest.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Http.WebRequest.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_732B23DDD425DBC9A2961084F4F747B4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.UI.Shell.SecurityAppManagerContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_732B23DDD425DBC9A2961084F4F747B4" + { + "Name" = "8:Windows.UI.Shell.SecurityAppManagerContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.UI.Shell.SecurityAppManagerContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_74D9B2E1C84B282430EBF079A784C61C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Extensions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_74D9B2E1C84B282430EBF079A784C61C" + { + "Name" = "8:System.Reflection.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_760B8D551B60F88492B7FB359FB6838B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.SmartCards.SmartCardEmulatorContract, Version=6.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_760B8D551B60F88492B7FB359FB6838B" + { + "Name" = "8:Windows.Devices.SmartCards.SmartCardEmulatorContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.SmartCards.SmartCardEmulatorContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_765B396563B6EFF26EA4496553D24D75" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.Capture.GameBarContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_765B396563B6EFF26EA4496553D24D75" + { + "Name" = "8:Windows.Media.Capture.GameBarContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.Capture.GameBarContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_784E43818616689D448AFCED17E85106" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.AppBroadcasting.AppBroadcastingContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_784E43818616689D448AFCED17E85106" + { + "Name" = "8:Windows.Media.AppBroadcasting.AppBroadcastingContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.AppBroadcasting.AppBroadcastingContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_79B3C4AE653280A2B6A6545175D60125" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Services.Store.StoreContract, Version=4.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_79B3C4AE653280A2B6A6545175D60125" + { + "Name" = "8:Windows.Services.Store.StoreContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Services.Store.StoreContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7A44436F4607E36077A850B863E72A93" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Primitives, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7A44436F4607E36077A850B863E72A93" + { + "Name" = "8:System.Runtime.Serialization.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7A8ADD4728BD741D76AC25C44F70663C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_7A8ADD4728BD741D76AC25C44F70663C" + { + "Name" = "8:System.Net.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7C35F6EF5E84DAEE4355848F8428929E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Resources.Writer, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7C35F6EF5E84DAEE4355848F8428929E" + { + "Name" = "8:System.Resources.Writer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Resources.Writer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7C641C3A9FE4AFC6B9CED20DB90A27A2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.CompilerServices.VisualC, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7C641C3A9FE4AFC6B9CED20DB90A27A2" + { + "Name" = "8:System.Runtime.CompilerServices.VisualC.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.CompilerServices.VisualC.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7EACCB14AAE0B5C25CBAC0D8E6C4CB05" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_7EACCB14AAE0B5C25CBAC0D8E6C4CB05" + { + "Name" = "8:System.Diagnostics.Tracing.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tracing.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7EB2740994DAADA141435DDC659FC4F9" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.Lightweight, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7EB2740994DAADA141435DDC659FC4F9" + { + "Name" = "8:System.Reflection.Emit.Lightweight.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.Lightweight.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7EBBE5B4F94FB60660B1258D820F38EF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.Scanners.ScannerDeviceContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_7EBBE5B4F94FB60660B1258D820F38EF" + { + "Name" = "8:Windows.Devices.Scanners.ScannerDeviceContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.Scanners.ScannerDeviceContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7ECE3EE58ED3ED677BFD829451601825" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Networking.Sockets.ControlChannelTriggerContract, Version=3.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_7ECE3EE58ED3ED677BFD829451601825" + { + "Name" = "8:Windows.Networking.Sockets.ControlChannelTriggerContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Networking.Sockets.ControlChannelTriggerContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_81A020049CF0E438399A4D9AA85C2EBC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.Sms.LegacySmsApiContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_81A020049CF0E438399A4D9AA85C2EBC" + { + "Name" = "8:Windows.Devices.Sms.LegacySmsApiContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.Sms.LegacySmsApiContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.Capture.CameraCaptureUIContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_83F4D1D2101F64EEF1FBFA94A9AC6DBB" + { + "Name" = "8:Windows.Media.Capture.CameraCaptureUIContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.Capture.CameraCaptureUIContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_86858F8571A7472BD2E8B74F732F1C26" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Security.ExchangeActiveSyncProvisioning.EasContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_86858F8571A7472BD2E8B74F732F1C26" + { + "Name" = "8:Windows.Security.ExchangeActiveSyncProvisioning.EasContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Security.ExchangeActiveSyncProvisioning.EasContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_86A5134BD5EE234137561FC80C5E3A30" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.System.Profile.SystemManufacturers.SystemManufacturersContract, Version=3.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_86A5134BD5EE234137561FC80C5E3A30" + { + "Name" = "8:Windows.System.Profile.SystemManufacturers.SystemManufacturersContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.System.Profile.SystemManufacturers.SystemManufacturersContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8972E4C1477F850CB870E1956CFA7C29" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Activation.ActivationCameraSettingsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_8972E4C1477F850CB870E1956CFA7C29" + { + "Name" = "8:Windows.ApplicationModel.Activation.ActivationCameraSettingsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Activation.ActivationCameraSettingsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8A9AA8588605F6D5259317D8961D18C6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.UI.WebUI.Core.WebUICommandBarContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_8A9AA8588605F6D5259317D8961D18C6" + { + "Name" = "8:Windows.UI.WebUI.Core.WebUICommandBarContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.UI.WebUI.Core.WebUICommandBarContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8C966A8FD0FB16D475A08291D36A4CF3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Gaming.UI.GamingUIProviderContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_8C966A8FD0FB16D475A08291D36A4CF3" + { + "Name" = "8:Windows.Gaming.UI.GamingUIProviderContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Gaming.UI.GamingUIProviderContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.MediaControlContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_8CB5ED72B0F2B12EB47C0E3A6F7323AD" + { + "Name" = "8:Windows.Media.MediaControlContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.MediaControlContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8D2FC69841E2CE3E5EC6EFA97ABB27FE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" + "ScatterAssemblies" + { + "_8D2FC69841E2CE3E5EC6EFA97ABB27FE" + { + "Name" = "8:System.ValueTuple.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ValueTuple.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9091DE09361858F3705E12A83AFFD17B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9091DE09361858F3705E12A83AFFD17B" + { + "Name" = "8:System.ServiceModel.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_919B836B3A8CB9B55F88EDBF66444F85" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" + "ScatterAssemblies" + { + "_919B836B3A8CB9B55F88EDBF66444F85" + { + "Name" = "8:System.IO.Compression.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.Compression.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_91FFF4E08DFB69673104B5A590126275" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_91FFF4E08DFB69673104B5A590126275" + { + "Name" = "8:System.ComponentModel.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9214504D19AAD3621E04DCB153062985" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Gaming.UI.GameChatOverlayContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_9214504D19AAD3621E04DCB153062985" + { + "Name" = "8:Windows.Gaming.UI.GameChatOverlayContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Gaming.UI.GameChatOverlayContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9292DF252325306C8508F12AA618922A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_9292DF252325306C8508F12AA618922A" + { + "Name" = "8:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_929A41C7F28305669254D052553EF2D6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_929A41C7F28305669254D052553EF2D6" + { + "Name" = "8:Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_931B574798542BAB047FBED0CD76DC9A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_931B574798542BAB047FBED0CD76DC9A" + { + "Name" = "8:System.Reflection.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_93E4A6553BB0462F41A787057402D4BF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Resources.Reader, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_93E4A6553BB0462F41A787057402D4BF" + { + "Name" = "8:System.Resources.Reader.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Resources.Reader.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_94BA65088087E110619910C14E726ED7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Primitives, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_94BA65088087E110619910C14E726ED7" + { + "Name" = "8:System.Net.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9626348F028DDF29926CB18BE44D6EE4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_9626348F028DDF29926CB18BE44D6EE4" + { + "Name" = "8:Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_970385AB2CCDA4EEB675730B0DE022EA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.StackTrace, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_970385AB2CCDA4EEB675730B0DE022EA" + { + "Name" = "8:System.Diagnostics.StackTrace.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.StackTrace.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_99EA50256EF3282C898844DCA5BD8910" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Parallel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_99EA50256EF3282C898844DCA5BD8910" + { + "Name" = "8:System.Linq.Parallel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Parallel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_99EEE0E147BBB32BBFB24A2065750E14" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Resources.Management.ResourceIndexerContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_99EEE0E147BBB32BBFB24A2065750E14" + { + "Name" = "8:Windows.ApplicationModel.Resources.Management.ResourceIndexerContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Resources.Management.ResourceIndexerContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9B0902A2A8FBF7CF4CDA6F529984C823" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.WebSockets, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9B0902A2A8FBF7CF4CDA6F529984C823" + { + "Name" = "8:System.Net.WebSockets.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.WebSockets.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9BD6DCCF3752C6C90A091F4579ED5BA0" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Activation.ActivatedEventsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_9BD6DCCF3752C6C90A091F4579ED5BA0" + { + "Name" = "8:Windows.ApplicationModel.Activation.ActivatedEventsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Activation.ActivatedEventsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9CEFAAC776AF521755BF9FB4B5ABC91B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9CEFAAC776AF521755BF9FB4B5ABC91B" + { + "Name" = "8:System.Runtime.Serialization.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9D465631769B57859E4DE7D4D79ED9EE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections.NonGeneric, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9D465631769B57859E4DE7D4D79ED9EE" + { + "Name" = "8:System.Collections.NonGeneric.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.NonGeneric.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9E78DCD9238205C823919C1374F45769" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Activation.ContactActivatedEventsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_9E78DCD9238205C823919C1374F45769" + { + "Name" = "8:Windows.ApplicationModel.Activation.ContactActivatedEventsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Activation.ContactActivatedEventsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9EF34D3D90B33A5512D23C08584D77C1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9EF34D3D90B33A5512D23C08584D77C1" + { + "Name" = "8:System.Collections.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9FDB2CC88B5167FC707BD685238F0EEF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Gaming.XboxLive.StorageApiContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_9FDB2CC88B5167FC707BD685238F0EEF" + { + "Name" = "8:Windows.Gaming.XboxLive.StorageApiContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Gaming.XboxLive.StorageApiContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A06E1BCBE01736F1065F9A2EEC89DFF1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Storage.Provider.CloudFilesContract, Version=4.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_A06E1BCBE01736F1065F9A2EEC89DFF1" + { + "Name" = "8:Windows.Storage.Provider.CloudFilesContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Storage.Provider.CloudFilesContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A0BB6B015EDAE901CE5ADDFD3518340A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Duplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A0BB6B015EDAE901CE5ADDFD3518340A" + { + "Name" = "8:System.ServiceModel.Duplex.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Duplex.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A1B2E31E266E255CC264F9C807650E62" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.StartupTaskContract, Version=3.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_A1B2E31E266E255CC264F9C807650E62" + { + "Name" = "8:Windows.ApplicationModel.StartupTaskContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.StartupTaskContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A3C2D96F6440C72A7B39CCBD5397DD18" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.System.Profile.ProfileSharedModeContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_A3C2D96F6440C72A7B39CCBD5397DD18" + { + "Name" = "8:Windows.System.Profile.ProfileSharedModeContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.System.Profile.ProfileSharedModeContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A49419F5872BFF37F902A57BD2DC70C5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Security, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A49419F5872BFF37F902A57BD2DC70C5" + { + "Name" = "8:System.Net.Security.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Security.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A4DE1F237A5FF36764F37DB7B0EE3A25" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Expressions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A4DE1F237A5FF36764F37DB7B0EE3A25" + { + "Name" = "8:System.Linq.Expressions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Expressions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A52105009CF15070FF0C968742ACD287" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.WebSockets.Client, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A52105009CF15070FF0C968742ACD287" + { + "Name" = "8:System.Net.WebSockets.Client.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.WebSockets.Client.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A58051F757CAF1CA1C82CA993CCC367D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Drawing.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A58051F757CAF1CA1C82CA993CCC367D" + { + "Name" = "8:System.Drawing.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Drawing.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A675E47154A8F04B284BF406AE125C6C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows, Version=255.255.255.255, Culture=neutral" + "ScatterAssemblies" + { + "_A675E47154A8F04B284BF406AE125C6C" + { + "Name" = "8:Windows.WinMD" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.WinMD" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A87753BB1BDF422558A202554A05EB1C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_A87753BB1BDF422558A202554A05EB1C" + { + "Name" = "8:Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract.WinMD" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract.WinMD" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AA6F61838B717F45FFC592360A197DAB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_AA6F61838B717F45FFC592360A197DAB" + { + "Name" = "8:Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AA8C6295B619F9868E67DA37238CA285" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.UI.Core.CoreWindowDialogsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_AA8C6295B619F9868E67DA37238CA285" + { + "Name" = "8:Windows.UI.Core.CoreWindowDialogsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.UI.Core.CoreWindowDialogsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AAD0FF5F1A109BFF6CE95A0745D0BF82" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_AAD0FF5F1A109BFF6CE95A0745D0BF82" + { + "Name" = "8:System.Reflection.Emit.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AB330A90A676688C15E15C387F78A3FD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Queryable, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_AB330A90A676688C15E15C387F78A3FD" + { + "Name" = "8:System.Linq.Queryable.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Queryable.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AD96F12D8B0689468AE6228C20FB8760" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Formatters, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_AD96F12D8B0689468AE6228C20FB8760" + { + "Name" = "8:System.Runtime.Serialization.Formatters.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Formatters.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ADCB4A2D33C6765400303A253D4E99E7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.UI.ApplicationSettings.ApplicationsSettingsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_ADCB4A2D33C6765400303A253D4E99E7" + { + "Name" = "8:Windows.UI.ApplicationSettings.ApplicationsSettingsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.UI.ApplicationSettings.ApplicationsSettingsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ADE78ED6F965B9378E35C7EA0410B924" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.IsolatedStorage, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_ADE78ED6F965B9378E35C7EA0410B924" + { + "Name" = "8:System.IO.IsolatedStorage.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.IsolatedStorage.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B0DD6B2DD692F5D082CF6BCBD6D2621F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Numerics.Vectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_B0DD6B2DD692F5D082CF6BCBD6D2621F" + { + "Name" = "8:System.Numerics.Vectors.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Numerics.Vectors.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B0EB17F2C727CCDC3BE2338EC32DBF99" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Wallet.WalletContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_B0EB17F2C727CCDC3BE2338EC32DBF99" + { + "Name" = "8:Windows.ApplicationModel.Wallet.WalletContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Wallet.WalletContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B113D53EC7CD013875A9E40C943BE766" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Gaming.Input.GamingInputPreviewContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_B113D53EC7CD013875A9E40C943BE766" + { + "Name" = "8:Windows.Gaming.Input.GamingInputPreviewContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Gaming.Input.GamingInputPreviewContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B26478192EFDC98BF19E51E92DAB0586" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Networking.XboxLive.XboxLiveSecureSocketsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_B26478192EFDC98BF19E51E92DAB0586" + { + "Name" = "8:Windows.Networking.XboxLive.XboxLiveSecureSocketsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Networking.XboxLive.XboxLiveSecureSocketsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B497CCA19A7BAFDFC5699F16B792F68D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.TypeConverter, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B497CCA19A7BAFDFC5699F16B792F68D" + { + "Name" = "8:System.ComponentModel.TypeConverter.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.TypeConverter.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B5B30F76F9DD092FC6B8062E0012D285" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Calls.LockScreenCallContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_B5B30F76F9DD092FC6B8062E0012D285" + { + "Name" = "8:Windows.ApplicationModel.Calls.LockScreenCallContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Calls.LockScreenCallContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B61C6221945EC03C0CA9785A4D93AE2D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.UnmanagedMemoryStream, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B61C6221945EC03C0CA9785A4D93AE2D" + { + "Name" = "8:System.IO.UnmanagedMemoryStream.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.UnmanagedMemoryStream.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B8F3365A87A5133CF9A819920D8219F6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.Printers.Extensions.ExtensionsContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_B8F3365A87A5133CF9A819920D8219F6" + { + "Name" = "8:Windows.Devices.Printers.Extensions.ExtensionsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.Printers.Extensions.ExtensionsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BC4678DD8BB0C1A74BAF4EEA54F7591E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Csp, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BC4678DD8BB0C1A74BAF4EEA54F7591E" + { + "Name" = "8:System.Security.Cryptography.Csp.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Cryptography.Csp.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BCD774BFE50CA877DE7C66C77BD06DF2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BCD774BFE50CA877DE7C66C77BD06DF2" + { + "Name" = "8:System.Runtime.InteropServices.RuntimeInformation.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.RuntimeInformation.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BD8853473F70B8C8FBA979C514F6665D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.NameResolution, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BD8853473F70B8C8FBA979C514F6665D" + { + "Name" = "8:System.Net.NameResolution.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.NameResolution.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C0C3F0808F945CF6752168F14AFC1B58" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.System.Profile.ProfileRetailInfoContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_C0C3F0808F945CF6752168F14AFC1B58" + { + "Name" = "8:Windows.System.Profile.ProfileRetailInfoContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.System.Profile.ProfileRetailInfoContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C2524633AC61F9DDB92045764B28B429" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Services.Maps.LocalSearchContract, Version=4.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_C2524633AC61F9DDB92045764B28B429" + { + "Name" = "8:Windows.Services.Maps.LocalSearchContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Services.Maps.LocalSearchContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C304BE9E89ECA0FF544FE1539FF33430" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Claims, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C304BE9E89ECA0FF544FE1539FF33430" + { + "Name" = "8:System.Security.Claims.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Claims.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C3225D47AED70BDA822F6BFC5DA9F6F9" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" + "ScatterAssemblies" + { + "_C3225D47AED70BDA822F6BFC5DA9F6F9" + { + "Name" = "8:System.IO.Compression.FileSystem.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.Compression.FileSystem.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C35F5675E1C1FD3CA6559FEC5EB06528" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.Portable.PortableDeviceContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_C35F5675E1C1FD3CA6559FEC5EB06528" + { + "Name" = "8:Windows.Devices.Portable.PortableDeviceContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.Portable.PortableDeviceContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C4B84F67E4B47AE923D9009317ADB2E2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract, Version=3.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_C4B84F67E4B47AE923D9009317ADB2E2" + { + "Name" = "8:Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C5C785726EDBF502F6B2D891D2F63770" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.UI.Core.AnimationMetrics.AnimationMetricsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_C5C785726EDBF502F6B2D891D2F63770" + { + "Name" = "8:Windows.UI.Core.AnimationMetrics.AnimationMetricsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.UI.Core.AnimationMetrics.AnimationMetricsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C673B362225FC22202CC09B6413DF545" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C673B362225FC22202CC09B6413DF545" + { + "Name" = "8:System.ServiceModel.Security.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Security.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C6F95FC126F0812A9CFD9E0FD1B7873A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XmlDocument, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C6F95FC126F0812A9CFD9E0FD1B7873A" + { + "Name" = "8:System.Xml.XmlDocument.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XmlDocument.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C9EC673A813E64A138651253BD389E3B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C9EC673A813E64A138651253BD389E3B" + { + "Name" = "8:System.Globalization.Calendars.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Globalization.Calendars.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CA86AF751AAF56EB03ECB79E4A2AC2E5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.Annotations, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_CA86AF751AAF56EB03ECB79E4A2AC2E5" + { + "Name" = "8:System.ComponentModel.Annotations.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.Annotations.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CA98A553CBD508AAD089FB48FC78B15A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Http, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_CA98A553CBD508AAD089FB48FC78B15A" + { + "Name" = "8:System.ServiceModel.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CADE6C2666E3917DBBA17599FA21EB0E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.TextWriterTraceListener, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_CADE6C2666E3917DBBA17599FA21EB0E" + { + "Name" = "8:System.Diagnostics.TextWriterTraceListener.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.TextWriterTraceListener.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CD6F23BF697BE2FA8EF1FC5BA7DD3F63" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_CD6F23BF697BE2FA8EF1FC5BA7DD3F63" + { + "Name" = "8:System.IO.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CF49E162B4F1CE8447C10BF0A33D5D69" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_CF49E162B4F1CE8447C10BF0A33D5D69" + { + "Name" = "8:Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D031D835D0389B1C51C3667B2EF5608A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.RegularExpressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D031D835D0389B1C51C3667B2EF5608A" + { + "Name" = "8:System.Text.RegularExpressions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.RegularExpressions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D2B24C97D7F9C52C331A356CD20518C6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.UI.ViewManagement.ViewManagementViewScalingContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_D2B24C97D7F9C52C331A356CD20518C6" + { + "Name" = "8:Windows.UI.ViewManagement.ViewManagementViewScalingContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.UI.ViewManagement.ViewManagementViewScalingContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D57C5A9632A29F5B749E7472D0F50879" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.EventBasedAsync, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D57C5A9632A29F5B749E7472D0F50879" + { + "Name" = "8:System.ComponentModel.EventBasedAsync.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.EventBasedAsync.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D83EFD84DA31C3B563A5FB3800223121" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D83EFD84DA31C3B563A5FB3800223121" + { + "Name" = "8:System.Reflection.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D8FFDBC28768D27CACDDA8428165CEC9" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D8FFDBC28768D27CACDDA8428165CEC9" + { + "Name" = "8:System.Console.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Console.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DAE2F51A5F8CD160EE21F78614708E34" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Devices.Printers.PrintersContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_DAE2F51A5F8CD160EE21F78614708E34" + { + "Name" = "8:Windows.Devices.Printers.PrintersContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Devices.Printers.PrintersContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DCDEA9DC265A04F8979E5E0C8A594D25" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Phone.PhoneContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_DCDEA9DC265A04F8979E5E0C8A594D25" + { + "Name" = "8:Windows.Phone.PhoneContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Phone.PhoneContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E00242D72DFF54032DBBD0D643A91D1E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Media.Playlists.PlaylistsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_E00242D72DFF54032DBBD0D643A91D1E" + { + "Name" = "8:Windows.Media.Playlists.PlaylistsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Media.Playlists.PlaylistsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E26FAEBE40886B3FB3B29F5B84D4D7C8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.System.UserProfile.UserProfileLockScreenContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_E26FAEBE40886B3FB3B29F5B84D4D7C8" + { + "Name" = "8:Windows.System.UserProfile.UserProfileLockScreenContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.System.UserProfile.UserProfileLockScreenContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E4FB21D8111ED2929C44BAE6A52E3E79" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XDocument, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E4FB21D8111ED2929C44BAE6A52E3E79" + { + "Name" = "8:System.Xml.XDocument.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XDocument.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E81C725E9FDF03BF3ED793ECC17DB897" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Overlapped, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E81C725E9FDF03BF3ED793ECC17DB897" + { + "Name" = "8:System.Threading.Overlapped.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Overlapped.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E8B5EE3DA58A3CB9AE1EAF1CE9147682" + { + "Name" = "8:System.Runtime.InteropServices.WindowsRuntime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.WindowsRuntime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E999398A909CB5BE879CA08BCF4E83A1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.SecureString, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E999398A909CB5BE879CA08BCF4E83A1" + { + "Name" = "8:System.Security.SecureString.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.SecureString.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EA66745251BD1D74841ED9E4A9377CD1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Management.Workplace.WorkplaceSettingsContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_EA66745251BD1D74841ED9E4A9377CD1" + { + "Name" = "8:Windows.Management.Workplace.WorkplaceSettingsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Management.Workplace.WorkplaceSettingsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EBCC22BC7A3B23C4A86FA87CE3A0FCF4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Thread, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_EBCC22BC7A3B23C4A86FA87CE3A0FCF4" + { + "Name" = "8:System.Threading.Thread.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Thread.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EC35D795B8796A05FB0F109601C23D32" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encoding.Extensions, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_EC35D795B8796A05FB0F109601C23D32" + { + "Name" = "8:System.Text.Encoding.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encoding.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ECFBC80B8E6DB4730C3B0199199CF971" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_ECFBC80B8E6DB4730C3B0199199CF971" + { + "Name" = "8:System.Security.Cryptography.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Cryptography.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ED380FF36214133DFAC0F470DC41A12D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Principal, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_ED380FF36214133DFAC0F470DC41A12D" + { + "Name" = "8:System.Security.Principal.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Principal.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EEC8CA3033BBBE76CC0820560E126C72" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.ThreadPool, Version=4.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_EEC8CA3033BBBE76CC0820560E126C72" + { + "Name" = "8:System.Threading.ThreadPool.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.ThreadPool.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EF44CF5B01396F7524E407A95C6FFFAE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.NetworkInformation, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_EF44CF5B01396F7524E407A95C6FFFAE" + { + "Name" = "8:System.Net.NetworkInformation.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.NetworkInformation.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EFA76DE34D08F89FA2C98847B0E6C0F6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Runtime.WindowsRuntime.UI.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_EFA76DE34D08F89FA2C98847B0E6C0F6" + { + "Name" = "8:System.Runtime.WindowsRuntime.UI.Xaml.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.WindowsRuntime.UI.Xaml.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F07B85BAF544FF0129F3D8E4B5374770" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F07B85BAF544FF0129F3D8E4B5374770" + { + "Name" = "8:System.Net.Sockets.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Sockets.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F0D00106104EE2991A5BA4E412493DDD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.WebHeaderCollection, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F0D00106104EE2991A5BA4E412493DDD" + { + "Name" = "8:System.Net.WebHeaderCollection.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.WebHeaderCollection.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F11CCA79777D2BCB370EDF86FCAC8128" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.MemoryMappedFiles, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F11CCA79777D2BCB370EDF86FCAC8128" + { + "Name" = "8:System.IO.MemoryMappedFiles.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.MemoryMappedFiles.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F3D3316113593E6950FFB57EEB70F8A3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Foundation.FoundationContract, Version=4.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_F3D3316113593E6950FFB57EEB70F8A3" + { + "Name" = "8:Windows.Foundation.FoundationContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Foundation.FoundationContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F40D23D2F0B2D7669B9D8D94F09EF711" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Data.Common, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F40D23D2F0B2D7669B9D8D94F09EF711" + { + "Name" = "8:System.Data.Common.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Data.Common.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F5E1993F893C6AC688D59CE9C41506DD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Security.EnterpriseData.EnterpriseDataContract, Version=5.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_F5E1993F893C6AC688D59CE9C41506DD" + { + "Name" = "8:Windows.Security.EnterpriseData.EnterpriseDataContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Security.EnterpriseData.EnterpriseDataContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F5FF3989CAE434CB76DACC505CE64053" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Dynamic.Runtime, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F5FF3989CAE434CB76DACC505CE64053" + { + "Name" = "8:System.Dynamic.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Dynamic.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F62F9F6D5775399E63C18C8308DC575D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Globalization.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F62F9F6D5775399E63C18C8308DC575D" + { + "Name" = "8:System.Globalization.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Globalization.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F94DD7335A89BF0CB72D704EEF83C19D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.Web.Http.Diagnostics.HttpDiagnosticsContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_F94DD7335A89BF0CB72D704EEF83C19D" + { + "Name" = "8:Windows.Web.Http.Diagnostics.HttpDiagnosticsContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.Web.Http.Diagnostics.HttpDiagnosticsContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F9783D6DF3CF28DA52235D16F3EBF814" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.ApplicationModel.FullTrustAppContract, Version=1.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_F9783D6DF3CF28DA52235D16F3EBF814" + { + "Name" = "8:Windows.ApplicationModel.FullTrustAppContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.ApplicationModel.FullTrustAppContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F99739FE99C3F06DEF7A5A135717DBCC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.UI.Xaml.Hosting.HostingContract, Version=4.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_F99739FE99C3F06DEF7A5A135717DBCC" + { + "Name" = "8:Windows.UI.Xaml.Hosting.HostingContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.UI.Xaml.Hosting.HostingContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FB4BC220680AF02608EBAA6D3A30B191" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_FB4BC220680AF02608EBAA6D3A30B191" + { + "Name" = "8:System.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FBCE398AEE0AAF2F63E7BF7C7838888D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Windows.UI.Xaml.Core.Direct.XamlDirectContract, Version=2.0.0.0, Culture=neutral" + "ScatterAssemblies" + { + "_FBCE398AEE0AAF2F63E7BF7C7838888D" + { + "Name" = "8:Windows.UI.Xaml.Core.Direct.XamlDirectContract.winmd" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Windows.UI.Xaml.Core.Direct.XamlDirectContract.winmd" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_9BBBCC9698554EEA95320CF75710D1E9" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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:" + } + } + "FileType" + { + } + "Folder" + { + "{1525181F-901A-416C-8A58-119130FE478E}:_4C2CE750B6FF472CA4CE5221430D2CDE" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_58FCCDDEC2AE40F48F6B2E58D6FE47FB" + { + "Name" = "8:#1919" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:ProgramMenuFolder" + "Folders" + { + "{9EF0B969-E518-4E46-987F-47570745A589}:_436E239252894D8BA42218C0069B43A3" + { + "Name" = "8:DebugOutputToasts" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:_6706BDDF4D234F3FB67D8DC6A87CBFB2" + "Folders" + { + } + } + } + } + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_C7AA972375014937A69C020D3F54E465" + { + "DefaultLocation" = "8:[ProgramFilesFolder][ProductName]" + "Name" = "8:#1925" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:TARGETDIR" + "Folders" + { + "{9EF0B969-E518-4E46-987F-47570745A589}:_9BBBCC9698554EEA95320CF75710D1E9" + { + "Name" = "8:lib" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:_103E71BB6AFE4C4892F95CA0AE184597" + "Folders" + { + } + } + } + } + } + "LaunchCondition" + { + } + "Locator" + { + } + "MsiBootstrapper" + { + "LangId" = "3:1033" + "RequiresElevation" = "11:FALSE" + } + "Product" + { + "Name" = "8:Microsoft Visual Studio" + "ProductName" = "8:DebugOutputToasts" + "ProductCode" = "8:{D02BA792-04FF-48EC-B233-4FB690CAE6E2}" + "PackageCode" = "8:{5C091E5D-2ADC-432F-BA4A-E0D65325C757}" + "UpgradeCode" = "8:{2F8901F2-8C94-4C69-93F5-CC1B9B712A58}" + "AspNetVersion" = "8:" + "RestartWWWService" = "11:FALSE" + "RemovePreviousVersions" = "11:TRUE" + "DetectNewerInstalledVersion" = "11:TRUE" + "InstallAllUsers" = "11:FALSE" + "ProductVersion" = "8:1.1.1" + "Manufacturer" = "8:Eric Banker" + "ARPHELPTELEPHONE" = "8:" + "ARPHELPLINK" = "8:https://github.com/EricBanker12/DebugOutputToasts/issues" + "Title" = "8:DebugOutputToasts Setup" + "Subject" = "8:" + "ARPCONTACT" = "8:Eric Banker" + "Keywords" = "8:" + "ARPCOMMENTS" = "8:" + "ARPURLINFOABOUT" = "8:" + "ARPPRODUCTICON" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "ARPIconIndex" = "3:32512" + "SearchPath" = "8:" + "UseSystemSearchPath" = "11:TRUE" + "TargetPlatform" = "3:0" + "PreBuildEvent" = "8:" + "PostBuildEvent" = "8:" + "RunPostBuildEvent" = "3:0" + } + "Registry" + { + "HKLM" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_B2C1E5A4EEBF4A2598D1312ACD8AE151" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_FDFAD09EE94A41CAACB57B3CB07B67AB" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCU" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_94A0F727C86F4F6F890A9C6E508448A0" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_064D582B61FA4E1C92F77D7F906909E6" + { + "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}:_28CA5BEC55E14F6AA8B703239A23DF30" + { + "Name" = "8:DebugOutputToasts" + "Arguments" = "8:" + "Description" = "8:" + "ShowCmd" = "3:1" + "IconIndex" = "3:32512" + "Transitive" = "11:FALSE" + "Target" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "Folder" = "8:_436E239252894D8BA42218C0069B43A3" + "WorkingFolder" = "8:_C7AA972375014937A69C020D3F54E465" + "Icon" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "Feature" = "8:" + } + "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_E8A03F7446684DFC9AF0CD47163D2D4D" + { + "Name" = "8:DebugOutputToasts" + "Arguments" = "8:" + "Description" = "8:" + "ShowCmd" = "3:1" + "IconIndex" = "3:32512" + "Transitive" = "11:FALSE" + "Target" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "Folder" = "8:_4C2CE750B6FF472CA4CE5221430D2CDE" + "WorkingFolder" = "8:_C7AA972375014937A69C020D3F54E465" + "Icon" = "8:_B10D52B308C341EF9CB87D4533F7872B" + "Feature" = "8:" + } + } + "UserInterface" + { + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_0C519DB0204D4A0FBFFF4A977B883605" + { + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_09043C84301647B39BAE5ADF4728D6DC" + { + "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}:_1C096EE6150B4DACAB0933B5FB7D7D54" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_57DA4620203F485FBFCD1442D1D8615F" + { + "Name" = "8:#1902" + "Sequence" = "3:2" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_9A6C3D4DE73E444A992720F2A123E8E7" + { + "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}:_8D2E17FA2EF54102ACCAA2CE965C7E03" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_6CE0F74F19064239B6931E82ECB4E46D" + { + "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" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_AFDFE1BD3765426BB82210BD30B56D9D" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdUserInterface.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_CF11401BC02D4079B5CFCEDC65A2F1AF" + { + "Name" = "8:#1901" + "Sequence" = "3:1" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_3F2A25FB468646258A39D683904AF985" + { + "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" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_F4F79DE7C5C04DEAA49C2FFCBBB8AC13" + { + "Name" = "8:#1900" + "Sequence" = "3:1" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_95AA38202D98473ABE385892FE7E959A" + { + "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}:_D753540F974947D0BA34022F8DE4477A" + { + "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" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_F492D4EBF08646EC8BD7BECDD36DCCBD" + { + "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" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_F5EB400D0BE94C959D11E88F7AB51816" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_36789C9EF97543568C7959C0CF346B72" + { + "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" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_8142897A76C04C6CBFFB01F0759BD15C" + { + "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}:_BF6B811D0DB8437BA252B2D6F33323E2" + { + "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" + } + } + } + } + } + } + "MergeModule" + { + } + "ProjectOutput" + { + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_B10D52B308C341EF9CB87D4533F7872B" + { + "SourcePath" = "8:..\\DebugOutputToasts\\obj\\Release\\DebugOutputToasts.exe" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_C7AA972375014937A69C020D3F54E465" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:Built" + "OutputProjectGuid" = "8:{735D1A28-994F-4EDD-A73D-4B4E37336368}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + } + } +}