From e2e769bb6fafd42a05dccc34c564b6006409e8f2 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 16 May 2017 12:55:21 -0400 Subject: [PATCH] service installer --- src/Service/Installer.cs | 44 + src/Service/Service.csproj | 2 + src/Setup/Setup.vdproj | 3625 +++++++++++++++++++++++++++++++++++- 3 files changed, 3655 insertions(+), 16 deletions(-) create mode 100644 src/Service/Installer.cs diff --git a/src/Service/Installer.cs b/src/Service/Installer.cs new file mode 100644 index 00000000..57ee87ca --- /dev/null +++ b/src/Service/Installer.cs @@ -0,0 +1,44 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Linq; +using System.ServiceProcess; +using System.Text; +using System.Threading.Tasks; +using System.Configuration.Install; + +namespace Service +{ + [RunInstaller(true)] + [DesignerCategory("Code")] + public class Installer : System.Configuration.Install.Installer + { + + private IContainer _components = null; + private ServiceProcessInstaller _serviceProcessInstaller; + private ServiceInstaller _serviceInstaller; + + public Installer() + { + Init(); + } + + private void Init() + { + _components = new Container(); + _serviceProcessInstaller = new ServiceProcessInstaller(); + _serviceInstaller = new ServiceInstaller(); + + _serviceProcessInstaller.Account = ServiceAccount.LocalSystem; + _serviceProcessInstaller.AfterInstall += new InstallEventHandler(AfterInstalled); + + _serviceInstaller.ServiceName = "bitwarden Directory Connector"; + Installers.AddRange(new System.Configuration.Install.Installer[] { _serviceProcessInstaller, _serviceInstaller }); + } + + private void AfterInstalled(object sender, InstallEventArgs e) + { + + } + } +} diff --git a/src/Service/Service.csproj b/src/Service/Service.csproj index d4eaf99a..32d9b17c 100644 --- a/src/Service/Service.csproj +++ b/src/Service/Service.csproj @@ -33,6 +33,7 @@ + @@ -43,6 +44,7 @@ + diff --git a/src/Setup/Setup.vdproj b/src/Setup/Setup.vdproj index c8815f85..bfb5204e 100644 --- a/src/Setup/Setup.vdproj +++ b/src/Setup/Setup.vdproj @@ -13,6 +13,24 @@ "SccProvider" = "8:" "Hierarchy" { + "Entry" + { + "MsmKey" = "8:_0182B245CB49D6D121F218AD9B51B61E" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0182B245CB49D6D121F218AD9B51B61E" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0182B245CB49D6D121F218AD9B51B61E" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } "Entry" { "MsmKey" = "8:_01E8D142AEA6FE600383B5B2DD059828" @@ -22,17 +40,263 @@ "Entry" { "MsmKey" = "8:_01E8D142AEA6FE600383B5B2DD059828" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_01E8D142AEA6FE600383B5B2DD059828" "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_01E8D142AEA6FE600383B5B2DD059828" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_01E8D142AEA6FE600383B5B2DD059828" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_01E8D142AEA6FE600383B5B2DD059828" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_01E8D142AEA6FE600383B5B2DD059828" + "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0275340817839E66ADF6A7F37A84FA3E" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0275340817839E66ADF6A7F37A84FA3E" "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" "MsmSig" = "8:_UNDEFINED" } "Entry" { + "MsmKey" = "8:_0275340817839E66ADF6A7F37A84FA3E" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_08FB6439DDFC1FDE681326F0A5D3C96E" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_08FB6439DDFC1FDE681326F0A5D3C96E" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_08FB6439DDFC1FDE681326F0A5D3C96E" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0FBE28076ABD5E5D5C15CC4E69DDA210" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0FBE28076ABD5E5D5C15CC4E69DDA210" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0FBE28076ABD5E5D5C15CC4E69DDA210" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1882805049789549026FF91EEB85E76E" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1937EBB9E72D15DB8B24E24ECCCA2E34" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1937EBB9E72D15DB8B24E24ECCCA2E34" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1937EBB9E72D15DB8B24E24ECCCA2E34" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1937EBB9E72D15DB8B24E24ECCCA2E34" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1937EBB9E72D15DB8B24E24ECCCA2E34" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2407CF4BE0A8BBBD8128315EBAD1A2D1" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2407CF4BE0A8BBBD8128315EBAD1A2D1" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2407CF4BE0A8BBBD8128315EBAD1A2D1" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2407CF4BE0A8BBBD8128315EBAD1A2D1" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2407CF4BE0A8BBBD8128315EBAD1A2D1" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_265EAFD2CE54CD0E81453C2F9A56640F" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_265EAFD2CE54CD0E81453C2F9A56640F" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_265EAFD2CE54CD0E81453C2F9A56640F" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_265EAFD2CE54CD0E81453C2F9A56640F" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_27C6577DD182E9E1D4784535FD0258B6" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_27C6577DD182E9E1D4784535FD0258B6" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_27C6577DD182E9E1D4784535FD0258B6" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_27C6577DD182E9E1D4784535FD0258B6" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A1B066D2EFB8950646A7A539F081817" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A1B066D2EFB8950646A7A539F081817" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A1B066D2EFB8950646A7A539F081817" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_30340A05D82021FD4136C0CEC144B2D6" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_30340A05D82021FD4136C0CEC144B2D6" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_30340A05D82021FD4136C0CEC144B2D6" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_30F53C78DA952AE4CB9727F442F6F9DE" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_30F53C78DA952AE4CB9727F442F6F9DE" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_30F53C78DA952AE4CB9727F442F6F9DE" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -45,30 +309,1224 @@ } "Entry" { - "MsmKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmKey" = "8:_3E088BF00EAF1C60E0C4B83996DEAC3E" "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmKey" = "8:_3E088BF00EAF1C60E0C4B83996DEAC3E" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3E088BF00EAF1C60E0C4B83996DEAC3E" "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" "MsmSig" = "8:_UNDEFINED" } "Entry" { + "MsmKey" = "8:_443863898BDB49D4EF8651FDBB1C7B53" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_443863898BDB49D4EF8651FDBB1C7B53" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_443863898BDB49D4EF8651FDBB1C7B53" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_44450CE3640027821E47A1CECC11C91E" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_44450CE3640027821E47A1CECC11C91E" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_44450CE3640027821E47A1CECC11C91E" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_44450CE3640027821E47A1CECC11C91E" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_44450CE3640027821E47A1CECC11C91E" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_44450CE3640027821E47A1CECC11C91E" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4591637273DEA0B2129BDF9E24CD86BF" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4591637273DEA0B2129BDF9E24CD86BF" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4591637273DEA0B2129BDF9E24CD86BF" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4591637273DEA0B2129BDF9E24CD86BF" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_46537051EA442DE6949EBE0B294F5717" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_46537051EA442DE6949EBE0B294F5717" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_46537051EA442DE6949EBE0B294F5717" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51DFC538915718DE3E74A95FF39DC749" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51DFC538915718DE3E74A95FF39DC749" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51DFC538915718DE3E74A95FF39DC749" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51DFC538915718DE3E74A95FF39DC749" + "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_543177851933B27715C10251AFB92835" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_543177851933B27715C10251AFB92835" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_543177851933B27715C10251AFB92835" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_543177851933B27715C10251AFB92835" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_543177851933B27715C10251AFB92835" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_543177851933B27715C10251AFB92835" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6D1D2E383A613AE1C3EA51B76F88899A" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6D1D2E383A613AE1C3EA51B76F88899A" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6D1D2E383A613AE1C3EA51B76F88899A" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7242EAFDEF49B0392455E01BE5BFE5C8" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7242EAFDEF49B0392455E01BE5BFE5C8" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7242EAFDEF49B0392455E01BE5BFE5C8" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7242EAFDEF49B0392455E01BE5BFE5C8" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7242EAFDEF49B0392455E01BE5BFE5C8" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7242EAFDEF49B0392455E01BE5BFE5C8" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7B1B281664CB0717BC824A153FD5E072" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7B1B281664CB0717BC824A153FD5E072" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7B1B281664CB0717BC824A153FD5E072" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7B1B281664CB0717BC824A153FD5E072" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7E9CF283F281C6AF8F6180DF0AE704FC" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7E9CF283F281C6AF8F6180DF0AE704FC" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7E9CF283F281C6AF8F6180DF0AE704FC" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7E9CF283F281C6AF8F6180DF0AE704FC" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7E9CF283F281C6AF8F6180DF0AE704FC" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81E0C6096F5BE3A513D8F910C793CD05" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81E0C6096F5BE3A513D8F910C793CD05" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81E0C6096F5BE3A513D8F910C793CD05" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_825BBC40331A31B7EA83E45C16C7CAB0" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_825BBC40331A31B7EA83E45C16C7CAB0" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_825BBC40331A31B7EA83E45C16C7CAB0" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8CD2F401BC3E004DCA37820ED0B44EB2" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8CD2F401BC3E004DCA37820ED0B44EB2" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8CD2F401BC3E004DCA37820ED0B44EB2" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8F4B2B4A05B106CB2880FD2DC469FF06" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8F4B2B4A05B106CB2880FD2DC469FF06" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8F4B2B4A05B106CB2880FD2DC469FF06" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8F4B2B4A05B106CB2880FD2DC469FF06" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8F4B2B4A05B106CB2880FD2DC469FF06" + "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8F4B2B4A05B106CB2880FD2DC469FF06" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_938451235648294BEBE571FFF4F66A01" + "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_938451235648294BEBE571FFF4F66A01" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_938451235648294BEBE571FFF4F66A01" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_938451235648294BEBE571FFF4F66A01" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_938451235648294BEBE571FFF4F66A01" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9A7811BB6EEAD0434EE418E8AA10524D" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9A7811BB6EEAD0434EE418E8AA10524D" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9A7811BB6EEAD0434EE418E8AA10524D" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D5ED790738913E8669BD0368A954B6B" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D5ED790738913E8669BD0368A954B6B" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D5ED790738913E8669BD0368A954B6B" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9DB71553DBB0DB8643AE041E8FA9C084" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9DB71553DBB0DB8643AE041E8FA9C084" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9DB71553DBB0DB8643AE041E8FA9C084" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9DB71553DBB0DB8643AE041E8FA9C084" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9DB71553DBB0DB8643AE041E8FA9C084" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9DB71553DBB0DB8643AE041E8FA9C084" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A57738E0484DC581E16CB66FC430582B" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A57738E0484DC581E16CB66FC430582B" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A57738E0484DC581E16CB66FC430582B" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A57738E0484DC581E16CB66FC430582B" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A57738E0484DC581E16CB66FC430582B" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" "MsmSig" = "8:_UNDEFINED" } "Entry" { + "MsmKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ABF79C264F322B798A5C206FE0AFF349" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ABF79C264F322B798A5C206FE0AFF349" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ABF79C264F322B798A5C206FE0AFF349" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ABF79C264F322B798A5C206FE0AFF349" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ABF79C264F322B798A5C206FE0AFF349" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BB1554AFA76408C7FC2F77857C965F42" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BB1554AFA76408C7FC2F77857C965F42" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BB1554AFA76408C7FC2F77857C965F42" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BB1554AFA76408C7FC2F77857C965F42" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BB1554AFA76408C7FC2F77857C965F42" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BEA768E8AAE69CC7F609A52EE5A0FD10" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BEA768E8AAE69CC7F609A52EE5A0FD10" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BEA768E8AAE69CC7F609A52EE5A0FD10" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4801B0EEB45D9834E1CCF4BFC2873D" + "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4801B0EEB45D9834E1CCF4BFC2873D" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4801B0EEB45D9834E1CCF4BFC2873D" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4801B0EEB45D9834E1CCF4BFC2873D" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4C8F58F976C1E93AAB53B6C5580F65" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4C8F58F976C1E93AAB53B6C5580F65" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4C8F58F976C1E93AAB53B6C5580F65" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4C8F58F976C1E93AAB53B6C5580F65" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4C8F58F976C1E93AAB53B6C5580F65" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BF4C8F58F976C1E93AAB53B6C5580F65" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C1C22DA67498093D0E3DEEEF2836601A" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C1C22DA67498093D0E3DEEEF2836601A" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C1C22DA67498093D0E3DEEEF2836601A" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C835D8E43A286BF4C515518FEC9E30D0" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C835D8E43A286BF4C515518FEC9E30D0" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C835D8E43A286BF4C515518FEC9E30D0" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C8A396F677AF76A2DBF1CE474633329C" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C8A396F677AF76A2DBF1CE474633329C" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C8A396F677AF76A2DBF1CE474633329C" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C8A396F677AF76A2DBF1CE474633329C" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C9582B9E7FD53AFD918010DD18F94A92" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C9582B9E7FD53AFD918010DD18F94A92" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C9582B9E7FD53AFD918010DD18F94A92" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D01E37B16D2E4377520D1AA6F9CA9839" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D01E37B16D2E4377520D1AA6F9CA9839" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D01E37B16D2E4377520D1AA6F9CA9839" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D061B51A01ECBE445B4EC3E6E9C2F01B" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D061B51A01ECBE445B4EC3E6E9C2F01B" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D061B51A01ECBE445B4EC3E6E9C2F01B" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D63E18EA32770126C1E3D80DFD567CD1" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D63E18EA32770126C1E3D80DFD567CD1" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D63E18EA32770126C1E3D80DFD567CD1" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D63E18EA32770126C1E3D80DFD567CD1" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D63E18EA32770126C1E3D80DFD567CD1" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D8AFC690823A08D465720E01A352E6E2" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D8AFC690823A08D465720E01A352E6E2" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D8AFC690823A08D465720E01A352E6E2" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DB3817E94AA389132974274DDAC317E6" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DB3817E94AA389132974274DDAC317E6" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DB3817E94AA389132974274DDAC317E6" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E065232E54F28035E61F5171F52E669B" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E065232E54F28035E61F5171F52E669B" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E065232E54F28035E61F5171F52E669B" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E5DF191BE23E573F0B35147F3D2E63AD" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E5DF191BE23E573F0B35147F3D2E63AD" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E5DF191BE23E573F0B35147F3D2E63AD" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E5DF191BE23E573F0B35147F3D2E63AD" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E60259AF2311C1F7421BCC117AA0AF03" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E60259AF2311C1F7421BCC117AA0AF03" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E60259AF2311C1F7421BCC117AA0AF03" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E60259AF2311C1F7421BCC117AA0AF03" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E60259AF2311C1F7421BCC117AA0AF03" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E60259AF2311C1F7421BCC117AA0AF03" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EC32C06C6CB4A3996B7B8BCF4EF3FEFA" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EC32C06C6CB4A3996B7B8BCF4EF3FEFA" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EC32C06C6CB4A3996B7B8BCF4EF3FEFA" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECEB7F6800AD6D22498BAE6B45D59CFC" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECEB7F6800AD6D22498BAE6B45D59CFC" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECEB7F6800AD6D22498BAE6B45D59CFC" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECF3FE142D8D57DC0A1F0315333F6AD0" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECF3FE142D8D57DC0A1F0315333F6AD0" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECF3FE142D8D57DC0A1F0315333F6AD0" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECF3FE142D8D57DC0A1F0315333F6AD0" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECF3FE142D8D57DC0A1F0315333F6AD0" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECF3FE142D8D57DC0A1F0315333F6AD0" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EDD36CAB66EE012146050175128FA500" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EDD36CAB66EE012146050175128FA500" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EDD36CAB66EE012146050175128FA500" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EDD36CAB66EE012146050175128FA500" + "OwnerKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EDD36CAB66EE012146050175128FA500" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { + "MsmKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F44BED80D7FA78C84BD0165FA65762DB" + "OwnerKey" = "8:_BF4801B0EEB45D9834E1CCF4BFC2873D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F573CF28A115C1A949C33C2D70E19768" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F573CF28A115C1A949C33C2D70E19768" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F573CF28A115C1A949C33C2D70E19768" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F776A32204F43995E3D2DCD7E955974F" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F776A32204F43995E3D2DCD7E955974F" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F776A32204F43995E3D2DCD7E955974F" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F776A32204F43995E3D2DCD7E955974F" + "OwnerKey" = "8:_62961836EBD5DE2C67B881D60D5FD720" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F776A32204F43995E3D2DCD7E955974F" + "OwnerKey" = "8:_938451235648294BEBE571FFF4F66A01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F839A17AE7B05BB65C25428B7F0E1CBB" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F839A17AE7B05BB65C25428B7F0E1CBB" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F839A17AE7B05BB65C25428B7F0E1CBB" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FBFA0FE89258CFD8C95093D548E9A3AA" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FBFA0FE89258CFD8C95093D548E9A3AA" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FBFA0FE89258CFD8C95093D548E9A3AA" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BF4801B0EEB45D9834E1CCF4BFC2873D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1882805049789549026FF91EEB85E76E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_81E0C6096F5BE3A513D8F910C793CD05" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8F4B2B4A05B106CB2880FD2DC469FF06" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_51DFC538915718DE3E74A95FF39DC749" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_UNDEFINED" "OwnerKey" = "8:_01E8D142AEA6FE600383B5B2DD059828" "MsmSig" = "8:_UNDEFINED" @@ -76,25 +1534,307 @@ "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3D190E0A0985449C8C27F3FCC81A5D85" + "OwnerKey" = "8:_C1C22DA67498093D0E3DEEEF2836601A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F31597008F2B4030A5045D94C55F1BFE" + "OwnerKey" = "8:_E5DF191BE23E573F0B35147F3D2E63AD" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3C6F5AA45818456F957B56E21EBDE97F" + "OwnerKey" = "8:_BB1554AFA76408C7FC2F77857C965F42" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_ABAAF01D71C0623588BF9114BAB8F55A" + "OwnerKey" = "8:_EC32C06C6CB4A3996B7B8BCF4EF3FEFA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D01E37B16D2E4377520D1AA6F9CA9839" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_44450CE3640027821E47A1CECC11C91E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7B1B281664CB0717BC824A153FD5E072" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C8A396F677AF76A2DBF1CE474633329C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4591637273DEA0B2129BDF9E24CD86BF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ABF79C264F322B798A5C206FE0AFF349" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FBFA0FE89258CFD8C95093D548E9A3AA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_30340A05D82021FD4136C0CEC144B2D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BEA768E8AAE69CC7F609A52EE5A0FD10" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C9582B9E7FD53AFD918010DD18F94A92" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D061B51A01ECBE445B4EC3E6E9C2F01B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ECEB7F6800AD6D22498BAE6B45D59CFC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F573CF28A115C1A949C33C2D70E19768" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2407CF4BE0A8BBBD8128315EBAD1A2D1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_265EAFD2CE54CD0E81453C2F9A56640F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9D5ED790738913E8669BD0368A954B6B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2A1B066D2EFB8950646A7A539F081817" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DB3817E94AA389132974274DDAC317E6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ECF3FE142D8D57DC0A1F0315333F6AD0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0275340817839E66ADF6A7F37A84FA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1937EBB9E72D15DB8B24E24ECCCA2E34" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6D1D2E383A613AE1C3EA51B76F88899A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7E9CF283F281C6AF8F6180DF0AE704FC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E065232E54F28035E61F5171F52E669B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F839A17AE7B05BB65C25428B7F0E1CBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0182B245CB49D6D121F218AD9B51B61E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A57738E0484DC581E16CB66FC430582B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C835D8E43A286BF4C515518FEC9E30D0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_27C6577DD182E9E1D4784535FD0258B6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9DB71553DBB0DB8643AE041E8FA9C084" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D8AFC690823A08D465720E01A352E6E2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_443863898BDB49D4EF8651FDBB1C7B53" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8CD2F401BC3E004DCA37820ED0B44EB2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F776A32204F43995E3D2DCD7E955974F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BF4C8F58F976C1E93AAB53B6C5580F65" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E60259AF2311C1F7421BCC117AA0AF03" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EDD36CAB66EE012146050175128FA500" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_30F53C78DA952AE4CB9727F442F6F9DE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0FBE28076ABD5E5D5C15CC4E69DDA210" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9A7811BB6EEAD0434EE418E8AA10524D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_543177851933B27715C10251AFB92835" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_46537051EA442DE6949EBE0B294F5717" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3E088BF00EAF1C60E0C4B83996DEAC3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_825BBC40331A31B7EA83E45C16C7CAB0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_08FB6439DDFC1FDE681326F0A5D3C96E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7242EAFDEF49B0392455E01BE5BFE5C8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D63E18EA32770126C1E3D80DFD567CD1" "MsmSig" = "8:_UNDEFINED" } } @@ -115,6 +1855,22 @@ "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.6.1" + { + "Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)" + "ProductCode" = "8:.NETFramework,Version=v4.6.1" + } + } + } } "Release" { @@ -131,6 +1887,14 @@ "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:" + } } } "Deployable" @@ -160,6 +1924,37 @@ } "File" { + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0182B245CB49D6D121F218AD9B51B61E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0182B245CB49D6D121F218AD9B51B61E" + { + "Name" = "8:System.Reflection.Emit.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_01E8D142AEA6FE600383B5B2DD059828" { "AssemblyRegister" = "3:1" @@ -191,6 +1986,998 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0275340817839E66ADF6A7F37A84FA3E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0275340817839E66ADF6A7F37A84FA3E" + { + "Name" = "8:System.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_08FB6439DDFC1FDE681326F0A5D3C96E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.Annotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_08FB6439DDFC1FDE681326F0A5D3C96E" + { + "Name" = "8:System.ComponentModel.Annotations.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.Annotations.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_0FBE28076ABD5E5D5C15CC4E69DDA210" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0FBE28076ABD5E5D5C15CC4E69DDA210" + { + "Name" = "8:System.Diagnostics.Tracing.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tracing.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_1882805049789549026FF91EEB85E76E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_1882805049789549026FF91EEB85E76E" + { + "Name" = "8:System.Runtime.InteropServices.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_1937EBB9E72D15DB8B24E24ECCCA2E34" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_1937EBB9E72D15DB8B24E24ECCCA2E34" + { + "Name" = "8:System.Resources.ResourceManager.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Resources.ResourceManager.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_2407CF4BE0A8BBBD8128315EBAD1A2D1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_2407CF4BE0A8BBBD8128315EBAD1A2D1" + { + "Name" = "8:System.Runtime.Serialization.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_265EAFD2CE54CD0E81453C2F9A56640F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_265EAFD2CE54CD0E81453C2F9A56640F" + { + "Name" = "8:System.Runtime.Serialization.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_27C6577DD182E9E1D4784535FD0258B6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Requests, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_27C6577DD182E9E1D4784535FD0258B6" + { + "Name" = "8:System.Net.Requests.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Requests.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_2A1B066D2EFB8950646A7A539F081817" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_2A1B066D2EFB8950646A7A539F081817" + { + "Name" = "8:System.Runtime.InteropServices.WindowsRuntime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.WindowsRuntime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_30340A05D82021FD4136C0CEC144B2D6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_30340A05D82021FD4136C0CEC144B2D6" + { + "Name" = "8:System.ServiceModel.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_30F53C78DA952AE4CB9727F442F6F9DE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Dynamic.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_30F53C78DA952AE4CB9727F442F6F9DE" + { + "Name" = "8:System.Dynamic.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Dynamic.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_3E088BF00EAF1C60E0C4B83996DEAC3E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.EventBasedAsync, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_3E088BF00EAF1C60E0C4B83996DEAC3E" + { + "Name" = "8:System.ComponentModel.EventBasedAsync.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.EventBasedAsync.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_443863898BDB49D4EF8651FDBB1C7B53" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Queryable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_443863898BDB49D4EF8651FDBB1C7B53" + { + "Name" = "8:System.Linq.Queryable.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Queryable.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_44450CE3640027821E47A1CECC11C91E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_44450CE3640027821E47A1CECC11C91E" + { + "Name" = "8:System.Threading.Tasks.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_4591637273DEA0B2129BDF9E24CD86BF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encoding.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_4591637273DEA0B2129BDF9E24CD86BF" + { + "Name" = "8:System.Text.Encoding.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encoding.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_46537051EA442DE6949EBE0B294F5717" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Contracts, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_46537051EA442DE6949EBE0B294F5717" + { + "Name" = "8:System.Diagnostics.Contracts.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Contracts.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_51DFC538915718DE3E74A95FF39DC749" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:BouncyCastle.Crypto, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942" + "ScatterAssemblies" + { + "_51DFC538915718DE3E74A95FF39DC749" + { + "Name" = "8:BouncyCastle.Crypto.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:BouncyCastle.Crypto.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_543177851933B27715C10251AFB92835" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Debug, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_543177851933B27715C10251AFB92835" + { + "Name" = "8:System.Diagnostics.Debug.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Debug.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_62961836EBD5DE2C67B881D60D5FD720" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.Graph, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_62961836EBD5DE2C67B881D60D5FD720" + { + "Name" = "8:Microsoft.Graph.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Graph.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_6D1D2E383A613AE1C3EA51B76F88899A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6D1D2E383A613AE1C3EA51B76F88899A" + { + "Name" = "8:System.Reflection.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_7242EAFDEF49B0392455E01BE5BFE5C8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7242EAFDEF49B0392455E01BE5BFE5C8" + { + "Name" = "8:System.Collections.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_7B1B281664CB0717BC824A153FD5E072" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7B1B281664CB0717BC824A153FD5E072" + { + "Name" = "8:System.Threading.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_7E9CF283F281C6AF8F6180DF0AE704FC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7E9CF283F281C6AF8F6180DF0AE704FC" + { + "Name" = "8:System.Reflection.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_81E0C6096F5BE3A513D8F910C793CD05" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_81E0C6096F5BE3A513D8F910C793CD05" + { + "Name" = "8:System.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_825BBC40331A31B7EA83E45C16C7CAB0" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_825BBC40331A31B7EA83E45C16C7CAB0" + { + "Name" = "8:System.ComponentModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_8CD2F401BC3E004DCA37820ED0B44EB2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_8CD2F401BC3E004DCA37820ED0B44EB2" + { + "Name" = "8:System.Linq.Parallel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Parallel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_8F4B2B4A05B106CB2880FD2DC469FF06" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8F4B2B4A05B106CB2880FD2DC469FF06" + { + "Name" = "8:Newtonsoft.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Newtonsoft.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_938451235648294BEBE571FFF4F66A01" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.Graph.Core, Version=1.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_938451235648294BEBE571FFF4F66A01" + { + "Name" = "8:Microsoft.Graph.Core.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Graph.Core.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_9A7811BB6EEAD0434EE418E8AA10524D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9A7811BB6EEAD0434EE418E8AA10524D" + { + "Name" = "8:System.Diagnostics.Tools.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tools.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_9D5ED790738913E8669BD0368A954B6B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9D5ED790738913E8669BD0368A954B6B" + { + "Name" = "8:System.Runtime.Numerics.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Numerics.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_9DB71553DBB0DB8643AE041E8FA9C084" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9DB71553DBB0DB8643AE041E8FA9C084" + { + "Name" = "8:System.Net.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_A57738E0484DC581E16CB66FC430582B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A57738E0484DC581E16CB66FC430582B" + { + "Name" = "8:System.Reflection.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_ABAAF01D71C0623588BF9114BAB8F55A" { "AssemblyRegister" = "3:1" @@ -222,6 +3009,812 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ABF79C264F322B798A5C206FE0AFF349" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encoding, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_ABF79C264F322B798A5C206FE0AFF349" + { + "Name" = "8:System.Text.Encoding.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encoding.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_BB1554AFA76408C7FC2F77857C965F42" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.ReaderWriter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BB1554AFA76408C7FC2F77857C965F42" + { + "Name" = "8:System.Xml.ReaderWriter.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.ReaderWriter.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_BEA768E8AAE69CC7F609A52EE5A0FD10" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.NetTcp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BEA768E8AAE69CC7F609A52EE5A0FD10" + { + "Name" = "8:System.ServiceModel.NetTcp.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.NetTcp.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_BF4801B0EEB45D9834E1CCF4BFC2873D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Clients.ActiveDirectory.Platform, Version=3.13.9.1126, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_BF4801B0EEB45D9834E1CCF4BFC2873D" + { + "Name" = "8:Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_BF4C8F58F976C1E93AAB53B6C5580F65" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BF4C8F58F976C1E93AAB53B6C5580F65" + { + "Name" = "8:System.Linq.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_C1C22DA67498093D0E3DEEEF2836601A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XmlSerializer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C1C22DA67498093D0E3DEEEF2836601A" + { + "Name" = "8:System.Xml.XmlSerializer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XmlSerializer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_C835D8E43A286BF4C515518FEC9E30D0" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ObjectModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C835D8E43A286BF4C515518FEC9E30D0" + { + "Name" = "8:System.ObjectModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ObjectModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_C8A396F677AF76A2DBF1CE474633329C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C8A396F677AF76A2DBF1CE474633329C" + { + "Name" = "8:System.Text.RegularExpressions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.RegularExpressions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_C9582B9E7FD53AFD918010DD18F94A92" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C9582B9E7FD53AFD918010DD18F94A92" + { + "Name" = "8:System.ServiceModel.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_D01E37B16D2E4377520D1AA6F9CA9839" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D01E37B16D2E4377520D1AA6F9CA9839" + { + "Name" = "8:System.Threading.Tasks.Parallel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.Parallel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_D061B51A01ECBE445B4EC3E6E9C2F01B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Duplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D061B51A01ECBE445B4EC3E6E9C2F01B" + { + "Name" = "8:System.ServiceModel.Duplex.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Duplex.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_D63E18EA32770126C1E3D80DFD567CD1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections.Concurrent, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D63E18EA32770126C1E3D80DFD567CD1" + { + "Name" = "8:System.Collections.Concurrent.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.Concurrent.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_D8AFC690823A08D465720E01A352E6E2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.NetworkInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D8AFC690823A08D465720E01A352E6E2" + { + "Name" = "8:System.Net.NetworkInformation.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.NetworkInformation.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_DB3817E94AA389132974274DDAC317E6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_DB3817E94AA389132974274DDAC317E6" + { + "Name" = "8:System.Runtime.InteropServices.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_E065232E54F28035E61F5171F52E669B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.Lightweight, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E065232E54F28035E61F5171F52E669B" + { + "Name" = "8:System.Reflection.Emit.Lightweight.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.Lightweight.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_E5DF191BE23E573F0B35147F3D2E63AD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XDocument, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E5DF191BE23E573F0B35147F3D2E63AD" + { + "Name" = "8:System.Xml.XDocument.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XDocument.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_E60259AF2311C1F7421BCC117AA0AF03" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E60259AF2311C1F7421BCC117AA0AF03" + { + "Name" = "8:System.IO.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_EC32C06C6CB4A3996B7B8BCF4EF3FEFA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Timer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_EC32C06C6CB4A3996B7B8BCF4EF3FEFA" + { + "Name" = "8:System.Threading.Timer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Timer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_ECEB7F6800AD6D22498BAE6B45D59CFC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Principal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_ECEB7F6800AD6D22498BAE6B45D59CFC" + { + "Name" = "8:System.Security.Principal.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Principal.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_ECF3FE142D8D57DC0A1F0315333F6AD0" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_ECF3FE142D8D57DC0A1F0315333F6AD0" + { + "Name" = "8:System.Runtime.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_EDD36CAB66EE012146050175128FA500" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Globalization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_EDD36CAB66EE012146050175128FA500" + { + "Name" = "8:System.Globalization.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Globalization.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_F44BED80D7FA78C84BD0165FA65762DB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Clients.ActiveDirectory, Version=3.13.9.1126, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F44BED80D7FA78C84BD0165FA65762DB" + { + "Name" = "8:Microsoft.IdentityModel.Clients.ActiveDirectory.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.IdentityModel.Clients.ActiveDirectory.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_F573CF28A115C1A949C33C2D70E19768" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F573CF28A115C1A949C33C2D70E19768" + { + "Name" = "8:System.Runtime.Serialization.Xml.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Xml.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_F776A32204F43995E3D2DCD7E955974F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Expressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F776A32204F43995E3D2DCD7E955974F" + { + "Name" = "8:System.Linq.Expressions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Expressions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_F839A17AE7B05BB65C25428B7F0E1CBB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.ILGeneration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F839A17AE7B05BB65C25428B7F0E1CBB" + { + "Name" = "8:System.Reflection.Emit.ILGeneration.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.ILGeneration.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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}:_FBFA0FE89258CFD8C95093D548E9A3AA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_FBFA0FE89258CFD8C95093D548E9A3AA" + { + "Name" = "8:System.ServiceModel.Security.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Security.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_195A3C659FB74030BD0F825A0E4FE2A6" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11: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" { @@ -277,25 +3870,25 @@ "Product" { "Name" = "8:Microsoft Visual Studio" - "ProductName" = "8:Setup" + "ProductName" = "8:bitwarden Directory Connector" "ProductCode" = "8:{1E27A7B6-8CA5-4C8E-8DC8-A354AFF221FC}" - "PackageCode" = "8:{299092F8-2E6F-441E-A71C-658E95BEF37D}" + "PackageCode" = "8:{8DB492AB-E0D5-4216-B931-8396A3E15E49}" "UpgradeCode" = "8:{AD840539-416A-4C0F-9549-8D9EE828F80B}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" - "RemovePreviousVersions" = "11:FALSE" + "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" "ProductVersion" = "8:1.0.0" - "Manufacturer" = "8:Default Company Name" + "Manufacturer" = "8:bitwarden" "ARPHELPTELEPHONE" = "8:" - "ARPHELPLINK" = "8:" - "Title" = "8:Setup" + "ARPHELPLINK" = "8:https://bitwarden.com/contact" + "Title" = "8:bitwarden Directory Connector" "Subject" = "8:" - "ARPCONTACT" = "8:Default Company Name" - "Keywords" = "8:" - "ARPCOMMENTS" = "8:" - "ARPURLINFOABOUT" = "8:" + "ARPCONTACT" = "8:8bit Solutions LLC" + "Keywords" = "8:bitwarden" + "ARPCOMMENTS" = "8:bitwarden organizations directory connector." + "ARPURLINFOABOUT" = "8:https://bitwarden.com" "ARPPRODUCTICON" = "8:" "ARPIconIndex" = "3:0" "SearchPath" = "8:"