diff --git a/.vs/Housing/DesignTimeBuild/.dtbcache.v2 b/.vs/Housing/DesignTimeBuild/.dtbcache.v2 index 164f517..2e12dbe 100644 Binary files a/.vs/Housing/DesignTimeBuild/.dtbcache.v2 and b/.vs/Housing/DesignTimeBuild/.dtbcache.v2 differ diff --git a/Database.ini b/Database.ini index 8f32133..2a8763d 100644 --- a/Database.ini +++ b/Database.ini @@ -1,8 +1,8 @@ [Database] -IP=127.0.0.1 -Database=Housing -DbId=sa -DbPw=your_password +IP=192.168.10.10,1433 +Database=NE1aW_PT_Sensor +DbId=su_user +DbPw=amotech821 Encrypt=True TrustServerCertificate=True Timeout=5 @@ -10,4 +10,4 @@ Timeout=5 [Login] Procedure=dbo.CheckOperator ProcessName=Housing -OfflinePreview=true +OfflinePreview=True diff --git a/Hardware.ini b/Hardware.ini index cafa5ef..2108712 100644 --- a/Hardware.ini +++ b/Hardware.ini @@ -25,7 +25,7 @@ RtsEnable=true Enabled=true Connection=Ni6501 PhysicalChannel=Dev1/port0/line0 -ActiveState=High +ActiveState=Low PollIntervalMilliseconds=50 TimeoutMilliseconds=30000 PostSignalDelayMilliseconds=2000 @@ -45,7 +45,7 @@ LogoutCommand=OUTP OFF, (@1);OUTP OFF, (@2) VoltageConnection=LAN VoltageResource= VoltageIdnMatch=34465A -VoltageHost=192.168.200.3 +VoltageHost=192.168.10.13 VoltagePort=5025 VoltageSetupCommand= VoltageReadCommand=MEAS:VOLT:DC? @@ -55,7 +55,7 @@ CurrentConnection=LAN CurrentResource= CurrentIdnMatch=E36233A ; Change this to the E36233A LAN IP if the instrument uses a different address. -CurrentHost=192.168.200.111 +CurrentHost=192.168.10.12 CurrentPort=5025 CurrentPortName= CurrentBaudRate=9600 diff --git a/Housing.csproj b/Housing.csproj index cf4fa0b..8f4dc2c 100644 --- a/Housing.csproj +++ b/Housing.csproj @@ -26,6 +26,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest diff --git a/Housing.sln b/Housing.sln index e143752..26e7385 100644 --- a/Housing.sln +++ b/Housing.sln @@ -5,7 +5,11 @@ VisualStudioVersion = 18.3.11520.95 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Housing", "Housing.csproj", "{7364A567-F115-4ACE-9207-C6FDEEF0A394}" EndProject -Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup1", "Setup1\Setup1.vdproj", "{F5D91FD6-F519-3AC5-2EF1-6ADD62B256F6}" +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup2", "Setup2\Setup2.vdproj", "{657E2043-FDBC-F1DC-4CD9-351906DA97D6}" +EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup0", "Setup0\Setup0.vdproj", "{D033B6A7-0F31-F7F9-F1EF-33C2D9A63ED1}" +EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{DBE9999D-346E-CA63-6964-F3B7FC1D42B4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -29,12 +33,24 @@ Global {7364A567-F115-4ACE-9207-C6FDEEF0A394}.Release|x64.Build.0 = Release|Any CPU {7364A567-F115-4ACE-9207-C6FDEEF0A394}.Release|x86.ActiveCfg = Release|Any CPU {7364A567-F115-4ACE-9207-C6FDEEF0A394}.Release|x86.Build.0 = Release|Any CPU - {F5D91FD6-F519-3AC5-2EF1-6ADD62B256F6}.Debug|Any CPU.ActiveCfg = Debug - {F5D91FD6-F519-3AC5-2EF1-6ADD62B256F6}.Debug|x64.ActiveCfg = Debug - {F5D91FD6-F519-3AC5-2EF1-6ADD62B256F6}.Debug|x86.ActiveCfg = Debug - {F5D91FD6-F519-3AC5-2EF1-6ADD62B256F6}.Release|Any CPU.ActiveCfg = Release - {F5D91FD6-F519-3AC5-2EF1-6ADD62B256F6}.Release|x64.ActiveCfg = Release - {F5D91FD6-F519-3AC5-2EF1-6ADD62B256F6}.Release|x86.ActiveCfg = Release + {657E2043-FDBC-F1DC-4CD9-351906DA97D6}.Debug|Any CPU.ActiveCfg = Debug + {657E2043-FDBC-F1DC-4CD9-351906DA97D6}.Debug|x64.ActiveCfg = Debug + {657E2043-FDBC-F1DC-4CD9-351906DA97D6}.Debug|x86.ActiveCfg = Debug + {657E2043-FDBC-F1DC-4CD9-351906DA97D6}.Release|Any CPU.ActiveCfg = Release + {657E2043-FDBC-F1DC-4CD9-351906DA97D6}.Release|x64.ActiveCfg = Release + {657E2043-FDBC-F1DC-4CD9-351906DA97D6}.Release|x86.ActiveCfg = Release + {D033B6A7-0F31-F7F9-F1EF-33C2D9A63ED1}.Debug|Any CPU.ActiveCfg = Debug + {D033B6A7-0F31-F7F9-F1EF-33C2D9A63ED1}.Debug|x64.ActiveCfg = Debug + {D033B6A7-0F31-F7F9-F1EF-33C2D9A63ED1}.Debug|x86.ActiveCfg = Debug + {D033B6A7-0F31-F7F9-F1EF-33C2D9A63ED1}.Release|Any CPU.ActiveCfg = Release + {D033B6A7-0F31-F7F9-F1EF-33C2D9A63ED1}.Release|x64.ActiveCfg = Release + {D033B6A7-0F31-F7F9-F1EF-33C2D9A63ED1}.Release|x86.ActiveCfg = Release + {DBE9999D-346E-CA63-6964-F3B7FC1D42B4}.Debug|Any CPU.ActiveCfg = Debug + {DBE9999D-346E-CA63-6964-F3B7FC1D42B4}.Debug|x64.ActiveCfg = Debug + {DBE9999D-346E-CA63-6964-F3B7FC1D42B4}.Debug|x86.ActiveCfg = Debug + {DBE9999D-346E-CA63-6964-F3B7FC1D42B4}.Release|Any CPU.ActiveCfg = Release + {DBE9999D-346E-CA63-6964-F3B7FC1D42B4}.Release|x64.ActiveCfg = Release + {DBE9999D-346E-CA63-6964-F3B7FC1D42B4}.Release|x86.ActiveCfg = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Login.zip b/Login.zip new file mode 100644 index 0000000..3c82069 Binary files /dev/null and b/Login.zip differ diff --git a/Login/StartupLoginWindow.xaml b/Login/StartupLoginWindow.xaml index 2f7b687..4ef65a8 100644 --- a/Login/StartupLoginWindow.xaml +++ b/Login/StartupLoginWindow.xaml @@ -126,6 +126,159 @@ + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -446,11 +533,11 @@ - - - - - + + + + + @@ -464,7 +551,9 @@ - + - + - + = ScannerInputMinimumLength) { BarcodeTextBox.Clear(); - ResultOutputTextBox.Text = BarcodeInvalidMessage; + SetProcessStatus("SCAN ERROR", "HmiDangerBrush"); + ShowResultStatusMessage(BarcodeInvalidMessage); FocusBarcodeInput(); } @@ -203,7 +226,8 @@ public partial class MainWindow : Window barcodeScanner?.Dispose(); _barcodeScanner?.Dispose(); _barcodeScanner = null; - ResultOutputTextBox.Text = $"{BarcodeRequiredMessage}\r\nBarcode scanner COM: {ex.Message}"; + SetProcessStatus("SCANNER ERROR", "HmiDangerBrush"); + ShowResultStatusMessage($"{BarcodeRequiredMessage}\r\nBarcode scanner COM: {ex.Message}"); } } @@ -223,7 +247,8 @@ public partial class MainWindow : Window } catch (Exception ex) { - ResultOutputTextBox.Text = $"Barcode scanner input failed: {ex.Message}"; + SetProcessStatus("SCAN ERROR", "HmiDangerBrush"); + ShowResultStatusMessage($"Barcode scanner input failed: {ex.Message}"); } }), DispatcherPriority.Input); } @@ -297,13 +322,15 @@ public partial class MainWindow : Window if (string.IsNullOrWhiteSpace(BarcodeTextBox.Text)) { - ResultOutputTextBox.Text = BarcodeRequiredMessage; + SetProcessStatus("WAITING BARCODE", "HmiAccentBrush"); + ShowResultStatusMessage(BarcodeRequiredMessage); FocusBarcodeInput(); return; } if (!TryApplyInspectionSettingsFromTextBoxes()) { + SetProcessStatus("RANGE SETTING ERROR", "HmiDangerBrush"); return; } @@ -311,6 +338,7 @@ public partial class MainWindow : Window { _isBoardTestRunning = true; SetInputEnabled(false); + SetProcessStatus("INSPECTION START", "HmiAccentBrush"); var boardSettings = BoardHardwareSettings.Load(GetHardwareIniPath()); var equipmentSettings = EquipmentMeasurementSettings.Load(GetHardwareIniPath()); @@ -319,37 +347,61 @@ public partial class MainWindow : Window var startSignalReceivedAt = await WaitForEquipmentStartSignalAsync(startSignalSettings); var measurementNotBeforeUtc = startSignalReceivedAt?.AddMilliseconds(startSignalSettings.PostSignalDelayMilliseconds); - ResultOutputTextBox.Text = + ShowResultStatusMessage( "보드 테스트 시작\r\n" + "1. 시료 연결 확인\r\n" + "2. IC_SN 읽기\r\n" + "3. CAL DEFAULT 조건 설정\r\n" + - "4. 시작 신호 기준 지연 후 계측 장비에서 V/A 읽기"; + "4. 시작 신호 기준 지연 후 계측 장비에서 V/A 읽기"); var service = new BoardTestService(boardSettings, equipmentSettings); - string? dbHeaderSaveError = null; + SetProcessStatus("BOARD TEST", "HmiWarningBrush"); var measurement = await service.RunAsync( - async icSn => + icSn => { IcSnOutputTextBox.Text = icSn; - dbHeaderSaveError = await SaveHeaderStatusAsync(icSn); + SetProcessStatus("IC_SN READ", "HmiAccentBrush"); + return Task.CompletedTask; }, measurementNotBeforeUtc); + SetProcessStatus("MEASUREMENT DONE", "HmiAccentBrush"); IcSnOutputTextBox.Text = measurement.IcSn; _lastMeasuredVoltage = measurement.Voltage; VOutputTextBox.Text = FormatDecimal(measurement.Voltage); AOutputTextBox.Text = FormatCurrent(measurement.Current); - var resultCode = _inspectionSettings.IsPass(measurement.Voltage, measurement.Current) ? "OK" : "NG"; - ResultOutputTextBox.Text = resultCode; + var voltagePass = IsVoltagePass(measurement.Voltage); + var currentPass = IsCurrentPass(measurement.Current); + var inspectionPass = voltagePass && currentPass; + ApplyMeasurementOutputState(VOutputTextBox, voltagePass); + ApplyMeasurementOutputState(AOutputTextBox, currentPass); + ShowInspectionResult(inspectionPass); + var resultCode = inspectionPass ? "OK" : "NG"; + SetProcessStatus("DB SAVING", "HmiWarningBrush"); var dbMeasurementSaveError = await SaveMeasurementStatusAsync(resultCode); - ResultOutputTextBox.Text = $"{resultCode}\r\n{BuildDbSaveMessage(dbHeaderSaveError, dbMeasurementSaveError)}"; + if (!string.IsNullOrWhiteSpace(dbMeasurementSaveError)) + { + SetProcessStatus("DB SAVE ERROR", "HmiDangerBrush"); + MessageBox.Show(this, $"DB 저장 실패: {dbMeasurementSaveError}", "DB", MessageBoxButton.OK, MessageBoxImage.Warning); + } + else + { + SetProcessStatus(inspectionPass ? "COMPLETE OK" : "COMPLETE NG", inspectionPass ? "HmiRunBrush" : "HmiDangerBrush"); + } + + if (!inspectionPass) + { + ShowInspectionFailurePopup(measurement.Voltage, measurement.Current, voltagePass, currentPass); + } + + ClearTraceabilityForNextScan(); } catch (Exception ex) { - ResultOutputTextBox.Text = $"보드 테스트 실패: {ex.Message}"; + SetProcessStatus("ERROR", "HmiDangerBrush"); + ShowResultStatusMessage($"보드 테스트 실패: {ex.Message}"); } finally { @@ -366,23 +418,26 @@ public partial class MainWindow : Window return null; } - ResultOutputTextBox.Text = + SetProcessStatus("WAIT START SIGNAL", "HmiWarningBrush"); + ShowResultStatusMessage( "장비 시작 신호 대기\r\n" + $"{StartSignalWatcher.Describe(settings)}\r\n" + - "시료를 넣고 Housing 장비 시작 버튼을 눌러주세요."; + "시료를 넣고 Housing 장비 시작 버튼을 눌러주세요."); await StartSignalWatcher.WaitForStartAsync(settings); var receivedAt = DateTime.UtcNow; if (settings.PostSignalDelayMilliseconds <= 0) { - ResultOutputTextBox.Text = "장비 시작 신호 수신 완료"; + SetProcessStatus("START SIGNAL", "HmiRunBrush"); + ShowResultStatusMessage("장비 시작 신호 수신 완료"); return receivedAt; } - ResultOutputTextBox.Text = + SetProcessStatus("START DELAY", "HmiWarningBrush"); + ShowResultStatusMessage( "장비 시작 신호 수신 완료\r\n" + - $"전압 측정은 신호 수신 후 {settings.PostSignalDelayMilliseconds / 1000.0:0.###}초 이후 시작합니다."; + $"전압 측정은 신호 수신 후 {settings.PostSignalDelayMilliseconds / 1000.0:0.###}초 이후 시작합니다."); return receivedAt; } @@ -447,12 +502,14 @@ public partial class MainWindow : Window private void ResetScreen() { - BarcodeTextBox.Clear(); - IcSnOutputTextBox.Clear(); + ClearTraceabilityForNextScan(); _lastMeasuredVoltage = null; VOutputTextBox.Text = DefaultOutputValue; AOutputTextBox.Text = FormatCurrent(0m); - ResultOutputTextBox.Text = BarcodeRequiredMessage; + ClearOutputState(VOutputTextBox); + ClearOutputState(AOutputTextBox); + SetProcessStatus("WAITING BARCODE", "HmiAccentBrush"); + ShowResultStatusMessage(BarcodeRequiredMessage); FocusBarcodeInput(); } @@ -476,20 +533,167 @@ public partial class MainWindow : Window }), DispatcherPriority.Input); } - private async Task SaveHeaderStatusAsync(string icSn) + private void SetProcessStatus(string status, string brushResourceKey) { - try + var brush = (Brush)FindResource(brushResourceKey); + CurrentProcessTextBlock.Text = status; + CurrentProcessTextBlock.Foreground = brush; + HighlightProcessStep(GetProcessStep(status), brush); + } + + private ProcessStep GetProcessStep(string status) + { + return status switch { - var repository = new HousingAssemblyRepository(DatabaseSettings.Load(GetDatabaseIniPath())); - var record = CreateHeaderRecord(icSn); - await repository.UpsertHeaderAsync(record); + "WAIT START SIGNAL" or + "START SIGNAL" or + "START DELAY" or + "INSPECTION START" => ProcessStep.Start, - return null; + "BOARD TEST" or + "RANGE SETTING ERROR" => ProcessStep.Board, + + "IC_SN READ" => ProcessStep.IcSn, + + "MEASUREMENT DONE" => ProcessStep.Measure, + + "DB SAVING" or + "DB SAVE ERROR" => ProcessStep.Db, + + "COMPLETE OK" or + "COMPLETE NG" or + "ERROR" => ProcessStep.Result, + + _ => ProcessStep.Barcode + }; + } + + private void HighlightProcessStep(ProcessStep activeStep, Brush activeBrush) + { + var inactiveBrush = (Brush)FindResource("ProcessStepInactiveBrush"); + var activeBackground = (Brush)FindResource("ProcessStepActiveBackgroundBrush"); + var inactiveBackground = (Brush)new BrushConverter().ConvertFromString("#0B161F")!; + var activeTextBrush = (Brush)FindResource("HmiTextBrush"); + var inactiveTextBrush = (Brush)FindResource("HmiMutedTextBrush"); + + foreach (var (step, border) in GetProcessStepBorders()) + { + var isActive = step == activeStep; + border.BorderBrush = isActive ? activeBrush : inactiveBrush; + border.BorderThickness = isActive ? new Thickness(2) : new Thickness(1); + border.Background = isActive ? activeBackground : inactiveBackground; + + if (border.Child is TextBlock textBlock) + { + textBlock.Foreground = isActive ? activeTextBrush : inactiveTextBrush; + } } - catch (Exception ex) + } + + private IEnumerable<(ProcessStep Step, Border Border)> GetProcessStepBorders() + { + yield return (ProcessStep.Barcode, ProcessStepBarcodeBorder); + yield return (ProcessStep.Start, ProcessStepStartBorder); + yield return (ProcessStep.Board, ProcessStepBoardBorder); + yield return (ProcessStep.IcSn, ProcessStepIcSnBorder); + yield return (ProcessStep.Measure, ProcessStepMeasureBorder); + yield return (ProcessStep.Db, ProcessStepDbBorder); + yield return (ProcessStep.Result, ProcessStepResultBorder); + } + + private void ShowResultStatusMessage(string message) + { + ResultOutputTextBox.FontSize = ResultStatusFontSize; + ResultOutputTextBox.FontWeight = FontWeights.SemiBold; + ResultOutputTextBox.TextWrapping = TextWrapping.Wrap; + ClearOutputState(ResultOutputTextBox); + ResultOutputTextBox.Text = message; + } + + private void ShowInspectionResult(bool isPass) + { + ResultOutputTextBox.FontSize = InspectionResultFontSize; + ResultOutputTextBox.FontWeight = FontWeights.Black; + ResultOutputTextBox.TextWrapping = TextWrapping.NoWrap; + ResultOutputTextBox.Text = isPass ? "OK" : "NG"; + ApplyMeasurementOutputState(ResultOutputTextBox, isPass); + } + + private void ApplyMeasurementOutputState(TextBox textBox, bool isPass) + { + var brush = GetJudgementBrush(isPass); + textBox.Foreground = brush; + textBox.BorderBrush = brush; + } + + private void ClearOutputState(TextBox textBox) + { + textBox.ClearValue(Control.ForegroundProperty); + textBox.ClearValue(Control.BorderBrushProperty); + } + + private Brush GetJudgementBrush(bool isPass) + { + return (Brush)FindResource(isPass ? "HmiRunBrush" : "HmiDangerBrush"); + } + + private bool IsVoltagePass(decimal voltage) + { + return voltage >= _inspectionSettings.VMin && + voltage <= _inspectionSettings.VMax; + } + + private bool IsCurrentPass(decimal current) + { + return current >= _inspectionSettings.AMin && + current <= _inspectionSettings.AMax; + } + + private void ShowInspectionFailurePopup( + decimal voltage, + decimal current, + bool voltagePass, + bool currentPass) + { + var messages = new List(); + if (!voltagePass) { - return ex.Message; + messages.Add( + $"PT_VOL_1: {FormatDecimal(voltage)} V (기준 {FormatDecimal(_inspectionSettings.VMin)} ~ {FormatDecimal(_inspectionSettings.VMax)} V)"); } + + if (!currentPass) + { + messages.Add( + $"PT_CURRENT_1: {FormatCurrent(current)} mA (기준 {FormatCurrentLimit(_inspectionSettings.AMin)} ~ {FormatCurrentLimit(_inspectionSettings.AMax)} mA)"); + } + + var detail = messages.Count == 0 + ? "알 수 없는 판정 오류입니다." + : string.Join("\r\n", messages); + + MessageBox.Show( + this, + $"NG 판정입니다.\r\n\r\n{detail}", + "Inspection NG", + MessageBoxButton.OK, + MessageBoxImage.Warning); + } + + private void ClearTraceabilityForNextScan() + { + _suppressBarcodeStatusUpdate = true; + try + { + BarcodeTextBox.Clear(); + IcSnOutputTextBox.Clear(); + } + finally + { + _suppressBarcodeStatusUpdate = false; + } + + ClearPendingScannerInput(); } private async Task SaveMeasurementStatusAsync(string resultCode) @@ -498,7 +702,7 @@ public partial class MainWindow : Window { var repository = new HousingAssemblyRepository(DatabaseSettings.Load(GetDatabaseIniPath())); var record = CreateMeasurementRecord(resultCode); - await repository.UpdateMeasurementAsync(record); + await repository.UpsertInspectionAsync(record); return null; } @@ -508,22 +712,6 @@ public partial class MainWindow : Window } } - private static string BuildDbSaveMessage(params string?[] errors) - { - var failureMessages = new List(); - foreach (var error in errors) - { - if (!string.IsNullOrWhiteSpace(error)) - { - failureMessages.Add(error); - } - } - - return failureMessages.Count == 0 - ? "DB 저장 완료" - : $"DB 저장 실패 ({string.Join("; ", failureMessages)})"; - } - private HousingAssemblyRecord CreateHeaderRecord(string icSn) { var barcode = BarcodeTextBox.Text.Trim(); @@ -537,7 +725,7 @@ public partial class MainWindow : Window Variant1 = _loginResult.Variant1, Variant2 = _loginResult.Variant2, Operator = _loginResult.Operator, - ProductionDate = DateTime.Now, + ProductionDate = GetProductionDateSecond(), Line = _loginResult.LineNo, LotNo = _loginResult.LotNo, JigNo = _loginResult.JigNo @@ -559,16 +747,27 @@ public partial class MainWindow : Window { IcSn = icSn, PcbBarcode = barcode, + Maker = _loginResult.Maker, + Model = _loginResult.Model, + Variant1 = _loginResult.Variant1, + Variant2 = _loginResult.Variant2, + Operator = _loginResult.Operator, + ProductionDate = GetProductionDateSecond(), + Line = _loginResult.LineNo, + LotNo = _loginResult.LotNo, + JigNo = _loginResult.JigNo, PtVol1 = _lastMeasuredVoltage ?? ParseDecimal(VOutputTextBox.Text), PtCurrent1 = ParseDecimal(AOutputTextBox.Text), - Result = resultCode, - Spare1 = null, - Spare2 = null, - Spare3 = null, - Spare4 = null + Result = resultCode }; } + private static DateTime GetProductionDateSecond() + { + var now = DateTime.Now; + return new DateTime(now.Year, now.Month, now.Day, now.Hour, now.Minute, now.Second); + } + private void ApplyInspectionSettingsToTextBoxes() { VMinTextBox.Text = FormatDecimal(_inspectionSettings.VMin); @@ -708,6 +907,26 @@ public partial class MainWindow : Window private static string GetInspectionSettingsIniPath() { - return Path.Combine(AppContext.BaseDirectory, "InspectionSettings.ini"); + return GetWritableSettingsPath("InspectionSettings.ini"); + } + + private static string GetWritableSettingsPath(string fileName) + { + var settingsDirectory = Path.Combine( + Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), + "AMO Housing"); + Directory.CreateDirectory(settingsDirectory); + + var writablePath = Path.Combine(settingsDirectory, fileName); + if (!File.Exists(writablePath)) + { + var bundledPath = Path.Combine(AppContext.BaseDirectory, fileName); + if (File.Exists(bundledPath)) + { + File.Copy(bundledPath, writablePath); + } + } + + return writablePath; } } diff --git a/Models/HousingAssemblyRecord.cs b/Models/HousingAssemblyRecord.cs index e4e3ded..5b6ed29 100644 --- a/Models/HousingAssemblyRecord.cs +++ b/Models/HousingAssemblyRecord.cs @@ -18,8 +18,4 @@ public sealed class HousingAssemblyRecord public decimal PtVol1 { get; set; } public decimal PtCurrent1 { get; set; } public string Result { get; set; } = string.Empty; - public string? Spare1 { get; set; } - public string? Spare2 { get; set; } - public string? Spare3 { get; set; } - public string? Spare4 { get; set; } } diff --git a/Services/HousingAssemblyRepository.cs b/Services/HousingAssemblyRepository.cs index f46c4c6..5b9cea8 100644 --- a/Services/HousingAssemblyRepository.cs +++ b/Services/HousingAssemblyRepository.cs @@ -52,8 +52,8 @@ VALUES AddNVarChar(command, "@PCB_Barcode", 50, record.PcbBarcode); AddNVarChar(command, "@Maker", 10, record.Maker); AddNVarChar(command, "@Model", 10, record.Model); - AddNVarChar(command, "@Variant_1", 10, record.Variant1); - AddNVarChar(command, "@Variant_2", 10, record.Variant2); + AddNullableNVarChar(command, "@Variant_1", 10, record.Variant1); + AddNullableNVarChar(command, "@Variant_2", 10, record.Variant2); AddNVarChar(command, "@Operator", 10, record.Operator); command.Parameters.Add(new SqlParameter("@Production_Date", SqlDbType.DateTime2) { Value = record.ProductionDate }); AddNVarChar(command, "@Line", 5, record.Line); @@ -127,8 +127,8 @@ COMMIT TRANSACTION;"; AddNVarChar(command, "@PCB_Barcode", 50, record.PcbBarcode); AddNVarChar(command, "@Maker", 10, record.Maker); AddNVarChar(command, "@Model", 10, record.Model); - AddNVarChar(command, "@Variant_1", 10, record.Variant1); - AddNVarChar(command, "@Variant_2", 10, record.Variant2); + AddNullableNVarChar(command, "@Variant_1", 10, record.Variant1); + AddNullableNVarChar(command, "@Variant_2", 10, record.Variant2); AddNVarChar(command, "@Operator", 10, record.Operator); command.Parameters.Add(new SqlParameter("@Production_Date", SqlDbType.DateTime2) { Value = record.ProductionDate }); AddNVarChar(command, "@Line", 5, record.Line); @@ -149,11 +149,7 @@ UPDATE dbo.Housing_Assembly SET [PT_Vol_1] = @PT_Vol_1, [PT_Current_1] = @PT_Current_1, - [Result] = @Result, - [Spare_1] = @Spare_1, - [Spare_2] = @Spare_2, - [Spare_3] = @Spare_3, - [Spare_4] = @Spare_4 + [Result] = @Result WHERE [IC_SN] = @IC_SN;"; @@ -161,10 +157,6 @@ WHERE AddDecimal(command, "@PT_Vol_1", record.PtVol1); AddDecimal(command, "@PT_Current_1", record.PtCurrent1); AddNVarChar(command, "@Result", 5, record.Result); - AddNullableNVarChar(command, "@Spare_1", 30, record.Spare1); - AddNullableNVarChar(command, "@Spare_2", 30, record.Spare2); - AddNullableNVarChar(command, "@Spare_3", 30, record.Spare3); - AddNullableNVarChar(command, "@Spare_4", 30, record.Spare4); await connection.OpenAsync(); var affectedRows = await command.ExecuteNonQueryAsync(); @@ -174,10 +166,101 @@ WHERE } } + public async Task UpsertInspectionAsync(HousingAssemblyRecord record) + { + if (string.IsNullOrWhiteSpace(record.Result)) + { + throw new InvalidOperationException("DB result value is required."); + } + + using var connection = new SqlConnection(CreateConnectionString()); + using var command = connection.CreateCommand(); + + command.CommandText = @" +SET XACT_ABORT ON; + +BEGIN TRANSACTION; + +UPDATE dbo.Housing_Assembly WITH (UPDLOCK, HOLDLOCK) +SET + [PCB_Barcode] = @PCB_Barcode, + [Maker] = @Maker, + [Model] = @Model, + [Variant_1] = @Variant_1, + [Variant_2] = @Variant_2, + [Operator] = @Operator, + [Production_Date] = @Production_Date, + [Line] = @Line, + [Lot_No] = @Lot_No, + [Jig_No] = @Jig_No, + [PT_Vol_1] = @PT_Vol_1, + [PT_Current_1] = @PT_Current_1, + [Result] = @Result +WHERE + [IC_SN] = @IC_SN; + +IF @@ROWCOUNT = 0 +BEGIN + INSERT INTO dbo.Housing_Assembly + ( + [IC_SN], + [PCB_Barcode], + [Maker], + [Model], + [Variant_1], + [Variant_2], + [Operator], + [Production_Date], + [Line], + [Lot_No], + [Jig_No], + [PT_Vol_1], + [PT_Current_1], + [Result] + ) + VALUES + ( + @IC_SN, + @PCB_Barcode, + @Maker, + @Model, + @Variant_1, + @Variant_2, + @Operator, + @Production_Date, + @Line, + @Lot_No, + @Jig_No, + @PT_Vol_1, + @PT_Current_1, + @Result + ); +END; + +COMMIT TRANSACTION;"; + + AddNVarChar(command, "@IC_SN", 50, record.IcSn); + AddNVarChar(command, "@PCB_Barcode", 50, record.PcbBarcode); + AddNVarChar(command, "@Maker", 10, record.Maker); + AddNVarChar(command, "@Model", 10, record.Model); + AddNullableNVarChar(command, "@Variant_1", 10, record.Variant1); + AddNullableNVarChar(command, "@Variant_2", 10, record.Variant2); + AddNVarChar(command, "@Operator", 10, record.Operator); + command.Parameters.Add(new SqlParameter("@Production_Date", SqlDbType.DateTime2) { Value = record.ProductionDate }); + AddNVarChar(command, "@Line", 5, record.Line); + AddNVarChar(command, "@Lot_No", 8, record.LotNo); + AddNVarChar(command, "@Jig_No", 10, record.JigNo); + AddDecimal(command, "@PT_Vol_1", record.PtVol1); + AddDecimal(command, "@PT_Current_1", record.PtCurrent1); + AddNVarChar(command, "@Result", 5, record.Result); + + await connection.OpenAsync(); + await command.ExecuteNonQueryAsync(); + } + public async Task InsertAsync(HousingAssemblyRecord record) { - await UpsertHeaderAsync(record); - await UpdateMeasurementAsync(record); + await UpsertInspectionAsync(record); } private string CreateConnectionString() diff --git a/Services/LoginSelectionOptions.cs b/Services/LoginSelectionOptions.cs new file mode 100644 index 0000000..b1d4bc9 --- /dev/null +++ b/Services/LoginSelectionOptions.cs @@ -0,0 +1,174 @@ +using System.IO; +using System.Text.Json; + +namespace Housing.Services; + +public sealed class LoginSelectionOptions +{ + private const string DefaultContent = """ +{ + "loginAccounts": [ + { + "id": "su", + "password": "su" + } + ], + "makers": [ + "AMO", + "ABC" + ], + "models": [ + "MODEL-1" + ], + "variant1Values": [], + "variant2Values": [], + "lineValues": [ + "LINE-1" + ], + "jigNoValues": [ + "JIG-1" + ] +} +"""; + + public IReadOnlyList Makers { get; init; } = Array.Empty(); + public IReadOnlyList Models { get; init; } = Array.Empty(); + public IReadOnlyList Variant1Values { get; init; } = Array.Empty(); + public IReadOnlyList Variant2Values { get; init; } = Array.Empty(); + public IReadOnlyList LineValues { get; init; } = Array.Empty(); + public IReadOnlyList JigNoValues { get; init; } = Array.Empty(); + public IReadOnlyList LoginAccounts { get; init; } = Array.Empty(); + + public static LoginSelectionOptions Load(string filePath) + { + EnsureFileExists(filePath); + + try + { + var json = File.ReadAllText(filePath); + var data = JsonSerializer.Deserialize( + json, + new JsonSerializerOptions { PropertyNameCaseInsensitive = true }) ?? new LoginSelectionOptionsData(); + + return new LoginSelectionOptions + { + LoginAccounts = NormalizeLoginAccounts(data.LoginAccounts), + Makers = NormalizeValues(data.Makers), + Models = NormalizeValues(data.Models), + Variant1Values = NormalizeValues(data.Variant1Values, includeBlank: true), + Variant2Values = NormalizeValues(data.Variant2Values, includeBlank: true), + LineValues = NormalizeValues(data.LineValues), + JigNoValues = NormalizeValues(data.JigNoValues) + }; + } + catch + { + return new LoginSelectionOptions + { + Variant1Values = new[] { string.Empty }, + Variant2Values = new[] { string.Empty } + }; + } + } + + public static void CreateDefaultFile(string filePath) + { + var directory = Path.GetDirectoryName(filePath); + if (!string.IsNullOrWhiteSpace(directory)) + { + Directory.CreateDirectory(directory); + } + + File.WriteAllText(filePath, DefaultContent); + } + + private static void EnsureFileExists(string filePath) + { + if (File.Exists(filePath)) + { + return; + } + + CreateDefaultFile(filePath); + } + + private static IReadOnlyList NormalizeValues( + IReadOnlyList? source, + bool includeBlank = false) + { + var values = new List(); + if (includeBlank) + { + values.Add(string.Empty); + } + + if (source is null) + { + return values; + } + + foreach (var rawValue in source) + { + var value = rawValue.Trim(); + if (string.IsNullOrWhiteSpace(value)) + { + continue; + } + + if (!values.Any(existing => string.Equals(existing, value, StringComparison.OrdinalIgnoreCase))) + { + values.Add(value); + } + } + + return values; + } + + private static IReadOnlyList NormalizeLoginAccounts( + IReadOnlyList? source) + { + if (source is null) + { + return Array.Empty(); + } + + var accounts = new List(); + foreach (var account in source) + { + var id = account.Id?.Trim() ?? string.Empty; + var password = account.Password ?? string.Empty; + if (string.IsNullOrWhiteSpace(id) || string.IsNullOrWhiteSpace(password)) + { + continue; + } + + if (accounts.Any(existing => string.Equals(existing.Id, id, StringComparison.OrdinalIgnoreCase))) + { + continue; + } + + accounts.Add(new LoginAccountOption(id, password)); + } + + return accounts; + } + + private sealed class LoginSelectionOptionsData + { + public List? LoginAccounts { get; set; } + public List? Makers { get; set; } + public List? Models { get; set; } + public List? Variant1Values { get; set; } + public List? Variant2Values { get; set; } + public List? LineValues { get; set; } + public List? JigNoValues { get; set; } + } + + private sealed class LoginAccountOptionData + { + public string? Id { get; set; } + public string? Password { get; set; } + } +} + +public sealed record LoginAccountOption(string Id, string Password); diff --git a/Setup/Release (2).zip b/Setup/Release (2).zip new file mode 100644 index 0000000..31dd2a3 Binary files /dev/null and b/Setup/Release (2).zip differ diff --git a/Setup/Release (3).zip b/Setup/Release (3).zip new file mode 100644 index 0000000..243a742 Binary files /dev/null and b/Setup/Release (3).zip differ diff --git a/Setup/Release.zip b/Setup/Release.zip new file mode 100644 index 0000000..8ea0e79 Binary files /dev/null and b/Setup/Release.zip differ diff --git a/Setup/Release/Setup.msi b/Setup/Release/Setup.msi new file mode 100644 index 0000000..a4a30a7 Binary files /dev/null and b/Setup/Release/Setup.msi differ diff --git a/Setup/Release/setup.exe b/Setup/Release/setup.exe new file mode 100644 index 0000000..f96bcb0 Binary files /dev/null and b/Setup/Release/setup.exe differ diff --git a/Setup/Setup.vdproj b/Setup/Setup.vdproj new file mode 100644 index 0000000..d01cf9b --- /dev/null +++ b/Setup/Setup.vdproj @@ -0,0 +1,733 @@ +"DeployProject" +{ +"VSVersion" = "3:800" +"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" +"IsWebType" = "8:FALSE" +"ProjectName" = "8:Setup" +"LanguageId" = "3:1042" +"CodePage" = "3:949" +"UILanguageId" = "3:1042" +"SccProjectName" = "8:" +"SccLocalPath" = "8:" +"SccAuxPath" = "8:" +"SccProvider" = "8:" + "Hierarchy" + { + "Entry" + { + "MsmKey" = "8:_B05EA6D34BC647ADBF218BE1B8FCDE4D" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E2F37A4BC6354FB28BFCC9A4786246D0" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + } + "Configurations" + { + "Debug" + { + "DisplayName" = "8:Debug" + "IsDebugOnly" = "11:TRUE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:Debug\\Setup.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + } + "Release" + { + "DisplayName" = "8:Release" + "IsDebugOnly" = "11:FALSE" + "IsReleaseOnly" = "11:TRUE" + "OutputFilename" = "8:Release\\Setup.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + } + } + "Deployable" + { + "CustomAction" + { + } + "DefaultFeature" + { + "Name" = "8:DefaultFeature" + "Title" = "8:" + "Description" = "8:" + } + "ExternalPersistence" + { + "LaunchCondition" + { + "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_1EA44D4AD7B64DECBEC398188D1A8E86" + { + "Name" = "8:.NET Core" + "Message" = "8:[VSDNETCOREMSG]" + "AllowLaterVersions" = "11:FALSE" + "InstallUrl" = "8:https://dotnet.microsoft.com/download/dotnet-core/[NetCoreVerMajorDotMinor]" + "IsNETCore" = "11:TRUE" + "Architecture" = "2:0" + "Runtime" = "2:0" + } + } + } + "File" + { + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E2F37A4BC6354FB28BFCC9A4786246D0" + { + "SourcePath" = "8:..\\Resources\\Housing_voltage_current_icon_msi_noborder.ico" + "TargetName" = "8:Housing_voltage_current_icon_msi_noborder.ico" + "Tag" = "8:" + "Folder" = "8:_D1B18B734F744E38AAC1B814D1609120" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + } + "FileType" + { + } + "Folder" + { + "{1525181F-901A-416C-8A58-119130FE478E}:_7AA32E0E3C454FC5AE5D2F20D5E9A9BE" + { + "Name" = "8:#1919" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:ProgramMenuFolder" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_AB97DCF656734884A73E483FB1F98088" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { + } + } + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_D1B18B734F744E38AAC1B814D1609120" + { + "DefaultLocation" = "8:[ProgramFiles64Folder][Manufacturer]\\[ProductName]" + "Name" = "8:#1925" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:TARGETDIR" + "Folders" + { + } + } + } + "LaunchCondition" + { + } + "Locator" + { + } + "MsiBootstrapper" + { + "LangId" = "3:1042" + "RequiresElevation" = "11:FALSE" + } + "Product" + { + "Name" = "8:Microsoft Visual Studio" + "ProductName" = "8:Setup" + "ProductCode" = "8:{59CFE036-FC7A-432D-88B0-DE253B9D4022}" + "PackageCode" = "8:{D60BF56F-7CF2-4A4F-87FE-0BB29FB58ECC}" + "UpgradeCode" = "8:{65BCDEBD-E3E8-40A9-A181-EA41129C1134}" + "AspNetVersion" = "8:" + "RestartWWWService" = "11:FALSE" + "RemovePreviousVersions" = "11:FALSE" + "DetectNewerInstalledVersion" = "11:TRUE" + "InstallAllUsers" = "11:FALSE" + "ProductVersion" = "8:1.0.0" + "Manufacturer" = "8:temp" + "ARPHELPTELEPHONE" = "8:" + "ARPHELPLINK" = "8:" + "Title" = "8:Setup" + "Subject" = "8:" + "ARPCONTACT" = "8:temp" + "Keywords" = "8:" + "ARPCOMMENTS" = "8:" + "ARPURLINFOABOUT" = "8:" + "ARPPRODUCTICON" = "8:" + "ARPIconIndex" = "3:0" + "SearchPath" = "8:" + "UseSystemSearchPath" = "11:TRUE" + "TargetPlatform" = "3:1" + "PreBuildEvent" = "8:" + "PostBuildEvent" = "8:" + "RunPostBuildEvent" = "3:0" + } + "Registry" + { + "HKLM" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_EE45E62DF5B84D4A93E5255661DB5D0E" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_D4657C5E58B84999857BFBADE1752F69" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCU" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_48E03E6D1A3F416BB3747EF1B122433D" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_5F1C850494C2414598950A3C6B9B16B8" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCR" + { + "Keys" + { + } + } + "HKU" + { + "Keys" + { + } + } + "HKPU" + { + "Keys" + { + } + } + } + "Sequences" + { + } + "Shortcut" + { + "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_FDF6144C1D234CE7AA0AE2D35F31D2A7" + { + "Name" = "8:Housing" + "Arguments" = "8:" + "Description" = "8:" + "ShowCmd" = "3:1" + "IconIndex" = "3:0" + "Transitive" = "11:FALSE" + "Target" = "8:_B05EA6D34BC647ADBF218BE1B8FCDE4D" + "Folder" = "8:_AB97DCF656734884A73E483FB1F98088" + "WorkingFolder" = "8:_D1B18B734F744E38AAC1B814D1609120" + "Icon" = "8:_E2F37A4BC6354FB28BFCC9A4786246D0" + "Feature" = "8:" + } + } + "UserInterface" + { + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_2CE267B0AF6D4709AC2464E025F6D332" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_52CE5C290ADF4814A6DC85143B2E6689" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdUserInterface.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_5627981C096E45A29905FC82514AC401" + { + "Name" = "8:#1901" + "Sequence" = "3:1" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_E4E1E3479A6140B19497DA05ACC9EF64" + { + "Sequence" = "3:100" + "DisplayName" = "8:진행률" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_686E2C35485646398A6B2D9F70EA18ED" + { + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_54A9BE10EBC54476A2F5615C385EB1F2" + { + "Sequence" = "3:100" + "DisplayName" = "8:마침" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "UpdateText" + { + "Name" = "8:UpdateText" + "DisplayName" = "8:#1058" + "Description" = "8:#1158" + "Type" = "3:15" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1258" + "DefaultValue" = "8:#1258" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_7EE41D7AF3BA4607BA0E7CACF93E4EC7" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_6FB8A21AAC2E4784989448AA82667ACC" + { + "Sequence" = "3:100" + "DisplayName" = "8:환영" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_73318FE50646462C9CBC5BF7BA540039" + { + "Sequence" = "3:200" + "DisplayName" = "8:설치 폴더" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_E99396E69C664EFC946B8ECD2FB6F6F6" + { + "Sequence" = "3:300" + "DisplayName" = "8:설치 확인" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_B25DC8F29DE9440FBE4BD4CAA9767FD5" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_9C8888B785AA4761BF124F8606D31E6C" + { + "Sequence" = "3:100" + "DisplayName" = "8:진행률" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_D0A972F52A4A4DE8933FA8538FA5DC4B" + { + "Name" = "8:#1902" + "Sequence" = "3:2" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_1C340B9D1004471B925E3D52F341771A" + { + "Sequence" = "3:100" + "DisplayName" = "8:마침" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_EC390C86553A4343B0B40839C1787ED1" + { + "Name" = "8:#1900" + "Sequence" = "3:1" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_038130C95F4C4D1E9488A9C607D2CCE0" + { + "Sequence" = "3:300" + "DisplayName" = "8:설치 확인" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_266A6388DE9E414892BAFF9C9D7BFB0E" + { + "Sequence" = "3:200" + "DisplayName" = "8:설치 폴더" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "InstallAllUsersVisible" + { + "Name" = "8:InstallAllUsersVisible" + "DisplayName" = "8:#1059" + "Description" = "8:#1159" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_F33F56913EA4489584DD5B4324093F32" + { + "Sequence" = "3:100" + "DisplayName" = "8:환영" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + } + "MergeModule" + { + } + "ProjectOutput" + { + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_B05EA6D34BC647ADBF218BE1B8FCDE4D" + { + "SourcePath" = "8:..\\obj\\Release\\net9.0-windows\\apphost.exe" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_D1B18B734F744E38AAC1B814D1609120" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:PublishItemsOutputGroup" + "OutputProjectGuid" = "8:{7364A567-F115-4ACE-9207-C6FDEEF0A394}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + } + } +} diff --git a/Setup0/Release/Setup0.msi b/Setup0/Release/Setup0.msi new file mode 100644 index 0000000..3c68a19 Binary files /dev/null and b/Setup0/Release/Setup0.msi differ diff --git a/Setup1/Release/setup.exe b/Setup0/Release/setup.exe similarity index 99% rename from Setup1/Release/setup.exe rename to Setup0/Release/setup.exe index 7fc3538..0472e8e 100644 Binary files a/Setup1/Release/setup.exe and b/Setup0/Release/setup.exe differ diff --git a/Setup0/Setup0.vdproj b/Setup0/Setup0.vdproj new file mode 100644 index 0000000..4daeb3b --- /dev/null +++ b/Setup0/Setup0.vdproj @@ -0,0 +1,749 @@ +"DeployProject" +{ +"VSVersion" = "3:800" +"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" +"IsWebType" = "8:FALSE" +"ProjectName" = "8:Setup0" +"LanguageId" = "3:1042" +"CodePage" = "3:949" +"UILanguageId" = "3:1042" +"SccProjectName" = "8:" +"SccLocalPath" = "8:" +"SccAuxPath" = "8:" +"SccProvider" = "8:" + "Hierarchy" + { + "Entry" + { + "MsmKey" = "8:_0356B9E189FC48958DB6A71E03326AF3" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8F52211F237449009A75530A338B4CB0" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + } + "Configurations" + { + "Debug" + { + "DisplayName" = "8:Debug" + "IsDebugOnly" = "11:TRUE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:Debug\\Setup0.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + } + "Release" + { + "DisplayName" = "8:Release" + "IsDebugOnly" = "11:FALSE" + "IsReleaseOnly" = "11:TRUE" + "OutputFilename" = "8:Release\\Setup0.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" + { + "Enabled" = "11:TRUE" + "PromptEnabled" = "11:TRUE" + "PrerequisitesLocation" = "2:1" + "Url" = "8:" + "ComponentsUrl" = "8:" + "Items" + { + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.DesktopRuntime.9.0.x64" + { + "Name" = "8:.NET 데스크톱 런타임 9.0.17 (x64)" + "ProductCode" = "8:Microsoft.NetCore.DesktopRuntime.9.0.x64" + } + } + } + } + } + "Deployable" + { + "CustomAction" + { + } + "DefaultFeature" + { + "Name" = "8:DefaultFeature" + "Title" = "8:" + "Description" = "8:" + } + "ExternalPersistence" + { + "LaunchCondition" + { + "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_F3D35B98B3DB4A58B0692C9FD539F0A0" + { + "Name" = "8:.NET Core" + "Message" = "8:[VSDNETCOREMSG]" + "AllowLaterVersions" = "11:FALSE" + "InstallUrl" = "8:https://dotnet.microsoft.com/download/dotnet-core/[NetCoreVerMajorDotMinor]" + "IsNETCore" = "11:TRUE" + "Architecture" = "2:0" + "Runtime" = "2:0" + } + } + } + "File" + { + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_8F52211F237449009A75530A338B4CB0" + { + "SourcePath" = "8:..\\Resources\\Housing_voltage_current_icon_msi_noborder.ico" + "TargetName" = "8:Housing_voltage_current_icon_msi_noborder.ico" + "Tag" = "8:" + "Folder" = "8:_013D33A454C9466FB82296324DBB53B8" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + } + "FileType" + { + } + "Folder" + { + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_013D33A454C9466FB82296324DBB53B8" + { + "DefaultLocation" = "8:[ProgramFiles64Folder][Manufacturer]\\[ProductName]" + "Name" = "8:#1925" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:TARGETDIR" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_091DD05DD8644FA1BA44E2300981BE58" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_26C078B1B70540838549456AC7CE8155" + { + "Name" = "8:#1919" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:ProgramMenuFolder" + "Folders" + { + } + } + } + "LaunchCondition" + { + } + "Locator" + { + } + "MsiBootstrapper" + { + "LangId" = "3:1042" + "RequiresElevation" = "11:FALSE" + } + "Product" + { + "Name" = "8:Microsoft Visual Studio" + "ProductName" = "8:Setup0" + "ProductCode" = "8:{60609614-BCCD-43FB-8C48-9BADBB63C426}" + "PackageCode" = "8:{9ACA7875-C1EC-4578-9613-C3CD9D21F360}" + "UpgradeCode" = "8:{64F83A71-ED9B-404A-A410-ED7575DA0155}" + "AspNetVersion" = "8:" + "RestartWWWService" = "11:FALSE" + "RemovePreviousVersions" = "11:FALSE" + "DetectNewerInstalledVersion" = "11:TRUE" + "InstallAllUsers" = "11:FALSE" + "ProductVersion" = "8:1.0.0" + "Manufacturer" = "8:temp" + "ARPHELPTELEPHONE" = "8:" + "ARPHELPLINK" = "8:" + "Title" = "8:Setup0" + "Subject" = "8:" + "ARPCONTACT" = "8:temp" + "Keywords" = "8:" + "ARPCOMMENTS" = "8:" + "ARPURLINFOABOUT" = "8:" + "ARPPRODUCTICON" = "8:" + "ARPIconIndex" = "3:0" + "SearchPath" = "8:" + "UseSystemSearchPath" = "11:TRUE" + "TargetPlatform" = "3:1" + "PreBuildEvent" = "8:" + "PostBuildEvent" = "8:" + "RunPostBuildEvent" = "3:0" + } + "Registry" + { + "HKLM" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_9A0354E9A602418DA91297D6BFB3D8D0" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_BABE07CCC9A14A4BBDB2F14725E75E61" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCU" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_897CD2C4666B40DCB3D8DFBA883F0BC1" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_72C979E796D84C5BA33B45B041079E6F" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCR" + { + "Keys" + { + } + } + "HKU" + { + "Keys" + { + } + } + "HKPU" + { + "Keys" + { + } + } + } + "Sequences" + { + } + "Shortcut" + { + "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_54B2F4640F744238B5D2D06E339EC3EB" + { + "Name" = "8:Housing" + "Arguments" = "8:" + "Description" = "8:" + "ShowCmd" = "3:1" + "IconIndex" = "3:0" + "Transitive" = "11:FALSE" + "Target" = "8:_0356B9E189FC48958DB6A71E03326AF3" + "Folder" = "8:_091DD05DD8644FA1BA44E2300981BE58" + "WorkingFolder" = "8:_013D33A454C9466FB82296324DBB53B8" + "Icon" = "8:_8F52211F237449009A75530A338B4CB0" + "Feature" = "8:" + } + } + "UserInterface" + { + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_0128DBAB7D05422D8ADED2AF3F04D398" + { + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_234C4C12660940C6904E8B89E89C6F27" + { + "Sequence" = "3:100" + "DisplayName" = "8:마침" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "UpdateText" + { + "Name" = "8:UpdateText" + "DisplayName" = "8:#1058" + "Description" = "8:#1158" + "Type" = "3:15" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1258" + "DefaultValue" = "8:#1258" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_1E77A9D2BDDB4160B20D8C8F3379900D" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_202D3DE4863D450BA52E86E13E7489C8" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdUserInterface.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_7E1B5B42BB494FA39690EED72E5308FA" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_73B6C02C18AF41B7AE9F84F6FF55EF62" + { + "Sequence" = "3:100" + "DisplayName" = "8:진행률" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_961C63DE87ED4BC9BC2FF5BE3F2E7B16" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_019C3C3AA22C4232B19B01973DBE521B" + { + "Sequence" = "3:200" + "DisplayName" = "8:설치 폴더" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_5FC09D47977C4B109E34E99901A5E102" + { + "Sequence" = "3:300" + "DisplayName" = "8:설치 확인" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D2B56A8FA8B448DF958CF92ABC704EDB" + { + "Sequence" = "3:100" + "DisplayName" = "8:환영" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_9979D02AD45042B5B2D7B4D208732090" + { + "Name" = "8:#1902" + "Sequence" = "3:2" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_8EE4502C484C47AAA4F99A3A6830C628" + { + "Sequence" = "3:100" + "DisplayName" = "8:마침" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_C4D7376B12CD45D28C400452A3092C02" + { + "Name" = "8:#1901" + "Sequence" = "3:1" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_FECE2B90E23A420494E6AAD73A4EF9CD" + { + "Sequence" = "3:100" + "DisplayName" = "8:진행률" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_F0FBD58D6604406DB74448C1F830B940" + { + "Name" = "8:#1900" + "Sequence" = "3:1" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_1701D9ADDAC9447D812C1E8C7E2F568B" + { + "Sequence" = "3:200" + "DisplayName" = "8:설치 폴더" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "InstallAllUsersVisible" + { + "Name" = "8:InstallAllUsersVisible" + "DisplayName" = "8:#1059" + "Description" = "8:#1159" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_1D5A294B9EBC472EA8B0C7E760914B72" + { + "Sequence" = "3:300" + "DisplayName" = "8:설치 확인" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_A9E745FEFEEC46868D6B0D2776C20697" + { + "Sequence" = "3:100" + "DisplayName" = "8:환영" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + } + "MergeModule" + { + } + "ProjectOutput" + { + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_0356B9E189FC48958DB6A71E03326AF3" + { + "SourcePath" = "8:..\\obj\\Release\\net9.0-windows\\apphost.exe" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_013D33A454C9466FB82296324DBB53B8" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:PublishItemsOutputGroup" + "OutputProjectGuid" = "8:{7364A567-F115-4ACE-9207-C6FDEEF0A394}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + } + } +} diff --git a/Setup1/Release/SETUP.CAB b/Setup1/Release/SETUP.CAB deleted file mode 100644 index c4b291c..0000000 Binary files a/Setup1/Release/SETUP.CAB and /dev/null differ diff --git a/Setup1/Release/Setup1.msi b/Setup1/Release/Setup1.msi deleted file mode 100644 index f8cf4c9..0000000 Binary files a/Setup1/Release/Setup1.msi and /dev/null differ diff --git a/Setup1/Setup1.vdproj b/Setup1/Setup1.vdproj deleted file mode 100644 index 1808c0c..0000000 --- a/Setup1/Setup1.vdproj +++ /dev/null @@ -1,41306 +0,0 @@ -"DeployProject" -{ -"VSVersion" = "3:800" -"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" -"IsWebType" = "8:FALSE" -"ProjectName" = "8:Setup1" -"LanguageId" = "3:1042" -"CodePage" = "3:949" -"UILanguageId" = "3:1042" -"SccProjectName" = "8:" -"SccLocalPath" = "8:" -"SccAuxPath" = "8:" -"SccProvider" = "8:" - "Hierarchy" - { - "Entry" - { - "MsmKey" = "8:_002D58F05FFA46FDBDB54483374D69B2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_00DABFD98C754A759E5ABFB211B5C249" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_025EC274DE654D70829DAFB1D6380996" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0295530C182F41228C836A2CB92468B7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_02BE941E90844B118EE56900AB646A06" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_02FBD94FF43B4060A25263597E445DBA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_036569AF29D247CE9089AE07843FE315" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0368786955D94604AC394EEB6424743F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_036B1790890744BAAF946F87847442E0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_BDE87E6E1B7A4905A9CEB9E5C03878BE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_56340E8817D0425AA6F13E35C99A2EF1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_CCB130078DDD4B288794D03E93E5D82B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "OwnerKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_04822DE2C02C421D8C46A31E8DF7C13F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050836C30CA44750AF4D9258F3F0AA1C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_98BDFB20000E4419AA0EA3BD23B4CE59" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_050B0C597A5045379389601790CC6923" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0530885BBB7849768DAAAF17900A60F2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0537A5F0ECDF4E38A7FBDDB5AE1F7670" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_E5F605D98C8CBEBB00C09D5EC8C8127B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_74C989C8B18A40A885321F7F8188A83A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_55EFD5C9477B4C7EA11F78E3928B0DC7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_E8BE71CCC5174E3DA8ADD6585C0D9570" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_A3B2DD710F4843D781A8372B4443A708" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_E6E84499A1CB4A6A265D8C05BD0FFA40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_1EF904821BA64F522142ACB4C8E61033" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "OwnerKey" = "8:_7C840CCB2F2C1EA4816FE487B5E752DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_067B1859737D4828A07C8FF595D279CF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_07F8268F05364CB4980757202CE8C1DD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_08E6AAF1D9314A638835D668E74CEEFC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_09D385A292B34CDD839AECA668BD3A08" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0A54D85D895B4A41BD3676196CB02DF5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0A56519FAC61F9C6C691F628C8318F4C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0A56519FAC61F9C6C691F628C8318F4C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0A56519FAC61F9C6C691F628C8318F4C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0A679AA7511C440C9E2D3079BA212816" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0AAB97EB5A764B0E86E53B0174647FB5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0AE5E64191244A5AA11686D51B37BD7C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0B5AD937F1C248DBACFB517AB5E7EE8E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0CD5D9C4AFDB414E9294643364414C0D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0CE6E39840DD4AFA8D75CF4E5FAE6F46" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0CE6E39840DD4AFA8D75CF4E5FAE6F46" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0CE6E39840DD4AFA8D75CF4E5FAE6F46" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0DECFF529DF243F5A0FFFDEDB84FD568" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0E1E7B42F35E4933874BC1468FC5DF8D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0E632DF9EB5C420ABC24BDEB71F6B1D2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1018C7A26FA94652A208F5653921720D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1049DED220694EA7A18EE141D7B650B2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_B02AC42471634FDDB8675ACE5C4A140D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_12A45DA723FC486CA7EE607E2F7762F2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1359C7CA18A745EA8445F44058628957" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_144406C0B2B04AACA803CDBE2B1E97AB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_147B36A46E7344C9AE8E2C93AB680825" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_153A8EA805CA4828B967B48FF6D4BC37" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1621CD8AC45709FF928DE3ED82B24D00" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16758E102315420CAF07169A47EF16A8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_168090D595D80D0A86442948560A106E" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_168090D595D80D0A86442948560A106E" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_168090D595D80D0A86442948560A106E" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16B991C2E44549CE8827F82098FA9753" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16DAD5A97AA149429273133023C05F9A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_17E7BB17CF444C9782DC6CDD352FBB0D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_183A4519C9E8986D056A0C2787481B51" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_183A4519C9E8986D056A0C2787481B51" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_183A4519C9E8986D056A0C2787481B51" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_184D1FF76E0A4B30B78466ACCBBB9E67" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1875465143744924A9CD3694FA7C7300" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1900E767C0AF4A0685E72AD00CFE245B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_190A2E93252ABCDEC68945E28E95031C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_190A2E93252ABCDEC68945E28E95031C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_190A2E93252ABCDEC68945E28E95031C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_050B0C597A5045379389601790CC6923" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_4E05FFBA65CF4791A30C1FA9F5B7C8C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_95E95D512F7447DAA4C6FD50CE087AEA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_681A6EBA6A68461C95E7263C5490328E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_AD652B25F4FB47219D9D111AD130AC03" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_98BDFB20000E4419AA0EA3BD23B4CE59" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "OwnerKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_19ECA032F766EDFBA4314CBFD71873F8" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_19ECA032F766EDFBA4314CBFD71873F8" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_19ECA032F766EDFBA4314CBFD71873F8" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1A16B3277BC0470DB6FA4A7178FAE161" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1A3116329853417B930370F0E02BADBA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1A39A6ED544247C2B9292099BA8731D1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1C187CF17FC84DA69B8F24DD1ABF3117" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1C737FA2F1C14AECAA30697D490522CC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1CB01662D311443BA86B4C7D1C5F91BC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1CC42556B24A44EFA52D3C6ED39D4136" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_E6D8C4B69849495883A1497295063547" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_736EDDDBC3584E7A83D01BE2C66DBF5B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_D147A209D52B47799F51651D4069C15E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_A9035D942941788E21A775971D3379AD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1DB0820845EDE427EC72C63B74AB812A" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1DB0820845EDE427EC72C63B74AB812A" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1DB0820845EDE427EC72C63B74AB812A" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1DFC69D3F1F54EB9BD372F5DEFABCEA6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EF904821BA64F522142ACB4C8E61033" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1EF904821BA64F522142ACB4C8E61033" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1F05C5740019436CA4072317066FB1AC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1F110DF3B1D440349F33E0F881C9A394" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2035F967DC674709A414035CBF8E36FD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_208BDA42059B42968ED5851D23443017" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_48FEC7295A1F49AFA9658B28040D82D0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_20D842E976454292AAD59C3710685729" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_B02AC42471634FDDB8675ACE5C4A140D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2136DF79E3D947F98359005D8D8AB1FA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_21E68C1A94E92853B17A098E208A63D5" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_21E68C1A94E92853B17A098E208A63D5" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_21E68C1A94E92853B17A098E208A63D5" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2297D78D3E90455E8F53C4BE8C5E0F94" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_248BBDA68E464FD0BF31E05062AB7B23" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_253BC8A12B714CCCBBAD8BEA9AB232AF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_25FF3BA4F04D44A29B55492225D57B91" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_28ED007DCB2C4A0F92918CFFD14EFB47" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_29F7A2045FA2410D8F022FD6814F9F0F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2A481EE8B108B1BA0DA9D0F7D4DFF3D3" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2A481EE8B108B1BA0DA9D0F7D4DFF3D3" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2A481EE8B108B1BA0DA9D0F7D4DFF3D3" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2A984AB742E34D9CB2BB84942F51F4A2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2B914DD2B9EB4A0383F6BD3034EA3F53" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2B9CF255BD67578217BF36A742BD97A5" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2B9CF255BD67578217BF36A742BD97A5" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2B9CF255BD67578217BF36A742BD97A5" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2BA3714CA8E54F78954E9579293C3CAB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2C86D93FF6F2A8D550A353E689A42D66" - "OwnerKey" = "8:_6CF80A72B1AA427F859E25B422E8FB82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2C86D93FF6F2A8D550A353E689A42D66" - "OwnerKey" = "8:_FB2362D3B56C02E660BBD18DFDAD9323" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2D1C062B85DD4AEC91C54C1F31BC31A2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2D703D824988419B9F04D1B09DE37026" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E3D5B68BF234E6BA1C15D82AE4873E0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E5120DFA2DA41889A6CC3FDA938E4E9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E719C1428664833BCA5D9B8CBFA6C93" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2FAAED2D751A4742B837AE38C9F6885A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3110749E23564FDF8A063A1C160DDA82" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3135B425C03D41748F6CFB3D756EB9E9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_31365292EB0A4C64A977C3FF80BE8D9C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_31FC7F597776489A8F43E32E24F93BE5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_342A6CE3EF5E8C5170AA6C400613FF5B" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_342A6CE3EF5E8C5170AA6C400613FF5B" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_342A6CE3EF5E8C5170AA6C400613FF5B" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_342A6CE3EF5E8C5170AA6C400613FF5B" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_342A6CE3EF5E8C5170AA6C400613FF5B" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_344F4EFB09664C2786E9B62FDFEFD8A9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_35037DF8DE6149C18293212108B27384" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_35F2A45F8E194D1CA2ED585BD8A95B75" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_A31F3F958D4547698677DD3F80B8FB27" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_E24C55B98E6242C3B31344952E3ED6B6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_7F44F5DCF7044398A8BC0D24E76B35B4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_368297E8E6732BD28622CB59EE965020" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_37F9CA373D6B44C58DD3134FB9A6FD98" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_380884DD2753A301C82737899E085AE4" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_380884DD2753A301C82737899E085AE4" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_380884DD2753A301C82737899E085AE4" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_38F6E660F60B4F72B6375EF6F3FD0E9A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_F46463168E28445994747470940851B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_527DEAD8AE7E4E8E99348D277DDC3AD3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_6DC1F90252234DA7B2C1EF13DF9104ED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_EABF3921F3284D87909D094D538FA526" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39187295040B712CB7D5035C7086FE49" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_392F5B3391E24BC7B8AFB886C9D58F21" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39684D34359849A282ADE8ADFBEE0B4A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39FBC22F5F9A43D38B9E6BB6E9CF27D6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3B555F76AB464054B547AC27E6A4B8EB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3BC1E078DE134E13918CE032F8DFFCEE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3BF61A03D74549DB80701D11312AD464" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3C74C50A2447FC10944F3AAF2F4D8761" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3C74C50A2447FC10944F3AAF2F4D8761" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3C74C50A2447FC10944F3AAF2F4D8761" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3C9808B85BF249C491319517E96A5CB3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E0A69D2C6C843CA93DE17024F9D4EC6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E964B9E025440E98E189B782B208B5C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F2C5644AA1143A5AC5EE5BC6A79F70D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F7D0CF2346D445E87AB02178B28BB04" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3F8F3AFA18DA43E5857C135FF1EA49DF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_94FAD8EAA57C4DB68ED601C6F5F7B54C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_40D4803D1BCB496489B81B9239B44CC9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_40D856E4B63255C97FB18B2EEB03C7C2" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_40D856E4B63255C97FB18B2EEB03C7C2" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_40D856E4B63255C97FB18B2EEB03C7C2" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_050B0C597A5045379389601790CC6923" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_F46463168E28445994747470940851B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_777D66705D8B49A0AA649B76F14CDC63" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_5D4ACCBB99CE4379BFF48836F57C9CDB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_A959687D5A594B038895659012B722D7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_4E05FFBA65CF4791A30C1FA9F5B7C8C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0368786955D94604AC394EEB6424743F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_97A8C91BA51847EE91CFF4DB840161FA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_48FEC7295A1F49AFA9658B28040D82D0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_02BE941E90844B118EE56900AB646A06" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_56340E8817D0425AA6F13E35C99A2EF1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_2B914DD2B9EB4A0383F6BD3034EA3F53" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_95E95D512F7447DAA4C6FD50CE087AEA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_B13A099F228149CDB35ED8B4D88ACEDE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_6DC1F90252234DA7B2C1EF13DF9104ED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_A5C386CA7E4D475C8869A687EBEF8A04" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_60532656D73843A7B72A06A8FDF39F18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_67415B187EDD4DB2AF1B659373386D94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_8988F38293E6443C82ED10D12481699D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_532344DBAAF142C2AFF7F262E5522497" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_6410B7CD543C4AA1861A2AC1D40D5169" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_76060290214147F1808CF4DF19B364E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_CCB130078DDD4B288794D03E93E5D82B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_7741A8335D6344BFB4473EE8456BA323" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_88469FDDED8C4BF399DB4ABD4605D307" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_57C31C2439A34DC987398DE7F6C5B1E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_B41CF285191B458BB15E99523C5B2A40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_62667E51DDAC4C82A79030A542EB7509" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_94FAD8EAA57C4DB68ED601C6F5F7B54C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_CF64DAC62FED43EE9B6F411BE5FBF065" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_AAD83CEDDDC54AAFB0655F23A6225024" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_73D3FD7993624E07B5E561B11755AC2B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_CE6D89188B1C43438BB2A2F8F3334887" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_5C837F67EF074C468C3D6F326FB979E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_9818F96B07084AA4B619A0A41EE9C6B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_999A55ECDBA24B00AEE2A5A207F8030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_DD98189F70C149948FEBEDB7FFD024BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_515A8CFB844E4B618CB13EC19A0FE75C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_EABF3921F3284D87909D094D538FA526" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_AD652B25F4FB47219D9D111AD130AC03" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_98BDFB20000E4419AA0EA3BD23B4CE59" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_DCED769F3CED40F68BBF793A3190390F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_D147A209D52B47799F51651D4069C15E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_35037DF8DE6149C18293212108B27384" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_D21D86E7F5F54FBF8413690CA489839C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_EDCDF4FA15AC1B4C43D09F8B96C20B7A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_A9035D942941788E21A775971D3379AD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_7FA12247CFA9C7A384CE9D1B345A93E5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_969FF7796C8282207A4D873D682F5872" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_168090D595D80D0A86442948560A106E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_427AE465F055A535566FA1FBCEE3948A" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_439160081B2C4D7FB4B688D7EC512765" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_43BCD1D58AC6473D81AD981399490F29" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_444419ADD92D4E62986B8F8F006A3408" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_44B6C4F217E64B8680113DF51E0B5C55" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4645D74306021CA44B3BA60D952E935A" - "OwnerKey" = "8:_57EEA8113CDE38F44305343E63A5EBC8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4645D74306021CA44B3BA60D952E935A" - "OwnerKey" = "8:_60AEB7AED27149A08779F3F61D0745D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4645D74306021CA44B3BA60D952E935A" - "OwnerKey" = "8:_700D765813FB453FF69B8805E111B1C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4645D74306021CA44B3BA60D952E935A" - "OwnerKey" = "8:_F1D42F5FB7484B7D884F14677FCC7001" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_47A1E70B29974E10B8097F103EB4A2D6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_1CB01662D311443BA86B4C7D1C5F91BC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_6EEF588F24794BD699D2C5F6A0670472" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_DB755541B20243BDB9467F3470981BC4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_489053C2C7E64A8EB7E695C24674C475" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_48FEC7295A1F49AFA9658B28040D82D0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_49646FD418844A059636F991913C7428" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_498D4F9B9ACC450EBF5E5D239FA1A0C0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_49BFB19D16A24DE78D3C67899AE263D6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4AA45544318FAE6B23403F8280F2F677" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B4619FA9E87412183EAD43D28224716" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4BA0772E1F5B47EE9DA191683D222745" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4BE84EA27B5340128C46B9FF78B2828B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4C2D7B63D1124D4BB0DB0BE0EECF61FB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4D87719995DCEF2E9313F8B3B95B7274" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4D87719995DCEF2E9313F8B3B95B7274" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4D87719995DCEF2E9313F8B3B95B7274" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4DE2F6B4CB1240B9857D92FE0E351063" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4E05FFBA65CF4791A30C1FA9F5B7C8C5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4E2528B097824D5F9915F870179C3668" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4E8909C2671C4FEBAE2D9D055E7DBF01" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4F2ACE4162684790B7EFC482F383A426" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4F2FA84345B8495CBA758099FE43BE26" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4F7A58248FC345C3A5412F9596FCF95C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_502E07D98F7D41258B90D0C4E6534AC9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_50306E8DAC38471AAB28C2754B9E6124" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_50D0E5D4B849442E8FEAA043126CE608" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_515A8CFB844E4B618CB13EC19A0FE75C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_522E9A0AA15C4225890A6A012B67D68E" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_522E9A0AA15C4225890A6A012B67D68E" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_522E9A0AA15C4225890A6A012B67D68E" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_527B1D31420E4B23B111E4FC4C7D4DB3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_527DEAD8AE7E4E8E99348D277DDC3AD3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5282B06E94F64DAF9ED82C9558A5BDDB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_532344DBAAF142C2AFF7F262E5522497" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_53F3D33A66FC450C9DE75E9D9BFBA54A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_54BF7061F9C747AC8812765DBF13E4FC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_4E2528B097824D5F9915F870179C3668" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_69AB1DD380134079B4877AC8EA430A2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "OwnerKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_55C08B3E075E46E0B8A1523FFDF06AD8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_55EFD5C9477B4C7EA11F78E3928B0DC7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_56340E8817D0425AA6F13E35C99A2EF1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_566D8126C1244DEB8E50968F76E754C4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_57196EE3DC5D4680BFF12E73B0BFA07F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5753B720062CAD52F12B916125947BE1" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5753B720062CAD52F12B916125947BE1" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5753B720062CAD52F12B916125947BE1" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_57C31C2439A34DC987398DE7F6C5B1E6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_57EEA8113CDE38F44305343E63A5EBC8" - "OwnerKey" = "8:_F1D42F5FB7484B7D884F14677FCC7001" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_57EEA8113CDE38F44305343E63A5EBC8" - "OwnerKey" = "8:_700D765813FB453FF69B8805E111B1C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_57FAC309E7AD48B78BDE11424276E2A8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5827C37683574CA6BAC4868921D71620" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_583588A0B8CF4F84A0E0CF3EC72745AF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_D6144464659746A8AAA12CCE9508EEE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_EEC77B01CA74259E38B4BF930D62BBCA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5B50C8B4016D419592F238C27112D939" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C837F67EF074C468C3D6F326FB979E2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_3E964B9E025440E98E189B782B208B5C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_002D58F05FFA46FDBDB54483374D69B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_5B50C8B4016D419592F238C27112D939" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_ECBDCCED98AC46C59E8FCB78D0C523E3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_392F5B3391E24BC7B8AFB886C9D58F21" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_A5CBCB7AEA5649EF8D26C13CD74B09E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_CEB3E300107F4C12BEC487845DA4E174" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_681A6EBA6A68461C95E7263C5490328E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_D21D86E7F5F54FBF8413690CA489839C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_BB538FA2BB35D79B1A509C75F509CEED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_88B4F9E12DA3A564E867789D16238F81" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_0CE6E39840DD4AFA8D75CF4E5FAE6F46" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_C7C4378630198E8FEAE1BFA8CFD591A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_E0A24BFA11AB3044C761E3C573C63E35" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_5753B720062CAD52F12B916125947BE1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_ACB2FA4C64E6218003881DB86FAE60CD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5D108855712F4CF4BF2EC9341B54F414" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5D4ACCBB99CE4379BFF48836F57C9CDB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5D71B277C4094CB78F15A21AD45628F8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5EFD2F1384E54540AC9B8A0FDC2D115F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5F35B58C6C1B4C29AFE168DA80BD218C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5FB303FF5D00491090311B811D4414D2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_60532656D73843A7B72A06A8FDF39F18" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_608B8B5F90364C4BB202C91CEB424C29" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_60AEB7AED27149A08779F3F61D0745D8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_610B8A9E00FC4B4B966C85057C9F3245" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6186376DC93E4147A10CEE688187DC66" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_61DCCED4188A44C79CE6F4A3734D9767" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_622040FCFEF34424944392FB36248EFC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_623351C6AD374B06A34FD5401A031507" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_62667E51DDAC4C82A79030A542EB7509" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_628929C01DE24A94B168933024A5D4D9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_62D80B9313554E00BE828FB3CBDCDF85" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_62DE6931D33543D691C050919C5EE5A6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_630B655561194B7FA3227649900954F6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_632E1A907456D75E4CF299805F283F0B" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_632E1A907456D75E4CF299805F283F0B" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_632E1A907456D75E4CF299805F283F0B" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63371D0BAD234D5F7696EA820393E3B0" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6410B7CD543C4AA1861A2AC1D40D5169" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6416F1F34F3E46AAB53DDA5D66F179B8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_EABF3921F3284D87909D094D538FA526" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_67415B187EDD4DB2AF1B659373386D94" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_681A6EBA6A68461C95E7263C5490328E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_8B79E641FCED4F83AFC0AB850BD604D7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_95E95D512F7447DAA4C6FD50CE087AEA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_7F44F5DCF7044398A8BC0D24E76B35B4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_E6D8C4B69849495883A1497295063547" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_F46463168E28445994747470940851B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_1CB01662D311443BA86B4C7D1C5F91BC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_6EEF588F24794BD699D2C5F6A0670472" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_4E05FFBA65CF4791A30C1FA9F5B7C8C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_BDE87E6E1B7A4905A9CEB9E5C03878BE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_0368786955D94604AC394EEB6424743F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_48FEC7295A1F49AFA9658B28040D82D0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8A48519D23634D2F9EC22ECF0A14A3CC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_B02AC42471634FDDB8675ACE5C4A140D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_BB2F0804317E40959BC54397F062E63F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_95E95D512F7447DAA4C6FD50CE087AEA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_DB755541B20243BDB9467F3470981BC4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_B13A099F228149CDB35ED8B4D88ACEDE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_6DC1F90252234DA7B2C1EF13DF9104ED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_681A6EBA6A68461C95E7263C5490328E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_A5C386CA7E4D475C8869A687EBEF8A04" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8988F38293E6443C82ED10D12481699D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_532344DBAAF142C2AFF7F262E5522497" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_88469FDDED8C4BF399DB4ABD4605D307" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_E6D8C4B69849495883A1497295063547" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_736EDDDBC3584E7A83D01BE2C66DBF5B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_6B2518E99F2845ADBCCEC065B7A24A9F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_57C31C2439A34DC987398DE7F6C5B1E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_AAD83CEDDDC54AAFB0655F23A6225024" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_73D3FD7993624E07B5E561B11755AC2B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_CE6D89188B1C43438BB2A2F8F3334887" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_9818F96B07084AA4B619A0A41EE9C6B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_999A55ECDBA24B00AEE2A5A207F8030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_DD98189F70C149948FEBEDB7FFD024BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_515A8CFB844E4B618CB13EC19A0FE75C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_EABF3921F3284D87909D094D538FA526" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_DCED769F3CED40F68BBF793A3190390F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "OwnerKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_697B50CE235447299497D237412C4DCD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_698CED33DF4A4DBAAA41483975BE2F8D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_69AB1DD380134079B4877AC8EA430A2D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6AE632079F394BD3BD1D95910CCD9D25" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6B2518E99F2845ADBCCEC065B7A24A9F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6B859A7BC8A14F42B491894F7EC47F04" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6BB78274ACF04F54AFA5791C2727C6BA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CF80A72B1AA427F859E25B422E8FB82" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6D02466658184C1EB776E0F595862B1C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6D1A9B163ABF4B5BAAAF60ABA6C0ABE2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6DC1F90252234DA7B2C1EF13DF9104ED" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6E858C1B43B264FBD4E33E5728B8DEC4" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6E858C1B43B264FBD4E33E5728B8DEC4" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6E858C1B43B264FBD4E33E5728B8DEC4" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6E87DC1BEC0448928C102F9DD6DA2A3A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6EEF588F24794BD699D2C5F6A0670472" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6F56D84C89834F49BF3F9869A9EE6C21" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6F6DC417B88740A88ECFE1DCCF7B668C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6FAE27D054224ED49E85B323757871AF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_700D765813FB453FF69B8805E111B1C4" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_700D765813FB453FF69B8805E111B1C4" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7022B68B425F41DD82B3A2A120BCBDBE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7074B3764DF24B388A81F8E9C202DC9C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_70ED8AD69F00771AC685626BF42151F9" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "OwnerKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "OwnerKey" = "8:_40D4803D1BCB496489B81B9239B44CC9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "OwnerKey" = "8:_E43B59AB67864BD0944C88D3E25021E7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "OwnerKey" = "8:_9404A6EA40F4A7894ED3D517521AF25C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_72E01BBE8FF147988DB5612281B42645" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_730CEE37D78449FC89EBFC526A39C7D1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_736EDDDBC3584E7A83D01BE2C66DBF5B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_73D3FD7993624E07B5E561B11755AC2B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_745EED586EE63238193F683885BBD029" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_745EED586EE63238193F683885BBD029" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_745EED586EE63238193F683885BBD029" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_745EED586EE63238193F683885BBD029" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_745EED586EE63238193F683885BBD029" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74C989C8B18A40A885321F7F8188A83A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "OwnerKey" = "8:_21E68C1A94E92853B17A098E208A63D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "OwnerKey" = "8:_DBB40A1C41C34EFFA1F4D9EDD04CA79D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_74F88C795ADA41838494938B37ACB05E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_751F5E62B3CB4E8E8408ED7894BD77DB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_76060290214147F1808CF4DF19B364E0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_76B7C52A3F814FAD80D2B109704AC016" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7741A8335D6344BFB4473EE8456BA323" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7760628DDCA7449AB05277621908368D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_777D66705D8B49A0AA649B76F14CDC63" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_CB7900C58EB6431199E974BDC44043FC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "OwnerKey" = "8:_632E1A907456D75E4CF299805F283F0B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "OwnerKey" = "8:_919881645AD445A2BBCB559AB16FC898" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_79B4DD4657554A8B9BE6072267D33839" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7A84333992BE4051A17655C8A326279A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7AC9D958070F4B42A75DCF786D3E4051" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7B069A9B1491433AA37919DB79E1CF40" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7C5310AB7C9646AFBD00BF49A0DD99E5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7C840CCB2F2C1EA4816FE487B5E752DD" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7C840CCB2F2C1EA4816FE487B5E752DD" - "OwnerKey" = "8:_55EFD5C9477B4C7EA11F78E3928B0DC7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7C840CCB2F2C1EA4816FE487B5E752DD" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7C840CCB2F2C1EA4816FE487B5E752DD" - "OwnerKey" = "8:_1EF904821BA64F522142ACB4C8E61033" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7DCD3B5302DC405B8A2643511ACC5403" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7EA003AA5FED4C9D9C5BD3195F71DD3D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7EBB599986E44153ADD9E12201E1951B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_1CB01662D311443BA86B4C7D1C5F91BC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_6EEF588F24794BD699D2C5F6A0670472" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_8B79E641FCED4F83AFC0AB850BD604D7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_A03E7BC3D09F4E36BCFAFE25E18348EC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_BB2F0804317E40959BC54397F062E63F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_73D3FD7993624E07B5E561B11755AC2B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_CE6D89188B1C43438BB2A2F8F3334887" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_9818F96B07084AA4B619A0A41EE9C6B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_999A55ECDBA24B00AEE2A5A207F8030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_DD98189F70C149948FEBEDB7FFD024BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_515A8CFB844E4B618CB13EC19A0FE75C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_D147A209D52B47799F51651D4069C15E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_A9035D942941788E21A775971D3379AD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F44F5DCF7044398A8BC0D24E76B35B4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7F69B08CF92C49C49E4AC79DDB3C1A9C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7FA12247CFA9C7A384CE9D1B345A93E5" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7FA12247CFA9C7A384CE9D1B345A93E5" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7FA12247CFA9C7A384CE9D1B345A93E5" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_815241ADB1F91E73543454427C08153B" - "OwnerKey" = "8:_6CF80A72B1AA427F859E25B422E8FB82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_815241ADB1F91E73543454427C08153B" - "OwnerKey" = "8:_FB2362D3B56C02E660BBD18DFDAD9323" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_81AFEF9F03D8489B9EE1A8622DAE3A35" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8285DC333F7A4C1487CD04AD46B1FFC2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_845D79FA2EB84633B533058C2714CDA3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_846C48CA0D30791957B414299D783B4D" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_846C48CA0D30791957B414299D783B4D" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_846C48CA0D30791957B414299D783B4D" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_84E6645587CD46C985603D661E800251" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_857B24DE530E4664BD4A08781529B3FE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_85942F49F26E4FE7812F87592427749B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_87BB8990111D99E1991964B5E9453719" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_87BB8990111D99E1991964B5E9453719" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_87BB8990111D99E1991964B5E9453719" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88469FDDED8C4BF399DB4ABD4605D307" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8855F5D542A04033AE1FCAC6E7CB6389" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_2035F967DC674709A414035CBF8E36FD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_CF64DAC62FED43EE9B6F411BE5FBF065" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88B4F9E12DA3A564E867789D16238F81" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88B4F9E12DA3A564E867789D16238F81" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_88B4F9E12DA3A564E867789D16238F81" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8988F38293E6443C82ED10D12481699D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A1BBE2E8DEC4DAFBCC14BDC7E027B48" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A48519D23634D2F9EC22ECF0A14A3CC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8A9A64A682FD4961AF608A5C9A1D3A2A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8B79E641FCED4F83AFC0AB850BD604D7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C36F045415C427CBAE31BE41C9ED701" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_5D71B277C4094CB78F15A21AD45628F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_380884DD2753A301C82737899E085AE4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CC35151D8EB44179879DD6E1A3FEEBE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CF037BE3CB64FF881475DFEA1AD1989" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CF03875B4957823DB3256163B0305BB" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CF03875B4957823DB3256163B0305BB" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CF03875B4957823DB3256163B0305BB" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CF03875B4957823DB3256163B0305BB" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8D020173A86143AF88BECB2760066FD1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8E44223A3DCA43E48F5BBBD55992A4CC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_40D4803D1BCB496489B81B9239B44CC9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_153A8EA805CA4828B967B48FF6D4BC37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_44B6C4F217E64B8680113DF51E0B5C55" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_C4E024481F9141A0A7D82D763892B305" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_9404A6EA40F4A7894ED3D517521AF25C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "OwnerKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8FBACFC9493D429E867EA837DD8FD344" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_90485B75D81F42B292D7906C6862947A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9075A90FF94D4EBA9C705C1DE345ED92" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_919881645AD445A2BBCB559AB16FC898" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_91D399B7524E4CCCAD103DF52D7D9932" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9293A235354B49EA9BB13A9B93A7A1D3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_92C68CAA75D34889A7F3B710055EC02A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9326C1CEE75849B2B20F8C8DA8C6BB7A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_935D659A1E629D9E893364FF0C941167" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_935D659A1E629D9E893364FF0C941167" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_935D659A1E629D9E893364FF0C941167" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_93FC13260F6640339AF6F4C1FBE7C22B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9404A6EA40F4A7894ED3D517521AF25C" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9404A6EA40F4A7894ED3D517521AF25C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9404A6EA40F4A7894ED3D517521AF25C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9404A6EA40F4A7894ED3D517521AF25C" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9404A6EA40F4A7894ED3D517521AF25C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9462BFDDC2C942DE92F9A0DFC9E7A880" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_94FAD8EAA57C4DB68ED601C6F5F7B54C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95610503B2974646BD21D4FDCE993A1C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_050B0C597A5045379389601790CC6923" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FDF8C7CAC2674036AFE74F2FD3B5D0E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FBCDC555A20E406DB6428A2BCFCD948C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FACC7D8D886249829543B076EC2FD9BA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FA75660EFEB348B7AC175C24D774F176" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FA592753CDE042848A569F999BFFBD44" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F86D3CBF0B1F43668BF213D00BF2E7FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F50DAAA0E2934C479ECE2D8802E610D0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F44B9F499B54413980FDF3B3201DA9FC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F2D5764A578D47B7A5F39A4F078F6794" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F106C022A6904BC6BB197A83AB8DAAC8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EFCC656AC74B43E495D1B9EAF292B675" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_ED282BD291954FCF8BEFDA9D27F67BBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EC1CFBB502EB4FB9AD5C501435FC8921" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EBBABB825D074329A7E5B1915C3232AF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EA837FA84860436DAAD8D64D941B280E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E805B41593F64EE9B4641C1AC3146888" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E7B7F39B3A4E44929B4467B0F77CD7B3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E744598D05BD4A72B9CC387E36733113" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E738C8C29E9E4034A27CFF1EC14A39C7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E502D4E6B4CE477E9C8584C2FA1CB3A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E3D571DDD2B44063B2081E8535FD46E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E2E5B1A173384F57A03F090CD727C49F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DA43343BE0AA49CCAC8C6F8C11231267" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D96CCFFEF1EB441BAFA0B04DA20ADF5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D8CE98FDC0B643A5BA490D9FCCBADE21" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D8979AC1BB2F4805A6F3910449C8D2A9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D56039FB07C948599C4514959B5603C9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D2D9F77E68304266A99FC9CB4D0760C2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D1536A9A50C04C1C9CE3347977FB6F6A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D0135A8E1515400F82789A103488E9A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CDF71BE081FC4947BBF459AC8209ED17" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CCBFE906A96B44D6A430F23C40339B79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CAF73FC6756D481DA84E75224472AA35" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C96BF04976E84586BDC7959B5441D238" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C68B0CA281FD4B6D98E6226E53465377" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C659DE23C00C4113A5B3AE9C1407DD25" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C55809C9E155444F9A5D4B5BC847935D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C50A7A1A8EDE4206BE0B828DB5216837" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C2FBE1D7563B4F8DB907BC4BB0F33118" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C274A2B2CA9C43BB8E680F1B33C2BB11" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BEDF1CBE662C4A6DA590ACBC7F4A9A41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BDC26B191C4E46B2B8F880A9313172FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BC46BAEB1ACB4B6C9B2E676BC5136CB1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BA2B96C7FA5549D0B77262A6B2D056A3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B9ED092670E34E93B444DD3F43E9047E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B101C0AC4D184A2BB2E5114EC95A95B4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B066540B0736433AB6589C065B960701" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_AEB09EE12FAD46EBA91839C0CBAF60A3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_ABB9C09F16504908BBEF4AF3BF4465BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A65E3D96F4DD434BA582E3757D43997B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A5CFE4C8CD314D6B81626D8C947B6558" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A1B9500035D84C3FA072C1A6EF911D37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9C76510F27914A629C0F3A36FD75F5E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9AA5085F56494F5FB880DDAE22805147" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_99AD114962244FAE9D19BEFCFAAB4FAF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_995CD17ECC5845B38F190F2E3610E30E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9821F745AE6C45F7B26812A8F0D23292" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_97FB68AE477D4EE690B0048F7FB40089" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_97B853BD0FBD4246A35CA4AC6699E141" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_97ADDCFDE8E14E329E2E053CF1CBD24E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_963F226EF01B42FABD1DD7824A0D8DEC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9462BFDDC2C942DE92F9A0DFC9E7A880" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_93FC13260F6640339AF6F4C1FBE7C22B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9326C1CEE75849B2B20F8C8DA8C6BB7A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9293A235354B49EA9BB13A9B93A7A1D3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9075A90FF94D4EBA9C705C1DE345ED92" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8D020173A86143AF88BECB2760066FD1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8C36F045415C427CBAE31BE41C9ED701" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8A9A64A682FD4961AF608A5C9A1D3A2A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8855F5D542A04033AE1FCAC6E7CB6389" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_857B24DE530E4664BD4A08781529B3FE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_845D79FA2EB84633B533058C2714CDA3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_81AFEF9F03D8489B9EE1A8622DAE3A35" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7F69B08CF92C49C49E4AC79DDB3C1A9C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7DCD3B5302DC405B8A2643511ACC5403" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7B069A9B1491433AA37919DB79E1CF40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7A84333992BE4051A17655C8A326279A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_79B4DD4657554A8B9BE6072267D33839" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_76B7C52A3F814FAD80D2B109704AC016" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_72E01BBE8FF147988DB5612281B42645" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7074B3764DF24B388A81F8E9C202DC9C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7022B68B425F41DD82B3A2A120BCBDBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6FAE27D054224ED49E85B323757871AF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6D1A9B163ABF4B5BAAAF60ABA6C0ABE2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6D02466658184C1EB776E0F595862B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6B859A7BC8A14F42B491894F7EC47F04" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_698CED33DF4A4DBAAA41483975BE2F8D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6416F1F34F3E46AAB53DDA5D66F179B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_62DE6931D33543D691C050919C5EE5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_628929C01DE24A94B168933024A5D4D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_623351C6AD374B06A34FD5401A031507" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_61DCCED4188A44C79CE6F4A3734D9767" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5EFD2F1384E54540AC9B8A0FDC2D115F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_583588A0B8CF4F84A0E0CF3EC72745AF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5827C37683574CA6BAC4868921D71620" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_57196EE3DC5D4680BFF12E73B0BFA07F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_566D8126C1244DEB8E50968F76E754C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_50D0E5D4B849442E8FEAA043126CE608" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_502E07D98F7D41258B90D0C4E6534AC9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4F2FA84345B8495CBA758099FE43BE26" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4F2ACE4162684790B7EFC482F383A426" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4E8909C2671C4FEBAE2D9D055E7DBF01" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4C2D7B63D1124D4BB0DB0BE0EECF61FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_49BFB19D16A24DE78D3C67899AE263D6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_498D4F9B9ACC450EBF5E5D239FA1A0C0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_489053C2C7E64A8EB7E695C24674C475" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_47A1E70B29974E10B8097F103EB4A2D6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_444419ADD92D4E62986B8F8F006A3408" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_43BCD1D58AC6473D81AD981399490F29" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_439160081B2C4D7FB4B688D7EC512765" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3F8F3AFA18DA43E5857C135FF1EA49DF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3F2C5644AA1143A5AC5EE5BC6A79F70D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3E0A69D2C6C843CA93DE17024F9D4EC6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3C9808B85BF249C491319517E96A5CB3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3BF61A03D74549DB80701D11312AD464" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3B555F76AB464054B547AC27E6A4B8EB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_39FBC22F5F9A43D38B9E6BB6E9CF27D6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_37F9CA373D6B44C58DD3134FB9A6FD98" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_35F2A45F8E194D1CA2ED585BD8A95B75" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_31FC7F597776489A8F43E32E24F93BE5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3135B425C03D41748F6CFB3D756EB9E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2FAAED2D751A4742B837AE38C9F6885A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2E719C1428664833BCA5D9B8CBFA6C93" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2E5120DFA2DA41889A6CC3FDA938E4E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2E3D5B68BF234E6BA1C15D82AE4873E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2A984AB742E34D9CB2BB84942F51F4A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_28ED007DCB2C4A0F92918CFFD14EFB47" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_25FF3BA4F04D44A29B55492225D57B91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_248BBDA68E464FD0BF31E05062AB7B23" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1F110DF3B1D440349F33E0F881C9A394" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1DFC69D3F1F54EB9BD372F5DEFABCEA6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1A3116329853417B930370F0E02BADBA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1A16B3277BC0470DB6FA4A7178FAE161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1900E767C0AF4A0685E72AD00CFE245B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1875465143744924A9CD3694FA7C7300" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_184D1FF76E0A4B30B78466ACCBBB9E67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_17E7BB17CF444C9782DC6CDD352FBB0D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_16B991C2E44549CE8827F82098FA9753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_147B36A46E7344C9AE8E2C93AB680825" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_144406C0B2B04AACA803CDBE2B1E97AB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_12A45DA723FC486CA7EE607E2F7762F2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0E632DF9EB5C420ABC24BDEB71F6B1D2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0E1E7B42F35E4933874BC1468FC5DF8D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0DECFF529DF243F5A0FFFDEDB84FD568" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0CD5D9C4AFDB414E9294643364414C0D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0B5AD937F1C248DBACFB517AB5E7EE8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0AE5E64191244A5AA11686D51B37BD7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0A679AA7511C440C9E2D3079BA212816" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_08E6AAF1D9314A638835D668E74CEEFC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_07F8268F05364CB4980757202CE8C1DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_067B1859737D4828A07C8FF595D279CF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0537A5F0ECDF4E38A7FBDDB5AE1F7670" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_050836C30CA44750AF4D9258F3F0AA1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_04822DE2C02C421D8C46A31E8DF7C13F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_036B1790890744BAAF946F87847442E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_00DABFD98C754A759E5ABFB211B5C249" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F46463168E28445994747470940851B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_777D66705D8B49A0AA649B76F14CDC63" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_40D4803D1BCB496489B81B9239B44CC9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_153A8EA805CA4828B967B48FF6D4BC37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_44B6C4F217E64B8680113DF51E0B5C55" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_54BF7061F9C747AC8812765DBF13E4FC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E43B59AB67864BD0944C88D3E25021E7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C4E024481F9141A0A7D82D763892B305" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5D4ACCBB99CE4379BFF48836F57C9CDB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A959687D5A594B038895659012B722D7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A31F3F958D4547698677DD3F80B8FB27" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4B4619FA9E87412183EAD43D28224716" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B4DA35F6411D41A4B08D2B39BB702932" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1CB01662D311443BA86B4C7D1C5F91BC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5FB303FF5D00491090311B811D4414D2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C914EBE43CDF4902AE0D19E96CF70C0B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6EEF588F24794BD699D2C5F6A0670472" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4E05FFBA65CF4791A30C1FA9F5B7C8C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BDE87E6E1B7A4905A9CEB9E5C03878BE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8285DC333F7A4C1487CD04AD46B1FFC2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0368786955D94604AC394EEB6424743F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_97A8C91BA51847EE91CFF4DB840161FA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_48FEC7295A1F49AFA9658B28040D82D0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1018C7A26FA94652A208F5653921720D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3E964B9E025440E98E189B782B208B5C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_02BE941E90844B118EE56900AB646A06" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_002D58F05FFA46FDBDB54483374D69B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5B50C8B4016D419592F238C27112D939" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_ECBDCCED98AC46C59E8FCB78D0C523E3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_392F5B3391E24BC7B8AFB886C9D58F21" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A5CBCB7AEA5649EF8D26C13CD74B09E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CEB3E300107F4C12BEC487845DA4E174" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_527DEAD8AE7E4E8E99348D277DDC3AD3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D6144464659746A8AAA12CCE9508EEE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7EBB599986E44153ADD9E12201E1951B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F50034E84445435DAAB8F14F1FE1E03F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D724F156DB414BA6AB7ABFED86061864" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BC2AA73D1EB342DAA2E6E829A46B56DF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8CF037BE3CB64FF881475DFEA1AD1989" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5F35B58C6C1B4C29AFE168DA80BD218C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E72F0DA7D97E4A83ADC0D935CCEBAA2C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8FBACFC9493D429E867EA837DD8FD344" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6AE632079F394BD3BD1D95910CCD9D25" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_57FAC309E7AD48B78BDE11424276E2A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FC885A1AEC504F53914D5FCC259F5C15" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_ADAC2A1C6F7847D680023FD8B62CE763" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0AAB97EB5A764B0E86E53B0174647FB5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8A48519D23634D2F9EC22ECF0A14A3CC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B02AC42471634FDDB8675ACE5C4A140D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E24C55B98E6242C3B31344952E3ED6B6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5D71B277C4094CB78F15A21AD45628F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DBB40A1C41C34EFFA1F4D9EDD04CA79D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8CC35151D8EB44179879DD6E1A3FEEBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BB2F0804317E40959BC54397F062E63F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_56340E8817D0425AA6F13E35C99A2EF1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2B914DD2B9EB4A0383F6BD3034EA3F53" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_95E95D512F7447DAA4C6FD50CE087AEA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CB7900C58EB6431199E974BDC44043FC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DB755541B20243BDB9467F3470981BC4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B13A099F228149CDB35ED8B4D88ACEDE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6DC1F90252234DA7B2C1EF13DF9104ED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_681A6EBA6A68461C95E7263C5490328E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A5C386CA7E4D475C8869A687EBEF8A04" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_74F88C795ADA41838494938B37ACB05E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_60532656D73843A7B72A06A8FDF39F18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A693C02331474E77A4360436CBF86CAD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_16DAD5A97AA149429273133023C05F9A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_67415B187EDD4DB2AF1B659373386D94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8988F38293E6443C82ED10D12481699D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_532344DBAAF142C2AFF7F262E5522497" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2D703D824988419B9F04D1B09DE37026" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1CC42556B24A44EFA52D3C6ED39D4136" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C3014022A0AE4FC6A59AA6B444EB7B1E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6410B7CD543C4AA1861A2AC1D40D5169" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_76060290214147F1808CF4DF19B364E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8E44223A3DCA43E48F5BBBD55992A4CC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CCB130078DDD4B288794D03E93E5D82B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BA20A3AB57C1422B8E71E1DA21B52473" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7741A8335D6344BFB4473EE8456BA323" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7AC9D958070F4B42A75DCF786D3E4051" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2035F967DC674709A414035CBF8E36FD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_88469FDDED8C4BF399DB4ABD4605D307" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E6D8C4B69849495883A1497295063547" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_736EDDDBC3584E7A83D01BE2C66DBF5B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_025EC274DE654D70829DAFB1D6380996" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A54C36C6AF724C4298C1C44B711EEBA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6B2518E99F2845ADBCCEC065B7A24A9F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_57C31C2439A34DC987398DE7F6C5B1E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CB2A1C78BE69483C846E42C240F57994" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_6F6DC417B88740A88ECFE1DCCF7B668C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B41CF285191B458BB15E99523C5B2A40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_62667E51DDAC4C82A79030A542EB7509" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_94FAD8EAA57C4DB68ED601C6F5F7B54C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CF64DAC62FED43EE9B6F411BE5FBF065" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_AAD83CEDDDC54AAFB0655F23A6225024" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_73D3FD7993624E07B5E561B11755AC2B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CE6D89188B1C43438BB2A2F8F3334887" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5C837F67EF074C468C3D6F326FB979E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9818F96B07084AA4B619A0A41EE9C6B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_999A55ECDBA24B00AEE2A5A207F8030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DD98189F70C149948FEBEDB7FFD024BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_515A8CFB844E4B618CB13EC19A0FE75C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EABF3921F3284D87909D094D538FA526" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_AD652B25F4FB47219D9D111AD130AC03" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_98BDFB20000E4419AA0EA3BD23B4CE59" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DCED769F3CED40F68BBF793A3190390F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D147A209D52B47799F51651D4069C15E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_35037DF8DE6149C18293212108B27384" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D21D86E7F5F54FBF8413690CA489839C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EDCDF4FA15AC1B4C43D09F8B96C20B7A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A9035D942941788E21A775971D3379AD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1DB0820845EDE427EC72C63B74AB812A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A7B347FCEC623457F1FF4116DBE26DE9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B31369344DC7215D3A7027A45F1F6021" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EC8AD8267010F2D7915E238E2AC5218C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2A481EE8B108B1BA0DA9D0F7D4DFF3D3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F1DD1333A875F0DB8A3FE15C1C30474C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_7FA12247CFA9C7A384CE9D1B345A93E5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D1835B3FF98AA2BAE46388B5977A4784" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BB538FA2BB35D79B1A509C75F509CEED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_88B4F9E12DA3A564E867789D16238F81" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0CE6E39840DD4AFA8D75CF4E5FAE6F46" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C7C4378630198E8FEAE1BFA8CFD591A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E0A24BFA11AB3044C761E3C573C63E35" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5753B720062CAD52F12B916125947BE1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_ACB2FA4C64E6218003881DB86FAE60CD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_87BB8990111D99E1991964B5E9453719" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FD863E6FF01F2BA099CEAB21C5ACF521" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C8501F70BD18823ADF0B44FD24726755" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_183A4519C9E8986D056A0C2787481B51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C33C1C1F529792A6FCED9909D574C98D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_522E9A0AA15C4225890A6A012B67D68E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_ACD09928E29693C35BCC700E40951AEB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3C74C50A2447FC10944F3AAF2F4D8761" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_380884DD2753A301C82737899E085AE4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_21E68C1A94E92853B17A098E208A63D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_969FF7796C8282207A4D873D682F5872" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_632E1A907456D75E4CF299805F283F0B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_4D87719995DCEF2E9313F8B3B95B7274" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_FA4CE78BBACB594C45D2BC3C566134D0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_40D856E4B63255C97FB18B2EEB03C7C2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2B9CF255BD67578217BF36A742BD97A5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_190A2E93252ABCDEC68945E28E95031C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_846C48CA0D30791957B414299D783B4D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_168090D595D80D0A86442948560A106E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_19ECA032F766EDFBA4314CBFD71873F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CC37EBF295A7332587DED92372BE8CF7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9987ECEB75A5EEE30DB350CE077CA265" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DBD1C464BFA47A6D07EF347445419ECD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0A56519FAC61F9C6C691F628C8318F4C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9404A6EA40F4A7894ED3D517521AF25C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EEC77B01CA74259E38B4BF930D62BBCA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_342A6CE3EF5E8C5170AA6C400613FF5B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5AECE1E39D8F63266306FA5F9F3057AC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E332A6F95C8C5F2A442A4197B94A81F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_791F7F6F4B02DF11734DF494ED085D71" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DD9267F304CD86680605583251BC35EC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_592B16F8087356012F59D4A1C7745E4E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_368297E8E6732BD28622CB59EE965020" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_1D6A410DBAE3AFD9E7D7475D8379E809" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "OwnerKey" = "8:_686BCF63771C834DC355237F7B3A61CC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95E95D512F7447DAA4C6FD50CE087AEA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963AEFEC7C58473BA4C5A9549624357C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F226EF01B42FABD1DD7824A0D8DEC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_DBB40A1C41C34EFFA1F4D9EDD04CA79D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_21E68C1A94E92853B17A098E208A63D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_969FF7796C8282207A4D873D682F5872" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_969FF7796C8282207A4D873D682F5872" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_969FF7796C8282207A4D873D682F5872" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_97A8C91BA51847EE91CFF4DB840161FA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_97ADDCFDE8E14E329E2E053CF1CBD24E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_97B853BD0FBD4246A35CA4AC6699E141" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_97FB68AE477D4EE690B0048F7FB40089" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9818F96B07084AA4B619A0A41EE9C6B5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9821F745AE6C45F7B26812A8F0D23292" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_98BDFB20000E4419AA0EA3BD23B4CE59" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_995CD17ECC5845B38F190F2E3610E30E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9987ECEB75A5EEE30DB350CE077CA265" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9987ECEB75A5EEE30DB350CE077CA265" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9987ECEB75A5EEE30DB350CE077CA265" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_999A55ECDBA24B00AEE2A5A207F8030D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_99AD114962244FAE9D19BEFCFAAB4FAF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A524C86B3B34446AC4F83D726A76918" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_E5F605D98C8CBEBB00C09D5EC8C8127B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_74C989C8B18A40A885321F7F8188A83A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_8A1BBE2E8DEC4DAFBCC14BDC7E027B48" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_55EFD5C9477B4C7EA11F78E3928B0DC7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_E8BE71CCC5174E3DA8ADD6585C0D9570" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_A3B2DD710F4843D781A8372B4443A708" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_E6E84499A1CB4A6A265D8C05BD0FFA40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_1EF904821BA64F522142ACB4C8E61033" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_7C840CCB2F2C1EA4816FE487B5E752DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "OwnerKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9AA5085F56494F5FB880DDAE22805147" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C39394819CD481F9B4B7927EFCE7082" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_B02AC42471634FDDB8675ACE5C4A140D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_DBB40A1C41C34EFFA1F4D9EDD04CA79D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_21E68C1A94E92853B17A098E208A63D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C76510F27914A629C0F3A36FD75F5E9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_B41CF285191B458BB15E99523C5B2A40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9CF01A79ADC6DB936EE336401703AAA4" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A03E7BC3D09F4E36BCFAFE25E18348EC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A1B9500035D84C3FA072C1A6EF911D37" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A1E352E2ED54416F9149690F55C47039" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A31F3F958D4547698677DD3F80B8FB27" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_F46463168E28445994747470940851B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_48FEC7295A1F49AFA9658B28040D82D0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_A5C386CA7E4D475C8869A687EBEF8A04" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A373F853496F48BCB73085CEC13477DE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A3B2DD710F4843D781A8372B4443A708" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A4134201B9E55E9C7D6CC50C10CFE337" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A54C36C6AF724C4298C1C44B711EEBA1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A599A7EE92D343398580075929DFA7A1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A5C386CA7E4D475C8869A687EBEF8A04" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A5CBCB7AEA5649EF8D26C13CD74B09E2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A5CFE4C8CD314D6B81626D8C947B6558" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A65E3D96F4DD434BA582E3757D43997B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A693C02331474E77A4360436CBF86CAD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A7B347FCEC623457F1FF4116DBE26DE9" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A7B347FCEC623457F1FF4116DBE26DE9" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A7B347FCEC623457F1FF4116DBE26DE9" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A7C7E66B124BB4B955D0308A3B882532" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A9035D942941788E21A775971D3379AD" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A9035D942941788E21A775971D3379AD" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A9035D942941788E21A775971D3379AD" - "OwnerKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A9035D942941788E21A775971D3379AD" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A9035D942941788E21A775971D3379AD" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A9035D942941788E21A775971D3379AD" - "OwnerKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A959687D5A594B038895659012B722D7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A95F4E8A504CA6B85FA53C01B8AA56B5" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "OwnerKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "OwnerKey" = "8:_35037DF8DE6149C18293212108B27384" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AAD83CEDDDC54AAFB0655F23A6225024" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AB23A8CCABA4466FA9A3CEF8F88BFA2C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABB9C09F16504908BBEF4AF3BF4465BD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_76060290214147F1808CF4DF19B364E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_88469FDDED8C4BF399DB4ABD4605D307" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_234A61A2BB88F06DD30B16DE9F66E565" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_B13A099F228149CDB35ED8B4D88ACEDE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_67415B187EDD4DB2AF1B659373386D94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_532344DBAAF142C2AFF7F262E5522497" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "OwnerKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ACB2FA4C64E6218003881DB86FAE60CD" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ACB2FA4C64E6218003881DB86FAE60CD" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ACB2FA4C64E6218003881DB86FAE60CD" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ACD09928E29693C35BCC700E40951AEB" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ACD09928E29693C35BCC700E40951AEB" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ACD09928E29693C35BCC700E40951AEB" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD15467D447B62DDE1BD96FF2B091C31" - "OwnerKey" = "8:_1F05C5740019436CA4072317066FB1AC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD15467D447B62DDE1BD96FF2B091C31" - "OwnerKey" = "8:_730CEE37D78449FC89EBFC526A39C7D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD15467D447B62DDE1BD96FF2B091C31" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD15467D447B62DDE1BD96FF2B091C31" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD15467D447B62DDE1BD96FF2B091C31" - "OwnerKey" = "8:_DD6992CD0ACCFF6B889A1ADC7D2DAE43" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD15467D447B62DDE1BD96FF2B091C31" - "OwnerKey" = "8:_E3624B09B1B18A0909D083D27DB90604" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD652B25F4FB47219D9D111AD130AC03" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_CCB130078DDD4B288794D03E93E5D82B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_E6D8C4B69849495883A1497295063547" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_CF64DAC62FED43EE9B6F411BE5FBF065" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ADAC2A1C6F7847D680023FD8B62CE763" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE5299FDCC43405EAF4370467BC9852D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AEB09EE12FAD46EBA91839C0CBAF60A3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B02AC42471634FDDB8675ACE5C4A140D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B066540B0736433AB6589C065B960701" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_E5F605D98C8CBEBB00C09D5EC8C8127B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_74C989C8B18A40A885321F7F8188A83A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_8A1BBE2E8DEC4DAFBCC14BDC7E027B48" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_55EFD5C9477B4C7EA11F78E3928B0DC7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_E8BE71CCC5174E3DA8ADD6585C0D9570" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_527B1D31420E4B23B111E4FC4C7D4DB3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_A3B2DD710F4843D781A8372B4443A708" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_E6E84499A1CB4A6A265D8C05BD0FFA40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_1EF904821BA64F522142ACB4C8E61033" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_7C840CCB2F2C1EA4816FE487B5E752DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_053845DF2A80A60A9B8FE3E1BF88DECD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B08443E85D1E9F0B840A2A449E546223" - "OwnerKey" = "8:_9A70E147EEAD7EA18E5190D6B05B2222" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B101C0AC4D184A2BB2E5114EC95A95B4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B13A099F228149CDB35ED8B4D88ACEDE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B3081C3D279041D18001864437F20CB4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B31369344DC7215D3A7027A45F1F6021" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B31369344DC7215D3A7027A45F1F6021" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B31369344DC7215D3A7027A45F1F6021" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B41CF285191B458BB15E99523C5B2A40" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B449B757B942480F9FEF6E80B4576ECB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B4DA35F6411D41A4B08D2B39BB702932" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B4DCC798FE6343DAAAA2DB644A31C4B4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B52E170F78B442BA83D08B9123907CFC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_8CC35151D8EB44179879DD6E1A3FEEBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_BB2F0804317E40959BC54397F062E63F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_681A6EBA6A68461C95E7263C5490328E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_57C31C2439A34DC987398DE7F6C5B1E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_35037DF8DE6149C18293212108B27384" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B78FE2D82BB12BEA1A00AF66AD6722CA" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B78FE2D82BB12BEA1A00AF66AD6722CA" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B78FE2D82BB12BEA1A00AF66AD6722CA" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B78FE2D82BB12BEA1A00AF66AD6722CA" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B78FE2D82BB12BEA1A00AF66AD6722CA" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B78FE2D82BB12BEA1A00AF66AD6722CA" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B78FE2D82BB12BEA1A00AF66AD6722CA" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_050B0C597A5045379389601790CC6923" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_A31F3F958D4547698677DD3F80B8FB27" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_BDE87E6E1B7A4905A9CEB9E5C03878BE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_0368786955D94604AC394EEB6424743F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_D724F156DB414BA6AB7ABFED86061864" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_B02AC42471634FDDB8675ACE5C4A140D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_E24C55B98E6242C3B31344952E3ED6B6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_56340E8817D0425AA6F13E35C99A2EF1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_DB755541B20243BDB9467F3470981BC4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_B13A099F228149CDB35ED8B4D88ACEDE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_A5C386CA7E4D475C8869A687EBEF8A04" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_67415B187EDD4DB2AF1B659373386D94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_8988F38293E6443C82ED10D12481699D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_532344DBAAF142C2AFF7F262E5522497" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_6410B7CD543C4AA1861A2AC1D40D5169" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_76060290214147F1808CF4DF19B364E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_CCB130078DDD4B288794D03E93E5D82B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_57C31C2439A34DC987398DE7F6C5B1E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_AD652B25F4FB47219D9D111AD130AC03" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_DCED769F3CED40F68BBF793A3190390F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_D147A209D52B47799F51651D4069C15E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_35037DF8DE6149C18293212108B27384" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_A9035D942941788E21A775971D3379AD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_168090D595D80D0A86442948560A106E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_32F0360562E0F4E46ECF81F6FFE26EC6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_8A2729C4F323C0E2EFEB67AC17F2900C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_AE2D7B02724DDA7F2129EFCC431086A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B808326208D646B48EBF76E50BAE7695" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B9ED092670E34E93B444DD3F43E9047E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA20A3AB57C1422B8E71E1DA21B52473" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA2B96C7FA5549D0B77262A6B2D056A3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_95E95D512F7447DAA4C6FD50CE087AEA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_A5C386CA7E4D475C8869A687EBEF8A04" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB2F0804317E40959BC54397F062E63F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_1CB01662D311443BA86B4C7D1C5F91BC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_8146F9A2DB6A4D498ED4A46C80ECC662" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_BB2F0804317E40959BC54397F062E63F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_A3339262B2B799F31F86F22E1EDCB371" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_792C41CB6C66CA56AB56A89516AF727F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB538FA2BB35D79B1A509C75F509CEED" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB538FA2BB35D79B1A509C75F509CEED" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB538FA2BB35D79B1A509C75F509CEED" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_A32E83D14D6B70C3D81A82C2C8943DBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_31365292EB0A4C64A977C3FF80BE8D9C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_20D842E976454292AAD59C3710685729" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_FB5846E10AC44AF497982FCAE901BDE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_D91B6235A19E4D5D86FDB5318B05BBD7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_E7FCDF731C3B4D35AEA32CF96F94DCB9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_8B79E641FCED4F83AFC0AB850BD604D7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_DDB9E5D5DD0E4B24962ABC7F8132B4A2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_BC99B36986BA4DF485067E818CF29BFB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_4BA0772E1F5B47EE9DA191683D222745" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_A03E7BC3D09F4E36BCFAFE25E18348EC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_D0BD19994C2940679E82F355F7717861" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_B449B757B942480F9FEF6E80B4576ECB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_6186376DC93E4147A10CEE688187DC66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_DA9A5A57867E4C3CA3A26AD724AD35EA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_7EA003AA5FED4C9D9C5BD3195F71DD3D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_4E2528B097824D5F9915F870179C3668" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_BC75628638E74C7DAC366734ABAB19C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_39684D34359849A282ADE8ADFBEE0B4A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_253BC8A12B714CCCBBAD8BEA9AB232AF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_A599A7EE92D343398580075929DFA7A1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_7F44F5DCF7044398A8BC0D24E76B35B4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_69AB1DD380134079B4877AC8EA430A2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_1C737FA2F1C14AECAA30697D490522CC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_610B8A9E00FC4B4B966C85057C9F3245" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_2BA3714CA8E54F78954E9579293C3CAB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_344F4EFB09664C2786E9B62FDFEFD8A9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_D6246B49359C12A914E1F377C60A5384" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_E10F32141108468157C13370CD7F7C81" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_B78FE2D82BB12BEA1A00AF66AD6722CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_4B8414E123E23CEF0A1536322F0ECAE2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_BA30063303C16AF1779B5530580C5ED4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_BB315D8F59155F74EC00AC8160D8203F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_1EBFA83B0E0372E14B635FEC41900DCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_80E8F008375A8F16DA4D31C71B44B93B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_046C7409807BEA0AD759D7284933C95C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_483D147777EFA8C37B8D462BA94687D7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_ABE0597EE67D334D94800C5C16715381" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_39187295040B712CB7D5035C7086FE49" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_686CB9C8A3ABAF81B50FDCD359D1856E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_41166B47E9DED0CCB5B576735A417525" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_7F210359DC9E62075F674C1B0050A471" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_DA09F5E866E3BB9E0C746846C6A946E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - "OwnerKey" = "8:_B7EE7F69CAC839955D7B7E04EFE9C585" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC2AA73D1EB342DAA2E6E829A46B56DF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC46BAEB1ACB4B6C9B2E676BC5136CB1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC75628638E74C7DAC366734ABAB19C1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_A959687D5A594B038895659012B722D7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_1CB01662D311443BA86B4C7D1C5F91BC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_6EEF588F24794BD699D2C5F6A0670472" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_0368786955D94604AC394EEB6424743F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_48FEC7295A1F49AFA9658B28040D82D0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_527DEAD8AE7E4E8E99348D277DDC3AD3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_6AE632079F394BD3BD1D95910CCD9D25" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_716F98D87D6841DC8B6B346A171CE780" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8A48519D23634D2F9EC22ECF0A14A3CC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_E24C55B98E6242C3B31344952E3ED6B6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_B873BE40B7AA4D4FACE3565666F45F51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_78876DFFB8F54757A7E7CD5F6937D821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_6E83BDD242CD403E88C6174D59C0F7D4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8CC35151D8EB44179879DD6E1A3FEEBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_BB2F0804317E40959BC54397F062E63F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_56340E8817D0425AA6F13E35C99A2EF1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_DB755541B20243BDB9467F3470981BC4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_B13A099F228149CDB35ED8B4D88ACEDE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8988F38293E6443C82ED10D12481699D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_6410B7CD543C4AA1861A2AC1D40D5169" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_76060290214147F1808CF4DF19B364E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_CCB130078DDD4B288794D03E93E5D82B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_16758E102315420CAF07169A47EF16A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_57C31C2439A34DC987398DE7F6C5B1E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_73D3FD7993624E07B5E561B11755AC2B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_CE6D89188B1C43438BB2A2F8F3334887" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_9818F96B07084AA4B619A0A41EE9C6B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_999A55ECDBA24B00AEE2A5A207F8030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_DD98189F70C149948FEBEDB7FFD024BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_515A8CFB844E4B618CB13EC19A0FE75C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_EABF3921F3284D87909D094D538FA526" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_DCED769F3CED40F68BBF793A3190390F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_D147A209D52B47799F51651D4069C15E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_35037DF8DE6149C18293212108B27384" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8765771DDE4A840EC489FFEEE5E7780A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_A9035D942941788E21A775971D3379AD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_0F1F0D6286EEEB4EC6814F48A7D049A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_AA98FEAE530E800F83819D70C36CAF58" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_3101F9AFF87F4586C5C12A29FB502D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_06032F260A8DEC8FFD196041FDAD9A14" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_168090D595D80D0A86442948560A106E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8A42A9274EFB189CCEE03074E79EB5DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_3F4EC1A21F29FC2FEB667F72396C798B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_5193F4E9C8FD027F6DA8742BC80C4D34" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_2116ADB1ABE805FABB3C862848A4F461" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_71DB4173D0A1DE774C90437928F85735" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_DD9267F304CD86680605583251BC35EC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_1227F5127E12287474AC428519CF1F5A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_01838AD5211DB87EAF6539800EB4D08C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_0D7CAA399994014550D649BDB391BF30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_AC3B8ADF83C9D34956B22A4037FE772E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_AD6DC0D31D46E64A927125525FF9B3E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_209CC981198B092EEADFA404D4E99DE1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC7A7626E0453C1C759DB01818C4B1B4" - "OwnerKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC99B36986BA4DF485067E818CF29BFB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC26B191C4E46B2B8F880A9313172FF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDC9386BC0BF26599814EBEEF06578A8" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BDE87E6E1B7A4905A9CEB9E5C03878BE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BEDF1CBE662C4A6DA590ACBC7F4A9A41" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_2E19CF28D9950189E4EFF269041F0FD8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_7A58EB8E4D024E9ABEEF4643AD40C308" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_4E2528B097824D5F9915F870179C3668" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_9950BFEA0E494DFDBF222F8D162723FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_69AB1DD380134079B4877AC8EA430A2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF1021F20A87A47CAA9E94F4C68346E2" - "OwnerKey" = "8:_5581E2113E30ABF56B928CC74B23EE36" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_0C35F03470F41E63CFC2314557D58C9F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_8B7D01F246DC495996E2A46DB76D4F84" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_76060290214147F1808CF4DF19B364E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_4EB2192CC00FB0EB1C5133471260033C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "OwnerKey" = "8:_5C8A40195D2FA713BE376F012B30D161" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFB995BCB8239D0D35E57B0EEF41FC6B" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C274A2B2CA9C43BB8E680F1B33C2BB11" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "OwnerKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "OwnerKey" = "8:_681A6EBA6A68461C95E7263C5490328E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C2FBE1D7563B4F8DB907BC4BB0F33118" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3014022A0AE4FC6A59AA6B444EB7B1E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C33C1C1F529792A6FCED9909D574C98D" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C33C1C1F529792A6FCED9909D574C98D" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C33C1C1F529792A6FCED9909D574C98D" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C38759E967F84737B3F30A17513E4CEB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C3F1B244B6B34159B02E05612D2DB2FA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C4B9E91420EE4CADAE899A7F2A74799B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C4E024481F9141A0A7D82D763892B305" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C50A7A1A8EDE4206BE0B828DB5216837" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C536AFA6573FE06581A3399E201C4859" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C536AFA6573FE06581A3399E201C4859" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C55809C9E155444F9A5D4B5BC847935D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "OwnerKey" = "8:_342A6CE3EF5E8C5170AA6C400613FF5B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "OwnerKey" = "8:_D6144464659746A8AAA12CCE9508EEE0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "OwnerKey" = "8:_F50034E84445435DAAB8F14F1FE1E03F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "OwnerKey" = "8:_EEC77B01CA74259E38B4BF930D62BBCA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C5C66681487F4179B25C87BB141A1601" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C659DE23C00C4113A5B3AE9C1407DD25" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C68B0CA281FD4B6D98E6226E53465377" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_8CC35151D8EB44179879DD6E1A3FEEBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_8E44223A3DCA43E48F5BBBD55992A4CC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_AAD83CEDDDC54AAFB0655F23A6225024" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_D147A209D52B47799F51651D4069C15E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_504E92556FF74DC6857BCBBB97FB7EB8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_A9035D942941788E21A775971D3379AD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_19ECA032F766EDFBA4314CBFD71873F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_2024DBA65B2E695BEA2FE6EBD3454FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C7C4378630198E8FEAE1BFA8CFD591A2" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C7C4378630198E8FEAE1BFA8CFD591A2" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C7C4378630198E8FEAE1BFA8CFD591A2" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C8501F70BD18823ADF0B44FD24726755" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C8501F70BD18823ADF0B44FD24726755" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C8501F70BD18823ADF0B44FD24726755" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C914EBE43CDF4902AE0D19E96CF70C0B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C96BF04976E84586BDC7959B5441D238" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CAF73FC6756D481DA84E75224472AA35" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CB2A1C78BE69483C846E42C240F57994" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CB6C3806A5B43EEBDB09EB86EF760090" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CB7900C58EB6431199E974BDC44043FC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CC37EBF295A7332587DED92372BE8CF7" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CC37EBF295A7332587DED92372BE8CF7" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CC37EBF295A7332587DED92372BE8CF7" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CCB130078DDD4B288794D03E93E5D82B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CCBFE906A96B44D6A430F23C40339B79" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDC4036AF5D00A8FCCF3DE0224C4F001" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDF71BE081FC4947BBF459AC8209ED17" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CE6D89188B1C43438BB2A2F8F3334887" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CEB3E300107F4C12BEC487845DA4E174" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CF64DAC62FED43EE9B6F411BE5FBF065" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D0135A8E1515400F82789A103488E9A7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D0BD19994C2940679E82F355F7717861" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1035DA311AD4850946354F1993CC230" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D147A209D52B47799F51651D4069C15E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_368297E8E6732BD28622CB59EE965020" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_5D4ACCBB99CE4379BFF48836F57C9CDB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_32EF223E0EFB40A88EBE556C8EAA4AF3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_87840206D46747A097E4ED2B15D78CFA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_81776EE3B0D14F098DEF71346C834416" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_A5C386CA7E4D475C8869A687EBEF8A04" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_CCB130078DDD4B288794D03E93E5D82B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_BAF05666A62E4063B67A990DBB654458" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_736EDDDBC3584E7A83D01BE2C66DBF5B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_A54C36C6AF724C4298C1C44B711EEBA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_EABF3921F3284D87909D094D538FA526" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_0D1200924CA21F19FF53C62B7B8354FF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_3FDC59E51DD676E67FAE73192661AC20" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_64E7B9EBDBAFB1B17E217C305DAA5B43" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_557A36316CC1A43CEFC65FDF1FB75164" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1527BD8144CE83D6E988DAFE1DBBA47" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1536A9A50C04C1C9CE3347977FB6F6A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D15EF60D825A48459AD557A4AF7FB791" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1835B3FF98AA2BAE46388B5977A4784" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1835B3FF98AA2BAE46388B5977A4784" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1835B3FF98AA2BAE46388B5977A4784" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_C6B0DE3EF58F14930CF8663D2B67CFBD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_655FCCA1E86A4494A1245290A41E97B8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_CD8824E528414EBDA5DCE3BA0A9528F8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D1C2C90966B214685D6072ECB20B5548" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D21D86E7F5F54FBF8413690CA489839C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D2D9F77E68304266A99FC9CB4D0760C2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D56039FB07C948599C4514959B5603C9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D6144464659746A8AAA12CCE9508EEE0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "OwnerKey" = "8:_3F7191903485AE336DDBE8F265888B67" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "OwnerKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D61738826E13F256E5D5365099EA0D68" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D6246B49359C12A914E1F377C60A5384" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D6246B49359C12A914E1F377C60A5384" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D6246B49359C12A914E1F377C60A5384" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D724F156DB414BA6AB7ABFED86061864" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_D147A209D52B47799F51651D4069C15E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_A9035D942941788E21A775971D3379AD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_887286F4C29C1F45FAF43D3E3165DD9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D833F480766C340EF20C1D1A2343E3A5" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D8979AC1BB2F4805A6F3910449C8D2A9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D8CE98FDC0B643A5BA490D9FCCBADE21" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D8F5958646964348B09B2F5870ED1BE0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D91B6235A19E4D5D86FDB5318B05BBD7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D96CCFFEF1EB441BAFA0B04DA20ADF5A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_0C1A606DD62F7131D94DB428C43DB5A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_55F9FC11F41F4C3EBF98220500974FBF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_1359C7CA18A745EA8445F44058628957" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_B02AC42471634FDDB8675ACE5C4A140D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_74DDAC05ED86A917F97AC419100EFF7C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9B04703426F5AEBC70BE52A33DA7633" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DA09F5E866E3BB9E0C746846C6A946E4" - "OwnerKey" = "8:_95D1BB32E25D6A28E121A3E5AB381063" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DA09F5E866E3BB9E0C746846C6A946E4" - "OwnerKey" = "8:_D0BD19994C2940679E82F355F7717861" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DA09F5E866E3BB9E0C746846C6A946E4" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DA09F5E866E3BB9E0C746846C6A946E4" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DA43343BE0AA49CCAC8C6F8C11231267" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DA9A5A57867E4C3CA3A26AD724AD35EA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DB755541B20243BDB9467F3470981BC4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DBB40A1C41C34EFFA1F4D9EDD04CA79D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DBD1C464BFA47A6D07EF347445419ECD" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DBD1C464BFA47A6D07EF347445419ECD" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DBD1C464BFA47A6D07EF347445419ECD" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_7776F0B3F25D4F958A79A3B702D72900" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_9CA2658ACD8741F43E77E56D9F53DCD5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "OwnerKey" = "8:_5A5C71EDF0B2920349215E6664C0FDC3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DCED769F3CED40F68BBF793A3190390F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD6992CD0ACCFF6B889A1ADC7D2DAE43" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD6992CD0ACCFF6B889A1ADC7D2DAE43" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD9267F304CD86680605583251BC35EC" - "OwnerKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD9267F304CD86680605583251BC35EC" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD9267F304CD86680605583251BC35EC" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD9267F304CD86680605583251BC35EC" - "OwnerKey" = "8:_120D152D0B8B41469B8B3B4DF718F015" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD9267F304CD86680605583251BC35EC" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD9267F304CD86680605583251BC35EC" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD9267F304CD86680605583251BC35EC" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD9267F304CD86680605583251BC35EC" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD98189F70C149948FEBEDB7FFD024BB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DDB9E5D5DD0E4B24962ABC7F8132B4A2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DE4CD1E105AF4B87366D07C46F4C2663" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DFC472D488BD43128D784076A4681591" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0A24BFA11AB3044C761E3C573C63E35" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0A24BFA11AB3044C761E3C573C63E35" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0A24BFA11AB3044C761E3C573C63E35" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0AA6902979947A58079211F8F730078" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E10F32141108468157C13370CD7F7C81" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E10F32141108468157C13370CD7F7C81" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E10F32141108468157C13370CD7F7C81" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E17EB625D338F9B7C8CD609BA23059D2" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "OwnerKey" = "8:_C536AFA6573FE06581A3399E201C4859" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "OwnerKey" = "8:_963AEFEC7C58473BA4C5A9549624357C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "OwnerKey" = "8:_6F56D84C89834F49BF3F9869A9EE6C21" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E24C55B98E6242C3B31344952E3ED6B6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E2E5B1A173384F57A03F090CD727C49F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E2FDCF13274F4F67A89C0CD8661BAD11" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E332A6F95C8C5F2A442A4197B94A81F9" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E332A6F95C8C5F2A442A4197B94A81F9" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E332A6F95C8C5F2A442A4197B94A81F9" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E332A6F95C8C5F2A442A4197B94A81F9" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E332A6F95C8C5F2A442A4197B94A81F9" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E332A6F95C8C5F2A442A4197B94A81F9" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E3624B09B1B18A0909D083D27DB90604" - "OwnerKey" = "8:_1F05C5740019436CA4072317066FB1AC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E3624B09B1B18A0909D083D27DB90604" - "OwnerKey" = "8:_DD6992CD0ACCFF6B889A1ADC7D2DAE43" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E3D571DDD2B44063B2081E8535FD46E6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E43B59AB67864BD0944C88D3E25021E7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E502D4E6B4CE477E9C8584C2FA1CB3A7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_8F59FC9529DC0C5DC4D6F0007F474362" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_903B6A4EF47E43C5B1EF318254F0FC56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5947AAC70DDA0C7E95740380DDB4357" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5F605D98C8CBEBB00C09D5EC8C8127B" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5F605D98C8CBEBB00C09D5EC8C8127B" - "OwnerKey" = "8:_74C989C8B18A40A885321F7F8188A83A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5F605D98C8CBEBB00C09D5EC8C8127B" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5F605D98C8CBEBB00C09D5EC8C8127B" - "OwnerKey" = "8:_E6E84499A1CB4A6A265D8C05BD0FFA40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E6D8C4B69849495883A1497295063547" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E6E84499A1CB4A6A265D8C05BD0FFA40" - "OwnerKey" = "8:_1EF904821BA64F522142ACB4C8E61033" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E6E84499A1CB4A6A265D8C05BD0FFA40" - "OwnerKey" = "8:_55EFD5C9477B4C7EA11F78E3928B0DC7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E6E84499A1CB4A6A265D8C05BD0FFA40" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E6E84499A1CB4A6A265D8C05BD0FFA40" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E72F0DA7D97E4A83ADC0D935CCEBAA2C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E738C8C29E9E4034A27CFF1EC14A39C7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E73BF78D3FB8428D9E7155229D73455E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E744598D05BD4A72B9CC387E36733113" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E7B7F39B3A4E44929B4467B0F77CD7B3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E7FCDF731C3B4D35AEA32CF96F94DCB9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E805B41593F64EE9B4641C1AC3146888" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E8BE71CCC5174E3DA8ADD6585C0D9570" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_B69725EDCD9F8B8A68B0A07C5CD48621" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_BDE87E6E1B7A4905A9CEB9E5C03878BE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_D724F156DB414BA6AB7ABFED86061864" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_AD573111A7F14C01ABAD569CED96D350" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_56340E8817D0425AA6F13E35C99A2EF1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_46364AC2527B05575C1A7DC2C4A003FE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_BF5739FDB21B5BC85A300B57B07DB939" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9DAA898D8564160E7A21A6605813D2D" - "OwnerKey" = "8:_9C701E2C9CEBECFB3063D33552E310F7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EA379DBB2DF5E7F187B81469EDC10741" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EA837FA84860436DAAD8D64D941B280E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EA8D27EC4FC7094D6938CB2A9756B429" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EABF3921F3284D87909D094D538FA526" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EBBABB825D074329A7E5B1915C3232AF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC057A65CB2191A3A75D32D39E2C9281" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC1CFBB502EB4FB9AD5C501435FC8921" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_54BF7061F9C747AC8812765DBF13E4FC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_CE376B1E0C914C7FA20720E96A734E2F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_B13A099F228149CDB35ED8B4D88ACEDE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_975852014F5B4FACBBDF5C881DA76681" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_C8225AB4F128DD5C462799E34B2089A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_62667E51DDAC4C82A79030A542EB7509" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_1DB0820845EDE427EC72C63B74AB812A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_A76A17A95231B9F651C86B8747D361A7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_C57DC3BE85AD71C60002B330DECCCFCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC3A0311DD85F43D63F8C76ED4C88EE6" - "OwnerKey" = "8:_08B2A4B0AE329FAEEC9E36D8907702E9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC7AF235DA19AF381962502B470A8A30" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC8AD8267010F2D7915E238E2AC5218C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC8AD8267010F2D7915E238E2AC5218C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EC8AD8267010F2D7915E238E2AC5218C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ECBDCCED98AC46C59E8FCB78D0C523E3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ED282BD291954FCF8BEFDA9D27F67BBE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ED6EF431B71B461098C1E38F9513C0A3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDCDF4FA15AC1B4C43D09F8B96C20B7A" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDCDF4FA15AC1B4C43D09F8B96C20B7A" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDCF4173C63D6E3DBE3EBD16AB57A3BD" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_ADFF45CA46874E0AA1CDD575EDFB20C4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_A382D02B948C4B54803DC488B33F0B3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_036F72A4E2944377BC83DA4863D3DA37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_55F146ECD4904D29B3661881E3DD89FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_197BB23CB89E43A5B6ADC5825C6EA03C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_B41CF285191B458BB15E99523C5B2A40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_62667E51DDAC4C82A79030A542EB7509" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_CF64DAC62FED43EE9B6F411BE5FBF065" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_73D3FD7993624E07B5E561B11755AC2B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_CE6D89188B1C43438BB2A2F8F3334887" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_16EB40669FCA68C2E34800ABC4D81F41" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_9818F96B07084AA4B619A0A41EE9C6B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_999A55ECDBA24B00AEE2A5A207F8030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_DD98189F70C149948FEBEDB7FFD024BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_515A8CFB844E4B618CB13EC19A0FE75C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_4C99FF29AB44757872B36197C8BF3C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_5BFFFF7FD7100CE916F389F8186B56E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDDA39861F3723CCFEF74E28047A6DF9" - "OwnerKey" = "8:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDF50FE9EF1946E1922E6F86FA7842D5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDFE6F57CA78D24F28D284DE3331ABF9" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EEC77B01CA74259E38B4BF930D62BBCA" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EEC77B01CA74259E38B4BF930D62BBCA" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EEC77B01CA74259E38B4BF930D62BBCA" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EEC77B01CA74259E38B4BF930D62BBCA" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EEC77B01CA74259E38B4BF930D62BBCA" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EFCC656AC74B43E495D1B9EAF292B675" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "OwnerKey" = "8:_ABF50DEAD3F44E68B097345106E563D8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F106C022A6904BC6BB197A83AB8DAAC8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_195464F81556BDF6BDAF089A424D04BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_4E05FFBA65CF4791A30C1FA9F5B7C8C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_5B538E2AD9BE4EEE81436217036C9D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_D8D464C1D0DB47DDB5EECB9B3B20D539" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_EB98E04073DF4D0A81057B1F53EC6632" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_DE2E2DBDCACB4DFFABB53403CF80C99E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_0295530C182F41228C836A2CB92468B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_95E95D512F7447DAA4C6FD50CE087AEA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_681A6EBA6A68461C95E7263C5490328E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_9EC593BE54DE4B388AAD3CA5F94275DD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_0327CD370EE34AA4A8DD54EBBF99AC9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_DA87F4E078FD438E9CBA27D5FD4B0543" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_AD652B25F4FB47219D9D111AD130AC03" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_0794C57E759F44AB8BCEA1A821EE1203" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_25E58EB806A4EC8427C4EB8A218A5087" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_745EED586EE63238193F683885BBD029" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_8CA777642BA7AFFEAE6A555CEFA540D1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_784ACDE198073C9AECF536BBDD06E2CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_C3EDD553A32A0F38069B9AC4058185CA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_C2C7C844CF816EEE05C94D4477A24455" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_963F4FE28111B47846C1A486F61E160E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_DC31A38AE46E7DFCEDB5951409403753" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F137BF9D1B77BF0B9B508E41BE202357" - "OwnerKey" = "8:_050B0C597A5045379389601790CC6923" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F1D42F5FB7484B7D884F14677FCC7001" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F1DD1333A875F0DB8A3FE15C1C30474C" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F1DD1333A875F0DB8A3FE15C1C30474C" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F1DD1333A875F0DB8A3FE15C1C30474C" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F1E6E73509744DA98278CF51C40AE066" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F2BF868F37FD4EBB9EEE93828F6B8B80" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F2D5764A578D47B7A5F39A4F078F6794" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F3DD6E43439845C5B435A9E9A9524E5B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F44B9F499B54413980FDF3B3201DA9FC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F46463168E28445994747470940851B5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F50034E84445435DAAB8F14F1FE1E03F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F50DAAA0E2934C479ECE2D8802E610D0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F5FE62D38D5C4D30A5276F398ACE2208" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F86D3CBF0B1F43668BF213D00BF2E7FF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F8B53535DABD4E7D5E5951C921AC682A" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F97984886F724C73B3B2743E9274CF5D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "OwnerKey" = "8:_79B48096B03304C26F26ED14E79E3EA8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "OwnerKey" = "8:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F9D45EB45753FAD80DFD1C6F7ADF3844" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA4CE78BBACB594C45D2BC3C566134D0" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA4CE78BBACB594C45D2BC3C566134D0" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA4CE78BBACB594C45D2BC3C566134D0" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA592753CDE042848A569F999BFFBD44" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA75660EFEB348B7AC175C24D774F176" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FACC7D8D886249829543B076EC2FD9BA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FB2362D3B56C02E660BBD18DFDAD9323" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FB2362D3B56C02E660BBD18DFDAD9323" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FB2362D3B56C02E660BBD18DFDAD9323" - "OwnerKey" = "8:_F46463168E28445994747470940851B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FB2362D3B56C02E660BBD18DFDAD9323" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FB2362D3B56C02E660BBD18DFDAD9323" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FB5846E10AC44AF497982FCAE901BDE7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FBCDC555A20E406DB6428A2BCFCD948C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FC1B3053EE004D9CA842FE7ACAB59109" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FC885A1AEC504F53914D5FCC259F5C15" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FD56A51A1C3951F7EECA29D42148DB6D" - "OwnerKey" = "8:_8CF03875B4957823DB3256163B0305BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FD56A51A1C3951F7EECA29D42148DB6D" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FD863E6FF01F2BA099CEAB21C5ACF521" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FD863E6FF01F2BA099CEAB21C5ACF521" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FD863E6FF01F2BA099CEAB21C5ACF521" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FDF8C7CAC2674036AFE74F2FD3B5D0E0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FE8069F25C7542899AA4D3DA4F912B1C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FF423F0AB3D042528B09925A0C152C0B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FFBB9EC9AF5B4F1B87DDA235FB77CCDB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9A524C86B3B34446AC4F83D726A76918" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_07914A2459CA4EC0B9AB9FB4588055B2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F46463168E28445994747470940851B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_777D66705D8B49A0AA649B76F14CDC63" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9AF4DF764E3D402FA7B373767289455C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_58C396CAD94644E493315C2801EC4AF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_5D4ACCBB99CE4379BFF48836F57C9CDB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_C630F7E8EA4840BAB1B2559D71483F8E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_B5359DB2717C45BB8ED554A6D0A6C361" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D811630E15194F8E96C950896FE98C7B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_412C7C7C4A634DEDB9CFACD8617FDEE8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_B41CF285191B458BB15E99523C5B2A40" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_62667E51DDAC4C82A79030A542EB7509" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_94FAD8EAA57C4DB68ED601C6F5F7B54C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_CF64DAC62FED43EE9B6F411BE5FBF065" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_AAD83CEDDDC54AAFB0655F23A6225024" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_73D3FD7993624E07B5E561B11755AC2B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_CE6D89188B1C43438BB2A2F8F3334887" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_5C837F67EF074C468C3D6F326FB979E2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_C3B7907507234BC19C2B0B958AAAC5B7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9818F96B07084AA4B619A0A41EE9C6B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_999A55ECDBA24B00AEE2A5A207F8030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_DD98189F70C149948FEBEDB7FFD024BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_515A8CFB844E4B618CB13EC19A0FE75C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_01E539312CCF4E9CA4A58A1752403D51" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_65A667BC789D01A72E116514081DB3F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_89C50D3BE2F9490EBB5D778B96C32C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E1CCBF6B3FDBC09AF00783496814045C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EA379DBB2DF5E7F187B81469EDC10741" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_A95F4E8A504CA6B85FA53C01B8AA56B5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_CB6C3806A5B43EEBDB09EB86EF760090" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EDFE6F57CA78D24F28D284DE3331ABF9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_1621CD8AC45709FF928DE3ED82B24D00" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EDCF4173C63D6E3DBE3EBD16AB57A3BD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_A7C7E66B124BB4B955D0308A3B882532" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_4AA45544318FAE6B23403F8280F2F677" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EA8D27EC4FC7094D6938CB2A9756B429" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E17EB625D338F9B7C8CD609BA23059D2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_63371D0BAD234D5F7696EA820393E3B0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EC7AF235DA19AF381962502B470A8A30" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_70ED8AD69F00771AC685626BF42151F9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_427AE465F055A535566FA1FBCEE3948A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E206E7CC8B4944C8842AA2E66444D42D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6E858C1B43B264FBD4E33E5728B8DEC4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_935D659A1E629D9E893364FF0C941167" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_8CF03875B4957823DB3256163B0305BB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_FD56A51A1C3951F7EECA29D42148DB6D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_2C86D93FF6F2A8D550A353E689A42D66" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_815241ADB1F91E73543454427C08153B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_2297D78D3E90455E8F53C4BE8C5E0F94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_608B8B5F90364C4BB202C91CEB424C29" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E73BF78D3FB8428D9E7155229D73455E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_697B50CE235447299497D237412C4DCD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_4BE84EA27B5340128C46B9FF78B2828B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_84E6645587CD46C985603D661E800251" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F97984886F724C73B3B2743E9274CF5D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_A373F853496F48BCB73085CEC13477DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E2FDCF13274F4F67A89C0CD8661BAD11" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E0AA6902979947A58079211F8F730078" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_ED6EF431B71B461098C1E38F9513C0A3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_50306E8DAC38471AAB28C2754B9E6124" - "MsmSig" = "8:_UNDEFINED" - } - } - "Configurations" - { - "Debug" - { - "DisplayName" = "8:Debug" - "IsDebugOnly" = "11:TRUE" - "IsReleaseOnly" = "11:FALSE" - "OutputFilename" = "8:Debug\\Setup1.msi" - "PackageFilesAs" = "3:2" - "PackageFileSize" = "3:-2147483648" - "CabType" = "3:1" - "Compression" = "3:2" - "SignOutput" = "11:FALSE" - "CertificateFile" = "8:" - "PrivateKeyFile" = "8:" - "TimeStampServer" = "8:" - "InstallerBootstrapper" = "3:2" - } - "Release" - { - "DisplayName" = "8:Release" - "IsDebugOnly" = "11:FALSE" - "IsReleaseOnly" = "11:TRUE" - "OutputFilename" = "8:Release\\Setup1.msi" - "PackageFilesAs" = "3:2" - "PackageFileSize" = "3:-2147483648" - "CabType" = "3:1" - "Compression" = "3:2" - "SignOutput" = "11:FALSE" - "CertificateFile" = "8:" - "PrivateKeyFile" = "8:" - "TimeStampServer" = "8:" - "InstallerBootstrapper" = "3:2" - "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" - { - "Enabled" = "11:TRUE" - "PromptEnabled" = "11:TRUE" - "PrerequisitesLocation" = "2:1" - "Url" = "8:" - "ComponentsUrl" = "8:" - "Items" - { - "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.DesktopRuntime.9.0.x64" - { - "Name" = "8:.NET 데스크톱 런타임 9.0.17 (x64)" - "ProductCode" = "8:Microsoft.NetCore.DesktopRuntime.9.0.x64" - } - } - } - } - } - "Deployable" - { - "CustomAction" - { - } - "DefaultFeature" - { - "Name" = "8:DefaultFeature" - "Title" = "8:" - "Description" = "8:" - } - "ExternalPersistence" - { - "LaunchCondition" - { - "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_6D94487E69CA4E6DB15726769427C128" - { - "Name" = "8:.NET Framework" - "Message" = "8:[VSDNETMSG]" - "FrameworkVersion" = "8:.NETFramework,Version=v4.7.2" - "AllowLaterVersions" = "11:FALSE" - "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=863262" - } - } - } - "File" - { - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_002D58F05FFA46FDBDB54483374D69B2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_002D58F05FFA46FDBDB54483374D69B2" - { - "Name" = "8:System.Security.Cryptography.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_00DABFD98C754A759E5ABFB211B5C249" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_00DABFD98C754A759E5ABFB211B5C249" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_01838AD5211DB87EAF6539800EB4D08C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Sockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_01838AD5211DB87EAF6539800EB4D08C" - { - "Name" = "8:System.Net.Sockets.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Sockets.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_01E539312CCF4E9CA4A58A1752403D51" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_01E539312CCF4E9CA4A58A1752403D51" - { - "Name" = "8:PresentationCore.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationCore.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_025EC274DE654D70829DAFB1D6380996" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_025EC274DE654D70829DAFB1D6380996" - { - "Name" = "8:System.ComponentModel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ComponentModel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0295530C182F41228C836A2CB92468B7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0295530C182F41228C836A2CB92468B7" - { - "Name" = "8:System.Net.Http.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Http.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_02BE941E90844B118EE56900AB646A06" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.ProtectedData, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_02BE941E90844B118EE56900AB646A06" - { - "Name" = "8:System.Security.Cryptography.ProtectedData.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.ProtectedData.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_02FBD94FF43B4060A25263597E445DBA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_02FBD94FF43B4060A25263597E445DBA" - { - "Name" = "8:System.Transactions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Transactions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0327CD370EE34AA4A8DD54EBBF99AC9E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.PerformanceCounter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0327CD370EE34AA4A8DD54EBBF99AC9E" - { - "Name" = "8:System.Diagnostics.PerformanceCounter.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.PerformanceCounter.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_036569AF29D247CE9089AE07843FE315" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_036569AF29D247CE9089AE07843FE315" - { - "Name" = "8:System.Xml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0368786955D94604AC394EEB6424743F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0368786955D94604AC394EEB6424743F" - { - "Name" = "8:System.Text.Encoding.CodePages.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Text.Encoding.CodePages.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_036B1790890744BAAF946F87847442E0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_036B1790890744BAAF946F87847442E0" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_036F72A4E2944377BC83DA4863D3DA37" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_036F72A4E2944377BC83DA4863D3DA37" - { - "Name" = "8:System.Data.Common.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Data.Common.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_046C7409807BEA0AD759D7284933C95C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Numerics.Vectors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_046C7409807BEA0AD759D7284933C95C" - { - "Name" = "8:System.Numerics.Vectors.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Numerics.Vectors.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_04822DE2C02C421D8C46A31E8DF7C13F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_04822DE2C02C421D8C46A31E8DF7C13F" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_050836C30CA44750AF4D9258F3F0AA1C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_050836C30CA44750AF4D9258F3F0AA1C" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_050B0C597A5045379389601790CC6923" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Win32.Registry, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_050B0C597A5045379389601790CC6923" - { - "Name" = "8:Microsoft.Win32.Registry.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Win32.Registry.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0530885BBB7849768DAAAF17900A60F2" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\PenImc_cor3.dll" - "TargetName" = "8:PenImc_cor3.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0537A5F0ECDF4E38A7FBDDB5AE1F7670" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0537A5F0ECDF4E38A7FBDDB5AE1F7670" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_053845DF2A80A60A9B8FE3E1BF88DECD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Tokens, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_053845DF2A80A60A9B8FE3E1BF88DECD" - { - "Name" = "8:Microsoft.IdentityModel.Tokens.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.IdentityModel.Tokens.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_06032F260A8DEC8FFD196041FDAD9A14" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_06032F260A8DEC8FFD196041FDAD9A14" - { - "Name" = "8:System.IO.Pipelines.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Pipelines.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_067B1859737D4828A07C8FF595D279CF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_067B1859737D4828A07C8FF595D279CF" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_07914A2459CA4EC0B9AB9FB4588055B2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_07914A2459CA4EC0B9AB9FB4588055B2" - { - "Name" = "8:WindowsBase.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\WindowsBase.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0794C57E759F44AB8BCEA1A821EE1203" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient, Version=6.0.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0794C57E759F44AB8BCEA1A821EE1203" - { - "Name" = "8:Microsoft.Data.SqlClient.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Data.SqlClient.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_07F8268F05364CB4980757202CE8C1DD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_07F8268F05364CB4980757202CE8C1DD" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_08B2A4B0AE329FAEEC9E36D8907702E9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.TextWriterTraceListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_08B2A4B0AE329FAEEC9E36D8907702E9" - { - "Name" = "8:System.Diagnostics.TextWriterTraceListener.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.TextWriterTraceListener.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_08E6AAF1D9314A638835D668E74CEEFC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_08E6AAF1D9314A638835D668E74CEEFC" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_09D385A292B34CDD839AECA668BD3A08" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\mscorrc.dll" - "TargetName" = "8:mscorrc.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0A54D85D895B4A41BD3676196CB02DF5" - { - "SourcePath" = "8:..\\Resources\\Housing_voltage_current_icon_msi_noborder.ico" - "TargetName" = "8:Housing_voltage_current_icon_msi_noborder.ico" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0A56519FAC61F9C6C691F628C8318F4C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.AppContext, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0A56519FAC61F9C6C691F628C8318F4C" - { - "Name" = "8:System.AppContext.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.AppContext.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0A679AA7511C440C9E2D3079BA212816" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0A679AA7511C440C9E2D3079BA212816" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0AAB97EB5A764B0E86E53B0174647FB5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0AAB97EB5A764B0E86E53B0174647FB5" - { - "Name" = "8:System.Reflection.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0AE5E64191244A5AA11686D51B37BD7C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0AE5E64191244A5AA11686D51B37BD7C" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0B5AD937F1C248DBACFB517AB5E7EE8E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0B5AD937F1C248DBACFB517AB5E7EE8E" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0C1A606DD62F7131D94DB428C43DB5A6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0C1A606DD62F7131D94DB428C43DB5A6" - { - "Name" = "8:Microsoft.VisualBasic.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.VisualBasic.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0C35F03470F41E63CFC2314557D58C9F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0C35F03470F41E63CFC2314557D58C9F" - { - "Name" = "8:System.Formats.Asn1.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Formats.Asn1.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0CD5D9C4AFDB414E9294643364414C0D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0CD5D9C4AFDB414E9294643364414C0D" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0CE6E39840DD4AFA8D75CF4E5FAE6F46" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.OpenSsl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0CE6E39840DD4AFA8D75CF4E5FAE6F46" - { - "Name" = "8:System.Security.Cryptography.OpenSsl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.OpenSsl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0D1200924CA21F19FF53C62B7B8354FF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Ping, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0D1200924CA21F19FF53C62B7B8354FF" - { - "Name" = "8:System.Net.Ping.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Ping.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0D7CAA399994014550D649BDB391BF30" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0D7CAA399994014550D649BDB391BF30" - { - "Name" = "8:System.Diagnostics.DiagnosticSource.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.DiagnosticSource.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0DECFF529DF243F5A0FFFDEDB84FD568" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0DECFF529DF243F5A0FFFDEDB84FD568" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0E1E7B42F35E4933874BC1468FC5DF8D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0E1E7B42F35E4933874BC1468FC5DF8D" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0E632DF9EB5C420ABC24BDEB71F6B1D2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0E632DF9EB5C420ABC24BDEB71F6B1D2" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0F1F0D6286EEEB4EC6814F48A7D049A6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Caching.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0F1F0D6286EEEB4EC6814F48A7D049A6" - { - "Name" = "8:Microsoft.Extensions.Caching.Abstractions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Extensions.Caching.Abstractions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1018C7A26FA94652A208F5653921720D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Principal, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1018C7A26FA94652A208F5653921720D" - { - "Name" = "8:System.Security.Principal.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Principal.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1049DED220694EA7A18EE141D7B650B2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1049DED220694EA7A18EE141D7B650B2" - { - "Name" = "8:System.Private.CoreLib.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Private.CoreLib.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_120D152D0B8B41469B8B3B4DF718F015" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_120D152D0B8B41469B8B3B4DF718F015" - { - "Name" = "8:System.ComponentModel.TypeConverter.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ComponentModel.TypeConverter.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1227F5127E12287474AC428519CF1F5A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.NameResolution, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1227F5127E12287474AC428519CF1F5A" - { - "Name" = "8:System.Net.NameResolution.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.NameResolution.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_12A45DA723FC486CA7EE607E2F7762F2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_12A45DA723FC486CA7EE607E2F7762F2" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1359C7CA18A745EA8445F44058628957" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Permissions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1359C7CA18A745EA8445F44058628957" - { - "Name" = "8:System.Security.Permissions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Permissions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_144406C0B2B04AACA803CDBE2B1E97AB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_144406C0B2B04AACA803CDBE2B1E97AB" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_147B36A46E7344C9AE8E2C93AB680825" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_147B36A46E7344C9AE8E2C93AB680825" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_153A8EA805CA4828B967B48FF6D4BC37" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XPath, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_153A8EA805CA4828B967B48FF6D4BC37" - { - "Name" = "8:System.Xml.XPath.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.XPath.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1621CD8AC45709FF928DE3ED82B24D00" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Algorithms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1621CD8AC45709FF928DE3ED82B24D00" - { - "Name" = "8:System.Security.Cryptography.Algorithms.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.Algorithms.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_16758E102315420CAF07169A47EF16A8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_16758E102315420CAF07169A47EF16A8" - { - "Name" = "8:System.Diagnostics.DiagnosticSource.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.DiagnosticSource.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_168090D595D80D0A86442948560A106E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Formats.Tar, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_168090D595D80D0A86442948560A106E" - { - "Name" = "8:System.Formats.Tar.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Formats.Tar.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_16B991C2E44549CE8827F82098FA9753" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_16B991C2E44549CE8827F82098FA9753" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_16DAD5A97AA149429273133023C05F9A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_16DAD5A97AA149429273133023C05F9A" - { - "Name" = "8:System.IO.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_16EB40669FCA68C2E34800ABC4D81F41" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_16EB40669FCA68C2E34800ABC4D81F41" - { - "Name" = "8:System.Windows.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Windows.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_17E7BB17CF444C9782DC6CDD352FBB0D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_17E7BB17CF444C9782DC6CDD352FBB0D" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_183A4519C9E8986D056A0C2787481B51" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.CompilerServices.Unsafe, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_183A4519C9E8986D056A0C2787481B51" - { - "Name" = "8:System.Runtime.CompilerServices.Unsafe.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.CompilerServices.Unsafe.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_184D1FF76E0A4B30B78466ACCBBB9E67" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_184D1FF76E0A4B30B78466ACCBBB9E67" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1875465143744924A9CD3694FA7C7300" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1875465143744924A9CD3694FA7C7300" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_18F64B11FA2B3AF2FD7BC1EBF31D85A4" - { - "Name" = "8:System.Threading.Channels.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Channels.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1900E767C0AF4A0685E72AD00CFE245B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1900E767C0AF4A0685E72AD00CFE245B" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_190A2E93252ABCDEC68945E28E95031C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Globalization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_190A2E93252ABCDEC68945E28E95031C" - { - "Name" = "8:System.Globalization.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Globalization.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_195464F81556BDF6BDAF089A424D04BD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_195464F81556BDF6BDAF089A424D04BD" - { - "Name" = "8:System.Security.AccessControl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.AccessControl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_197BB23CB89E43A5B6ADC5825C6EA03C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.CodeDom, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_197BB23CB89E43A5B6ADC5825C6EA03C" - { - "Name" = "8:System.CodeDom.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.CodeDom.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_19ECA032F766EDFBA4314CBFD71873F8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Dynamic.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_19ECA032F766EDFBA4314CBFD71873F8" - { - "Name" = "8:System.Dynamic.Runtime.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Dynamic.Runtime.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1A16B3277BC0470DB6FA4A7178FAE161" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1A16B3277BC0470DB6FA4A7178FAE161" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1A3116329853417B930370F0E02BADBA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1A3116329853417B930370F0E02BADBA" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1A39A6ED544247C2B9292099BA8731D1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Memory.Data, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1A39A6ED544247C2B9292099BA8731D1" - { - "Name" = "8:System.Memory.Data.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Memory.Data.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1C187CF17FC84DA69B8F24DD1ABF3117" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Identity.Client, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1C187CF17FC84DA69B8F24DD1ABF3117" - { - "Name" = "8:Microsoft.Identity.Client.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Identity.Client.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1C737FA2F1C14AECAA30697D490522CC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Contracts, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1C737FA2F1C14AECAA30697D490522CC" - { - "Name" = "8:System.Diagnostics.Contracts.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.Contracts.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1C9958F853D5A78FDDAF7ECE8C7E37B9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient, Version=6.0.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1C9958F853D5A78FDDAF7ECE8C7E37B9" - { - "Name" = "8:Microsoft.Data.SqlClient.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Data.SqlClient.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1CB01662D311443BA86B4C7D1C5F91BC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1CB01662D311443BA86B4C7D1C5F91BC" - { - "Name" = "8:System.Threading.Tasks.Parallel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.Tasks.Parallel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1CC42556B24A44EFA52D3C6ED39D4136" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Globalization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1CC42556B24A44EFA52D3C6ED39D4136" - { - "Name" = "8:System.Globalization.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Globalization.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1D6A410DBAE3AFD9E7D7475D8379E809" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1D6A410DBAE3AFD9E7D7475D8379E809" - { - "Name" = "8:System.ComponentModel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ComponentModel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1DB0820845EDE427EC72C63B74AB812A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XmlDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1DB0820845EDE427EC72C63B74AB812A" - { - "Name" = "8:System.Xml.XmlDocument.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Xml.XmlDocument.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1DFC69D3F1F54EB9BD372F5DEFABCEA6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1DFC69D3F1F54EB9BD372F5DEFABCEA6" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1EBFA83B0E0372E14B635FEC41900DCE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1EBFA83B0E0372E14B635FEC41900DCE" - { - "Name" = "8:System.Reflection.Emit.Lightweight.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.Emit.Lightweight.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1EF904821BA64F522142ACB4C8E61033" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1EF904821BA64F522142ACB4C8E61033" - { - "Name" = "8:Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1F05C5740019436CA4072317066FB1AC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Azure.Identity, Version=1.14.2.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1F05C5740019436CA4072317066FB1AC" - { - "Name" = "8:Azure.Identity.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Azure.Identity.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1F110DF3B1D440349F33E0F881C9A394" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_1F110DF3B1D440349F33E0F881C9A394" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2024DBA65B2E695BEA2FE6EBD3454FF6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Linq.Queryable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2024DBA65B2E695BEA2FE6EBD3454FF6" - { - "Name" = "8:System.Linq.Queryable.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Linq.Queryable.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2035F967DC674709A414035CBF8E36FD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Data.DataSetExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2035F967DC674709A414035CBF8E36FD" - { - "Name" = "8:System.Data.DataSetExtensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Data.DataSetExtensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_208BDA42059B42968ED5851D23443017" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\InspectionSettings.ini" - "TargetName" = "8:InspectionSettings.ini" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_209CC981198B092EEADFA404D4E99DE1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_209CC981198B092EEADFA404D4E99DE1" - { - "Name" = "8:System.Security.Claims.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Claims.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_20D842E976454292AAD59C3710685729" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Thread, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_20D842E976454292AAD59C3710685729" - { - "Name" = "8:System.Threading.Thread.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.Thread.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2116ADB1ABE805FABB3C862848A4F461" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2116ADB1ABE805FABB3C862848A4F461" - { - "Name" = "8:System.Net.NetworkInformation.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.NetworkInformation.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2136DF79E3D947F98359005D8D8AB1FA" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\hostfxr.dll" - "TargetName" = "8:hostfxr.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_21E68C1A94E92853B17A098E208A63D5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Http.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_21E68C1A94E92853B17A098E208A63D5" - { - "Name" = "8:System.Net.Http.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Http.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2297D78D3E90455E8F53C4BE8C5E0F94" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=zh-Hant, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2297D78D3E90455E8F53C4BE8C5E0F94" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_234A61A2BB88F06DD30B16DE9F66E565" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_234A61A2BB88F06DD30B16DE9F66E565" - { - "Name" = "8:System.Console.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Console.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_248BBDA68E464FD0BF31E05062AB7B23" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_248BBDA68E464FD0BF31E05062AB7B23" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_253BC8A12B714CCCBBAD8BEA9AB232AF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_253BC8A12B714CCCBBAD8BEA9AB232AF" - { - "Name" = "8:System.Memory.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Memory.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_25E58EB806A4EC8427C4EB8A218A5087" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.EventLog, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_25E58EB806A4EC8427C4EB8A218A5087" - { - "Name" = "8:System.Diagnostics.EventLog.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.EventLog.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_25FF3BA4F04D44A29B55492225D57B91" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_25FF3BA4F04D44A29B55492225D57B91" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_28ED007DCB2C4A0F92918CFFD14EFB47" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_28ED007DCB2C4A0F92918CFFD14EFB47" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_29F7A2045FA2410D8F022FD6814F9F0F" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\mscordaccore.dll" - "TargetName" = "8:mscordaccore.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2A481EE8B108B1BA0DA9D0F7D4DFF3D3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Tasks, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2A481EE8B108B1BA0DA9D0F7D4DFF3D3" - { - "Name" = "8:System.Threading.Tasks.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Tasks.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2A984AB742E34D9CB2BB84942F51F4A2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2A984AB742E34D9CB2BB84942F51F4A2" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2B914DD2B9EB4A0383F6BD3034EA3F53" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.UnmanagedMemoryStream, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2B914DD2B9EB4A0383F6BD3034EA3F53" - { - "Name" = "8:System.IO.UnmanagedMemoryStream.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.UnmanagedMemoryStream.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2B9CF255BD67578217BF36A742BD97A5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Globalization.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2B9CF255BD67578217BF36A742BD97A5" - { - "Name" = "8:System.Globalization.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Globalization.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2BA3714CA8E54F78954E9579293C3CAB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections.Concurrent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2BA3714CA8E54F78954E9579293C3CAB" - { - "Name" = "8:System.Collections.Concurrent.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Collections.Concurrent.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2C86D93FF6F2A8D550A353E689A42D66" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2C86D93FF6F2A8D550A353E689A42D66" - { - "Name" = "8:System.Runtime.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2D1C062B85DD4AEC91C54C1F31BC31A2" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\Database.ini" - "TargetName" = "8:Database.ini" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2D703D824988419B9F04D1B09DE37026" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Globalization.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2D703D824988419B9F04D1B09DE37026" - { - "Name" = "8:System.Globalization.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Globalization.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2DC66B6B0ADA43EA9D508F2B6E62C1E8" - { - "Name" = "8:System.Threading.Tasks.Dataflow.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.Tasks.Dataflow.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2E19CF28D9950189E4EFF269041F0FD8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Emit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2E19CF28D9950189E4EFF269041F0FD8" - { - "Name" = "8:System.Reflection.Emit.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.Emit.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2E3D5B68BF234E6BA1C15D82AE4873E0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2E3D5B68BF234E6BA1C15D82AE4873E0" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2E5120DFA2DA41889A6CC3FDA938E4E9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2E5120DFA2DA41889A6CC3FDA938E4E9" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2E719C1428664833BCA5D9B8CBFA6C93" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2E719C1428664833BCA5D9B8CBFA6C93" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2FAAED2D751A4742B837AE38C9F6885A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2FAAED2D751A4742B837AE38C9F6885A" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3101F9AFF87F4586C5C12A29FB502D79" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3101F9AFF87F4586C5C12A29FB502D79" - { - "Name" = "8:System.Threading.Tasks.Dataflow.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Tasks.Dataflow.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3110749E23564FDF8A063A1C160DDA82" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\msquic.dll" - "TargetName" = "8:msquic.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3135B425C03D41748F6CFB3D756EB9E9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3135B425C03D41748F6CFB3D756EB9E9" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_31365292EB0A4C64A977C3FF80BE8D9C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.ThreadPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_31365292EB0A4C64A977C3FF80BE8D9C" - { - "Name" = "8:System.Threading.ThreadPool.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.ThreadPool.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_31FC7F597776489A8F43E32E24F93BE5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_31FC7F597776489A8F43E32E24F93BE5" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_32EF223E0EFB40A88EBE556C8EAA4AF3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_32EF223E0EFB40A88EBE556C8EAA4AF3" - { - "Name" = "8:System.Net.WebClient.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.WebClient.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_32F0360562E0F4E46ECF81F6FFE26EC6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Web.HttpUtility, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_32F0360562E0F4E46ECF81F6FFE26EC6" - { - "Name" = "8:System.Web.HttpUtility.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Web.HttpUtility.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_342A6CE3EF5E8C5170AA6C400613FF5B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_342A6CE3EF5E8C5170AA6C400613FF5B" - { - "Name" = "8:System.Runtime.Serialization.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Serialization.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_344F4EFB09664C2786E9B62FDFEFD8A9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Win32.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_344F4EFB09664C2786E9B62FDFEFD8A9" - { - "Name" = "8:Microsoft.Win32.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Win32.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_35037DF8DE6149C18293212108B27384" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Caching.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_35037DF8DE6149C18293212108B27384" - { - "Name" = "8:Microsoft.Extensions.Caching.Abstractions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Extensions.Caching.Abstractions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_35F2A45F8E194D1CA2ED585BD8A95B75" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_35F2A45F8E194D1CA2ED585BD8A95B75" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_368297E8E6732BD28622CB59EE965020" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections.Specialized, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_368297E8E6732BD28622CB59EE965020" - { - "Name" = "8:System.Collections.Specialized.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Collections.Specialized.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_37F9CA373D6B44C58DD3134FB9A6FD98" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_37F9CA373D6B44C58DD3134FB9A6FD98" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_380884DD2753A301C82737899E085AE4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.ServicePoint, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_380884DD2753A301C82737899E085AE4" - { - "Name" = "8:System.Net.ServicePoint.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.ServicePoint.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_38F6E660F60B4F72B6375EF6F3FD0E9A" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\wpfgfx_cor3.dll" - "TargetName" = "8:wpfgfx_cor3.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_39187295040B712CB7D5035C7086FE49" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Thread, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_39187295040B712CB7D5035C7086FE49" - { - "Name" = "8:System.Threading.Thread.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Thread.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_392F5B3391E24BC7B8AFB886C9D58F21" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Csp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_392F5B3391E24BC7B8AFB886C9D58F21" - { - "Name" = "8:System.Security.Cryptography.Csp.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.Csp.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_39684D34359849A282ADE8ADFBEE0B4A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Numerics.Vectors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_39684D34359849A282ADE8ADFBEE0B4A" - { - "Name" = "8:System.Numerics.Vectors.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Numerics.Vectors.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_39FBC22F5F9A43D38B9E6BB6E9CF27D6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_39FBC22F5F9A43D38B9E6BB6E9CF27D6" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3B555F76AB464054B547AC27E6A4B8EB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3B555F76AB464054B547AC27E6A4B8EB" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3BC1E078DE134E13918CE032F8DFFCEE" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.DiaSymReader.Native.amd64.dll" - "TargetName" = "8:Microsoft.DiaSymReader.Native.amd64.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3BF61A03D74549DB80701D11312AD464" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3BF61A03D74549DB80701D11312AD464" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3C74C50A2447FC10944F3AAF2F4D8761" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3C74C50A2447FC10944F3AAF2F4D8761" - { - "Name" = "8:System.Reflection.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3C9808B85BF249C491319517E96A5CB3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3C9808B85BF249C491319517E96A5CB3" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3E0A69D2C6C843CA93DE17024F9D4EC6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3E0A69D2C6C843CA93DE17024F9D4EC6" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3E964B9E025440E98E189B782B208B5C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.X509Certificates, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3E964B9E025440E98E189B782B208B5C" - { - "Name" = "8:System.Security.Cryptography.X509Certificates.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.X509Certificates.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3F2C5644AA1143A5AC5EE5BC6A79F70D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3F2C5644AA1143A5AC5EE5BC6A79F70D" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3F4EC1A21F29FC2FEB667F72396C798B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebHeaderCollection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3F4EC1A21F29FC2FEB667F72396C798B" - { - "Name" = "8:System.Net.WebHeaderCollection.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.WebHeaderCollection.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3F7191903485AE336DDBE8F265888B67" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Caching.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3F7191903485AE336DDBE8F265888B67" - { - "Name" = "8:Microsoft.Extensions.Caching.Memory.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Extensions.Caching.Memory.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3F7D0CF2346D445E87AB02178B28BB04" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\hostpolicy.dll" - "TargetName" = "8:hostpolicy.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3F8F3AFA18DA43E5857C135FF1EA49DF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3F8F3AFA18DA43E5857C135FF1EA49DF" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3FDC59E51DD676E67FAE73192661AC20" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3FDC59E51DD676E67FAE73192661AC20" - { - "Name" = "8:System.Drawing.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Drawing.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_40D4803D1BCB496489B81B9239B44CC9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XPath.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_40D4803D1BCB496489B81B9239B44CC9" - { - "Name" = "8:System.Xml.XPath.XDocument.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.XPath.XDocument.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_40D856E4B63255C97FB18B2EEB03C7C2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_40D856E4B63255C97FB18B2EEB03C7C2" - { - "Name" = "8:System.IO.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_41166B47E9DED0CCB5B576735A417525" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_41166B47E9DED0CCB5B576735A417525" - { - "Name" = "8:System.Runtime.InteropServices.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.InteropServices.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_412C7C7C4A634DEDB9CFACD8617FDEE8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_412C7C7C4A634DEDB9CFACD8617FDEE8" - { - "Name" = "8:PresentationUI.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationUI.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_427AE465F055A535566FA1FBCEE3948A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Data.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_427AE465F055A535566FA1FBCEE3948A" - { - "Name" = "8:System.Data.Common.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Data.Common.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_439160081B2C4D7FB4B688D7EC512765" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_439160081B2C4D7FB4B688D7EC512765" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_43BCD1D58AC6473D81AD981399490F29" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_43BCD1D58AC6473D81AD981399490F29" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_444419ADD92D4E62986B8F8F006A3408" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_444419ADD92D4E62986B8F8F006A3408" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_44B6C4F217E64B8680113DF51E0B5C55" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XmlSerializer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_44B6C4F217E64B8680113DF51E0B5C55" - { - "Name" = "8:System.Xml.XmlSerializer.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.XmlSerializer.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_46364AC2527B05575C1A7DC2C4A003FE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_46364AC2527B05575C1A7DC2C4A003FE" - { - "Name" = "8:System.Text.Encodings.Web.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Text.Encodings.Web.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4645D74306021CA44B3BA60D952E935A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Memory.Data, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4645D74306021CA44B3BA60D952E935A" - { - "Name" = "8:System.Memory.Data.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Memory.Data.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_47A1E70B29974E10B8097F103EB4A2D6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_47A1E70B29974E10B8097F103EB4A2D6" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_483D147777EFA8C37B8D462BA94687D7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.ThreadPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_483D147777EFA8C37B8D462BA94687D7" - { - "Name" = "8:System.Threading.ThreadPool.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.ThreadPool.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_489053C2C7E64A8EB7E695C24674C475" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_489053C2C7E64A8EB7E695C24674C475" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_48FEC7295A1F49AFA9658B28040D82D0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_48FEC7295A1F49AFA9658B28040D82D0" - { - "Name" = "8:System.Security.Principal.Windows.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Principal.Windows.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_49646FD418844A059636F991913C7428" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_49646FD418844A059636F991913C7428" - { - "Name" = "8:Microsoft.VisualBasic.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.VisualBasic.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_498D4F9B9ACC450EBF5E5D239FA1A0C0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_498D4F9B9ACC450EBF5E5D239FA1A0C0" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_49BFB19D16A24DE78D3C67899AE263D6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_49BFB19D16A24DE78D3C67899AE263D6" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4AA45544318FAE6B23403F8280F2F677" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4AA45544318FAE6B23403F8280F2F677" - { - "Name" = "8:System.Runtime.InteropServices.RuntimeInformation.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.InteropServices.RuntimeInformation.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4B4619FA9E87412183EAD43D28224716" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ValueTuple, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4B4619FA9E87412183EAD43D28224716" - { - "Name" = "8:System.ValueTuple.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ValueTuple.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4B8414E123E23CEF0A1536322F0ECAE2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4B8414E123E23CEF0A1536322F0ECAE2" - { - "Name" = "8:System.Runtime.Serialization.Formatters.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Serialization.Formatters.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4BA0772E1F5B47EE9DA191683D222745" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.JavaScript, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4BA0772E1F5B47EE9DA191683D222745" - { - "Name" = "8:System.Runtime.InteropServices.JavaScript.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.InteropServices.JavaScript.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4BC9CD649C175DEADD4B1DEEC6E3E6A0" - { - "Name" = "8:System.Text.Encoding.CodePages.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Text.Encoding.CodePages.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4BE84EA27B5340128C46B9FF78B2828B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=pt-BR, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4BE84EA27B5340128C46B9FF78B2828B" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4C2D7B63D1124D4BB0DB0BE0EECF61FB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4C2D7B63D1124D4BB0DB0BE0EECF61FB" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4C99FF29AB44757872B36197C8BF3C52" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4C99FF29AB44757872B36197C8BF3C52" - { - "Name" = "8:System.Configuration.ConfigurationManager.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Configuration.ConfigurationManager.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4D4C37D93E3B414C8FE99DBB8E48FBB6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4D4C37D93E3B414C8FE99DBB8E48FBB6" - { - "Name" = "8:System.Security.Cryptography.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4D87719995DCEF2E9313F8B3B95B7274" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4D87719995DCEF2E9313F8B3B95B7274" - { - "Name" = "8:System.IO.FileSystem.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.FileSystem.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4DE2F6B4CB1240B9857D92FE0E351063" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4DE2F6B4CB1240B9857D92FE0E351063" - { - "Name" = "8:System.Xml.Serialization.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.Serialization.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4E05FFBA65CF4791A30C1FA9F5B7C8C5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4E05FFBA65CF4791A30C1FA9F5B7C8C5" - { - "Name" = "8:System.Threading.AccessControl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.AccessControl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4E2528B097824D5F9915F870179C3668" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Emit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4E2528B097824D5F9915F870179C3668" - { - "Name" = "8:System.Reflection.Emit.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.Emit.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4E8909C2671C4FEBAE2D9D055E7DBF01" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4E8909C2671C4FEBAE2D9D055E7DBF01" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4EB2192CC00FB0EB1C5133471260033C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Pkcs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4EB2192CC00FB0EB1C5133471260033C" - { - "Name" = "8:System.Security.Cryptography.Pkcs.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.Pkcs.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4F2ACE4162684790B7EFC482F383A426" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4F2ACE4162684790B7EFC482F383A426" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4F2FA84345B8495CBA758099FE43BE26" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4F2FA84345B8495CBA758099FE43BE26" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4F7A58248FC345C3A5412F9596FCF95C" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\clrgc.dll" - "TargetName" = "8:clrgc.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_502E07D98F7D41258B90D0C4E6534AC9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_502E07D98F7D41258B90D0C4E6534AC9" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_50306E8DAC38471AAB28C2754B9E6124" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=de, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_50306E8DAC38471AAB28C2754B9E6124" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_504E92556FF74DC6857BCBBB97FB7EB8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.CSharp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_504E92556FF74DC6857BCBBB97FB7EB8" - { - "Name" = "8:Microsoft.CSharp.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.CSharp.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_50D0E5D4B849442E8FEAA043126CE608" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_50D0E5D4B849442E8FEAA043126CE608" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_515A8CFB844E4B618CB13EC19A0FE75C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.Aero, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_515A8CFB844E4B618CB13EC19A0FE75C" - { - "Name" = "8:PresentationFramework.Aero.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework.Aero.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5193F4E9C8FD027F6DA8742BC80C4D34" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Linq.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5193F4E9C8FD027F6DA8742BC80C4D34" - { - "Name" = "8:System.Linq.Parallel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Linq.Parallel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_522E9A0AA15C4225890A6A012B67D68E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Resources.Reader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_522E9A0AA15C4225890A6A012B67D68E" - { - "Name" = "8:System.Resources.Reader.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Resources.Reader.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_527B1D31420E4B23B111E4FC4C7D4DB3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Logging, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_527B1D31420E4B23B111E4FC4C7D4DB3" - { - "Name" = "8:Microsoft.IdentityModel.Logging.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.IdentityModel.Logging.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_527DEAD8AE7E4E8E99348D277DDC3AD3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_527DEAD8AE7E4E8E99348D277DDC3AD3" - { - "Name" = "8:System.Security.Claims.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Claims.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5282B06E94F64DAF9ED82C9558A5BDDB" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\clrjit.dll" - "TargetName" = "8:clrjit.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_532344DBAAF142C2AFF7F262E5522497" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression.Brotli, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_532344DBAAF142C2AFF7F262E5522497" - { - "Name" = "8:System.IO.Compression.Brotli.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Compression.Brotli.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_53F3D33A66FC450C9DE75E9D9BFBA54A" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\coreclr.dll" - "TargetName" = "8:coreclr.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_54BF7061F9C747AC8812765DBF13E4FC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XmlDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_54BF7061F9C747AC8812765DBF13E4FC" - { - "Name" = "8:System.Xml.XmlDocument.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.XmlDocument.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_557A36316CC1A43CEFC65FDF1FB75164" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_557A36316CC1A43CEFC65FDF1FB75164" - { - "Name" = "8:System.Diagnostics.Process.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.Process.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5581E2113E30ABF56B928CC74B23EE36" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5581E2113E30ABF56B928CC74B23EE36" - { - "Name" = "8:System.Reflection.Metadata.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.Metadata.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_55C08B3E075E46E0B8A1523FFDF06AD8" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationNative_cor3.dll" - "TargetName" = "8:PresentationNative_cor3.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_55EFD5C9477B4C7EA11F78E3928B0DC7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_55EFD5C9477B4C7EA11F78E3928B0DC7" - { - "Name" = "8:Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_55F146ECD4904D29B3661881E3DD89FB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_55F146ECD4904D29B3661881E3DD89FB" - { - "Name" = "8:System.Configuration.ConfigurationManager.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Configuration.ConfigurationManager.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_55F9FC11F41F4C3EBF98220500974FBF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_55F9FC11F41F4C3EBF98220500974FBF" - { - "Name" = "8:System.Text.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Text.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_56340E8817D0425AA6F13E35C99A2EF1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_56340E8817D0425AA6F13E35C99A2EF1" - { - "Name" = "8:System.Linq.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Linq.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_566D8126C1244DEB8E50968F76E754C4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_566D8126C1244DEB8E50968F76E754C4" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_57196EE3DC5D4680BFF12E73B0BFA07F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_57196EE3DC5D4680BFF12E73B0BFA07F" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5753B720062CAD52F12B916125947BE1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Cng, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5753B720062CAD52F12B916125947BE1" - { - "Name" = "8:System.Security.Cryptography.Cng.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.Cng.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_57C31C2439A34DC987398DE7F6C5B1E6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_57C31C2439A34DC987398DE7F6C5B1E6" - { - "Name" = "8:System.Collections.Immutable.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Collections.Immutable.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_57EEA8113CDE38F44305343E63A5EBC8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ClientModel, Version=1.5.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_57EEA8113CDE38F44305343E63A5EBC8" - { - "Name" = "8:System.ClientModel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ClientModel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_57FAC309E7AD48B78BDE11424276E2A8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Resources.ResourceManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_57FAC309E7AD48B78BDE11424276E2A8" - { - "Name" = "8:System.Resources.ResourceManager.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Resources.ResourceManager.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5827C37683574CA6BAC4868921D71620" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5827C37683574CA6BAC4868921D71620" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_583588A0B8CF4F84A0E0CF3EC72745AF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_583588A0B8CF4F84A0E0CF3EC72745AF" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_58C396CAD94644E493315C2801EC4AF5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_58C396CAD94644E493315C2801EC4AF5" - { - "Name" = "8:UIAutomationClient.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\UIAutomationClient.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_592B16F8087356012F59D4A1C7745E4E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.DriveInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_592B16F8087356012F59D4A1C7745E4E" - { - "Name" = "8:System.IO.FileSystem.DriveInfo.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.FileSystem.DriveInfo.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5A5C71EDF0B2920349215E6664C0FDC3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Quic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5A5C71EDF0B2920349215E6664C0FDC3" - { - "Name" = "8:System.Net.Quic.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Quic.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5AECE1E39D8F63266306FA5F9F3057AC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5AECE1E39D8F63266306FA5F9F3057AC" - { - "Name" = "8:System.Runtime.Serialization.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Serialization.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5B50C8B4016D419592F238C27112D939" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.OpenSsl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5B50C8B4016D419592F238C27112D939" - { - "Name" = "8:System.Security.Cryptography.OpenSsl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.OpenSsl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5B538E2AD9BE4EEE81436217036C9D66" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5B538E2AD9BE4EEE81436217036C9D66" - { - "Name" = "8:System.Security.AccessControl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.AccessControl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5BFFFF7FD7100CE916F389F8186B56E4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.Annotations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5BFFFF7FD7100CE916F389F8186B56E4" - { - "Name" = "8:System.ComponentModel.Annotations.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ComponentModel.Annotations.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5C837F67EF074C468C3D6F326FB979E2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.Fluent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_5C837F67EF074C468C3D6F326FB979E2" - { - "Name" = "8:PresentationFramework.Fluent.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework.Fluent.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5C8A40195D2FA713BE376F012B30D161" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5C8A40195D2FA713BE376F012B30D161" - { - "Name" = "8:System.Security.Cryptography.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5D108855712F4CF4BF2EC9341B54F414" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\Housing.pdb" - "TargetName" = "8:Housing.pdb" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5D4ACCBB99CE4379BFF48836F57C9CDB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Presentation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_5D4ACCBB99CE4379BFF48836F57C9CDB" - { - "Name" = "8:System.Windows.Presentation.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Windows.Presentation.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5D71B277C4094CB78F15A21AD45628F8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.ServicePoint, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5D71B277C4094CB78F15A21AD45628F8" - { - "Name" = "8:System.Net.ServicePoint.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.ServicePoint.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5EFD2F1384E54540AC9B8A0FDC2D115F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5EFD2F1384E54540AC9B8A0FDC2D115F" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5F35B58C6C1B4C29AFE168DA80BD218C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5F35B58C6C1B4C29AFE168DA80BD218C" - { - "Name" = "8:System.Runtime.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5FB303FF5D00491090311B811D4414D2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5FB303FF5D00491090311B811D4414D2" - { - "Name" = "8:System.Threading.Tasks.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.Tasks.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_60532656D73843A7B72A06A8FDF39F18" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.DriveInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_60532656D73843A7B72A06A8FDF39F18" - { - "Name" = "8:System.IO.FileSystem.DriveInfo.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.FileSystem.DriveInfo.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_608B8B5F90364C4BB202C91CEB424C29" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=zh-Hans, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_608B8B5F90364C4BB202C91CEB424C29" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_60AEB7AED27149A08779F3F61D0745D8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ClientModel, Version=1.5.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_60AEB7AED27149A08779F3F61D0745D8" - { - "Name" = "8:System.ClientModel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ClientModel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_610B8A9E00FC4B4B966C85057C9F3245" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_610B8A9E00FC4B4B966C85057C9F3245" - { - "Name" = "8:System.Collections.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Collections.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6186376DC93E4147A10CEE688187DC66" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6186376DC93E4147A10CEE688187DC66" - { - "Name" = "8:System.Reflection.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_61DCCED4188A44C79CE6F4A3734D9767" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_61DCCED4188A44C79CE6F4A3734D9767" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_622040FCFEF34424944392FB36248EFC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_622040FCFEF34424944392FB36248EFC" - { - "Name" = "8:System.ServiceModel.Web.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ServiceModel.Web.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_623351C6AD374B06A34FD5401A031507" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_623351C6AD374B06A34FD5401A031507" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_62667E51DDAC4C82A79030A542EB7509" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework-SystemXml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_62667E51DDAC4C82A79030A542EB7509" - { - "Name" = "8:PresentationFramework-SystemXml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework-SystemXml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_628929C01DE24A94B168933024A5D4D9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_628929C01DE24A94B168933024A5D4D9" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_62D80B9313554E00BE828FB3CBDCDF85" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_62D80B9313554E00BE828FB3CBDCDF85" - { - "Name" = "8:System.Xml.Linq.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.Linq.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_62DE6931D33543D691C050919C5EE5A6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_62DE6931D33543D691C050919C5EE5A6" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_630B655561194B7FA3227649900954F6" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\init.sql" - "TargetName" = "8:init.sql" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_632E1A907456D75E4CF299805F283F0B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Pipes.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_632E1A907456D75E4CF299805F283F0B" - { - "Name" = "8:System.IO.Pipes.AccessControl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Pipes.AccessControl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_63371D0BAD234D5F7696EA820393E3B0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Globalization.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_63371D0BAD234D5F7696EA820393E3B0" - { - "Name" = "8:System.Globalization.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Globalization.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6410B7CD543C4AA1861A2AC1D40D5169" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Formats.Tar, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6410B7CD543C4AA1861A2AC1D40D5169" - { - "Name" = "8:System.Formats.Tar.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Formats.Tar.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6416F1F34F3E46AAB53DDA5D66F179B8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6416F1F34F3E46AAB53DDA5D66F179B8" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_64E7B9EBDBAFB1B17E217C305DAA5B43" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.EventBasedAsync, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_64E7B9EBDBAFB1B17E217C305DAA5B43" - { - "Name" = "8:System.ComponentModel.EventBasedAsync.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ComponentModel.EventBasedAsync.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_655FCCA1E86A4494A1245290A41E97B8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_655FCCA1E86A4494A1245290A41E97B8" - { - "Name" = "8:System.Text.RegularExpressions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Text.RegularExpressions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_65A667BC789D01A72E116514081DB3F9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DirectWriteForwarder, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_65A667BC789D01A72E116514081DB3F9" - { - "Name" = "8:DirectWriteForwarder.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DirectWriteForwarder.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_67415B187EDD4DB2AF1B659373386D94" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression.ZipFile, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_67415B187EDD4DB2AF1B659373386D94" - { - "Name" = "8:System.IO.Compression.ZipFile.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Compression.ZipFile.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_681A6EBA6A68461C95E7263C5490328E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_681A6EBA6A68461C95E7263C5490328E" - { - "Name" = "8:System.IO.IsolatedStorage.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.IsolatedStorage.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_686BCF63771C834DC355237F7B3A61CC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections.NonGeneric, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_686BCF63771C834DC355237F7B3A61CC" - { - "Name" = "8:System.Collections.NonGeneric.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Collections.NonGeneric.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_686CB9C8A3ABAF81B50FDCD359D1856E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_686CB9C8A3ABAF81B50FDCD359D1856E" - { - "Name" = "8:System.Threading.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_697B50CE235447299497D237412C4DCD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=ru, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_697B50CE235447299497D237412C4DCD" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_698CED33DF4A4DBAAA41483975BE2F8D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_698CED33DF4A4DBAAA41483975BE2F8D" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_69AB1DD380134079B4877AC8EA430A2D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_69AB1DD380134079B4877AC8EA430A2D" - { - "Name" = "8:System.Diagnostics.StackTrace.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.StackTrace.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.DispatchProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6AD6EEB4586A4ACF9B3E9F11A6F644DC" - { - "Name" = "8:System.Reflection.DispatchProxy.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.DispatchProxy.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6AE632079F394BD3BD1D95910CCD9D25" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Resources.Writer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6AE632079F394BD3BD1D95910CCD9D25" - { - "Name" = "8:System.Resources.Writer.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Resources.Writer.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6B2518E99F2845ADBCCEC065B7A24A9F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections.NonGeneric, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6B2518E99F2845ADBCCEC065B7A24A9F" - { - "Name" = "8:System.Collections.NonGeneric.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Collections.NonGeneric.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6B859A7BC8A14F42B491894F7EC47F04" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6B859A7BC8A14F42B491894F7EC47F04" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6BB78274ACF04F54AFA5791C2727C6BA" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\Hardware.ini" - "TargetName" = "8:Hardware.ini" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6CF80A72B1AA427F859E25B422E8FB82" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6CF80A72B1AA427F859E25B422E8FB82" - { - "Name" = "8:Accessibility.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Accessibility.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6D02466658184C1EB776E0F595862B1C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6D02466658184C1EB776E0F595862B1C" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6D1A9B163ABF4B5BAAAF60ABA6C0ABE2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6D1A9B163ABF4B5BAAAF60ABA6C0ABE2" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6DC1F90252234DA7B2C1EF13DF9104ED" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.MemoryMappedFiles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6DC1F90252234DA7B2C1EF13DF9104ED" - { - "Name" = "8:System.IO.MemoryMappedFiles.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.MemoryMappedFiles.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6E83BDD242CD403E88C6174D59C0F7D4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.NameResolution, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6E83BDD242CD403E88C6174D59C0F7D4" - { - "Name" = "8:System.Net.NameResolution.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.NameResolution.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6E858C1B43B264FBD4E33E5728B8DEC4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Xml.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6E858C1B43B264FBD4E33E5728B8DEC4" - { - "Name" = "8:System.Xml.Serialization.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Xml.Serialization.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6E87DC1BEC0448928C102F9DD6DA2A3A" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\mscordaccore_amd64_amd64_9.0.1726.26416.dll" - "TargetName" = "8:mscordaccore_amd64_amd64_9.0.1726.26416.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6EEF588F24794BD699D2C5F6A0670472" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6EEF588F24794BD699D2C5F6A0670472" - { - "Name" = "8:System.Threading.Channels.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.Channels.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6F56D84C89834F49BF3F9869A9EE6C21" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6F56D84C89834F49BF3F9869A9EE6C21" - { - "Name" = "8:Microsoft.SqlServer.Server.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.SqlServer.Server.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6F6DC417B88740A88ECFE1DCCF7B668C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.AppContext, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6F6DC417B88740A88ECFE1DCCF7B668C" - { - "Name" = "8:System.AppContext.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.AppContext.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6FAE27D054224ED49E85B323757871AF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6FAE27D054224ED49E85B323757871AF" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_700D765813FB453FF69B8805E111B1C4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Azure.Core, Version=1.47.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_700D765813FB453FF69B8805E111B1C4" - { - "Name" = "8:Azure.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Azure.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7022B68B425F41DD82B3A2A120BCBDBE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7022B68B425F41DD82B3A2A120BCBDBE" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7074B3764DF24B388A81F8E9C202DC9C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7074B3764DF24B388A81F8E9C202DC9C" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_70ED8AD69F00771AC685626BF42151F9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.StackTrace, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_70ED8AD69F00771AC685626BF42151F9" - { - "Name" = "8:System.Diagnostics.StackTrace.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.StackTrace.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_716F98D87D6841DC8B6B346A171CE780" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.Xml.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_716F98D87D6841DC8B6B346A171CE780" - { - "Name" = "8:System.Private.Xml.Linq.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Private.Xml.Linq.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_71DB4173D0A1DE774C90437928F85735" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.Xml.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_71DB4173D0A1DE774C90437928F85735" - { - "Name" = "8:System.Private.Xml.Linq.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Private.Xml.Linq.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_72E01BBE8FF147988DB5612281B42645" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_72E01BBE8FF147988DB5612281B42645" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_730CEE37D78449FC89EBFC526A39C7D1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Identity.Client.Extensions.Msal, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_730CEE37D78449FC89EBFC526A39C7D1" - { - "Name" = "8:Microsoft.Identity.Client.Extensions.Msal.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Identity.Client.Extensions.Msal.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_736EDDDBC3584E7A83D01BE2C66DBF5B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.EventBasedAsync, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_736EDDDBC3584E7A83D01BE2C66DBF5B" - { - "Name" = "8:System.ComponentModel.EventBasedAsync.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ComponentModel.EventBasedAsync.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_73D3FD7993624E07B5E561B11755AC2B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.Royale, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_73D3FD7993624E07B5E561B11755AC2B" - { - "Name" = "8:PresentationFramework.Royale.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework.Royale.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_745EED586EE63238193F683885BBD029" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_745EED586EE63238193F683885BBD029" - { - "Name" = "8:System.Net.HttpListener.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.HttpListener.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_74C989C8B18A40A885321F7F8188A83A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IdentityModel.Tokens.Jwt, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_74C989C8B18A40A885321F7F8188A83A" - { - "Name" = "8:System.IdentityModel.Tokens.Jwt.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IdentityModel.Tokens.Jwt.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_74DDAC05ED86A917F97AC419100EFF7C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_74DDAC05ED86A917F97AC419100EFF7C" - { - "Name" = "8:System.Text.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Text.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_74F88C795ADA41838494938B37ACB05E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_74F88C795ADA41838494938B37ACB05E" - { - "Name" = "8:System.IO.FileSystem.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.FileSystem.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_751F5E62B3CB4E8E8408ED7894BD77DB" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\mscordbi.dll" - "TargetName" = "8:mscordbi.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_76060290214147F1808CF4DF19B364E0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_76060290214147F1808CF4DF19B364E0" - { - "Name" = "8:System.Formats.Asn1.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Formats.Asn1.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_76B7C52A3F814FAD80D2B109704AC016" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_76B7C52A3F814FAD80D2B109704AC016" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7741A8335D6344BFB4473EE8456BA323" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.FileVersionInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7741A8335D6344BFB4473EE8456BA323" - { - "Name" = "8:System.Diagnostics.FileVersionInfo.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.FileVersionInfo.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7760628DDCA7449AB05277621908368D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7760628DDCA7449AB05277621908368D" - { - "Name" = "8:System.Windows.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Windows.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7776F0B3F25D4F958A79A3B702D72900" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Quic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7776F0B3F25D4F958A79A3B702D72900" - { - "Name" = "8:System.Net.Quic.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Quic.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_777D66705D8B49A0AA649B76F14CDC63" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_777D66705D8B49A0AA649B76F14CDC63" - { - "Name" = "8:UIAutomationProvider.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\UIAutomationProvider.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_784ACDE198073C9AECF536BBDD06E2CA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Pipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_784ACDE198073C9AECF536BBDD06E2CA" - { - "Name" = "8:System.IO.Pipes.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Pipes.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_78876DFFB8F54757A7E7CD5F6937D821" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_78876DFFB8F54757A7E7CD5F6937D821" - { - "Name" = "8:System.Net.NetworkInformation.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.NetworkInformation.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_791F7F6F4B02DF11734DF494ED085D71" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XmlSerializer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_791F7F6F4B02DF11734DF494ED085D71" - { - "Name" = "8:System.Xml.XmlSerializer.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Xml.XmlSerializer.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_792C41CB6C66CA56AB56A89516AF727F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Transactions.Local, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_792C41CB6C66CA56AB56A89516AF727F" - { - "Name" = "8:System.Transactions.Local.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Transactions.Local.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_79B48096B03304C26F26ED14E79E3EA8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_79B48096B03304C26F26ED14E79E3EA8" - { - "Name" = "8:netstandard.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:netstandard.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_79B4DD4657554A8B9BE6072267D33839" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_79B4DD4657554A8B9BE6072267D33839" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7A58EB8E4D024E9ABEEF4643AD40C308" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7A58EB8E4D024E9ABEEF4643AD40C308" - { - "Name" = "8:System.Reflection.Metadata.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.Metadata.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7A84333992BE4051A17655C8A326279A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7A84333992BE4051A17655C8A326279A" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7AC9D958070F4B42A75DCF786D3E4051" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7AC9D958070F4B42A75DCF786D3E4051" - { - "Name" = "8:System.Diagnostics.Debug.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.Debug.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7B069A9B1491433AA37919DB79E1CF40" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7B069A9B1491433AA37919DB79E1CF40" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebSockets.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7BEAA3F3CE3A41E1B5E7AA81B64066D9" - { - "Name" = "8:System.Net.WebSockets.Client.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.WebSockets.Client.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7C5310AB7C9646AFBD00BF49A0DD99E5" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\D3DCompiler_47_cor3.dll" - "TargetName" = "8:D3DCompiler_47_cor3.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7C840CCB2F2C1EA4816FE487B5E752DD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Protocols, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7C840CCB2F2C1EA4816FE487B5E752DD" - { - "Name" = "8:Microsoft.IdentityModel.Protocols.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.IdentityModel.Protocols.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7DCD3B5302DC405B8A2643511ACC5403" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7DCD3B5302DC405B8A2643511ACC5403" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7EA003AA5FED4C9D9C5BD3195F71DD3D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7EA003AA5FED4C9D9C5BD3195F71DD3D" - { - "Name" = "8:System.Reflection.Emit.ILGeneration.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.Emit.ILGeneration.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7EBB599986E44153ADD9E12201E1951B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7EBB599986E44153ADD9E12201E1951B" - { - "Name" = "8:System.Runtime.Serialization.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Serialization.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7F210359DC9E62075F674C1B0050A471" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections.Concurrent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7F210359DC9E62075F674C1B0050A471" - { - "Name" = "8:System.Collections.Concurrent.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Collections.Concurrent.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7F44F5DCF7044398A8BC0D24E76B35B4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7F44F5DCF7044398A8BC0D24E76B35B4" - { - "Name" = "8:System.Diagnostics.TraceSource.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.TraceSource.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7F69B08CF92C49C49E4AC79DDB3C1A9C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7F69B08CF92C49C49E4AC79DDB3C1A9C" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7FA12247CFA9C7A384CE9D1B345A93E5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.SecureString, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7FA12247CFA9C7A384CE9D1B345A93E5" - { - "Name" = "8:System.Security.SecureString.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.SecureString.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7FF631853BCE4C7080E8E8CB1DBCDCC1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7FF631853BCE4C7080E8E8CB1DBCDCC1" - { - "Name" = "8:System.IO.FileSystem.AccessControl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.FileSystem.AccessControl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_80E8F008375A8F16DA4D31C71B44B93B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_80E8F008375A8F16DA4D31C71B44B93B" - { - "Name" = "8:System.Reflection.Emit.ILGeneration.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.Emit.ILGeneration.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8146F9A2DB6A4D498ED4A46C80ECC662" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebSockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8146F9A2DB6A4D498ED4A46C80ECC662" - { - "Name" = "8:System.Net.WebSockets.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.WebSockets.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_815241ADB1F91E73543454427C08153B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_815241ADB1F91E73543454427C08153B" - { - "Name" = "8:System.Runtime.InteropServices.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.InteropServices.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_81776EE3B0D14F098DEF71346C834416" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Ports, Version=9.0.0.10, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_81776EE3B0D14F098DEF71346C834416" - { - "Name" = "8:System.IO.Ports.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Ports.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_81AFEF9F03D8489B9EE1A8622DAE3A35" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_81AFEF9F03D8489B9EE1A8622DAE3A35" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8285DC333F7A4C1487CD04AD46B1FFC2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8285DC333F7A4C1487CD04AD46B1FFC2" - { - "Name" = "8:System.Text.Encoding.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Text.Encoding.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_845D79FA2EB84633B533058C2714CDA3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_845D79FA2EB84633B533058C2714CDA3" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_846C48CA0D30791957B414299D783B4D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Globalization.Calendars, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_846C48CA0D30791957B414299D783B4D" - { - "Name" = "8:System.Globalization.Calendars.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Globalization.Calendars.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_84E6645587CD46C985603D661E800251" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=pl, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_84E6645587CD46C985603D661E800251" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_857B24DE530E4664BD4A08781529B3FE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_857B24DE530E4664BD4A08781529B3FE" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_85942F49F26E4FE7812F87592427749B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_85942F49F26E4FE7812F87592427749B" - { - "Name" = "8:System.Drawing.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Drawing.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8765771DDE4A840EC489FFEEE5E7780A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8765771DDE4A840EC489FFEEE5E7780A" - { - "Name" = "8:Microsoft.Extensions.Logging.Abstractions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Extensions.Logging.Abstractions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_87840206D46747A097E4ED2B15D78CFA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Ping, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_87840206D46747A097E4ED2B15D78CFA" - { - "Name" = "8:System.Net.Ping.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Ping.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_87BB8990111D99E1991964B5E9453719" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.RuntimeInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_87BB8990111D99E1991964B5E9453719" - { - "Name" = "8:System.Runtime.InteropServices.RuntimeInformation.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.InteropServices.RuntimeInformation.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_88469FDDED8C4BF399DB4ABD4605D307" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_88469FDDED8C4BF399DB4ABD4605D307" - { - "Name" = "8:System.Console.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Console.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8855F5D542A04033AE1FCAC6E7CB6389" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8855F5D542A04033AE1FCAC6E7CB6389" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_887286F4C29C1F45FAF43D3E3165DD9B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.DispatchProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_887286F4C29C1F45FAF43D3E3165DD9B" - { - "Name" = "8:System.Reflection.DispatchProxy.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.DispatchProxy.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_88A93AF143EDA9404DBDD0F9AF0E3A8E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_88A93AF143EDA9404DBDD0F9AF0E3A8E" - { - "Name" = "8:System.Data.Common.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Data.Common.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_88B4F9E12DA3A564E867789D16238F81" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_88B4F9E12DA3A564E867789D16238F81" - { - "Name" = "8:System.Security.Cryptography.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8988F38293E6443C82ED10D12481699D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8988F38293E6443C82ED10D12481699D" - { - "Name" = "8:System.IO.Compression.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Compression.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_89C50D3BE2F9490EBB5D778B96C32C9E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Housing, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_89C50D3BE2F9490EBB5D778B96C32C9E" - { - "Name" = "8:Housing.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Housing.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8A1BBE2E8DEC4DAFBCC14BDC7E027B48" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Tokens, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8A1BBE2E8DEC4DAFBCC14BDC7E027B48" - { - "Name" = "8:Microsoft.IdentityModel.Tokens.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.IdentityModel.Tokens.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8A2729C4F323C0E2EFEB67AC17F2900C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression.ZipFile, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8A2729C4F323C0E2EFEB67AC17F2900C" - { - "Name" = "8:System.IO.Compression.ZipFile.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Compression.ZipFile.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8A42A9274EFB189CCEE03074E79EB5DC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8A42A9274EFB189CCEE03074E79EB5DC" - { - "Name" = "8:System.Threading.Tasks.Parallel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Tasks.Parallel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8A48519D23634D2F9EC22ECF0A14A3CC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8A48519D23634D2F9EC22ECF0A14A3CC" - { - "Name" = "8:System.ObjectModel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ObjectModel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8A9A64A682FD4961AF608A5C9A1D3A2A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8A9A64A682FD4961AF608A5C9A1D3A2A" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8B79E641FCED4F83AFC0AB850BD604D7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8B79E641FCED4F83AFC0AB850BD604D7" - { - "Name" = "8:System.Runtime.Serialization.Formatters.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Serialization.Formatters.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8B7D01F246DC495996E2A46DB76D4F84" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Pkcs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8B7D01F246DC495996E2A46DB76D4F84" - { - "Name" = "8:System.Security.Cryptography.Pkcs.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.Pkcs.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8C36F045415C427CBAE31BE41C9ED701" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8C36F045415C427CBAE31BE41C9ED701" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8CA777642BA7AFFEAE6A555CEFA540D1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Requests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8CA777642BA7AFFEAE6A555CEFA540D1" - { - "Name" = "8:System.Net.Requests.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Requests.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8CC35151D8EB44179879DD6E1A3FEEBE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Linq.Queryable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8CC35151D8EB44179879DD6E1A3FEEBE" - { - "Name" = "8:System.Linq.Queryable.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Linq.Queryable.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8CDABB1304BF41D6B6AB6DE33D2B4BE7" - { - "Name" = "8:netstandard.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\netstandard.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8CF037BE3CB64FF881475DFEA1AD1989" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Handles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8CF037BE3CB64FF881475DFEA1AD1989" - { - "Name" = "8:System.Runtime.Handles.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Handles.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8CF03875B4957823DB3256163B0305BB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8CF03875B4957823DB3256163B0305BB" - { - "Name" = "8:System.IO.Compression.FileSystem.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Compression.FileSystem.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8D020173A86143AF88BECB2760066FD1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8D020173A86143AF88BECB2760066FD1" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8E44223A3DCA43E48F5BBBD55992A4CC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Dynamic.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8E44223A3DCA43E48F5BBBD55992A4CC" - { - "Name" = "8:System.Dynamic.Runtime.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Dynamic.Runtime.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8F59FC9529DC0C5DC4D6F0007F474362" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8F59FC9529DC0C5DC4D6F0007F474362" - { - "Name" = "8:System.Private.Xml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Private.Xml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8FBACFC9493D429E867EA837DD8FD344" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.CompilerServices.Unsafe, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8FBACFC9493D429E867EA837DD8FD344" - { - "Name" = "8:System.Runtime.CompilerServices.Unsafe.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.CompilerServices.Unsafe.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_903B6A4EF47E43C5B1EF318254F0FC56" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_903B6A4EF47E43C5B1EF318254F0FC56" - { - "Name" = "8:System.Private.Xml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Private.Xml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_90485B75D81F42B292D7906C6862947A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_90485B75D81F42B292D7906C6862947A" - { - "Name" = "8:System.IO.Compression.FileSystem.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Compression.FileSystem.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9075A90FF94D4EBA9C705C1DE345ED92" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9075A90FF94D4EBA9C705C1DE345ED92" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_919881645AD445A2BBCB559AB16FC898" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_919881645AD445A2BBCB559AB16FC898" - { - "Name" = "8:Microsoft.Bcl.AsyncInterfaces.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Bcl.AsyncInterfaces.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_91D399B7524E4CCCAD103DF52D7D9932" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Compression.Native.dll" - "TargetName" = "8:System.IO.Compression.Native.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9293A235354B49EA9BB13A9B93A7A1D3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9293A235354B49EA9BB13A9B93A7A1D3" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_92C68CAA75D34889A7F3B710055EC02A" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\clrgcexp.dll" - "TargetName" = "8:clrgcexp.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9326C1CEE75849B2B20F8C8DA8C6BB7A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9326C1CEE75849B2B20F8C8DA8C6BB7A" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_935D659A1E629D9E893364FF0C941167" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_935D659A1E629D9E893364FF0C941167" - { - "Name" = "8:System.Windows.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Windows.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_93FC13260F6640339AF6F4C1FBE7C22B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_93FC13260F6640339AF6F4C1FBE7C22B" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9404A6EA40F4A7894ED3D517521AF25C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XPath.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9404A6EA40F4A7894ED3D517521AF25C" - { - "Name" = "8:System.Xml.XPath.XDocument.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Xml.XPath.XDocument.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9462BFDDC2C942DE92F9A0DFC9E7A880" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9462BFDDC2C942DE92F9A0DFC9E7A880" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_94FAD8EAA57C4DB68ED601C6F5F7B54C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework-SystemDrawing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_94FAD8EAA57C4DB68ED601C6F5F7B54C" - { - "Name" = "8:PresentationFramework-SystemDrawing.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework-SystemDrawing.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_95610503B2974646BD21D4FDCE993A1C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_95610503B2974646BD21D4FDCE993A1C" - { - "Name" = "8:System.ComponentModel.DataAnnotations.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ComponentModel.DataAnnotations.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_95D1BB32E25D6A28E121A3E5AB381063" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_95D1BB32E25D6A28E121A3E5AB381063" - { - "Name" = "8:System.Runtime.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_95E95D512F7447DAA4C6FD50CE087AEA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Pipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_95E95D512F7447DAA4C6FD50CE087AEA" - { - "Name" = "8:System.IO.Pipes.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Pipes.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_963AEFEC7C58473BA4C5A9549624357C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.EventLog.Messages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_963AEFEC7C58473BA4C5A9549624357C" - { - "Name" = "8:System.Diagnostics.EventLog.Messages.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.EventLog.Messages.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_963F226EF01B42FABD1DD7824A0D8DEC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_963F226EF01B42FABD1DD7824A0D8DEC" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_963F4FE28111B47846C1A486F61E160E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_963F4FE28111B47846C1A486F61E160E" - { - "Name" = "8:System.Net.Http.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Http.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_969FF7796C8282207A4D873D682F5872" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.UnmanagedMemoryStream, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_969FF7796C8282207A4D873D682F5872" - { - "Name" = "8:System.IO.UnmanagedMemoryStream.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.UnmanagedMemoryStream.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_975852014F5B4FACBBDF5C881DA76681" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.TextWriterTraceListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_975852014F5B4FACBBDF5C881DA76681" - { - "Name" = "8:System.Diagnostics.TextWriterTraceListener.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.TextWriterTraceListener.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_97A8C91BA51847EE91CFF4DB840161FA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.SecureString, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_97A8C91BA51847EE91CFF4DB840161FA" - { - "Name" = "8:System.Security.SecureString.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.SecureString.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_97ADDCFDE8E14E329E2E053CF1CBD24E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_97ADDCFDE8E14E329E2E053CF1CBD24E" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_97B853BD0FBD4246A35CA4AC6699E141" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_97B853BD0FBD4246A35CA4AC6699E141" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_97FB68AE477D4EE690B0048F7FB40089" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_97FB68AE477D4EE690B0048F7FB40089" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9818F96B07084AA4B619A0A41EE9C6B5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.Classic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_9818F96B07084AA4B619A0A41EE9C6B5" - { - "Name" = "8:PresentationFramework.Classic.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework.Classic.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9821F745AE6C45F7B26812A8F0D23292" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9821F745AE6C45F7B26812A8F0D23292" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_98BDFB20000E4419AA0EA3BD23B4CE59" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Win32.Registry.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_98BDFB20000E4419AA0EA3BD23B4CE59" - { - "Name" = "8:Microsoft.Win32.Registry.AccessControl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Win32.Registry.AccessControl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9950BFEA0E494DFDBF222F8D162723FB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Formats.Nrbf, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9950BFEA0E494DFDBF222F8D162723FB" - { - "Name" = "8:System.Formats.Nrbf.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Formats.Nrbf.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_995CD17ECC5845B38F190F2E3610E30E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_995CD17ECC5845B38F190F2E3610E30E" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9987ECEB75A5EEE30DB350CE077CA265" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9987ECEB75A5EEE30DB350CE077CA265" - { - "Name" = "8:System.Diagnostics.Debug.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.Debug.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_999A55ECDBA24B00AEE2A5A207F8030D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.AeroLite, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_999A55ECDBA24B00AEE2A5A207F8030D" - { - "Name" = "8:PresentationFramework.AeroLite.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework.AeroLite.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_99AD114962244FAE9D19BEFCFAAB4FAF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_99AD114962244FAE9D19BEFCFAAB4FAF" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9A524C86B3B34446AC4F83D726A76918" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=cs, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9A524C86B3B34446AC4F83D726A76918" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9A70E147EEAD7EA18E5190D6B05B2222" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Logging, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9A70E147EEAD7EA18E5190D6B05B2222" - { - "Name" = "8:Microsoft.IdentityModel.Logging.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.IdentityModel.Logging.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9AA5085F56494F5FB880DDAE22805147" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9AA5085F56494F5FB880DDAE22805147" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9AF4DF764E3D402FA7B373767289455C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_9AF4DF764E3D402FA7B373767289455C" - { - "Name" = "8:UIAutomationClientSideProviders.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\UIAutomationClientSideProviders.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9C39394819CD481F9B4B7927EFCE7082" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9C39394819CD481F9B4B7927EFCE7082" - { - "Name" = "8:System.ServiceProcess.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ServiceProcess.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.Annotations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9C4BE12B0CD74B7CBBD18F04CB7C4D82" - { - "Name" = "8:System.ComponentModel.Annotations.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ComponentModel.Annotations.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9C701E2C9CEBECFB3063D33552E310F7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9C701E2C9CEBECFB3063D33552E310F7" - { - "Name" = "8:System.Net.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9C76510F27914A629C0F3A36FD75F5E9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9C76510F27914A629C0F3A36FD75F5E9" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9CA2658ACD8741F43E77E56D9F53DCD5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebSockets.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9CA2658ACD8741F43E77E56D9F53DCD5" - { - "Name" = "8:System.Net.WebSockets.Client.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.WebSockets.Client.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9CF01A79ADC6DB936EE336401703AAA4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9CF01A79ADC6DB936EE336401703AAA4" - { - "Name" = "8:System.Xml.XDocument.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Xml.XDocument.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9EC593BE54DE4B388AAD3CA5F94275DD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.DirectoryServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9EC593BE54DE4B388AAD3CA5F94275DD" - { - "Name" = "8:System.DirectoryServices.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.DirectoryServices.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A03E7BC3D09F4E36BCFAFE25E18348EC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A03E7BC3D09F4E36BCFAFE25E18348EC" - { - "Name" = "8:System.Runtime.InteropServices.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.InteropServices.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A1B9500035D84C3FA072C1A6EF911D37" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A1B9500035D84C3FA072C1A6EF911D37" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A1E352E2ED54416F9149690F55C47039" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A1E352E2ED54416F9149690F55C47039" - { - "Name" = "8:System.Numerics.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Numerics.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A31F3F958D4547698677DD3F80B8FB27" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Web.HttpUtility, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A31F3F958D4547698677DD3F80B8FB27" - { - "Name" = "8:System.Web.HttpUtility.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Web.HttpUtility.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A32E83D14D6B70C3D81A82C2C8943DBF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Win32.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A32E83D14D6B70C3D81A82C2C8943DBF" - { - "Name" = "8:Microsoft.Win32.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Win32.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A3339262B2B799F31F86F22E1EDCB371" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebSockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A3339262B2B799F31F86F22E1EDCB371" - { - "Name" = "8:System.Net.WebSockets.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.WebSockets.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A373F853496F48BCB73085CEC13477DE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=ja, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A373F853496F48BCB73085CEC13477DE" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A382D02B948C4B54803DC488B33F0B3A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A382D02B948C4B54803DC488B33F0B3A" - { - "Name" = "8:System.Windows.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Windows.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A3B2DD710F4843D781A8372B4443A708" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.JsonWebTokens, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A3B2DD710F4843D781A8372B4443A708" - { - "Name" = "8:Microsoft.IdentityModel.JsonWebTokens.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.IdentityModel.JsonWebTokens.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A4134201B9E55E9C7D6CC50C10CFE337" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.MemoryMappedFiles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A4134201B9E55E9C7D6CC50C10CFE337" - { - "Name" = "8:System.IO.MemoryMappedFiles.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.MemoryMappedFiles.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A54C36C6AF724C4298C1C44B711EEBA1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections.Specialized, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A54C36C6AF724C4298C1C44B711EEBA1" - { - "Name" = "8:System.Collections.Specialized.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Collections.Specialized.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A599A7EE92D343398580075929DFA7A1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A599A7EE92D343398580075929DFA7A1" - { - "Name" = "8:System.Diagnostics.Tracing.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.Tracing.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A5C386CA7E4D475C8869A687EBEF8A04" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.Watcher, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A5C386CA7E4D475C8869A687EBEF8A04" - { - "Name" = "8:System.IO.FileSystem.Watcher.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.FileSystem.Watcher.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A5CBCB7AEA5649EF8D26C13CD74B09E2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Cng, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A5CBCB7AEA5649EF8D26C13CD74B09E2" - { - "Name" = "8:System.Security.Cryptography.Cng.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.Cng.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A5CFE4C8CD314D6B81626D8C947B6558" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A5CFE4C8CD314D6B81626D8C947B6558" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A65E3D96F4DD434BA582E3757D43997B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A65E3D96F4DD434BA582E3757D43997B" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A693C02331474E77A4360436CBF86CAD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A693C02331474E77A4360436CBF86CAD" - { - "Name" = "8:System.IO.FileSystem.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.FileSystem.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A76A17A95231B9F651C86B8747D361A7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Packaging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A76A17A95231B9F651C86B8747D361A7" - { - "Name" = "8:System.IO.Packaging.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Packaging.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A7B347FCEC623457F1FF4116DBE26DE9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ValueTuple, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A7B347FCEC623457F1FF4116DBE26DE9" - { - "Name" = "8:System.ValueTuple.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ValueTuple.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A7C7E66B124BB4B955D0308A3B882532" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A7C7E66B124BB4B955D0308A3B882532" - { - "Name" = "8:System.Runtime.Serialization.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Serialization.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A9035D942941788E21A775971D3379AD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A9035D942941788E21A775971D3379AD" - { - "Name" = "8:Microsoft.Extensions.DependencyInjection.Abstractions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Extensions.DependencyInjection.Abstractions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A959687D5A594B038895659012B722D7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_A959687D5A594B038895659012B722D7" - { - "Name" = "8:System.Windows.Input.Manipulations.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Windows.Input.Manipulations.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A95F4E8A504CA6B85FA53C01B8AA56B5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.ValueTuple, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_A95F4E8A504CA6B85FA53C01B8AA56B5" - { - "Name" = "8:System.ValueTuple.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ValueTuple.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AA98FEAE530E800F83819D70C36CAF58" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AA98FEAE530E800F83819D70C36CAF58" - { - "Name" = "8:Microsoft.Extensions.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Extensions.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AAD83CEDDDC54AAFB0655F23A6225024" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework-SystemCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_AAD83CEDDDC54AAFB0655F23A6225024" - { - "Name" = "8:PresentationFramework-SystemCore.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework-SystemCore.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AB23A8CCABA4466FA9A3CEF8F88BFA2C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AB23A8CCABA4466FA9A3CEF8F88BFA2C" - { - "Name" = "8:mscorlib.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\mscorlib.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ABB9C09F16504908BBEF4AF3BF4465BD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ABB9C09F16504908BBEF4AF3BF4465BD" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ABE0597EE67D334D94800C5C16715381" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Encoding.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ABE0597EE67D334D94800C5C16715381" - { - "Name" = "8:System.Text.Encoding.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Text.Encoding.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ABF50DEAD3F44E68B097345106E563D8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Resources.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ABF50DEAD3F44E68B097345106E563D8" - { - "Name" = "8:System.Resources.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Resources.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AC3B8ADF83C9D34956B22A4037FE772E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AC3B8ADF83C9D34956B22A4037FE772E" - { - "Name" = "8:System.IO.Compression.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Compression.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ACB2FA4C64E6218003881DB86FAE60CD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Algorithms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ACB2FA4C64E6218003881DB86FAE60CD" - { - "Name" = "8:System.Security.Cryptography.Algorithms.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.Algorithms.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ACD09928E29693C35BCC700E40951AEB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ACD09928E29693C35BCC700E40951AEB" - { - "Name" = "8:System.Reflection.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AD15467D447B62DDE1BD96FF2B091C31" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Identity.Client, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AD15467D447B62DDE1BD96FF2B091C31" - { - "Name" = "8:Microsoft.Identity.Client.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Identity.Client.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AD573111A7F14C01ABAD569CED96D350" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AD573111A7F14C01ABAD569CED96D350" - { - "Name" = "8:System.Net.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AD652B25F4FB47219D9D111AD130AC03" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Win32.Registry, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AD652B25F4FB47219D9D111AD130AC03" - { - "Name" = "8:Microsoft.Win32.Registry.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Win32.Registry.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AD6DC0D31D46E64A927125525FF9B3E9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AD6DC0D31D46E64A927125525FF9B3E9" - { - "Name" = "8:System.ObjectModel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ObjectModel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ADAC2A1C6F7847D680023FD8B62CE763" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ADAC2A1C6F7847D680023FD8B62CE763" - { - "Name" = "8:System.Reflection.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ADFF45CA46874E0AA1CDD575EDFB20C4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_ADFF45CA46874E0AA1CDD575EDFB20C4" - { - "Name" = "8:System.Xaml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xaml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AE2D7B02724DDA7F2129EFCC431086A2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression.Brotli, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AE2D7B02724DDA7F2129EFCC431086A2" - { - "Name" = "8:System.IO.Compression.Brotli.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Compression.Brotli.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_AE5299FDCC43405EAF4370467BC9852D" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\Housing.deps.json" - "TargetName" = "8:Housing.deps.json" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AEB09EE12FAD46EBA91839C0CBAF60A3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AEB09EE12FAD46EBA91839C0CBAF60A3" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B02AC42471634FDDB8675ACE5C4A140D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B02AC42471634FDDB8675ACE5C4A140D" - { - "Name" = "8:System.Net.WebProxy.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.WebProxy.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B066540B0736433AB6589C065B960701" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B066540B0736433AB6589C065B960701" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B08443E85D1E9F0B840A2A449E546223" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Abstractions, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B08443E85D1E9F0B840A2A449E546223" - { - "Name" = "8:Microsoft.IdentityModel.Abstractions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.IdentityModel.Abstractions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B101C0AC4D184A2BB2E5114EC95A95B4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B101C0AC4D184A2BB2E5114EC95A95B4" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B13A099F228149CDB35ED8B4D88ACEDE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Packaging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B13A099F228149CDB35ED8B4D88ACEDE" - { - "Name" = "8:System.IO.Packaging.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Packaging.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B3081C3D279041D18001864437F20CB4" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\createdump.exe" - "TargetName" = "8:createdump.exe" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B31369344DC7215D3A7027A45F1F6021" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Timer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B31369344DC7215D3A7027A45F1F6021" - { - "Name" = "8:System.Threading.Timer.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Timer.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B41CF285191B458BB15E99523C5B2A40" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework-SystemXmlLinq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_B41CF285191B458BB15E99523C5B2A40" - { - "Name" = "8:PresentationFramework-SystemXmlLinq.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework-SystemXmlLinq.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B449B757B942480F9FEF6E80B4576ECB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.TypeExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B449B757B942480F9FEF6E80B4576ECB" - { - "Name" = "8:System.Reflection.TypeExtensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.TypeExtensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B4DA35F6411D41A4B08D2B39BB702932" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Timer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B4DA35F6411D41A4B08D2B39BB702932" - { - "Name" = "8:System.Threading.Timer.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.Timer.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B4DCC798FE6343DAAAA2DB644A31C4B4" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\clretwrc.dll" - "TargetName" = "8:clretwrc.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B52E170F78B442BA83D08B9123907CFC" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\vcruntime140_cor3.dll" - "TargetName" = "8:vcruntime140_cor3.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B5359DB2717C45BB8ED554A6D0A6C361" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Printing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_B5359DB2717C45BB8ED554A6D0A6C361" - { - "Name" = "8:System.Printing.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Printing.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B69725EDCD9F8B8A68B0A07C5CD48621" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B69725EDCD9F8B8A68B0A07C5CD48621" - { - "Name" = "8:System.Linq.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Linq.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B78FE2D82BB12BEA1A00AF66AD6722CA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Contracts, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B78FE2D82BB12BEA1A00AF66AD6722CA" - { - "Name" = "8:System.Diagnostics.Contracts.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.Contracts.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B7EE7F69CAC839955D7B7E04EFE9C585" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B7EE7F69CAC839955D7B7E04EFE9C585" - { - "Name" = "8:System.Memory.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Memory.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B808326208D646B48EBF76E50BAE7695" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B808326208D646B48EBF76E50BAE7695" - { - "Name" = "8:System.Data.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Data.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B873BE40B7AA4D4FACE3565666F45F51" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Sockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B873BE40B7AA4D4FACE3565666F45F51" - { - "Name" = "8:System.Net.Sockets.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Sockets.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B9ED092670E34E93B444DD3F43E9047E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B9ED092670E34E93B444DD3F43E9047E" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BA20A3AB57C1422B8E71E1DA21B52473" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tools, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BA20A3AB57C1422B8E71E1DA21B52473" - { - "Name" = "8:System.Diagnostics.Tools.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.Tools.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BA2B96C7FA5549D0B77262A6B2D056A3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BA2B96C7FA5549D0B77262A6B2D056A3" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BA30063303C16AF1779B5530580C5ED4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Overlapped, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BA30063303C16AF1779B5530580C5ED4" - { - "Name" = "8:System.Threading.Overlapped.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Overlapped.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BAF05666A62E4063B67A990DBB654458" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BAF05666A62E4063B67A990DBB654458" - { - "Name" = "8:System.Diagnostics.Process.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.Process.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BB2F0804317E40959BC54397F062E63F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Linq.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BB2F0804317E40959BC54397F062E63F" - { - "Name" = "8:System.Linq.Parallel.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Linq.Parallel.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BB315D8F59155F74EC00AC8160D8203F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BB315D8F59155F74EC00AC8160D8203F" - { - "Name" = "8:System.Diagnostics.Tracing.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.Tracing.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BB538FA2BB35D79B1A509C75F509CEED" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.X509Certificates, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BB538FA2BB35D79B1A509C75F509CEED" - { - "Name" = "8:System.Security.Cryptography.X509Certificates.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.X509Certificates.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BBDA7DAB7FC40C5AB21A7CA880F8D3DD" - { - "Name" = "8:System.Private.CoreLib.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Private.CoreLib.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BC2AA73D1EB342DAA2E6E829A46B56DF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.RuntimeInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BC2AA73D1EB342DAA2E6E829A46B56DF" - { - "Name" = "8:System.Runtime.InteropServices.RuntimeInformation.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.InteropServices.RuntimeInformation.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BC46BAEB1ACB4B6C9B2E676BC5136CB1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BC46BAEB1ACB4B6C9B2E676BC5136CB1" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BC75628638E74C7DAC366734ABAB19C1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.Uri, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BC75628638E74C7DAC366734ABAB19C1" - { - "Name" = "8:System.Private.Uri.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Private.Uri.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BC7A7626E0453C1C759DB01818C4B1B4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BC7A7626E0453C1C759DB01818C4B1B4" - { - "Name" = "8:System.Collections.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Collections.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BC99B36986BA4DF485067E818CF29BFB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Intrinsics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BC99B36986BA4DF485067E818CF29BFB" - { - "Name" = "8:System.Runtime.Intrinsics.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Intrinsics.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BDC26B191C4E46B2B8F880A9313172FF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BDC26B191C4E46B2B8F880A9313172FF" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BDC9386BC0BF26599814EBEEF06578A8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XPath, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BDC9386BC0BF26599814EBEEF06578A8" - { - "Name" = "8:System.Xml.XPath.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Xml.XPath.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BDE87E6E1B7A4905A9CEB9E5C03878BE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BDE87E6E1B7A4905A9CEB9E5C03878BE" - { - "Name" = "8:System.Text.Encodings.Web.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Text.Encodings.Web.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BEDF1CBE662C4A6DA590ACBC7F4A9A41" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BEDF1CBE662C4A6DA590ACBC7F4A9A41" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BF1021F20A87A47CAA9E94F4C68346E2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BF1021F20A87A47CAA9E94F4C68346E2" - { - "Name" = "8:System.Collections.Immutable.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Collections.Immutable.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BF5739FDB21B5BC85A300B57B07DB939" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BF5739FDB21B5BC85A300B57B07DB939" - { - "Name" = "8:System.Runtime.Numerics.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Numerics.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BFB995BCB8239D0D35E57B0EEF41FC6B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BFB995BCB8239D0D35E57B0EEF41FC6B" - { - "Name" = "8:System.Diagnostics.StackTrace.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.StackTrace.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C274A2B2CA9C43BB8E680F1B33C2BB11" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C274A2B2CA9C43BB8E680F1B33C2BB11" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C2C7C844CF816EEE05C94D4477A24455" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C2C7C844CF816EEE05C94D4477A24455" - { - "Name" = "8:System.IO.FileSystem.AccessControl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.FileSystem.AccessControl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C2FBE1D7563B4F8DB907BC4BB0F33118" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C2FBE1D7563B4F8DB907BC4BB0F33118" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C3014022A0AE4FC6A59AA6B444EB7B1E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Globalization.Calendars, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C3014022A0AE4FC6A59AA6B444EB7B1E" - { - "Name" = "8:System.Globalization.Calendars.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Globalization.Calendars.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C33C1C1F529792A6FCED9909D574C98D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Resources.ResourceManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C33C1C1F529792A6FCED9909D574C98D" - { - "Name" = "8:System.Resources.ResourceManager.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Resources.ResourceManager.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C38759E967F84737B3F30A17513E4CEB" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Data.SqlClient.SNI.dll" - "TargetName" = "8:Microsoft.Data.SqlClient.SNI.dll" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C3B7907507234BC19C2B0B958AAAC5B7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_C3B7907507234BC19C2B0B958AAAC5B7" - { - "Name" = "8:PresentationFramework.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C3EDD553A32A0F38069B9AC4058185CA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C3EDD553A32A0F38069B9AC4058185CA" - { - "Name" = "8:System.IO.IsolatedStorage.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.IsolatedStorage.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C3F1B244B6B34159B02E05612D2DB2FA" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\Housing.exe" - "TargetName" = "8:Housing.exe" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C4B9E91420EE4CADAE899A7F2A74799B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C4B9E91420EE4CADAE899A7F2A74799B" - { - "Name" = "8:System.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C4E024481F9141A0A7D82D763892B305" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.ReaderWriter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C4E024481F9141A0A7D82D763892B305" - { - "Name" = "8:System.Xml.ReaderWriter.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.ReaderWriter.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C50A7A1A8EDE4206BE0B828DB5216837" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=fr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C50A7A1A8EDE4206BE0B828DB5216837" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C536AFA6573FE06581A3399E201C4859" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C536AFA6573FE06581A3399E201C4859" - { - "Name" = "8:Microsoft.SqlServer.Server.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.SqlServer.Server.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C55809C9E155444F9A5D4B5BC847935D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C55809C9E155444F9A5D4B5BC847935D" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C57DC3BE85AD71C60002B330DECCCFCE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.DataContractSerialization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C57DC3BE85AD71C60002B330DECCCFCE" - { - "Name" = "8:System.Private.DataContractSerialization.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Private.DataContractSerialization.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C5C66681487F4179B25C87BB141A1601" - { - "SourcePath" = "8:..\\publish\\setup-win-x64\\Housing.runtimeconfig.json" - "TargetName" = "8:Housing.runtimeconfig.json" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C630F7E8EA4840BAB1B2559D71483F8E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_C630F7E8EA4840BAB1B2559D71483F8E" - { - "Name" = "8:System.Windows.Controls.Ribbon.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Windows.Controls.Ribbon.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C659DE23C00C4113A5B3AE9C1407DD25" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C659DE23C00C4113A5B3AE9C1407DD25" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C68B0CA281FD4B6D98E6226E53465377" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C68B0CA281FD4B6D98E6226E53465377" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C6B0DE3EF58F14930CF8663D2B67CFBD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C6B0DE3EF58F14930CF8663D2B67CFBD" - { - "Name" = "8:System.Linq.Expressions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Linq.Expressions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C7C4378630198E8FEAE1BFA8CFD591A2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C7C4378630198E8FEAE1BFA8CFD591A2" - { - "Name" = "8:System.Security.Cryptography.Encoding.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.Encoding.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C8225AB4F128DD5C462799E34B2089A7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C8225AB4F128DD5C462799E34B2089A7" - { - "Name" = "8:System.Security.Cryptography.Xml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.Xml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C8501F70BD18823ADF0B44FD24726755" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C8501F70BD18823ADF0B44FD24726755" - { - "Name" = "8:System.Runtime.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C914EBE43CDF4902AE0D19E96CF70C0B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Tasks, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C914EBE43CDF4902AE0D19E96CF70C0B" - { - "Name" = "8:System.Threading.Tasks.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.Tasks.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C96BF04976E84586BDC7959B5441D238" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C96BF04976E84586BDC7959B5441D238" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CAF73FC6756D481DA84E75224472AA35" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CAF73FC6756D481DA84E75224472AA35" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CB2A1C78BE69483C846E42C240F57994" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Buffers, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CB2A1C78BE69483C846E42C240F57994" - { - "Name" = "8:System.Buffers.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Buffers.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CB6C3806A5B43EEBDB09EB86EF760090" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Threading.Overlapped, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CB6C3806A5B43EEBDB09EB86EF760090" - { - "Name" = "8:System.Threading.Overlapped.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Overlapped.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CB7900C58EB6431199E974BDC44043FC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Pipes.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CB7900C58EB6431199E974BDC44043FC" - { - "Name" = "8:System.IO.Pipes.AccessControl.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Pipes.AccessControl.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CC37EBF295A7332587DED92372BE8CF7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tools, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CC37EBF295A7332587DED92372BE8CF7" - { - "Name" = "8:System.Diagnostics.Tools.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.Tools.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CCB130078DDD4B288794D03E93E5D82B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CCB130078DDD4B288794D03E93E5D82B" - { - "Name" = "8:System.Drawing.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Drawing.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CCBFE906A96B44D6A430F23C40339B79" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CCBFE906A96B44D6A430F23C40339B79" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CD8824E528414EBDA5DCE3BA0A9528F8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CD8824E528414EBDA5DCE3BA0A9528F8" - { - "Name" = "8:System.Linq.Expressions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Linq.Expressions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CDC4036AF5D00A8FCCF3DE0224C4F001" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.FileVersionInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CDC4036AF5D00A8FCCF3DE0224C4F001" - { - "Name" = "8:System.Diagnostics.FileVersionInfo.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.FileVersionInfo.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CDF71BE081FC4947BBF459AC8209ED17" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CDF71BE081FC4947BBF459AC8209ED17" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CE376B1E0C914C7FA20720E96A734E2F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.DataContractSerialization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CE376B1E0C914C7FA20720E96A734E2F" - { - "Name" = "8:System.Private.DataContractSerialization.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Private.DataContractSerialization.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CE6D89188B1C43438BB2A2F8F3334887" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.Luna, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_CE6D89188B1C43438BB2A2F8F3334887" - { - "Name" = "8:PresentationFramework.Luna.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework.Luna.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CEB3E300107F4C12BEC487845DA4E174" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Algorithms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_CEB3E300107F4C12BEC487845DA4E174" - { - "Name" = "8:System.Security.Cryptography.Algorithms.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.Algorithms.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CF64DAC62FED43EE9B6F411BE5FBF065" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework-SystemData, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_CF64DAC62FED43EE9B6F411BE5FBF065" - { - "Name" = "8:PresentationFramework-SystemData.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework-SystemData.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D0135A8E1515400F82789A103488E9A7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D0135A8E1515400F82789A103488E9A7" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D0BD19994C2940679E82F355F7717861" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D0BD19994C2940679E82F355F7717861" - { - "Name" = "8:System.Runtime.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D1035DA311AD4850946354F1993CC230" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D1035DA311AD4850946354F1993CC230" - { - "Name" = "8:System.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D147A209D52B47799F51651D4069C15E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D147A209D52B47799F51651D4069C15E" - { - "Name" = "8:Microsoft.Extensions.DependencyInjection.Abstractions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Extensions.DependencyInjection.Abstractions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D1527BD8144CE83D6E988DAFE1DBBA47" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D1527BD8144CE83D6E988DAFE1DBBA47" - { - "Name" = "8:System.ComponentModel.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ComponentModel.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D1536A9A50C04C1C9CE3347977FB6F6A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D1536A9A50C04C1C9CE3347977FB6F6A" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D15EF60D825A48459AD557A4AF7FB791" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D15EF60D825A48459AD557A4AF7FB791" - { - "Name" = "8:System.Runtime.Serialization.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Serialization.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D1835B3FF98AA2BAE46388B5977A4784" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Principal, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D1835B3FF98AA2BAE46388B5977A4784" - { - "Name" = "8:System.Security.Principal.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Principal.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D1C2C90966B214685D6072ECB20B5548" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D1C2C90966B214685D6072ECB20B5548" - { - "Name" = "8:System.Reflection.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D21D86E7F5F54FBF8413690CA489839C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Bcl.Cryptography, Version=9.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D21D86E7F5F54FBF8413690CA489839C" - { - "Name" = "8:Microsoft.Bcl.Cryptography.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Bcl.Cryptography.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D2D9F77E68304266A99FC9CB4D0760C2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationUI.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D2D9F77E68304266A99FC9CB4D0760C2" - { - "Name" = "8:PresentationUI.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\PresentationUI.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D56039FB07C948599C4514959B5603C9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D56039FB07C948599C4514959B5603C9" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D6144464659746A8AAA12CCE9508EEE0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D6144464659746A8AAA12CCE9508EEE0" - { - "Name" = "8:System.Runtime.Serialization.Xml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Serialization.Xml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D61738826E13F256E5D5365099EA0D68" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Options, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D61738826E13F256E5D5365099EA0D68" - { - "Name" = "8:Microsoft.Extensions.Options.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Extensions.Options.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D6246B49359C12A914E1F377C60A5384" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.JavaScript, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D6246B49359C12A914E1F377C60A5384" - { - "Name" = "8:System.Runtime.InteropServices.JavaScript.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.InteropServices.JavaScript.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D724F156DB414BA6AB7ABFED86061864" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D724F156DB414BA6AB7ABFED86061864" - { - "Name" = "8:System.Runtime.Numerics.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Numerics.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D811630E15194F8E96C950896FE98C7B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_D811630E15194F8E96C950896FE98C7B" - { - "Name" = "8:ReachFramework.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ReachFramework.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D833F480766C340EF20C1D1A2343E3A5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Loader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D833F480766C340EF20C1D1A2343E3A5" - { - "Name" = "8:System.Runtime.Loader.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Loader.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D8979AC1BB2F4805A6F3910449C8D2A9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=zh-Hans, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D8979AC1BB2F4805A6F3910449C8D2A9" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hans\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_76359F5BF5894CC19460472A07F40277" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D8CE98FDC0B643A5BA490D9FCCBADE21" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D8CE98FDC0B643A5BA490D9FCCBADE21" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D8D464C1D0DB47DDB5EECB9B3B20D539" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Requests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D8D464C1D0DB47DDB5EECB9B3B20D539" - { - "Name" = "8:System.Net.Requests.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Requests.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D8F5958646964348B09B2F5870ED1BE0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Transactions.Local, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D8F5958646964348B09B2F5870ED1BE0" - { - "Name" = "8:System.Transactions.Local.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Transactions.Local.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D91B6235A19E4D5D86FDB5318B05BBD7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D91B6235A19E4D5D86FDB5318B05BBD7" - { - "Name" = "8:System.Threading.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D96CCFFEF1EB441BAFA0B04DA20ADF5A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=cs, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D96CCFFEF1EB441BAFA0B04DA20ADF5A" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\cs\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_7901A3B17F9447C3A81D55DC5033828B" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D9B04703426F5AEBC70BE52A33DA7633" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D9B04703426F5AEBC70BE52A33DA7633" - { - "Name" = "8:System.Text.RegularExpressions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Text.RegularExpressions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D9EA246F32A0F9C2A8FF0F1DF0F9E268" - { - "Name" = "8:System.Net.WebClient.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.WebClient.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DA09F5E866E3BB9E0C746846C6A946E4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Private.Uri, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DA09F5E866E3BB9E0C746846C6A946E4" - { - "Name" = "8:System.Private.Uri.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Private.Uri.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DA43343BE0AA49CCAC8C6F8C11231267" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DA43343BE0AA49CCAC8C6F8C11231267" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DA87F4E078FD438E9CBA27D5FD4B0543" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.EventLog, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DA87F4E078FD438E9CBA27D5FD4B0543" - { - "Name" = "8:System.Diagnostics.EventLog.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Diagnostics.EventLog.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DA9A5A57867E4C3CA3A26AD724AD35EA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DA9A5A57867E4C3CA3A26AD724AD35EA" - { - "Name" = "8:System.Reflection.Emit.Lightweight.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Reflection.Emit.Lightweight.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DB755541B20243BDB9467F3470981BC4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DB755541B20243BDB9467F3470981BC4" - { - "Name" = "8:System.IO.Pipelines.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.IO.Pipelines.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DBB40A1C41C34EFFA1F4D9EDD04CA79D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Http.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DBB40A1C41C34EFFA1F4D9EDD04CA79D" - { - "Name" = "8:System.Net.Http.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Http.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DBD1C464BFA47A6D07EF347445419ECD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Buffers, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DBD1C464BFA47A6D07EF347445419ECD" - { - "Name" = "8:System.Buffers.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Buffers.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DC31A38AE46E7DFCEDB5951409403753" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DC31A38AE46E7DFCEDB5951409403753" - { - "Name" = "8:System.Net.Security.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Security.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DCED769F3CED40F68BBF793A3190390F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DCED769F3CED40F68BBF793A3190390F" - { - "Name" = "8:Microsoft.Extensions.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Extensions.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DD6992CD0ACCFF6B889A1ADC7D2DAE43" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Azure.Identity, Version=1.14.2.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DD6992CD0ACCFF6B889A1ADC7D2DAE43" - { - "Name" = "8:Azure.Identity.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Azure.Identity.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DD9267F304CD86680605583251BC35EC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Resources.Writer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DD9267F304CD86680605583251BC35EC" - { - "Name" = "8:System.Resources.Writer.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Resources.Writer.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DD98189F70C149948FEBEDB7FFD024BB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.Aero2, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_DD98189F70C149948FEBEDB7FFD024BB" - { - "Name" = "8:PresentationFramework.Aero2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\PresentationFramework.Aero2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DDB9E5D5DD0E4B24962ABC7F8132B4A2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Loader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DDB9E5D5DD0E4B24962ABC7F8132B4A2" - { - "Name" = "8:System.Runtime.Loader.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Loader.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DE2E2DBDCACB4DFFABB53403CF80C99E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DE2E2DBDCACB4DFFABB53403CF80C99E" - { - "Name" = "8:System.Net.HttpListener.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.HttpListener.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DE4CD1E105AF4B87366D07C46F4C2663" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem.Watcher, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DE4CD1E105AF4B87366D07C46F4C2663" - { - "Name" = "8:System.IO.FileSystem.Watcher.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.FileSystem.Watcher.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DFC472D488BD43128D784076A4681591" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DFC472D488BD43128D784076A4681591" - { - "Name" = "8:System.Security.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E0A24BFA11AB3044C761E3C573C63E35" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Csp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E0A24BFA11AB3044C761E3C573C63E35" - { - "Name" = "8:System.Security.Cryptography.Csp.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.Csp.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E0AA6902979947A58079211F8F730078" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=fr, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E0AA6902979947A58079211F8F730078" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\fr\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_CAA532AD901F4BF8A56F3FCA4F0F1124" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E10F32141108468157C13370CD7F7C81" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Reflection.TypeExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E10F32141108468157C13370CD7F7C81" - { - "Name" = "8:System.Reflection.TypeExtensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Reflection.TypeExtensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E17EB625D338F9B7C8CD609BA23059D2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E17EB625D338F9B7C8CD609BA23059D2" - { - "Name" = "8:System.Net.Http.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Http.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E1CCBF6B3FDBC09AF00783496814045C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E1CCBF6B3FDBC09AF00783496814045C" - { - "Name" = "8:netstandard.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:netstandard.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E206E7CC8B4944C8842AA2E66444D42D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DirectWriteForwarder, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_E206E7CC8B4944C8842AA2E66444D42D" - { - "Name" = "8:DirectWriteForwarder.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\DirectWriteForwarder.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E24C55B98E6242C3B31344952E3ED6B6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebHeaderCollection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E24C55B98E6242C3B31344952E3ED6B6" - { - "Name" = "8:System.Net.WebHeaderCollection.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.WebHeaderCollection.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E2E5B1A173384F57A03F090CD727C49F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E2E5B1A173384F57A03F090CD727C49F" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E2FDCF13274F4F67A89C0CD8661BAD11" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=it, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E2FDCF13274F4F67A89C0CD8661BAD11" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E332A6F95C8C5F2A442A4197B94A81F9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.CompilerServices.VisualC, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E332A6F95C8C5F2A442A4197B94A81F9" - { - "Name" = "8:System.Runtime.CompilerServices.VisualC.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.CompilerServices.VisualC.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E3624B09B1B18A0909D083D27DB90604" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Identity.Client.Extensions.Msal, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E3624B09B1B18A0909D083D27DB90604" - { - "Name" = "8:Microsoft.Identity.Client.Extensions.Msal.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.Identity.Client.Extensions.Msal.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E3D571DDD2B44063B2081E8535FD46E6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E3D571DDD2B44063B2081E8535FD46E6" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E43B59AB67864BD0944C88D3E25021E7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E43B59AB67864BD0944C88D3E25021E7" - { - "Name" = "8:System.Xml.XDocument.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Xml.XDocument.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E502D4E6B4CE477E9C8584C2FA1CB3A7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E502D4E6B4CE477E9C8584C2FA1CB3A7" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E5947AAC70DDA0C7E95740380DDB4357" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E5947AAC70DDA0C7E95740380DDB4357" - { - "Name" = "8:System.Diagnostics.TraceSource.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.TraceSource.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E5F605D98C8CBEBB00C09D5EC8C8127B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.JsonWebTokens, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E5F605D98C8CBEBB00C09D5EC8C8127B" - { - "Name" = "8:Microsoft.IdentityModel.JsonWebTokens.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Microsoft.IdentityModel.JsonWebTokens.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E6D8C4B69849495883A1497295063547" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E6D8C4B69849495883A1497295063547" - { - "Name" = "8:System.ComponentModel.Primitives.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.ComponentModel.Primitives.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E6E84499A1CB4A6A265D8C05BD0FFA40" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IdentityModel.Tokens.Jwt, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E6E84499A1CB4A6A265D8C05BD0FFA40" - { - "Name" = "8:System.IdentityModel.Tokens.Jwt.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IdentityModel.Tokens.Jwt.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E72F0DA7D97E4A83ADC0D935CCEBAA2C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.CompilerServices.VisualC, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E72F0DA7D97E4A83ADC0D935CCEBAA2C" - { - "Name" = "8:System.Runtime.CompilerServices.VisualC.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.CompilerServices.VisualC.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E738C8C29E9E4034A27CFF1EC14A39C7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=zh-Hant, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E738C8C29E9E4034A27CFF1EC14A39C7" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\zh-Hant\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_07FEAE190090436A957E9601C38A7170" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E73BF78D3FB8428D9E7155229D73455E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=tr, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E73BF78D3FB8428D9E7155229D73455E" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E744598D05BD4A72B9CC387E36733113" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationProvider.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E744598D05BD4A72B9CC387E36733113" - { - "Name" = "8:UIAutomationProvider.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\UIAutomationProvider.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E7B7F39B3A4E44929B4467B0F77CD7B3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E7B7F39B3A4E44929B4467B0F77CD7B3" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E7FCDF731C3B4D35AEA32CF96F94DCB9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Encoding.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E7FCDF731C3B4D35AEA32CF96F94DCB9" - { - "Name" = "8:System.Text.Encoding.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Text.Encoding.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E805B41593F64EE9B4641C1AC3146888" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=tr, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E805B41593F64EE9B4641C1AC3146888" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\tr\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_D14333D71D9548B993E7562D7B181D97" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Mail, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E8B3C0FB6E67C3627DCA9B43E4DBC8C1" - { - "Name" = "8:System.Net.Mail.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Mail.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E8BE71CCC5174E3DA8ADD6585C0D9570" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Protocols, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E8BE71CCC5174E3DA8ADD6585C0D9570" - { - "Name" = "8:Microsoft.IdentityModel.Protocols.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.IdentityModel.Protocols.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E9DAA898D8564160E7A21A6605813D2D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Intrinsics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E9DAA898D8564160E7A21A6605813D2D" - { - "Name" = "8:System.Runtime.Intrinsics.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Intrinsics.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EA379DBB2DF5E7F187B81469EDC10741" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Xml.XPath.XDocument, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EA379DBB2DF5E7F187B81469EDC10741" - { - "Name" = "8:System.Xml.XPath.XDocument.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Xml.XPath.XDocument.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EA837FA84860436DAAD8D64D941B280E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=pl, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EA837FA84860436DAAD8D64D941B280E" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pl\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_C688DABCFD5B492EB58182172839DAB4" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EA8D27EC4FC7094D6938CB2A9756B429" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Net.Sockets, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EA8D27EC4FC7094D6938CB2A9756B429" - { - "Name" = "8:System.Net.Sockets.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.Sockets.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EABF3921F3284D87909D094D538FA526" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Win32.SystemEvents, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EABF3921F3284D87909D094D538FA526" - { - "Name" = "8:Microsoft.Win32.SystemEvents.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Win32.SystemEvents.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EB98E04073DF4D0A81057B1F53EC6632" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Mail, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EB98E04073DF4D0A81057B1F53EC6632" - { - "Name" = "8:System.Net.Mail.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Mail.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EBBABB825D074329A7E5B1915C3232AF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EBBABB825D074329A7E5B1915C3232AF" - { - "Name" = "8:UIAutomationTypes.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\UIAutomationTypes.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EC057A65CB2191A3A75D32D39E2C9281" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Permissions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EC057A65CB2191A3A75D32D39E2C9281" - { - "Name" = "8:System.Security.Permissions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Permissions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EC1CFBB502EB4FB9AD5C501435FC8921" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EC1CFBB502EB4FB9AD5C501435FC8921" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EC3A0311DD85F43D63F8C76ED4C88EE6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xml.ReaderWriter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EC3A0311DD85F43D63F8C76ED4C88EE6" - { - "Name" = "8:System.Xml.ReaderWriter.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Xml.ReaderWriter.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EC7AF235DA19AF381962502B470A8A30" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EC7AF235DA19AF381962502B470A8A30" - { - "Name" = "8:System.Diagnostics.Tracing.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Diagnostics.Tracing.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EC8AD8267010F2D7915E238E2AC5218C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EC8AD8267010F2D7915E238E2AC5218C" - { - "Name" = "8:System.Threading.Tasks.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Threading.Tasks.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ECBDCCED98AC46C59E8FCB78D0C523E3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ECBDCCED98AC46C59E8FCB78D0C523E3" - { - "Name" = "8:System.Security.Cryptography.Encoding.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.Encoding.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ED282BD291954FCF8BEFDA9D27F67BBE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClient.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ED282BD291954FCF8BEFDA9D27F67BBE" - { - "Name" = "8:UIAutomationClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\UIAutomationClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ED6EF431B71B461098C1E38F9513C0A3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=es, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ED6EF431B71B461098C1E38F9513C0A3" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EDCDF4FA15AC1B4C43D09F8B96C20B7A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.ProtectedData, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EDCDF4FA15AC1B4C43D09F8B96C20B7A" - { - "Name" = "8:System.Security.Cryptography.ProtectedData.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Cryptography.ProtectedData.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EDCF4173C63D6E3DBE3EBD16AB57A3BD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EDCF4173C63D6E3DBE3EBD16AB57A3BD" - { - "Name" = "8:System.Runtime.Serialization.Xml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Serialization.Xml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EDDA39861F3723CCFEF74E28047A6DF9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EDDA39861F3723CCFEF74E28047A6DF9" - { - "Name" = "8:System.ComponentModel.TypeConverter.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.ComponentModel.TypeConverter.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EDF50FE9EF1946E1922E6F86FA7842D5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EDF50FE9EF1946E1922E6F86FA7842D5" - { - "Name" = "8:Microsoft.VisualBasic.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.VisualBasic.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EDFE6F57CA78D24F28D284DE3331ABF9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.Security.SecureString, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EDFE6F57CA78D24F28D284DE3331ABF9" - { - "Name" = "8:System.Security.SecureString.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.SecureString.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EEC77B01CA74259E38B4BF930D62BBCA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EEC77B01CA74259E38B4BF930D62BBCA" - { - "Name" = "8:System.Runtime.Serialization.Xml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Serialization.Xml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EFCC656AC74B43E495D1B9EAF292B675" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Input.Manipulations.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EFCC656AC74B43E495D1B9EAF292B675" - { - "Name" = "8:System.Windows.Input.Manipulations.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\System.Windows.Input.Manipulations.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Formats.Nrbf, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F05C2A6ABC3663BA3E2F3CF0A8A61AF0" - { - "Name" = "8:System.Formats.Nrbf.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Formats.Nrbf.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F106C022A6904BC6BB197A83AB8DAAC8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F106C022A6904BC6BB197A83AB8DAAC8" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F137BF9D1B77BF0B9B508E41BE202357" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F137BF9D1B77BF0B9B508E41BE202357" - { - "Name" = "8:System.Security.Principal.Windows.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Security.Principal.Windows.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F1D42F5FB7484B7D884F14677FCC7001" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Azure.Core, Version=1.47.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F1D42F5FB7484B7D884F14677FCC7001" - { - "Name" = "8:Azure.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Azure.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F1DD1333A875F0DB8A3FE15C1C30474C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Text.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F1DD1333A875F0DB8A3FE15C1C30474C" - { - "Name" = "8:System.Text.Encoding.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Text.Encoding.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F1E6E73509744DA98278CF51C40AE066" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F1E6E73509744DA98278CF51C40AE066" - { - "Name" = "8:System.Net.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F2BF868F37FD4EBB9EEE93828F6B8B80" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F2BF868F37FD4EBB9EEE93828F6B8B80" - { - "Name" = "8:Microsoft.Extensions.Logging.Abstractions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Extensions.Logging.Abstractions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F2D5764A578D47B7A5F39A4F078F6794" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=ja, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F2D5764A578D47B7A5F39A4F078F6794" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ja\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_EF49A53A2F124808B6DA2E203BD36641" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F3DD6E43439845C5B435A9E9A9524E5B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F3DD6E43439845C5B435A9E9A9524E5B" - { - "Name" = "8:System.Web.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Web.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F44B9F499B54413980FDF3B3201DA9FC" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=ru, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F44B9F499B54413980FDF3B3201DA9FC" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ru\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_3A07FF1E066342A19AABED2888E683D3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F46463168E28445994747470940851B5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationTypes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64" - "ScatterAssemblies" - { - "_F46463168E28445994747470940851B5" - { - "Name" = "8:UIAutomationTypes.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\UIAutomationTypes.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F50034E84445435DAAB8F14F1FE1E03F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F50034E84445435DAAB8F14F1FE1E03F" - { - "Name" = "8:System.Runtime.Serialization.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Runtime.Serialization.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F50DAAA0E2934C479ECE2D8802E610D0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ReachFramework.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F50DAAA0E2934C479ECE2D8802E610D0" - { - "Name" = "8:ReachFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\ReachFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F5FE62D38D5C4D30A5276F398ACE2208" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F5FE62D38D5C4D30A5276F398ACE2208" - { - "Name" = "8:System.Net.Security.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Net.Security.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F86D3CBF0B1F43668BF213D00BF2E7FF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Xaml.resources, Version=9.0.0.0, Culture=pt-BR, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F86D3CBF0B1F43668BF213D00BF2E7FF" - { - "Name" = "8:System.Xaml.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\pt-BR\\System.Xaml.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FE1199FD2AED473F9607036466985701" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F8B53535DABD4E7D5E5951C921AC682A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.Ports, Version=9.0.0.10, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F8B53535DABD4E7D5E5951C921AC682A" - { - "Name" = "8:System.IO.Ports.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Ports.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F97984886F724C73B3B2743E9274CF5D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Data.SqlClient.resources, Version=6.0.0.0, Culture=ko, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F97984886F724C73B3B2743E9274CF5D" - { - "Name" = "8:Microsoft.Data.SqlClient.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\Microsoft.Data.SqlClient.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F9D45EB45753FAD80DFD1C6F7ADF3844" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F9D45EB45753FAD80DFD1C6F7ADF3844" - { - "Name" = "8:System.Net.WebProxy.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Net.WebProxy.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FA4CE78BBACB594C45D2BC3C566134D0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.IO.FileSystem, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FA4CE78BBACB594C45D2BC3C566134D0" - { - "Name" = "8:System.IO.FileSystem.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.FileSystem.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FA592753CDE042848A569F999BFFBD44" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:UIAutomationClientSideProviders.resources, Version=9.0.0.0, Culture=de, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FA592753CDE042848A569F999BFFBD44" - { - "Name" = "8:UIAutomationClientSideProviders.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\de\\UIAutomationClientSideProviders.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_05DBECC2336740CDB09A80EB68B7B14F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FA75660EFEB348B7AC175C24D774F176" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationFramework.resources, Version=9.0.0.0, Culture=it, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FA75660EFEB348B7AC175C24D774F176" - { - "Name" = "8:PresentationFramework.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\it\\PresentationFramework.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_154C18835E314DCA89F39AA7646FFC12" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FACC7D8D886249829543B076EC2FD9BA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:WindowsBase.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FACC7D8D886249829543B076EC2FD9BA" - { - "Name" = "8:WindowsBase.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\WindowsBase.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FB2362D3B56C02E660BBD18DFDAD9323" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FB2362D3B56C02E660BBD18DFDAD9323" - { - "Name" = "8:Accessibility.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Accessibility.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FB5846E10AC44AF497982FCAE901BDE7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Threading.Overlapped, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FB5846E10AC44AF497982FCAE901BDE7" - { - "Name" = "8:System.Threading.Overlapped.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Threading.Overlapped.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FBCDC555A20E406DB6428A2BCFCD948C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:PresentationCore.resources, Version=9.0.0.0, Culture=ko, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FBCDC555A20E406DB6428A2BCFCD948C" - { - "Name" = "8:PresentationCore.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\ko\\PresentationCore.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_506EF00DD33D4ECF9B29B8A5A859CE45" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FC1B3053EE004D9CA842FE7ACAB59109" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Options, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FC1B3053EE004D9CA842FE7ACAB59109" - { - "Name" = "8:Microsoft.Extensions.Options.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Extensions.Options.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FC885A1AEC504F53914D5FCC259F5C15" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Resources.Reader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FC885A1AEC504F53914D5FCC259F5C15" - { - "Name" = "8:System.Resources.Reader.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Resources.Reader.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FD56A51A1C3951F7EECA29D42148DB6D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FD56A51A1C3951F7EECA29D42148DB6D" - { - "Name" = "8:System.IO.Compression.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.IO.Compression.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FD863E6FF01F2BA099CEAB21C5ACF521" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Runtime.Handles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FD863E6FF01F2BA099CEAB21C5ACF521" - { - "Name" = "8:System.Runtime.Handles.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:System.Runtime.Handles.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FDF8C7CAC2674036AFE74F2FD3B5D0E0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Windows.Controls.Ribbon.resources, Version=9.0.0.0, Culture=es, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FDF8C7CAC2674036AFE74F2FD3B5D0E0" - { - "Name" = "8:System.Windows.Controls.Ribbon.resources.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\es\\System.Windows.Controls.Ribbon.resources.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_50D95BB66E0E4F02ABA1951CD4EE263F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FE8069F25C7542899AA4D3DA4F912B1C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Security.Cryptography.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FE8069F25C7542899AA4D3DA4F912B1C" - { - "Name" = "8:System.Security.Cryptography.Xml.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Security.Cryptography.Xml.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FEEDC4F58B6148F79B34BCD14DEF1B1B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Extensions.Caching.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FEEDC4F58B6148F79B34BCD14DEF1B1B" - { - "Name" = "8:Microsoft.Extensions.Caching.Memory.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.Extensions.Caching.Memory.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FF423F0AB3D042528B09925A0C152C0B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FF423F0AB3D042528B09925A0C152C0B" - { - "Name" = "8:System.Configuration.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\System.Configuration.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FFBB9EC9AF5B4F1B87DDA235FB77CCDB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.IdentityModel.Abstractions, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FFBB9EC9AF5B4F1B87DDA235FB77CCDB" - { - "Name" = "8:Microsoft.IdentityModel.Abstractions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\publish\\setup-win-x64\\Microsoft.IdentityModel.Abstractions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - } - "FileType" - { - } - "Folder" - { - "{1525181F-901A-416C-8A58-119130FE478E}:_0A0E77A057EB48E2B365A14DEA75C6B5" - { - "Name" = "8:#1919" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:ProgramMenuFolder" - "Folders" - { - } - } - "{1525181F-901A-416C-8A58-119130FE478E}:_4DE06A7424C04875BA28CED73527A2D6" - { - "Name" = "8:#1916" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:DesktopFolder" - "Folders" - { - } - } - "{3C67513D-01DD-4637-8A68-80971EB9504F}:_E5999D70113B4166AB4BD1B0568524BA" - { - "DefaultLocation" = "8:[ProgramFiles64Folder][Manufacturer]\\[ProductName]" - "Name" = "8:#1925" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:TARGETDIR" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_05DBECC2336740CDB09A80EB68B7B14F" - { - "Name" = "8:de" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_1A7DDB99278847C98734E24E767A59C3" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_07FEAE190090436A957E9601C38A7170" - { - "Name" = "8:zh-Hant" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_A47E09729BF347599D92EC93F4F80A5C" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_154C18835E314DCA89F39AA7646FFC12" - { - "Name" = "8:it" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_6F0BF52747564CF5B4B22ECCB0046818" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_3A07FF1E066342A19AABED2888E683D3" - { - "Name" = "8:ru" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_ADE8B857238A458B9AAA9939ED372DB4" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_506EF00DD33D4ECF9B29B8A5A859CE45" - { - "Name" = "8:ko" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_E7DA142ABB0C4CB4B73A1DBC835B0014" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_50D95BB66E0E4F02ABA1951CD4EE263F" - { - "Name" = "8:es" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_112E79F9D11E4546B157FC5D93F64503" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_76359F5BF5894CC19460472A07F40277" - { - "Name" = "8:zh-Hans" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_1AAEAD1D10DD43388E548533B9102730" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_7901A3B17F9447C3A81D55DC5033828B" - { - "Name" = "8:cs" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_DDF79492FD4B412A83B95F43652B7C89" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_C688DABCFD5B492EB58182172839DAB4" - { - "Name" = "8:pl" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_D0B4D04CA94D48C4A307A3C44563169A" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_CAA532AD901F4BF8A56F3FCA4F0F1124" - { - "Name" = "8:fr" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_2C592FC9F88643B980C3317A7ACEE370" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_D14333D71D9548B993E7562D7B181D97" - { - "Name" = "8:tr" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_22BDD38F884A4E9E98AC0E8449FEB1E5" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_EF49A53A2F124808B6DA2E203BD36641" - { - "Name" = "8:ja" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_82A0FCFAE8E548E483DC6BFAD4AF5D85" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_FE1199FD2AED473F9607036466985701" - { - "Name" = "8:pt-BR" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_2159C812DD6B4892888B99ECEEC30275" - "Folders" - { - } - } - } - } - } - "LaunchCondition" - { - } - "Locator" - { - } - "MsiBootstrapper" - { - "LangId" = "3:1042" - "RequiresElevation" = "11:FALSE" - } - "Product" - { - "Name" = "8:Microsoft Visual Studio" - "ProductName" = "8:Setup1" - "ProductCode" = "8:{71B8681B-6696-43BE-BBA5-CC3B08095C5C}" - "PackageCode" = "8:{B4567D05-042F-4E05-8028-AF56525C698B}" - "UpgradeCode" = "8:{1D4B4A02-85A6-413F-8388-81D419D030E7}" - "AspNetVersion" = "8:2.0.50727.0" - "RestartWWWService" = "11:FALSE" - "RemovePreviousVersions" = "11:FALSE" - "DetectNewerInstalledVersion" = "11:TRUE" - "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.0.0" - "Manufacturer" = "8:Default Company Name" - "ARPHELPTELEPHONE" = "8:" - "ARPHELPLINK" = "8:" - "Title" = "8:Setup1" - "Subject" = "8:" - "ARPCONTACT" = "8:Default Company Name" - "Keywords" = "8:" - "ARPCOMMENTS" = "8:" - "ARPURLINFOABOUT" = "8:" - "ARPPRODUCTICON" = "8:" - "ARPIconIndex" = "3:0" - "SearchPath" = "8:" - "UseSystemSearchPath" = "11:TRUE" - "TargetPlatform" = "3:1" - "PreBuildEvent" = "8:" - "PostBuildEvent" = "8:" - "RunPostBuildEvent" = "3:0" - } - "Registry" - { - "HKLM" - { - "Keys" - { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_4062772F7D104BFF8759B6CDBE8D6C49" - { - "Name" = "8:Software" - "Condition" = "8:" - "AlwaysCreate" = "11:FALSE" - "DeleteAtUninstall" = "11:FALSE" - "Transitive" = "11:FALSE" - "Keys" - { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_E4944A01FE3D4B7ABBE84CD63D8360E7" - { - "Name" = "8:[Manufacturer]" - "Condition" = "8:" - "AlwaysCreate" = "11:FALSE" - "DeleteAtUninstall" = "11:FALSE" - "Transitive" = "11:FALSE" - "Keys" - { - } - "Values" - { - } - } - } - "Values" - { - } - } - } - } - "HKCU" - { - "Keys" - { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_1018851FB9A8476E897A74B97CB19615" - { - "Name" = "8:Software" - "Condition" = "8:" - "AlwaysCreate" = "11:FALSE" - "DeleteAtUninstall" = "11:FALSE" - "Transitive" = "11:FALSE" - "Keys" - { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_A30496965D934D53902B3EA3CCEA3313" - { - "Name" = "8:[Manufacturer]" - "Condition" = "8:" - "AlwaysCreate" = "11:FALSE" - "DeleteAtUninstall" = "11:FALSE" - "Transitive" = "11:FALSE" - "Keys" - { - } - "Values" - { - } - } - } - "Values" - { - } - } - } - } - "HKCR" - { - "Keys" - { - } - } - "HKU" - { - "Keys" - { - } - } - "HKPU" - { - "Keys" - { - } - } - } - "Sequences" - { - } - "Shortcut" - { - "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_31C53E1A390348498ED0F4C7D2B5930B" - { - "Name" = "8:Housing" - "Arguments" = "8:" - "Description" = "8:" - "ShowCmd" = "3:1" - "IconIndex" = "3:0" - "Transitive" = "11:FALSE" - "Target" = "8:_C3F1B244B6B34159B02E05612D2DB2FA" - "Folder" = "8:_4DE06A7424C04875BA28CED73527A2D6" - "WorkingFolder" = "8:_E5999D70113B4166AB4BD1B0568524BA" - "Icon" = "8:_0A54D85D895B4A41BD3676196CB02DF5" - "Feature" = "8:" - } - } - "UserInterface" - { - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_159AA3C024C742B19028A659E6F0894D" - { - "Name" = "8:#1900" - "Sequence" = "3:2" - "Attributes" = "3:1" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_72F8A94BBE64423FA10325BFB9AF3CC7" - { - "Sequence" = "3:200" - "DisplayName" = "8:설치 폴더" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminFolderDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_F24DEAB1634F41A9BF589501359AD471" - { - "Sequence" = "3:300" - "DisplayName" = "8:설치 확인" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_FAD77071D2194BF6B6E6EBA7826BF87A" - { - "Sequence" = "3:100" - "DisplayName" = "8:환영" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "CopyrightWarning" - { - "Name" = "8:CopyrightWarning" - "DisplayName" = "8:#1002" - "Description" = "8:#1102" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1202" - "DefaultValue" = "8:#1202" - "UsePlugInResources" = "11:TRUE" - } - "Welcome" - { - "Name" = "8:Welcome" - "DisplayName" = "8:#1003" - "Description" = "8:#1103" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1203" - "DefaultValue" = "8:#1203" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_1EAAAA502B504E7487AEE62D6015C984" - { - "Name" = "8:#1901" - "Sequence" = "3:1" - "Attributes" = "3:2" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_477475939C564F0C8C3708DF6D733EE2" - { - "Sequence" = "3:100" - "DisplayName" = "8:진행률" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdProgressDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "ShowProgress" - { - "Name" = "8:ShowProgress" - "DisplayName" = "8:#1009" - "Description" = "8:#1109" - "Type" = "3:5" - "ContextData" = "8:1;True=1;False=0" - "Attributes" = "3:0" - "Setting" = "3:0" - "Value" = "3:1" - "DefaultValue" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_21ACD29E25694538B8B08430793F4C8D" - { - "Name" = "8:#1901" - "Sequence" = "3:2" - "Attributes" = "3:2" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_3FB66FD60BC74AF2BD964BD8F334A1A2" - { - "Sequence" = "3:100" - "DisplayName" = "8:진행률" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminProgressDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "ShowProgress" - { - "Name" = "8:ShowProgress" - "DisplayName" = "8:#1009" - "Description" = "8:#1109" - "Type" = "3:5" - "ContextData" = "8:1;True=1;False=0" - "Attributes" = "3:0" - "Setting" = "3:0" - "Value" = "3:1" - "DefaultValue" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_4B4A8AFB67F94ACBBB79D176E988DF36" - { - "UseDynamicProperties" = "11:FALSE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdBasicDialogs.wim" - } - "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_4E7D405B36DD42BAB5BBAD5FDCC3426B" - { - "UseDynamicProperties" = "11:FALSE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdUserInterface.wim" - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_81CFE91668DD45D19F19B93DE62296F1" - { - "Name" = "8:#1902" - "Sequence" = "3:2" - "Attributes" = "3:3" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_AB1D086750904AA0B010353733C79F28" - { - "Sequence" = "3:100" - "DisplayName" = "8:마침" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminFinishedDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_CA26CBFF892248499D3B2CB4A614694A" - { - "Name" = "8:#1900" - "Sequence" = "3:1" - "Attributes" = "3:1" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_207B47994D814300BC9E7494063EE521" - { - "Sequence" = "3:300" - "DisplayName" = "8:설치 확인" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdConfirmDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_AEA85034AE244100ABF43F2FFC024CE6" - { - "Sequence" = "3:200" - "DisplayName" = "8:설치 폴더" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdFolderDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "InstallAllUsersVisible" - { - "Name" = "8:InstallAllUsersVisible" - "DisplayName" = "8:#1059" - "Description" = "8:#1159" - "Type" = "3:5" - "ContextData" = "8:1;True=1;False=0" - "Attributes" = "3:0" - "Setting" = "3:0" - "Value" = "3:1" - "DefaultValue" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_B7DB5FA33BB4411DACA3D73353499E6A" - { - "Sequence" = "3:100" - "DisplayName" = "8:환영" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdWelcomeDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "CopyrightWarning" - { - "Name" = "8:CopyrightWarning" - "DisplayName" = "8:#1002" - "Description" = "8:#1102" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1202" - "DefaultValue" = "8:#1202" - "UsePlugInResources" = "11:TRUE" - } - "Welcome" - { - "Name" = "8:Welcome" - "DisplayName" = "8:#1003" - "Description" = "8:#1103" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1203" - "DefaultValue" = "8:#1203" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_E75DE7C5094647639F3B36B34A32BAFF" - { - "Name" = "8:#1902" - "Sequence" = "3:1" - "Attributes" = "3:3" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_88BCDC8FF75D4FBE8D3426C995295C4B" - { - "Sequence" = "3:100" - "DisplayName" = "8:마침" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdFinishedDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "UpdateText" - { - "Name" = "8:UpdateText" - "DisplayName" = "8:#1058" - "Description" = "8:#1158" - "Type" = "3:15" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1258" - "DefaultValue" = "8:#1258" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - } - "MergeModule" - { - } - "ProjectOutput" - { - } - } -} diff --git a/Setup1/setup-build.log b/Setup1/setup-build.log deleted file mode 100644 index 801e8bb..0000000 --- a/Setup1/setup-build.log +++ /dev/null @@ -1,71 +0,0 @@ - -잘못된 프로젝트 - -사용법: -devenv [solutionfile | projectfile | folder | anyfile.ext] [switches] - -devenv의 첫 번째 인수는 일반적으로 솔루션 파일, 프로젝트 파일 또는 폴더입니다. -다음을 사용할 수도 있습니다. 다른 파일이 자동으로 열리게 하려면 해당 파일을 첫째 인수로 -사용할 수도 있습니다. 프로젝트 파일을 입력하면 IDE에서 -프로젝트 파일의 부모 디렉터리에서 프로젝트 파일과 -기본 이름이 같은 .sln 파일을 찾습니다. 그러한 .sln 파일이 없으면 -IDE는 프로젝트를 참조하는 단일 .sln 파일을 찾습니다. -단일 .sln 파일도 없으면 IDE는 프로젝트 파일과 기본 이름이 같은 기본 .sln -파일 이름을 사용하여 저장되지 않은 솔루션을 만듭니다. - -명령줄 빌드: -devenv solutionfile.sln /build [ solutionconfig ] [ /project projectnameorfile [ /projectconfig name ] ] -사용 가능한 명령줄 스위치: - -/Build 지정한 솔루션 구성으로 솔루션이나 프로젝트를 - 빌드합니다. "Debug"를 예로 들 수 있습니다. 여러 플랫폼을 - 사용할 수 있으면 구성 이름에 플랫폼 이름을 명시하고 - 따옴표로 묶어야 합니다(예: "Debug|Win32"). -/Clean 빌드 출력을 삭제합니다. -/Command IDE를 시작하고 명령을 실행합니다. -/Deploy 지정한 빌드 구성을 빌드하여 배포합니다. -/DoNotLoadProjects 모든 프로젝트를 로드하지 않고 지정된 솔루션을 엽니다. -/Edit 이 애플리케이션의 실행 중인 인스턴스에서 지정한 파일을 엽니다. - 실행 중인 인스턴스가 없으면 단순화된 창 레이아웃을 사용하여 - 새 인스턴스를 시작합니다. -/LCID IDE에서 UI에 대한 기본 언어를 설정합니다. -/Log 문제 해결을 위해 IDE 동작을 지정한 파일에 기록합니다. -/NoVSIP VSIP 테스트용 VSIP 개발자 라이선스 키를 사용할 수 없게 합니다. -/Out 빌드 로그를 지정한 파일에 추가합니다. -/Project 빌드, 정리 또는 배포할 프로젝트를 지정합니다. - /Build, /Rebuild, /Clean 또는 /Deploy와 함께 사용해야 합니다. -/ProjectConfig 솔루션 구성에 지정된 프로젝트 구성을 - 재정의합니다. "Debug"를 예로 들 수 있습니다. 여러 플랫폼을 - 사용할 수 있으면 구성 이름에 플랫폼 이름을 명시하고 - 따옴표로 묶어야 합니다(예: "Debug|Win32"). - /Project와 함께 사용해야 합니다. -/Rebuild 지정한 구성으로 솔루션이나 프로젝트를 - 정리하고 빌드합니다. -/ResetSettings IDE의 기본 설정을 복원합니다. 필요한 경우 사용자가 지정한 - VSSettings 파일로 다시 설정할 수 있습니다. -/ResetSkipPkgs VSPackages에 추가된 모든 SkipLoading 태그를 지웁니다. -/Run 지정한 솔루션을 컴파일하고 실행합니다. -/RunExit 지정한 솔루션을 컴파일하고 실행한 다음, IDE를 닫습니다. -/SafeMode 최소 창을 로드하는 안전 모드에서 IDE를 시작합니다. -/Upgrade 프로젝트 또는 솔루션과 그 안에 포함된 모든 프로젝트를 업그레이드합니다. - 이러한 파일의 백업은 적절히 만들어집니다. - 백업 프로세스에 대한 자세한 내용은 'Visual Studio 변환 마법사' - 도움말을 참조하세요. - -제품별 스위치: - -/debugexe 지정한 실행 파일을 디버깅하도록 엽니다. 명령줄의 나머지 - 가 이 실행 파일에 인수로 전달됩니다. -/diff 두 파일을 비교합니다. 4개의 매개 변수 사용: - SourceFile, TargetFile, SourceDisplayName(선택 사항), - TargetDisplayName(선택 사항) -/TfsLink 팀 탐색기를 열고 입력한 아티팩트 URI에 대해 - 뷰어를 시작합니다(등록된 경우). - -명령줄에서 디버거를 연결하려면 다음 명령을 사용하세요. - VsJITDebugger.exe -p - -오후 8:47에 빌드를 시작함... -========== 빌드: 0 성공 또는 최신 버전, 0 실패, 0 건너뛰기 ========== -========== 빌드이(가) 오후 8:47에 완료되었으며, 00.059 초이(가) 걸림 ========== - diff --git a/Setup2/Release/Setup2.msi b/Setup2/Release/Setup2.msi new file mode 100644 index 0000000..f3fb72c Binary files /dev/null and b/Setup2/Release/Setup2.msi differ diff --git a/Setup2/Release/setup.exe b/Setup2/Release/setup.exe new file mode 100644 index 0000000..cc9fb79 Binary files /dev/null and b/Setup2/Release/setup.exe differ diff --git a/Setup2/Setup2.vdproj b/Setup2/Setup2.vdproj new file mode 100644 index 0000000..0e7919a --- /dev/null +++ b/Setup2/Setup2.vdproj @@ -0,0 +1,723 @@ +"DeployProject" +{ +"VSVersion" = "3:800" +"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" +"IsWebType" = "8:FALSE" +"ProjectName" = "8:Setup2" +"LanguageId" = "3:1042" +"CodePage" = "3:949" +"UILanguageId" = "3:1042" +"SccProjectName" = "8:" +"SccLocalPath" = "8:" +"SccAuxPath" = "8:" +"SccProvider" = "8:" + "Hierarchy" + { + "Entry" + { + "MsmKey" = "8:_02533EBA1FAC4DEB9B107EA61601BC14" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D1BD1D2B7BD645FEAEE6F42B6F9A36DB" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + } + "Configurations" + { + "Debug" + { + "DisplayName" = "8:Debug" + "IsDebugOnly" = "11:TRUE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:Debug\\Setup2.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + } + "Release" + { + "DisplayName" = "8:Release" + "IsDebugOnly" = "11:FALSE" + "IsReleaseOnly" = "11:TRUE" + "OutputFilename" = "8:Release\\Setup2.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + } + } + "Deployable" + { + "CustomAction" + { + } + "DefaultFeature" + { + "Name" = "8:DefaultFeature" + "Title" = "8:" + "Description" = "8:" + } + "ExternalPersistence" + { + "LaunchCondition" + { + } + } + "File" + { + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D1BD1D2B7BD645FEAEE6F42B6F9A36DB" + { + "SourcePath" = "8:..\\Resources\\Housing_voltage_current_icon_msi_noborder.ico" + "TargetName" = "8:Housing_voltage_current_icon_msi_noborder.ico" + "Tag" = "8:" + "Folder" = "8:_F82D7765A32648BAB39C4326E85541B0" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + } + "FileType" + { + } + "Folder" + { + "{1525181F-901A-416C-8A58-119130FE478E}:_6EAA3B0EDA49429A95C308384DD1F375" + { + "Name" = "8:#1919" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:ProgramMenuFolder" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_AEB95872DEDB4E87900A8932BA2CE852" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { + } + } + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_F82D7765A32648BAB39C4326E85541B0" + { + "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]" + "Name" = "8:#1925" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:TARGETDIR" + "Folders" + { + } + } + } + "LaunchCondition" + { + } + "Locator" + { + } + "MsiBootstrapper" + { + "LangId" = "3:1042" + "RequiresElevation" = "11:FALSE" + } + "Product" + { + "Name" = "8:Microsoft Visual Studio" + "ProductName" = "8:Setup2" + "ProductCode" = "8:{15C4FC7E-976D-4684-80EA-8E2140B9A859}" + "PackageCode" = "8:{5299D5E8-DDAD-4326-B37F-53B18D5A8F07}" + "UpgradeCode" = "8:{147A3BAE-A279-4BA7-BE9F-83CC41CAA202}" + "AspNetVersion" = "8:" + "RestartWWWService" = "11:FALSE" + "RemovePreviousVersions" = "11:FALSE" + "DetectNewerInstalledVersion" = "11:TRUE" + "InstallAllUsers" = "11:FALSE" + "ProductVersion" = "8:1.0.0" + "Manufacturer" = "8:temp" + "ARPHELPTELEPHONE" = "8:" + "ARPHELPLINK" = "8:" + "Title" = "8:Setup2" + "Subject" = "8:" + "ARPCONTACT" = "8:temp" + "Keywords" = "8:" + "ARPCOMMENTS" = "8:" + "ARPURLINFOABOUT" = "8:" + "ARPPRODUCTICON" = "8:" + "ARPIconIndex" = "3:0" + "SearchPath" = "8:" + "UseSystemSearchPath" = "11:TRUE" + "TargetPlatform" = "3:0" + "PreBuildEvent" = "8:" + "PostBuildEvent" = "8:" + "RunPostBuildEvent" = "3:0" + } + "Registry" + { + "HKLM" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_650F554768E54370AD8CAD83DA943E23" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_F45EC95F67EE4456B770CCC67971D294" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCU" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_F219A7BE6D6D465CAED0DDA58901D72A" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_98E9B206313243DDB32D4B046B00658A" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCR" + { + "Keys" + { + } + } + "HKU" + { + "Keys" + { + } + } + "HKPU" + { + "Keys" + { + } + } + } + "Sequences" + { + } + "Shortcut" + { + "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_CB68EC0F73A042A385D52F688E6162D7" + { + "Name" = "8:Housing" + "Arguments" = "8:" + "Description" = "8:" + "ShowCmd" = "3:1" + "IconIndex" = "3:0" + "Transitive" = "11:FALSE" + "Target" = "8:_02533EBA1FAC4DEB9B107EA61601BC14" + "Folder" = "8:_AEB95872DEDB4E87900A8932BA2CE852" + "WorkingFolder" = "8:_F82D7765A32648BAB39C4326E85541B0" + "Icon" = "8:_D1BD1D2B7BD645FEAEE6F42B6F9A36DB" + "Feature" = "8:" + } + } + "UserInterface" + { + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_0B308C5E38B142E587684AEB482014EC" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_14A4EC7EA7D342C3BC6831E78BD4E435" + { + "Name" = "8:#1900" + "Sequence" = "3:1" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_34E38E05FECA465998D5B6F665639996" + { + "Sequence" = "3:200" + "DisplayName" = "8:설치 폴더" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "InstallAllUsersVisible" + { + "Name" = "8:InstallAllUsersVisible" + "DisplayName" = "8:#1059" + "Description" = "8:#1159" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_4342B581903E4629AAD13C053607B2E1" + { + "Sequence" = "3:300" + "DisplayName" = "8:설치 확인" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_F7AB385A6F0C43BB8A2AFEBFED5B4A2D" + { + "Sequence" = "3:100" + "DisplayName" = "8:환영" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_2E60A233285B4446BA6CE06913DA816E" + { + "Name" = "8:#1901" + "Sequence" = "3:1" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2CC95F9D59B144F9A708F7B909DE7767" + { + "Sequence" = "3:100" + "DisplayName" = "8:진행률" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_67523E01A08C451CB71F5637D9BE5A80" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_DD92AE63ACC9474C985852554FADD227" + { + "Sequence" = "3:100" + "DisplayName" = "8:진행률" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_70480CFE59AE447EAEAAE11CEACD8C4C" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_87A39E2855FD405BA7F8B2FA0A93326F" + { + "Sequence" = "3:300" + "DisplayName" = "8:설치 확인" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_A7AA70FC792A4D3BA6B72ABACEF5456E" + { + "Sequence" = "3:200" + "DisplayName" = "8:설치 폴더" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D842F368CCB04DAD9C7714A50279AC8D" + { + "Sequence" = "3:100" + "DisplayName" = "8:환영" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_B264422F16F64C4FA6522010FA79020E" + { + "Name" = "8:#1902" + "Sequence" = "3:2" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D94354F2E87E40138E5EFD6E59235372" + { + "Sequence" = "3:100" + "DisplayName" = "8:마침" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_BACE15851713489DBEE682AFD3118C00" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdUserInterface.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_E52EC45DF84545E9AD1463E1C3105822" + { + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_33721C89DAEE4AA3B67B01E45BD0DD0C" + { + "Sequence" = "3:100" + "DisplayName" = "8:마침" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "UpdateText" + { + "Name" = "8:UpdateText" + "DisplayName" = "8:#1058" + "Description" = "8:#1158" + "Type" = "3:15" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1258" + "DefaultValue" = "8:#1258" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + } + "MergeModule" + { + } + "ProjectOutput" + { + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_02533EBA1FAC4DEB9B107EA61601BC14" + { + "SourcePath" = "8:..\\obj\\Release\\net9.0-windows\\apphost.exe" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_F82D7765A32648BAB39C4326E85541B0" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:PublishItemsOutputGroup" + "OutputProjectGuid" = "8:{7364A567-F115-4ACE-9207-C6FDEEF0A394}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + } + } +} diff --git a/UpgradeLog.htm b/UpgradeLog.htm deleted file mode 100644 index 774c0b2..0000000 --- a/UpgradeLog.htm +++ /dev/null @@ -1,274 +0,0 @@ - - - - 마이그레이션 보고서 -

- 마이그레이션 보고서 -

\ No newline at end of file diff --git a/UpgradeLog2.htm b/UpgradeLog2.htm deleted file mode 100644 index 774c0b2..0000000 --- a/UpgradeLog2.htm +++ /dev/null @@ -1,274 +0,0 @@ - - - - 마이그레이션 보고서 -

- 마이그레이션 보고서 -

\ No newline at end of file diff --git a/UpgradeLog3.htm b/UpgradeLog3.htm deleted file mode 100644 index 774c0b2..0000000 --- a/UpgradeLog3.htm +++ /dev/null @@ -1,274 +0,0 @@ - - - - 마이그레이션 보고서 -

- 마이그레이션 보고서 -

\ No newline at end of file diff --git a/init.sql b/init.sql index 91eb954..2990866 100644 --- a/init.sql +++ b/init.sql @@ -74,25 +74,37 @@ BEGIN END; GO -IF NOT EXISTS +DECLARE @DefaultOperatorProcesses TABLE ( - SELECT 1 - FROM dbo.Operator_Process - WHERE [Operator] = N'su' - AND [ProcessName] = N'Housing' + [ProcessName] NVARCHAR(30) NOT NULL PRIMARY KEY +); + +INSERT INTO @DefaultOperatorProcesses +( + [ProcessName] ) -BEGIN - INSERT INTO dbo.Operator_Process - ( - [Operator], - [ProcessName] - ) - VALUES - ( - N'su', - N'Housing' - ); -END; +VALUES + (N'Housing'), + (N'Calibration'), + (N'EOL'), + (N'Marking'); + +INSERT INTO dbo.Operator_Process +( + [Operator], + [ProcessName] +) +SELECT + N'su', + defaultProcess.[ProcessName] +FROM @DefaultOperatorProcesses AS defaultProcess +WHERE NOT EXISTS +( + SELECT 1 + FROM dbo.Operator_Process AS operatorProcess + WHERE operatorProcess.[Operator] = N'su' + AND operatorProcess.[ProcessName] = defaultProcess.[ProcessName] +); GO CREATE OR ALTER PROCEDURE dbo.CheckOperator diff --git a/installer/HousingSetup.sed b/installer/HousingSetup.sed deleted file mode 100644 index 7190cea..0000000 --- a/installer/HousingSetup.sed +++ /dev/null @@ -1,575 +0,0 @@ -[Version] -Class=IEXPRESS -SEDVersion=3 -[Options] -PackagePurpose=InstallApp -ShowInstallProgramWindow=0 -HideExtractAnimation=1 -UseLongFileName=1 -InsideCompressed=0 -CAB_FixedSize=0 -CAB_ResvCodeSigning=0 -RebootMode=N -InstallPrompt=%InstallPrompt% -DisplayLicense=%DisplayLicense% -FinishMessage=%FinishMessage% -TargetName=%TargetName% -FriendlyName=%FriendlyName% -AppLaunched=%AppLaunched% -PostInstallCmd=%PostInstallCmd% -AdminQuietInstCmd=%AdminQuietInstCmd% -UserQuietInstCmd=%UserQuietInstCmd% -SourceFiles=SourceFiles -[Strings] -InstallPrompt= -DisplayLicense= -FinishMessage=AMO Housing setup completed. -TargetName=C:\Users\guseo\Desktop\AMO_Housing\installer\output\HousingSetup.exe -FriendlyName=AMO Housing Setup -AppLaunched=install.cmd -PostInstallCmd= -AdminQuietInstCmd=install.cmd -UserQuietInstCmd=install.cmd -FILE0="Accessibility.dll" -FILE1="Azure.Core.dll" -FILE2="Azure.Identity.dll" -FILE3="clretwrc.dll" -FILE4="clrgc.dll" -FILE5="clrgcexp.dll" -FILE6="clrjit.dll" -FILE7="coreclr.dll" -FILE8="createdump.exe" -FILE9="D3DCompiler_47_cor3.dll" -FILE10="Database.ini" -FILE11="DirectWriteForwarder.dll" -FILE12="Hardware.ini" -FILE13="hostfxr.dll" -FILE14="hostpolicy.dll" -FILE15="Housing.deps.json" -FILE16="Housing.dll" -FILE17="Housing.exe" -FILE18="Housing.pdb" -FILE19="Housing.runtimeconfig.json" -FILE20="Housing_voltage_current_icon.ico" -FILE21="init.sql" -FILE22="InspectionSettings.ini" -FILE23="install.cmd" -FILE24="install.ps1" -FILE25="Microsoft.Bcl.AsyncInterfaces.dll" -FILE26="Microsoft.Bcl.Cryptography.dll" -FILE27="Microsoft.CSharp.dll" -FILE28="Microsoft.Data.SqlClient.dll" -FILE29="Microsoft.Data.SqlClient.SNI.dll" -FILE30="Microsoft.DiaSymReader.Native.amd64.dll" -FILE31="Microsoft.Extensions.Caching.Abstractions.dll" -FILE32="Microsoft.Extensions.Caching.Memory.dll" -FILE33="Microsoft.Extensions.DependencyInjection.Abstractions.dll" -FILE34="Microsoft.Extensions.Logging.Abstractions.dll" -FILE35="Microsoft.Extensions.Options.dll" -FILE36="Microsoft.Extensions.Primitives.dll" -FILE37="Microsoft.Identity.Client.dll" -FILE38="Microsoft.Identity.Client.Extensions.Msal.dll" -FILE39="Microsoft.IdentityModel.Abstractions.dll" -FILE40="Microsoft.IdentityModel.JsonWebTokens.dll" -FILE41="Microsoft.IdentityModel.Logging.dll" -FILE42="Microsoft.IdentityModel.Protocols.dll" -FILE43="Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" -FILE44="Microsoft.IdentityModel.Tokens.dll" -FILE45="Microsoft.SqlServer.Server.dll" -FILE46="Microsoft.VisualBasic.Core.dll" -FILE47="Microsoft.VisualBasic.dll" -FILE48="Microsoft.Win32.Primitives.dll" -FILE49="Microsoft.Win32.Registry.AccessControl.dll" -FILE50="Microsoft.Win32.Registry.dll" -FILE51="Microsoft.Win32.SystemEvents.dll" -FILE52="mscordaccore.dll" -FILE53="mscordaccore_amd64_amd64_9.0.1726.26416.dll" -FILE54="mscordbi.dll" -FILE55="mscorlib.dll" -FILE56="mscorrc.dll" -FILE57="msquic.dll" -FILE58="netstandard.dll" -FILE59="PenImc_cor3.dll" -FILE60="PresentationCore.dll" -FILE61="PresentationFramework.Aero.dll" -FILE62="PresentationFramework.Aero2.dll" -FILE63="PresentationFramework.AeroLite.dll" -FILE64="PresentationFramework.Classic.dll" -FILE65="PresentationFramework.dll" -FILE66="PresentationFramework.Fluent.dll" -FILE67="PresentationFramework.Luna.dll" -FILE68="PresentationFramework.Royale.dll" -FILE69="PresentationFramework-SystemCore.dll" -FILE70="PresentationFramework-SystemData.dll" -FILE71="PresentationFramework-SystemDrawing.dll" -FILE72="PresentationFramework-SystemXml.dll" -FILE73="PresentationFramework-SystemXmlLinq.dll" -FILE74="PresentationNative_cor3.dll" -FILE75="PresentationUI.dll" -FILE76="ReachFramework.dll" -FILE77="System.AppContext.dll" -FILE78="System.Buffers.dll" -FILE79="System.ClientModel.dll" -FILE80="System.CodeDom.dll" -FILE81="System.Collections.Concurrent.dll" -FILE82="System.Collections.dll" -FILE83="System.Collections.Immutable.dll" -FILE84="System.Collections.NonGeneric.dll" -FILE85="System.Collections.Specialized.dll" -FILE86="System.ComponentModel.Annotations.dll" -FILE87="System.ComponentModel.DataAnnotations.dll" -FILE88="System.ComponentModel.dll" -FILE89="System.ComponentModel.EventBasedAsync.dll" -FILE90="System.ComponentModel.Primitives.dll" -FILE91="System.ComponentModel.TypeConverter.dll" -FILE92="System.Configuration.ConfigurationManager.dll" -FILE93="System.Configuration.dll" -FILE94="System.Console.dll" -FILE95="System.Core.dll" -FILE96="System.Data.Common.dll" -FILE97="System.Data.DataSetExtensions.dll" -FILE98="System.Data.dll" -FILE99="System.Diagnostics.Contracts.dll" -FILE100="System.Diagnostics.Debug.dll" -FILE101="System.Diagnostics.DiagnosticSource.dll" -FILE102="System.Diagnostics.EventLog.dll" -FILE103="System.Diagnostics.EventLog.Messages.dll" -FILE104="System.Diagnostics.FileVersionInfo.dll" -FILE105="System.Diagnostics.PerformanceCounter.dll" -FILE106="System.Diagnostics.Process.dll" -FILE107="System.Diagnostics.StackTrace.dll" -FILE108="System.Diagnostics.TextWriterTraceListener.dll" -FILE109="System.Diagnostics.Tools.dll" -FILE110="System.Diagnostics.TraceSource.dll" -FILE111="System.Diagnostics.Tracing.dll" -FILE112="System.DirectoryServices.dll" -FILE113="System.dll" -FILE114="System.Drawing.dll" -FILE115="System.Drawing.Primitives.dll" -FILE116="System.Dynamic.Runtime.dll" -FILE117="System.Formats.Asn1.dll" -FILE118="System.Formats.Nrbf.dll" -FILE119="System.Formats.Tar.dll" -FILE120="System.Globalization.Calendars.dll" -FILE121="System.Globalization.dll" -FILE122="System.Globalization.Extensions.dll" -FILE123="System.IdentityModel.Tokens.Jwt.dll" -FILE124="System.IO.Compression.Brotli.dll" -FILE125="System.IO.Compression.dll" -FILE126="System.IO.Compression.FileSystem.dll" -FILE127="System.IO.Compression.Native.dll" -FILE128="System.IO.Compression.ZipFile.dll" -FILE129="System.IO.dll" -FILE130="System.IO.FileSystem.AccessControl.dll" -FILE131="System.IO.FileSystem.dll" -FILE132="System.IO.FileSystem.DriveInfo.dll" -FILE133="System.IO.FileSystem.Primitives.dll" -FILE134="System.IO.FileSystem.Watcher.dll" -FILE135="System.IO.IsolatedStorage.dll" -FILE136="System.IO.MemoryMappedFiles.dll" -FILE137="System.IO.Packaging.dll" -FILE138="System.IO.Pipelines.dll" -FILE139="System.IO.Pipes.AccessControl.dll" -FILE140="System.IO.Pipes.dll" -FILE141="System.IO.Ports.dll" -FILE142="System.IO.UnmanagedMemoryStream.dll" -FILE143="System.Linq.dll" -FILE144="System.Linq.Expressions.dll" -FILE145="System.Linq.Parallel.dll" -FILE146="System.Linq.Queryable.dll" -FILE147="System.Memory.Data.dll" -FILE148="System.Memory.dll" -FILE149="System.Net.dll" -FILE150="System.Net.Http.dll" -FILE151="System.Net.Http.Json.dll" -FILE152="System.Net.HttpListener.dll" -FILE153="System.Net.Mail.dll" -FILE154="System.Net.NameResolution.dll" -FILE155="System.Net.NetworkInformation.dll" -FILE156="System.Net.Ping.dll" -FILE157="System.Net.Primitives.dll" -FILE158="System.Net.Quic.dll" -FILE159="System.Net.Requests.dll" -FILE160="System.Net.Security.dll" -FILE161="System.Net.ServicePoint.dll" -FILE162="System.Net.Sockets.dll" -FILE163="System.Net.WebClient.dll" -FILE164="System.Net.WebHeaderCollection.dll" -FILE165="System.Net.WebProxy.dll" -FILE166="System.Net.WebSockets.Client.dll" -FILE167="System.Net.WebSockets.dll" -FILE168="System.Numerics.dll" -FILE169="System.Numerics.Vectors.dll" -FILE170="System.ObjectModel.dll" -FILE171="System.Printing.dll" -FILE172="System.Private.CoreLib.dll" -FILE173="System.Private.DataContractSerialization.dll" -FILE174="System.Private.Uri.dll" -FILE175="System.Private.Xml.dll" -FILE176="System.Private.Xml.Linq.dll" -FILE177="System.Reflection.DispatchProxy.dll" -FILE178="System.Reflection.dll" -FILE179="System.Reflection.Emit.dll" -FILE180="System.Reflection.Emit.ILGeneration.dll" -FILE181="System.Reflection.Emit.Lightweight.dll" -FILE182="System.Reflection.Extensions.dll" -FILE183="System.Reflection.Metadata.dll" -FILE184="System.Reflection.Primitives.dll" -FILE185="System.Reflection.TypeExtensions.dll" -FILE186="System.Resources.Extensions.dll" -FILE187="System.Resources.Reader.dll" -FILE188="System.Resources.ResourceManager.dll" -FILE189="System.Resources.Writer.dll" -FILE190="System.Runtime.CompilerServices.Unsafe.dll" -FILE191="System.Runtime.CompilerServices.VisualC.dll" -FILE192="System.Runtime.dll" -FILE193="System.Runtime.Extensions.dll" -FILE194="System.Runtime.Handles.dll" -FILE195="System.Runtime.InteropServices.dll" -FILE196="System.Runtime.InteropServices.JavaScript.dll" -FILE197="System.Runtime.InteropServices.RuntimeInformation.dll" -FILE198="System.Runtime.Intrinsics.dll" -FILE199="System.Runtime.Loader.dll" -FILE200="System.Runtime.Numerics.dll" -FILE201="System.Runtime.Serialization.dll" -FILE202="System.Runtime.Serialization.Formatters.dll" -FILE203="System.Runtime.Serialization.Json.dll" -FILE204="System.Runtime.Serialization.Primitives.dll" -FILE205="System.Runtime.Serialization.Xml.dll" -FILE206="System.Security.AccessControl.dll" -FILE207="System.Security.Claims.dll" -FILE208="System.Security.Cryptography.Algorithms.dll" -FILE209="System.Security.Cryptography.Cng.dll" -FILE210="System.Security.Cryptography.Csp.dll" -FILE211="System.Security.Cryptography.dll" -FILE212="System.Security.Cryptography.Encoding.dll" -FILE213="System.Security.Cryptography.OpenSsl.dll" -FILE214="System.Security.Cryptography.Pkcs.dll" -FILE215="System.Security.Cryptography.Primitives.dll" -FILE216="System.Security.Cryptography.ProtectedData.dll" -FILE217="System.Security.Cryptography.X509Certificates.dll" -FILE218="System.Security.Cryptography.Xml.dll" -FILE219="System.Security.dll" -FILE220="System.Security.Permissions.dll" -FILE221="System.Security.Principal.dll" -FILE222="System.Security.Principal.Windows.dll" -FILE223="System.Security.SecureString.dll" -FILE224="System.ServiceModel.Web.dll" -FILE225="System.ServiceProcess.dll" -FILE226="System.Text.Encoding.CodePages.dll" -FILE227="System.Text.Encoding.dll" -FILE228="System.Text.Encoding.Extensions.dll" -FILE229="System.Text.Encodings.Web.dll" -FILE230="System.Text.Json.dll" -FILE231="System.Text.RegularExpressions.dll" -FILE232="System.Threading.AccessControl.dll" -FILE233="System.Threading.Channels.dll" -FILE234="System.Threading.dll" -FILE235="System.Threading.Overlapped.dll" -FILE236="System.Threading.Tasks.Dataflow.dll" -FILE237="System.Threading.Tasks.dll" -FILE238="System.Threading.Tasks.Extensions.dll" -FILE239="System.Threading.Tasks.Parallel.dll" -FILE240="System.Threading.Thread.dll" -FILE241="System.Threading.ThreadPool.dll" -FILE242="System.Threading.Timer.dll" -FILE243="System.Transactions.dll" -FILE244="System.Transactions.Local.dll" -FILE245="System.ValueTuple.dll" -FILE246="System.Web.dll" -FILE247="System.Web.HttpUtility.dll" -FILE248="System.Windows.Controls.Ribbon.dll" -FILE249="System.Windows.dll" -FILE250="System.Windows.Extensions.dll" -FILE251="System.Windows.Input.Manipulations.dll" -FILE252="System.Windows.Presentation.dll" -FILE253="System.Xaml.dll" -FILE254="System.Xml.dll" -FILE255="System.Xml.Linq.dll" -FILE256="System.Xml.ReaderWriter.dll" -FILE257="System.Xml.Serialization.dll" -FILE258="System.Xml.XDocument.dll" -FILE259="System.Xml.XmlDocument.dll" -FILE260="System.Xml.XmlSerializer.dll" -FILE261="System.Xml.XPath.dll" -FILE262="System.Xml.XPath.XDocument.dll" -FILE263="UIAutomationClient.dll" -FILE264="UIAutomationClientSideProviders.dll" -FILE265="UIAutomationProvider.dll" -FILE266="UIAutomationTypes.dll" -FILE267="vcruntime140_cor3.dll" -FILE268="WindowsBase.dll" -FILE269="wpfgfx_cor3.dll" -[SourceFiles] -SourceFiles0=C:\Users\guseo\Desktop\AMO_Housing\installer\staging\ -[SourceFiles0] -%FILE0%= -%FILE1%= -%FILE2%= -%FILE3%= -%FILE4%= -%FILE5%= -%FILE6%= -%FILE7%= -%FILE8%= -%FILE9%= -%FILE10%= -%FILE11%= -%FILE12%= -%FILE13%= -%FILE14%= -%FILE15%= -%FILE16%= -%FILE17%= -%FILE18%= -%FILE19%= -%FILE20%= -%FILE21%= -%FILE22%= -%FILE23%= -%FILE24%= -%FILE25%= -%FILE26%= -%FILE27%= -%FILE28%= -%FILE29%= -%FILE30%= -%FILE31%= -%FILE32%= -%FILE33%= -%FILE34%= -%FILE35%= -%FILE36%= -%FILE37%= -%FILE38%= -%FILE39%= -%FILE40%= -%FILE41%= -%FILE42%= -%FILE43%= -%FILE44%= -%FILE45%= -%FILE46%= -%FILE47%= -%FILE48%= -%FILE49%= -%FILE50%= -%FILE51%= -%FILE52%= -%FILE53%= -%FILE54%= -%FILE55%= -%FILE56%= -%FILE57%= -%FILE58%= -%FILE59%= -%FILE60%= -%FILE61%= -%FILE62%= -%FILE63%= -%FILE64%= -%FILE65%= -%FILE66%= -%FILE67%= -%FILE68%= -%FILE69%= -%FILE70%= -%FILE71%= -%FILE72%= -%FILE73%= -%FILE74%= -%FILE75%= -%FILE76%= -%FILE77%= -%FILE78%= -%FILE79%= -%FILE80%= -%FILE81%= -%FILE82%= -%FILE83%= -%FILE84%= -%FILE85%= -%FILE86%= -%FILE87%= -%FILE88%= -%FILE89%= -%FILE90%= -%FILE91%= -%FILE92%= -%FILE93%= -%FILE94%= -%FILE95%= -%FILE96%= -%FILE97%= -%FILE98%= -%FILE99%= -%FILE100%= -%FILE101%= -%FILE102%= -%FILE103%= -%FILE104%= -%FILE105%= -%FILE106%= -%FILE107%= -%FILE108%= -%FILE109%= -%FILE110%= -%FILE111%= -%FILE112%= -%FILE113%= -%FILE114%= -%FILE115%= -%FILE116%= -%FILE117%= -%FILE118%= -%FILE119%= -%FILE120%= -%FILE121%= -%FILE122%= -%FILE123%= -%FILE124%= -%FILE125%= -%FILE126%= -%FILE127%= -%FILE128%= -%FILE129%= -%FILE130%= -%FILE131%= -%FILE132%= -%FILE133%= -%FILE134%= -%FILE135%= -%FILE136%= -%FILE137%= -%FILE138%= -%FILE139%= -%FILE140%= -%FILE141%= -%FILE142%= -%FILE143%= -%FILE144%= -%FILE145%= -%FILE146%= -%FILE147%= -%FILE148%= -%FILE149%= -%FILE150%= -%FILE151%= -%FILE152%= -%FILE153%= -%FILE154%= -%FILE155%= -%FILE156%= -%FILE157%= -%FILE158%= -%FILE159%= -%FILE160%= -%FILE161%= -%FILE162%= -%FILE163%= -%FILE164%= -%FILE165%= -%FILE166%= -%FILE167%= -%FILE168%= -%FILE169%= -%FILE170%= -%FILE171%= -%FILE172%= -%FILE173%= -%FILE174%= -%FILE175%= -%FILE176%= -%FILE177%= -%FILE178%= -%FILE179%= -%FILE180%= -%FILE181%= -%FILE182%= -%FILE183%= -%FILE184%= -%FILE185%= -%FILE186%= -%FILE187%= -%FILE188%= -%FILE189%= -%FILE190%= -%FILE191%= -%FILE192%= -%FILE193%= -%FILE194%= -%FILE195%= -%FILE196%= -%FILE197%= -%FILE198%= -%FILE199%= -%FILE200%= -%FILE201%= -%FILE202%= -%FILE203%= -%FILE204%= -%FILE205%= -%FILE206%= -%FILE207%= -%FILE208%= -%FILE209%= -%FILE210%= -%FILE211%= -%FILE212%= -%FILE213%= -%FILE214%= -%FILE215%= -%FILE216%= -%FILE217%= -%FILE218%= -%FILE219%= -%FILE220%= -%FILE221%= -%FILE222%= -%FILE223%= -%FILE224%= -%FILE225%= -%FILE226%= -%FILE227%= -%FILE228%= -%FILE229%= -%FILE230%= -%FILE231%= -%FILE232%= -%FILE233%= -%FILE234%= -%FILE235%= -%FILE236%= -%FILE237%= -%FILE238%= -%FILE239%= -%FILE240%= -%FILE241%= -%FILE242%= -%FILE243%= -%FILE244%= -%FILE245%= -%FILE246%= -%FILE247%= -%FILE248%= -%FILE249%= -%FILE250%= -%FILE251%= -%FILE252%= -%FILE253%= -%FILE254%= -%FILE255%= -%FILE256%= -%FILE257%= -%FILE258%= -%FILE259%= -%FILE260%= -%FILE261%= -%FILE262%= -%FILE263%= -%FILE264%= -%FILE265%= -%FILE266%= -%FILE267%= -%FILE268%= -%FILE269%= diff --git a/installer/output/HousingSetup.exe b/installer/output/HousingSetup.exe deleted file mode 100644 index 1d36cdf..0000000 Binary files a/installer/output/HousingSetup.exe and /dev/null differ diff --git a/installer/staging/Accessibility.dll b/installer/staging/Accessibility.dll deleted file mode 100644 index 490edee..0000000 Binary files a/installer/staging/Accessibility.dll and /dev/null differ diff --git a/installer/staging/Azure.Core.dll b/installer/staging/Azure.Core.dll deleted file mode 100644 index 8883ec9..0000000 Binary files a/installer/staging/Azure.Core.dll and /dev/null differ diff --git a/installer/staging/Azure.Identity.dll b/installer/staging/Azure.Identity.dll deleted file mode 100644 index ea19200..0000000 Binary files a/installer/staging/Azure.Identity.dll and /dev/null differ diff --git a/installer/staging/D3DCompiler_47_cor3.dll b/installer/staging/D3DCompiler_47_cor3.dll deleted file mode 100644 index 948cc90..0000000 Binary files a/installer/staging/D3DCompiler_47_cor3.dll and /dev/null differ diff --git a/installer/staging/Database.ini b/installer/staging/Database.ini deleted file mode 100644 index 8f32133..0000000 --- a/installer/staging/Database.ini +++ /dev/null @@ -1,13 +0,0 @@ -[Database] -IP=127.0.0.1 -Database=Housing -DbId=sa -DbPw=your_password -Encrypt=True -TrustServerCertificate=True -Timeout=5 - -[Login] -Procedure=dbo.CheckOperator -ProcessName=Housing -OfflinePreview=true diff --git a/installer/staging/DirectWriteForwarder.dll b/installer/staging/DirectWriteForwarder.dll deleted file mode 100644 index 4a0fb1a..0000000 Binary files a/installer/staging/DirectWriteForwarder.dll and /dev/null differ diff --git a/installer/staging/Hardware.ini b/installer/staging/Hardware.ini deleted file mode 100644 index cafa5ef..0000000 --- a/installer/staging/Hardware.ini +++ /dev/null @@ -1,78 +0,0 @@ -[Board] -PortName=COM5 -BaudRate=115200 -ReadTimeout=5000 -PreConnectCommand=x00o -ConnectCommand=x00c_001101:owt28006727ea97c7801 -ReadIdCommand=x00c_001101:ow2800326003e -PostReadIdCommand=x00o -CalDefaultCommand=x00c_001001:owt28006727ea97c7801 -EndToken= -DtrEnable=false -RtsEnable=false - -[BarcodeScanner] -Enabled=true -PortName=Auto -BaudRate=9600 -ReadTimeout=500 -IdleCommitMilliseconds=250 -DtrEnable=true -RtsEnable=true - -[StartSignal] -; USB-6501 -Enabled=true -Connection=Ni6501 -PhysicalChannel=Dev1/port0/line0 -ActiveState=High -PollIntervalMilliseconds=50 -TimeoutMilliseconds=30000 -PostSignalDelayMilliseconds=2000 -RequireInactiveBeforeStart=true - -[Equipment] -; V 출력: Keysight 34465A DMM 값 -; A 출력: Keysight E36233A Power Supply CH1 Current 값 -; USB 장비는 Keysight Connection Expert 또는 NI MAX에서 보이는 VISA 주소를 Resource -Timeout=5000 -SettleMilliseconds=300 -PreBoardCommand=VOLT 5, (@2);OUTP ON, (@2) -PreBoardDelayMilliseconds=2000 -LogoutCommand=OUTP OFF, (@1);OUTP OFF, (@2) - -; 34465A DMM -VoltageConnection=LAN -VoltageResource= -VoltageIdnMatch=34465A -VoltageHost=192.168.200.3 -VoltagePort=5025 -VoltageSetupCommand= -VoltageReadCommand=MEAS:VOLT:DC? - -; E36233A Power Supply -CurrentConnection=LAN -CurrentResource= -CurrentIdnMatch=E36233A -; Change this to the E36233A LAN IP if the instrument uses a different address. -CurrentHost=192.168.200.111 -CurrentPort=5025 -CurrentPortName= -CurrentBaudRate=9600 -CurrentTerminator=LF -CurrentSetupCommand=OUTP ON, (@1) -CurrentCleanupCommand=OUTP OFF, (@1) -CurrentReadCommand=MEAS:CURR? (@1) - -; COM 포트로 잡히는 장비 예시: -; VoltageConnection=Serial -; VoltagePortName=Auto -; VoltageBaudRate=115200 - -; LAN 장비 예시: -; VoltageConnection=Tcp -; VoltageHost=192.168.0.10 -; VoltagePort=5025 - -; E36233A 파워서플라이에서 CH1 전압까지 읽고 싶을 때 예시: -; VoltageReadCommand=MEAS:VOLT? CH1 diff --git a/installer/staging/Housing.deps.json b/installer/staging/Housing.deps.json deleted file mode 100644 index 5a7b0ab..0000000 --- a/installer/staging/Housing.deps.json +++ /dev/null @@ -1,1453 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0/win-x64", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": {}, - ".NETCoreApp,Version=v9.0/win-x64": { - "Housing/1.0.0": { - "dependencies": { - "Microsoft.Data.SqlClient": "6.1.3", - "System.IO.Ports": "9.0.10", - "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "9.0.17", - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "9.0.17" - }, - "runtime": { - "Housing.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/9.0.17": { - "runtime": { - "Microsoft.CSharp.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.1726.26416" - }, - "Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.AppContext.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Buffers.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Collections.Specialized.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Collections.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ComponentModel.DataAnnotations.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Configuration.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Console.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Data.Common.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Data.DataSetExtensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Data.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Drawing.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Drawing.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Dynamic.Runtime.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Formats.Asn1.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Formats.Tar.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Globalization.Calendars.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Globalization.Extensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Globalization.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.Compression.FileSystem.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.Pipelines.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Linq.Parallel.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Linq.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Memory.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Http.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Http.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.HttpListener.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Mail.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.NetworkInformation.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Ping.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Quic.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Requests.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Security.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.ServicePoint.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.WebClient.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.WebProxy.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.WebSockets.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Numerics.Vectors.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Numerics.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Private.Xml.Linq.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Private.Xml.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.Emit.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.Extensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Reflection.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Resources.Reader.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Resources.ResourceManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Resources.Writer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Handles.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.InteropServices.JavaScript.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Loader.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Numerics.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "8.1.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Runtime.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.AccessControl.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Claims.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Principal.Windows.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Principal.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.SecureString.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ServiceModel.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ServiceProcess.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Text.Encoding.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Text.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Text.RegularExpressions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.Channels.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.Overlapped.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.Timer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Transactions.Local.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Transactions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.ValueTuple.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Web.HttpUtility.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Windows.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.Linq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.XDocument.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.XPath.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.XmlDocument.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Xml.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "mscorlib.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "9.0.1726.26416" - } - }, - "native": { - "Microsoft.DiaSymReader.Native.amd64.dll": { - "fileVersion": "14.42.34436.0" - }, - "System.IO.Compression.Native.dll": { - "fileVersion": "9.0.1726.26416" - }, - "clretwrc.dll": { - "fileVersion": "9.0.1726.26416" - }, - "clrgc.dll": { - "fileVersion": "9.0.1726.26416" - }, - "clrgcexp.dll": { - "fileVersion": "9.0.1726.26416" - }, - "clrjit.dll": { - "fileVersion": "9.0.1726.26416" - }, - "coreclr.dll": { - "fileVersion": "9.0.1726.26416" - }, - "createdump.exe": { - "fileVersion": "9.0.1726.26416" - }, - "hostfxr.dll": { - "fileVersion": "9.0.1726.26416" - }, - "hostpolicy.dll": { - "fileVersion": "9.0.1726.26416" - }, - "mscordaccore.dll": { - "fileVersion": "9.0.1726.26416" - }, - "mscordaccore_amd64_amd64_9.0.1726.26416.dll": { - "fileVersion": "9.0.1726.26416" - }, - "mscordbi.dll": { - "fileVersion": "9.0.1726.26416" - }, - "mscorrc.dll": { - "fileVersion": "9.0.1726.26416" - }, - "msquic.dll": { - "fileVersion": "2.4.18.0" - } - } - }, - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/9.0.17": { - "runtime": { - "Accessibility.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "9.0.1726.26501" - }, - "DirectWriteForwarder.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "Microsoft.Win32.Registry.AccessControl.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "PresentationCore.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework-SystemCore.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework-SystemData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework-SystemDrawing.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework-SystemXml.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework-SystemXmlLinq.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework.Aero.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework.Aero2.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework.AeroLite.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework.Classic.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework.Fluent.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework.Luna.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework.Royale.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationFramework.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "PresentationUI.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "ReachFramework.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.EventLog.Messages.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "0.0.0.0" - }, - "System.Diagnostics.EventLog.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.DirectoryServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Formats.Nrbf.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.IO.Packaging.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Printing.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "System.Resources.Extensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Security.Permissions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Threading.AccessControl.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Windows.Controls.Ribbon.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "System.Windows.Extensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26416" - }, - "System.Windows.Input.Manipulations.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "System.Windows.Presentation.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "System.Xaml.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "UIAutomationClient.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "UIAutomationClientSideProviders.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "UIAutomationProvider.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "UIAutomationTypes.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - }, - "WindowsBase.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1726.26701" - } - }, - "native": { - "D3DCompiler_47_cor3.dll": { - "fileVersion": "10.0.26100.7705" - }, - "PenImc_cor3.dll": { - "fileVersion": "9.0.1726.26701" - }, - "PresentationNative_cor3.dll": { - "fileVersion": "9.0.26.22701" - }, - "vcruntime140_cor3.dll": { - "fileVersion": "14.44.35211.0" - }, - "wpfgfx_cor3.dll": { - "fileVersion": "9.0.1726.26701" - } - } - }, - "Azure.Core/1.47.1": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "8.0.0", - "System.ClientModel": "1.5.1", - "System.Memory.Data": "8.0.1" - }, - "runtime": { - "lib/net8.0/Azure.Core.dll": { - "assemblyVersion": "1.47.1.0", - "fileVersion": "1.4700.125.36505" - } - } - }, - "Azure.Identity/1.14.2": { - "dependencies": { - "Azure.Core": "1.47.1", - "Microsoft.Identity.Client": "4.73.1", - "Microsoft.Identity.Client.Extensions.Msal": "4.73.1" - }, - "runtime": { - "lib/net8.0/Azure.Identity.dll": { - "assemblyVersion": "1.14.2.0", - "fileVersion": "1.1400.225.36004" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/8.0.0": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.Bcl.Cryptography/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Bcl.Cryptography.dll": { - "assemblyVersion": "9.0.0.4", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Data.SqlClient/6.1.3": { - "dependencies": { - "Azure.Core": "1.47.1", - "Azure.Identity": "1.14.2", - "Microsoft.Bcl.Cryptography": "9.0.4", - "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "9.0.4", - "Microsoft.IdentityModel.JsonWebTokens": "7.7.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.7.1", - "Microsoft.SqlServer.Server": "1.0.0" - }, - "runtime": { - "runtimes/win/lib/net9.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.13.25316.3" - } - }, - "resources": { - "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll": { - "locale": "cs" - }, - "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pl" - }, - "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "tr" - }, - "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": { - "native": { - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "fileVersion": "6.2.0.0" - } - } - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Logging.Abstractions": "9.0.4", - "Microsoft.Extensions.Options": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Options/9.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Identity.Client/4.73.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.7.1" - }, - "runtime": { - "lib/net8.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.73.1.0", - "fileVersion": "4.73.1.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/4.73.1": { - "dependencies": { - "Microsoft.Identity.Client": "4.73.1" - }, - "runtime": { - "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.73.1.0", - "fileVersion": "4.73.1.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/7.7.1": { - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "7.7.1.0", - "fileVersion": "7.7.1.50719" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/7.7.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.7.1" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "7.7.1.0", - "fileVersion": "7.7.1.50719" - } - } - }, - "Microsoft.IdentityModel.Logging/7.7.1": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.7.1" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "7.7.1.0", - "fileVersion": "7.7.1.50719" - } - } - }, - "Microsoft.IdentityModel.Protocols/7.7.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.7.1" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "7.7.1.0", - "fileVersion": "7.7.1.50719" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "7.7.1", - "System.IdentityModel.Tokens.Jwt": "7.7.1" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "7.7.1.0", - "fileVersion": "7.7.1.50719" - } - } - }, - "Microsoft.IdentityModel.Tokens/7.7.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "7.7.1" - }, - "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "7.7.1.0", - "fileVersion": "7.7.1.50719" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "System.ClientModel/1.5.1": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "9.0.4", - "System.Memory.Data": "8.0.1" - }, - "runtime": { - "lib/net8.0/System.ClientModel.dll": { - "assemblyVersion": "1.5.1.0", - "fileVersion": "1.500.125.36405" - } - } - }, - "System.IdentityModel.Tokens.Jwt/7.7.1": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.7.1", - "Microsoft.IdentityModel.Tokens": "7.7.1" - }, - "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "7.7.1.0", - "fileVersion": "7.7.1.50719" - } - } - }, - "System.IO.Ports/9.0.10": { - "runtime": { - "runtimes/win/lib/net9.0/System.IO.Ports.dll": { - "assemblyVersion": "9.0.0.10", - "fileVersion": "9.0.1025.47515" - } - } - }, - "System.Memory.Data/8.0.1": { - "runtime": { - "lib/net8.0/System.Memory.Data.dll": { - "assemblyVersion": "8.0.0.1", - "fileVersion": "8.0.1024.46610" - } - } - } - } - }, - "libraries": { - "Housing/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/9.0.17": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/9.0.17": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "Azure.Core/1.47.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oPcncSsDHuxB8SC522z47xbp2+ttkcKv2YZ90KXhRKN0YQd2+7l1UURT9EBzUNEXtkLZUOAB5xbByMTrYRh3yA==", - "path": "azure.core/1.47.1", - "hashPath": "azure.core.1.47.1.nupkg.sha512" - }, - "Azure.Identity/1.14.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhNMwOTwT+I2wIcJKSdP0ADyB2aK+JaYWZxO8LSRDm5w77LFr0ykR9xmt2ZV5T1gaI7xU6iNFIh/yW1dAlpddQ==", - "path": "azure.identity/1.14.2", - "hashPath": "azure.identity.1.14.2.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==", - "path": "microsoft.bcl.asyncinterfaces/8.0.0", - "hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512" - }, - "Microsoft.Bcl.Cryptography/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YgZYAWzyNuPVtPq6WNm0bqOWNjYaWgl5mBWTGZyNoXitYBUYSp6iUB9AwK0V1mo793qRJUXz2t6UZrWITZSvuQ==", - "path": "microsoft.bcl.cryptography/9.0.4", - "hashPath": "microsoft.bcl.cryptography.9.0.4.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/6.1.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ys/z8Tx8074CDU20EilNvBRJuJdwKSthpHkzUpt3JghnjB6GjbZusoOcCtNbhPCCWsEJqN8bxaT7HnS3UZuUDQ==", - "path": "microsoft.data.sqlclient/6.1.3", - "hashPath": "microsoft.data.sqlclient.6.1.3.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w==", - "path": "microsoft.data.sqlclient.sni.runtime/6.0.2", - "hashPath": "microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-imcZ5BGhBw5mNsWLepBbqqumWaFe0GtvyCvne2/2wsDIBRa2+Lhx4cU/pKt/4BwOizzUEOls2k1eOJQXHGMalg==", - "path": "microsoft.extensions.caching.abstractions/9.0.4", - "hashPath": "microsoft.extensions.caching.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G5rEq1Qez5VJDTEyRsRUnewAspKjaY57VGsdZ8g8Ja6sXXzoiI3PpTd1t43HjHqNWD5A06MQveb2lscn+2CU+w==", - "path": "microsoft.extensions.caching.memory/9.0.4", - "hashPath": "microsoft.extensions.caching.memory.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UI0TQPVkS78bFdjkTodmkH0Fe8lXv9LnhGFKgKrsgUJ5a5FVdFRcgjIkBVLbGgdRhxWirxH/8IXUtEyYJx6GQg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.4", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0MXlimU4Dud6t+iNi5NEz3dO2w1HXdhoOLaYFuLPCjAsvlPQGwOT6V2KZRMLEhCAm/stSZt1AUv0XmDdkjvtbw==", - "path": "microsoft.extensions.logging.abstractions/9.0.4", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fiFI2+58kicqVZyt/6obqoFwHiab7LC4FkQ3mmiBJ28Yy4fAvy2+v9MRnSvvlOO8chTOjKsdafFl/K9veCPo5g==", - "path": "microsoft.extensions.options/9.0.4", - "hashPath": "microsoft.extensions.options.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPFyMjyku1nqTFFJ928JAMd0QnRe4xjE7KeKnZMWXf3xk+6e0WiOZAluYtLdbJUXtsl2cCRSi8cBquJ408k8RA==", - "path": "microsoft.extensions.primitives/9.0.4", - "hashPath": "microsoft.extensions.primitives.9.0.4.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.73.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NnDLS8QwYqO5ZZecL2oioi1LUqjh5Ewk4bMLzbgiXJbQmZhDLtKwLxL3DpGMlQAJ2G4KgEnvGPKa+OOgffeJbw==", - "path": "microsoft.identity.client/4.73.1", - "hashPath": "microsoft.identity.client.4.73.1.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/4.73.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xDztAiV2F0wI0W8FLKv5cbaBefyLD6JVaAsvgSN7bjWNCzGYzHbcOEIP5s4TJXUpQzMfUyBsFl1mC6Zmgpz0PQ==", - "path": "microsoft.identity.client.extensions.msal/4.73.1", - "hashPath": "microsoft.identity.client.extensions.msal.4.73.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/7.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-S7sHg6gLg7oFqNGLwN1qSbJDI+QcRRj8SuJ1jHyCmKSipnF6ZQL+tFV2NzVfGj/xmGT9TykQdQiBN+p5Idl4TA==", - "path": "microsoft.identitymodel.abstractions/7.7.1", - "hashPath": "microsoft.identitymodel.abstractions.7.7.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/7.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Izi75UCUssvo8LPx3OVnEeZay58qaFicrtSnbtUt7q8qQi0gy46gh4V8VUTkMVMKXV6VMyjBVmeNNgeCUJuIw==", - "path": "microsoft.identitymodel.jsonwebtokens/7.7.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.7.7.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/7.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BZNgSq/o8gsKExdYoBKPR65fdsxW0cTF8PsdqB8y011AGUJJW300S/ZIsEUD0+sOmGc003Gwv3FYbjrVjvsLNQ==", - "path": "microsoft.identitymodel.logging/7.7.1", - "hashPath": "microsoft.identitymodel.logging.7.7.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/7.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h+fHHBGokepmCX+QZXJk4Ij8OApCb2n2ktoDkNX5CXteXsOxTHMNgjPGpAwdJMFvAL7TtGarUnk3o97NmBq2QQ==", - "path": "microsoft.identitymodel.protocols/7.7.1", - "hashPath": "microsoft.identitymodel.protocols.7.7.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yT2Hdj8LpPbcT9C9KlLVxXl09C8zjFaVSaApdOwuecMuoV4s6Sof/mnTDz/+F/lILPIBvrWugR9CC7iRVZgbfQ==", - "path": "microsoft.identitymodel.protocols.openidconnect/7.7.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.7.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/7.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQ0VVCba75lknUHGldi3iTKAYUQqbzp1Un8+d9cm9nON0Gs8NAkXddNg8iaUB0qi/ybtAmNWizTR4avdkCJ9pQ==", - "path": "microsoft.identitymodel.tokens/7.7.1", - "hashPath": "microsoft.identitymodel.tokens.7.7.1.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "System.ClientModel/1.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k2jKSO0X45IqhVOT9iQB4xralNN9foRQsRvXBTyRpAVxyzCJlG895T9qYrQWbcJ6OQXxOouJQ37x5nZH5XKK+A==", - "path": "system.clientmodel/1.5.1", - "hashPath": "system.clientmodel.1.5.1.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/7.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rQkO1YbAjLwnDJSMpRhRtrc6XwIcEOcUvoEcge+evurpzSZM3UNK+MZfD3sKyTlYsvknZ6eJjSBfnmXqwOsT9Q==", - "path": "system.identitymodel.tokens.jwt/7.7.1", - "hashPath": "system.identitymodel.tokens.jwt.7.7.1.nupkg.sha512" - }, - "System.IO.Ports/9.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMvwu+NOk/+vlOzTp9vpxIeGq+yRA+3EbkmpLMs37AAy9cI8YlY/ntTHL00w26Tvu6cIkx0/TdjmeHm0l99Nqw==", - "path": "system.io.ports/9.0.10", - "hashPath": "system.io.ports.9.0.10.nupkg.sha512" - }, - "System.Memory.Data/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==", - "path": "system.memory.data/8.0.1", - "hashPath": "system.memory.data.8.0.1.nupkg.sha512" - } - }, - "runtimes": { - "win-x64": [ - "win", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/installer/staging/Housing.dll b/installer/staging/Housing.dll deleted file mode 100644 index 7d7a74a..0000000 Binary files a/installer/staging/Housing.dll and /dev/null differ diff --git a/installer/staging/Housing.exe b/installer/staging/Housing.exe deleted file mode 100644 index fe6c523..0000000 Binary files a/installer/staging/Housing.exe and /dev/null differ diff --git a/installer/staging/Housing.pdb b/installer/staging/Housing.pdb deleted file mode 100644 index f0d1e40..0000000 Binary files a/installer/staging/Housing.pdb and /dev/null differ diff --git a/installer/staging/Housing.runtimeconfig.json b/installer/staging/Housing.runtimeconfig.json deleted file mode 100644 index 7023d2c..0000000 --- a/installer/staging/Housing.runtimeconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.17" - }, - { - "name": "Microsoft.WindowsDesktop.App", - "version": "9.0.17" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false, - "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false - } - } -} \ No newline at end of file diff --git a/installer/staging/Housing_voltage_current_icon.ico b/installer/staging/Housing_voltage_current_icon.ico deleted file mode 100644 index edc4fb3..0000000 Binary files a/installer/staging/Housing_voltage_current_icon.ico and /dev/null differ diff --git a/installer/staging/InspectionSettings.ini b/installer/staging/InspectionSettings.ini deleted file mode 100644 index b781388..0000000 --- a/installer/staging/InspectionSettings.ini +++ /dev/null @@ -1,5 +0,0 @@ -[Judgement] -VMin=0.00 -VMax=9.99 -AMin=0.00 -AMax=9.99 diff --git a/installer/staging/Microsoft.Bcl.AsyncInterfaces.dll b/installer/staging/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100644 index 421e812..0000000 Binary files a/installer/staging/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Bcl.Cryptography.dll b/installer/staging/Microsoft.Bcl.Cryptography.dll deleted file mode 100644 index e0a506a..0000000 Binary files a/installer/staging/Microsoft.Bcl.Cryptography.dll and /dev/null differ diff --git a/installer/staging/Microsoft.CSharp.dll b/installer/staging/Microsoft.CSharp.dll deleted file mode 100644 index f364bdf..0000000 Binary files a/installer/staging/Microsoft.CSharp.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Data.SqlClient.SNI.dll b/installer/staging/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100644 index a0083b1..0000000 Binary files a/installer/staging/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Data.SqlClient.dll b/installer/staging/Microsoft.Data.SqlClient.dll deleted file mode 100644 index 00af6a9..0000000 Binary files a/installer/staging/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/installer/staging/Microsoft.DiaSymReader.Native.amd64.dll b/installer/staging/Microsoft.DiaSymReader.Native.amd64.dll deleted file mode 100644 index 92b355b..0000000 Binary files a/installer/staging/Microsoft.DiaSymReader.Native.amd64.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Extensions.Caching.Abstractions.dll b/installer/staging/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index bcc2d65..0000000 Binary files a/installer/staging/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Extensions.Caching.Memory.dll b/installer/staging/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index 5892a26..0000000 Binary files a/installer/staging/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/installer/staging/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 0dbff05..0000000 Binary files a/installer/staging/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Extensions.Logging.Abstractions.dll b/installer/staging/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index bef7508..0000000 Binary files a/installer/staging/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Extensions.Options.dll b/installer/staging/Microsoft.Extensions.Options.dll deleted file mode 100644 index 30da524..0000000 Binary files a/installer/staging/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Extensions.Primitives.dll b/installer/staging/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index ebf6eee..0000000 Binary files a/installer/staging/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Identity.Client.Extensions.Msal.dll b/installer/staging/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100644 index 15201c7..0000000 Binary files a/installer/staging/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Identity.Client.dll b/installer/staging/Microsoft.Identity.Client.dll deleted file mode 100644 index aa7367f..0000000 Binary files a/installer/staging/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/installer/staging/Microsoft.IdentityModel.Abstractions.dll b/installer/staging/Microsoft.IdentityModel.Abstractions.dll deleted file mode 100644 index eaeb3ad..0000000 Binary files a/installer/staging/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ diff --git a/installer/staging/Microsoft.IdentityModel.JsonWebTokens.dll b/installer/staging/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100644 index bdeca82..0000000 Binary files a/installer/staging/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/installer/staging/Microsoft.IdentityModel.Logging.dll b/installer/staging/Microsoft.IdentityModel.Logging.dll deleted file mode 100644 index ccfe9ff..0000000 Binary files a/installer/staging/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/installer/staging/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/installer/staging/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100644 index 9c70235..0000000 Binary files a/installer/staging/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/installer/staging/Microsoft.IdentityModel.Protocols.dll b/installer/staging/Microsoft.IdentityModel.Protocols.dll deleted file mode 100644 index 01432af..0000000 Binary files a/installer/staging/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/installer/staging/Microsoft.IdentityModel.Tokens.dll b/installer/staging/Microsoft.IdentityModel.Tokens.dll deleted file mode 100644 index 6fbb9ee..0000000 Binary files a/installer/staging/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/installer/staging/Microsoft.SqlServer.Server.dll b/installer/staging/Microsoft.SqlServer.Server.dll deleted file mode 100644 index ddeaa86..0000000 Binary files a/installer/staging/Microsoft.SqlServer.Server.dll and /dev/null differ diff --git a/installer/staging/Microsoft.VisualBasic.Core.dll b/installer/staging/Microsoft.VisualBasic.Core.dll deleted file mode 100644 index 8af701a..0000000 Binary files a/installer/staging/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/installer/staging/Microsoft.VisualBasic.dll b/installer/staging/Microsoft.VisualBasic.dll deleted file mode 100644 index d2286b6..0000000 Binary files a/installer/staging/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Win32.Primitives.dll b/installer/staging/Microsoft.Win32.Primitives.dll deleted file mode 100644 index f5d557f..0000000 Binary files a/installer/staging/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Win32.Registry.AccessControl.dll b/installer/staging/Microsoft.Win32.Registry.AccessControl.dll deleted file mode 100644 index 81d0c06..0000000 Binary files a/installer/staging/Microsoft.Win32.Registry.AccessControl.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Win32.Registry.dll b/installer/staging/Microsoft.Win32.Registry.dll deleted file mode 100644 index 3277ee1..0000000 Binary files a/installer/staging/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/installer/staging/Microsoft.Win32.SystemEvents.dll b/installer/staging/Microsoft.Win32.SystemEvents.dll deleted file mode 100644 index 748c6a2..0000000 Binary files a/installer/staging/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/installer/staging/PenImc_cor3.dll b/installer/staging/PenImc_cor3.dll deleted file mode 100644 index cad11e9..0000000 Binary files a/installer/staging/PenImc_cor3.dll and /dev/null differ diff --git a/installer/staging/PresentationCore.dll b/installer/staging/PresentationCore.dll deleted file mode 100644 index 6c66e6a..0000000 Binary files a/installer/staging/PresentationCore.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework-SystemCore.dll b/installer/staging/PresentationFramework-SystemCore.dll deleted file mode 100644 index dfb3e26..0000000 Binary files a/installer/staging/PresentationFramework-SystemCore.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework-SystemData.dll b/installer/staging/PresentationFramework-SystemData.dll deleted file mode 100644 index 86d217f..0000000 Binary files a/installer/staging/PresentationFramework-SystemData.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework-SystemDrawing.dll b/installer/staging/PresentationFramework-SystemDrawing.dll deleted file mode 100644 index f1a6504..0000000 Binary files a/installer/staging/PresentationFramework-SystemDrawing.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework-SystemXml.dll b/installer/staging/PresentationFramework-SystemXml.dll deleted file mode 100644 index adf29fa..0000000 Binary files a/installer/staging/PresentationFramework-SystemXml.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework-SystemXmlLinq.dll b/installer/staging/PresentationFramework-SystemXmlLinq.dll deleted file mode 100644 index 10ab576..0000000 Binary files a/installer/staging/PresentationFramework-SystemXmlLinq.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework.Aero.dll b/installer/staging/PresentationFramework.Aero.dll deleted file mode 100644 index 781919a..0000000 Binary files a/installer/staging/PresentationFramework.Aero.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework.Aero2.dll b/installer/staging/PresentationFramework.Aero2.dll deleted file mode 100644 index db09794..0000000 Binary files a/installer/staging/PresentationFramework.Aero2.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework.AeroLite.dll b/installer/staging/PresentationFramework.AeroLite.dll deleted file mode 100644 index 2a27d38..0000000 Binary files a/installer/staging/PresentationFramework.AeroLite.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework.Classic.dll b/installer/staging/PresentationFramework.Classic.dll deleted file mode 100644 index 77ebeed..0000000 Binary files a/installer/staging/PresentationFramework.Classic.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework.Fluent.dll b/installer/staging/PresentationFramework.Fluent.dll deleted file mode 100644 index 55f962f..0000000 Binary files a/installer/staging/PresentationFramework.Fluent.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework.Luna.dll b/installer/staging/PresentationFramework.Luna.dll deleted file mode 100644 index 3ab2ca7..0000000 Binary files a/installer/staging/PresentationFramework.Luna.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework.Royale.dll b/installer/staging/PresentationFramework.Royale.dll deleted file mode 100644 index 4f50320..0000000 Binary files a/installer/staging/PresentationFramework.Royale.dll and /dev/null differ diff --git a/installer/staging/PresentationFramework.dll b/installer/staging/PresentationFramework.dll deleted file mode 100644 index 6fcc56c..0000000 Binary files a/installer/staging/PresentationFramework.dll and /dev/null differ diff --git a/installer/staging/PresentationNative_cor3.dll b/installer/staging/PresentationNative_cor3.dll deleted file mode 100644 index 73524ab..0000000 Binary files a/installer/staging/PresentationNative_cor3.dll and /dev/null differ diff --git a/installer/staging/PresentationUI.dll b/installer/staging/PresentationUI.dll deleted file mode 100644 index d5494d6..0000000 Binary files a/installer/staging/PresentationUI.dll and /dev/null differ diff --git a/installer/staging/ReachFramework.dll b/installer/staging/ReachFramework.dll deleted file mode 100644 index cafc375..0000000 Binary files a/installer/staging/ReachFramework.dll and /dev/null differ diff --git a/installer/staging/System.AppContext.dll b/installer/staging/System.AppContext.dll deleted file mode 100644 index 2619837..0000000 Binary files a/installer/staging/System.AppContext.dll and /dev/null differ diff --git a/installer/staging/System.Buffers.dll b/installer/staging/System.Buffers.dll deleted file mode 100644 index b5576f8..0000000 Binary files a/installer/staging/System.Buffers.dll and /dev/null differ diff --git a/installer/staging/System.ClientModel.dll b/installer/staging/System.ClientModel.dll deleted file mode 100644 index 0caead2..0000000 Binary files a/installer/staging/System.ClientModel.dll and /dev/null differ diff --git a/installer/staging/System.CodeDom.dll b/installer/staging/System.CodeDom.dll deleted file mode 100644 index 19a9c0a..0000000 Binary files a/installer/staging/System.CodeDom.dll and /dev/null differ diff --git a/installer/staging/System.Collections.Concurrent.dll b/installer/staging/System.Collections.Concurrent.dll deleted file mode 100644 index 5a51692..0000000 Binary files a/installer/staging/System.Collections.Concurrent.dll and /dev/null differ diff --git a/installer/staging/System.Collections.Immutable.dll b/installer/staging/System.Collections.Immutable.dll deleted file mode 100644 index 21a74c5..0000000 Binary files a/installer/staging/System.Collections.Immutable.dll and /dev/null differ diff --git a/installer/staging/System.Collections.NonGeneric.dll b/installer/staging/System.Collections.NonGeneric.dll deleted file mode 100644 index 53ee290..0000000 Binary files a/installer/staging/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/installer/staging/System.Collections.Specialized.dll b/installer/staging/System.Collections.Specialized.dll deleted file mode 100644 index cb440c1..0000000 Binary files a/installer/staging/System.Collections.Specialized.dll and /dev/null differ diff --git a/installer/staging/System.Collections.dll b/installer/staging/System.Collections.dll deleted file mode 100644 index 720b16e..0000000 Binary files a/installer/staging/System.Collections.dll and /dev/null differ diff --git a/installer/staging/System.ComponentModel.Annotations.dll b/installer/staging/System.ComponentModel.Annotations.dll deleted file mode 100644 index 4b93dbe..0000000 Binary files a/installer/staging/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/installer/staging/System.ComponentModel.DataAnnotations.dll b/installer/staging/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index 399ceeb..0000000 Binary files a/installer/staging/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/installer/staging/System.ComponentModel.EventBasedAsync.dll b/installer/staging/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index fa23688..0000000 Binary files a/installer/staging/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/installer/staging/System.ComponentModel.Primitives.dll b/installer/staging/System.ComponentModel.Primitives.dll deleted file mode 100644 index 8cea50a..0000000 Binary files a/installer/staging/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/installer/staging/System.ComponentModel.TypeConverter.dll b/installer/staging/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 45eebb9..0000000 Binary files a/installer/staging/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/installer/staging/System.ComponentModel.dll b/installer/staging/System.ComponentModel.dll deleted file mode 100644 index c61344c..0000000 Binary files a/installer/staging/System.ComponentModel.dll and /dev/null differ diff --git a/installer/staging/System.Configuration.ConfigurationManager.dll b/installer/staging/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 4c8f97f..0000000 Binary files a/installer/staging/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/installer/staging/System.Configuration.dll b/installer/staging/System.Configuration.dll deleted file mode 100644 index 956d719..0000000 Binary files a/installer/staging/System.Configuration.dll and /dev/null differ diff --git a/installer/staging/System.Console.dll b/installer/staging/System.Console.dll deleted file mode 100644 index ba0eb67..0000000 Binary files a/installer/staging/System.Console.dll and /dev/null differ diff --git a/installer/staging/System.Core.dll b/installer/staging/System.Core.dll deleted file mode 100644 index 9be45f3..0000000 Binary files a/installer/staging/System.Core.dll and /dev/null differ diff --git a/installer/staging/System.Data.Common.dll b/installer/staging/System.Data.Common.dll deleted file mode 100644 index 54cd27a..0000000 Binary files a/installer/staging/System.Data.Common.dll and /dev/null differ diff --git a/installer/staging/System.Data.DataSetExtensions.dll b/installer/staging/System.Data.DataSetExtensions.dll deleted file mode 100644 index 74abe99..0000000 Binary files a/installer/staging/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/installer/staging/System.Data.dll b/installer/staging/System.Data.dll deleted file mode 100644 index 198c16c..0000000 Binary files a/installer/staging/System.Data.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.Contracts.dll b/installer/staging/System.Diagnostics.Contracts.dll deleted file mode 100644 index a0c058b..0000000 Binary files a/installer/staging/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.Debug.dll b/installer/staging/System.Diagnostics.Debug.dll deleted file mode 100644 index a258a24..0000000 Binary files a/installer/staging/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.DiagnosticSource.dll b/installer/staging/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 136e902..0000000 Binary files a/installer/staging/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.EventLog.Messages.dll b/installer/staging/System.Diagnostics.EventLog.Messages.dll deleted file mode 100644 index de7c7af..0000000 Binary files a/installer/staging/System.Diagnostics.EventLog.Messages.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.EventLog.dll b/installer/staging/System.Diagnostics.EventLog.dll deleted file mode 100644 index d820328..0000000 Binary files a/installer/staging/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.FileVersionInfo.dll b/installer/staging/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index 5e59e5b..0000000 Binary files a/installer/staging/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.PerformanceCounter.dll b/installer/staging/System.Diagnostics.PerformanceCounter.dll deleted file mode 100644 index 44bff46..0000000 Binary files a/installer/staging/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.Process.dll b/installer/staging/System.Diagnostics.Process.dll deleted file mode 100644 index 32fe9ff..0000000 Binary files a/installer/staging/System.Diagnostics.Process.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.StackTrace.dll b/installer/staging/System.Diagnostics.StackTrace.dll deleted file mode 100644 index a221a64..0000000 Binary files a/installer/staging/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.TextWriterTraceListener.dll b/installer/staging/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index bc3d891..0000000 Binary files a/installer/staging/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.Tools.dll b/installer/staging/System.Diagnostics.Tools.dll deleted file mode 100644 index bbfc53b..0000000 Binary files a/installer/staging/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.TraceSource.dll b/installer/staging/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 310dd38..0000000 Binary files a/installer/staging/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/installer/staging/System.Diagnostics.Tracing.dll b/installer/staging/System.Diagnostics.Tracing.dll deleted file mode 100644 index 3a75eb3..0000000 Binary files a/installer/staging/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/installer/staging/System.DirectoryServices.dll b/installer/staging/System.DirectoryServices.dll deleted file mode 100644 index dcaddf1..0000000 Binary files a/installer/staging/System.DirectoryServices.dll and /dev/null differ diff --git a/installer/staging/System.Drawing.Primitives.dll b/installer/staging/System.Drawing.Primitives.dll deleted file mode 100644 index a973a80..0000000 Binary files a/installer/staging/System.Drawing.Primitives.dll and /dev/null differ diff --git a/installer/staging/System.Drawing.dll b/installer/staging/System.Drawing.dll deleted file mode 100644 index 508ca84..0000000 Binary files a/installer/staging/System.Drawing.dll and /dev/null differ diff --git a/installer/staging/System.Dynamic.Runtime.dll b/installer/staging/System.Dynamic.Runtime.dll deleted file mode 100644 index 40258a8..0000000 Binary files a/installer/staging/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/installer/staging/System.Formats.Asn1.dll b/installer/staging/System.Formats.Asn1.dll deleted file mode 100644 index 99047ae..0000000 Binary files a/installer/staging/System.Formats.Asn1.dll and /dev/null differ diff --git a/installer/staging/System.Formats.Nrbf.dll b/installer/staging/System.Formats.Nrbf.dll deleted file mode 100644 index 263e9f8..0000000 Binary files a/installer/staging/System.Formats.Nrbf.dll and /dev/null differ diff --git a/installer/staging/System.Formats.Tar.dll b/installer/staging/System.Formats.Tar.dll deleted file mode 100644 index 7d22d6d..0000000 Binary files a/installer/staging/System.Formats.Tar.dll and /dev/null differ diff --git a/installer/staging/System.Globalization.Calendars.dll b/installer/staging/System.Globalization.Calendars.dll deleted file mode 100644 index 53c8291..0000000 Binary files a/installer/staging/System.Globalization.Calendars.dll and /dev/null differ diff --git a/installer/staging/System.Globalization.Extensions.dll b/installer/staging/System.Globalization.Extensions.dll deleted file mode 100644 index 100c55e..0000000 Binary files a/installer/staging/System.Globalization.Extensions.dll and /dev/null differ diff --git a/installer/staging/System.Globalization.dll b/installer/staging/System.Globalization.dll deleted file mode 100644 index d4c7893..0000000 Binary files a/installer/staging/System.Globalization.dll and /dev/null differ diff --git a/installer/staging/System.IO.Compression.Brotli.dll b/installer/staging/System.IO.Compression.Brotli.dll deleted file mode 100644 index f9742b5..0000000 Binary files a/installer/staging/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/installer/staging/System.IO.Compression.FileSystem.dll b/installer/staging/System.IO.Compression.FileSystem.dll deleted file mode 100644 index 6e884ca..0000000 Binary files a/installer/staging/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/installer/staging/System.IO.Compression.Native.dll b/installer/staging/System.IO.Compression.Native.dll deleted file mode 100644 index a635852..0000000 Binary files a/installer/staging/System.IO.Compression.Native.dll and /dev/null differ diff --git a/installer/staging/System.IO.Compression.ZipFile.dll b/installer/staging/System.IO.Compression.ZipFile.dll deleted file mode 100644 index 149dd2e..0000000 Binary files a/installer/staging/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/installer/staging/System.IO.Compression.dll b/installer/staging/System.IO.Compression.dll deleted file mode 100644 index 519c34f..0000000 Binary files a/installer/staging/System.IO.Compression.dll and /dev/null differ diff --git a/installer/staging/System.IO.FileSystem.AccessControl.dll b/installer/staging/System.IO.FileSystem.AccessControl.dll deleted file mode 100644 index 9d0c83b..0000000 Binary files a/installer/staging/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/installer/staging/System.IO.FileSystem.DriveInfo.dll b/installer/staging/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 473ea28..0000000 Binary files a/installer/staging/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/installer/staging/System.IO.FileSystem.Primitives.dll b/installer/staging/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index 9b60e61..0000000 Binary files a/installer/staging/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/installer/staging/System.IO.FileSystem.Watcher.dll b/installer/staging/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index a00723a..0000000 Binary files a/installer/staging/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/installer/staging/System.IO.FileSystem.dll b/installer/staging/System.IO.FileSystem.dll deleted file mode 100644 index 333ae1c..0000000 Binary files a/installer/staging/System.IO.FileSystem.dll and /dev/null differ diff --git a/installer/staging/System.IO.IsolatedStorage.dll b/installer/staging/System.IO.IsolatedStorage.dll deleted file mode 100644 index 846b4f7..0000000 Binary files a/installer/staging/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/installer/staging/System.IO.MemoryMappedFiles.dll b/installer/staging/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 06915ab..0000000 Binary files a/installer/staging/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/installer/staging/System.IO.Packaging.dll b/installer/staging/System.IO.Packaging.dll deleted file mode 100644 index a46169a..0000000 Binary files a/installer/staging/System.IO.Packaging.dll and /dev/null differ diff --git a/installer/staging/System.IO.Pipelines.dll b/installer/staging/System.IO.Pipelines.dll deleted file mode 100644 index efec837..0000000 Binary files a/installer/staging/System.IO.Pipelines.dll and /dev/null differ diff --git a/installer/staging/System.IO.Pipes.AccessControl.dll b/installer/staging/System.IO.Pipes.AccessControl.dll deleted file mode 100644 index c5a03ec..0000000 Binary files a/installer/staging/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/installer/staging/System.IO.Pipes.dll b/installer/staging/System.IO.Pipes.dll deleted file mode 100644 index 99dd97d..0000000 Binary files a/installer/staging/System.IO.Pipes.dll and /dev/null differ diff --git a/installer/staging/System.IO.Ports.dll b/installer/staging/System.IO.Ports.dll deleted file mode 100644 index ba7dacd..0000000 Binary files a/installer/staging/System.IO.Ports.dll and /dev/null differ diff --git a/installer/staging/System.IO.UnmanagedMemoryStream.dll b/installer/staging/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 37c681a..0000000 Binary files a/installer/staging/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/installer/staging/System.IO.dll b/installer/staging/System.IO.dll deleted file mode 100644 index 55859fa..0000000 Binary files a/installer/staging/System.IO.dll and /dev/null differ diff --git a/installer/staging/System.IdentityModel.Tokens.Jwt.dll b/installer/staging/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100644 index c2d8ecb..0000000 Binary files a/installer/staging/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/installer/staging/System.Linq.Expressions.dll b/installer/staging/System.Linq.Expressions.dll deleted file mode 100644 index 13eb386..0000000 Binary files a/installer/staging/System.Linq.Expressions.dll and /dev/null differ diff --git a/installer/staging/System.Linq.Parallel.dll b/installer/staging/System.Linq.Parallel.dll deleted file mode 100644 index e1150ef..0000000 Binary files a/installer/staging/System.Linq.Parallel.dll and /dev/null differ diff --git a/installer/staging/System.Linq.Queryable.dll b/installer/staging/System.Linq.Queryable.dll deleted file mode 100644 index f11b7ce..0000000 Binary files a/installer/staging/System.Linq.Queryable.dll and /dev/null differ diff --git a/installer/staging/System.Linq.dll b/installer/staging/System.Linq.dll deleted file mode 100644 index abe701e..0000000 Binary files a/installer/staging/System.Linq.dll and /dev/null differ diff --git a/installer/staging/System.Memory.Data.dll b/installer/staging/System.Memory.Data.dll deleted file mode 100644 index 9282c37..0000000 Binary files a/installer/staging/System.Memory.Data.dll and /dev/null differ diff --git a/installer/staging/System.Memory.dll b/installer/staging/System.Memory.dll deleted file mode 100644 index 82b867e..0000000 Binary files a/installer/staging/System.Memory.dll and /dev/null differ diff --git a/installer/staging/System.Net.Http.Json.dll b/installer/staging/System.Net.Http.Json.dll deleted file mode 100644 index 2407078..0000000 Binary files a/installer/staging/System.Net.Http.Json.dll and /dev/null differ diff --git a/installer/staging/System.Net.Http.dll b/installer/staging/System.Net.Http.dll deleted file mode 100644 index 9a2245e..0000000 Binary files a/installer/staging/System.Net.Http.dll and /dev/null differ diff --git a/installer/staging/System.Net.HttpListener.dll b/installer/staging/System.Net.HttpListener.dll deleted file mode 100644 index 2cf3dc9..0000000 Binary files a/installer/staging/System.Net.HttpListener.dll and /dev/null differ diff --git a/installer/staging/System.Net.Mail.dll b/installer/staging/System.Net.Mail.dll deleted file mode 100644 index 6902689..0000000 Binary files a/installer/staging/System.Net.Mail.dll and /dev/null differ diff --git a/installer/staging/System.Net.NameResolution.dll b/installer/staging/System.Net.NameResolution.dll deleted file mode 100644 index fd846c5..0000000 Binary files a/installer/staging/System.Net.NameResolution.dll and /dev/null differ diff --git a/installer/staging/System.Net.NetworkInformation.dll b/installer/staging/System.Net.NetworkInformation.dll deleted file mode 100644 index c2b560c..0000000 Binary files a/installer/staging/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/installer/staging/System.Net.Ping.dll b/installer/staging/System.Net.Ping.dll deleted file mode 100644 index efa5d81..0000000 Binary files a/installer/staging/System.Net.Ping.dll and /dev/null differ diff --git a/installer/staging/System.Net.Primitives.dll b/installer/staging/System.Net.Primitives.dll deleted file mode 100644 index 4c3ff4c..0000000 Binary files a/installer/staging/System.Net.Primitives.dll and /dev/null differ diff --git a/installer/staging/System.Net.Quic.dll b/installer/staging/System.Net.Quic.dll deleted file mode 100644 index 5b95b5c..0000000 Binary files a/installer/staging/System.Net.Quic.dll and /dev/null differ diff --git a/installer/staging/System.Net.Requests.dll b/installer/staging/System.Net.Requests.dll deleted file mode 100644 index adb5d4e..0000000 Binary files a/installer/staging/System.Net.Requests.dll and /dev/null differ diff --git a/installer/staging/System.Net.Security.dll b/installer/staging/System.Net.Security.dll deleted file mode 100644 index f37fde1..0000000 Binary files a/installer/staging/System.Net.Security.dll and /dev/null differ diff --git a/installer/staging/System.Net.ServicePoint.dll b/installer/staging/System.Net.ServicePoint.dll deleted file mode 100644 index e0d7e9a..0000000 Binary files a/installer/staging/System.Net.ServicePoint.dll and /dev/null differ diff --git a/installer/staging/System.Net.Sockets.dll b/installer/staging/System.Net.Sockets.dll deleted file mode 100644 index b8fb2c9..0000000 Binary files a/installer/staging/System.Net.Sockets.dll and /dev/null differ diff --git a/installer/staging/System.Net.WebClient.dll b/installer/staging/System.Net.WebClient.dll deleted file mode 100644 index ca5cd90..0000000 Binary files a/installer/staging/System.Net.WebClient.dll and /dev/null differ diff --git a/installer/staging/System.Net.WebHeaderCollection.dll b/installer/staging/System.Net.WebHeaderCollection.dll deleted file mode 100644 index 4856192..0000000 Binary files a/installer/staging/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/installer/staging/System.Net.WebProxy.dll b/installer/staging/System.Net.WebProxy.dll deleted file mode 100644 index 4f6559f..0000000 Binary files a/installer/staging/System.Net.WebProxy.dll and /dev/null differ diff --git a/installer/staging/System.Net.WebSockets.Client.dll b/installer/staging/System.Net.WebSockets.Client.dll deleted file mode 100644 index 594a415..0000000 Binary files a/installer/staging/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/installer/staging/System.Net.WebSockets.dll b/installer/staging/System.Net.WebSockets.dll deleted file mode 100644 index a83b326..0000000 Binary files a/installer/staging/System.Net.WebSockets.dll and /dev/null differ diff --git a/installer/staging/System.Net.dll b/installer/staging/System.Net.dll deleted file mode 100644 index e2eb39d..0000000 Binary files a/installer/staging/System.Net.dll and /dev/null differ diff --git a/installer/staging/System.Numerics.Vectors.dll b/installer/staging/System.Numerics.Vectors.dll deleted file mode 100644 index d5f9c9c..0000000 Binary files a/installer/staging/System.Numerics.Vectors.dll and /dev/null differ diff --git a/installer/staging/System.Numerics.dll b/installer/staging/System.Numerics.dll deleted file mode 100644 index 872c6e6..0000000 Binary files a/installer/staging/System.Numerics.dll and /dev/null differ diff --git a/installer/staging/System.ObjectModel.dll b/installer/staging/System.ObjectModel.dll deleted file mode 100644 index 9316209..0000000 Binary files a/installer/staging/System.ObjectModel.dll and /dev/null differ diff --git a/installer/staging/System.Printing.dll b/installer/staging/System.Printing.dll deleted file mode 100644 index 4c518a1..0000000 Binary files a/installer/staging/System.Printing.dll and /dev/null differ diff --git a/installer/staging/System.Private.CoreLib.dll b/installer/staging/System.Private.CoreLib.dll deleted file mode 100644 index eed142c..0000000 Binary files a/installer/staging/System.Private.CoreLib.dll and /dev/null differ diff --git a/installer/staging/System.Private.DataContractSerialization.dll b/installer/staging/System.Private.DataContractSerialization.dll deleted file mode 100644 index 651e673..0000000 Binary files a/installer/staging/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/installer/staging/System.Private.Uri.dll b/installer/staging/System.Private.Uri.dll deleted file mode 100644 index 7f84072..0000000 Binary files a/installer/staging/System.Private.Uri.dll and /dev/null differ diff --git a/installer/staging/System.Private.Xml.Linq.dll b/installer/staging/System.Private.Xml.Linq.dll deleted file mode 100644 index 80936df..0000000 Binary files a/installer/staging/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/installer/staging/System.Private.Xml.dll b/installer/staging/System.Private.Xml.dll deleted file mode 100644 index 4376c97..0000000 Binary files a/installer/staging/System.Private.Xml.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.DispatchProxy.dll b/installer/staging/System.Reflection.DispatchProxy.dll deleted file mode 100644 index 5b20b72..0000000 Binary files a/installer/staging/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.Emit.ILGeneration.dll b/installer/staging/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index e73b3de..0000000 Binary files a/installer/staging/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.Emit.Lightweight.dll b/installer/staging/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index a05d920..0000000 Binary files a/installer/staging/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.Emit.dll b/installer/staging/System.Reflection.Emit.dll deleted file mode 100644 index 441f815..0000000 Binary files a/installer/staging/System.Reflection.Emit.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.Extensions.dll b/installer/staging/System.Reflection.Extensions.dll deleted file mode 100644 index 5c2a446..0000000 Binary files a/installer/staging/System.Reflection.Extensions.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.Metadata.dll b/installer/staging/System.Reflection.Metadata.dll deleted file mode 100644 index fc3c3f6..0000000 Binary files a/installer/staging/System.Reflection.Metadata.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.Primitives.dll b/installer/staging/System.Reflection.Primitives.dll deleted file mode 100644 index 971bb47..0000000 Binary files a/installer/staging/System.Reflection.Primitives.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.TypeExtensions.dll b/installer/staging/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 7e1dd2a..0000000 Binary files a/installer/staging/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/installer/staging/System.Reflection.dll b/installer/staging/System.Reflection.dll deleted file mode 100644 index 815fc03..0000000 Binary files a/installer/staging/System.Reflection.dll and /dev/null differ diff --git a/installer/staging/System.Resources.Extensions.dll b/installer/staging/System.Resources.Extensions.dll deleted file mode 100644 index d1e2563..0000000 Binary files a/installer/staging/System.Resources.Extensions.dll and /dev/null differ diff --git a/installer/staging/System.Resources.Reader.dll b/installer/staging/System.Resources.Reader.dll deleted file mode 100644 index 7a5b724..0000000 Binary files a/installer/staging/System.Resources.Reader.dll and /dev/null differ diff --git a/installer/staging/System.Resources.ResourceManager.dll b/installer/staging/System.Resources.ResourceManager.dll deleted file mode 100644 index 9102b3b..0000000 Binary files a/installer/staging/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/installer/staging/System.Resources.Writer.dll b/installer/staging/System.Resources.Writer.dll deleted file mode 100644 index b67fc6f..0000000 Binary files a/installer/staging/System.Resources.Writer.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.CompilerServices.Unsafe.dll b/installer/staging/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 2f59c5e..0000000 Binary files a/installer/staging/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.CompilerServices.VisualC.dll b/installer/staging/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index c884fe0..0000000 Binary files a/installer/staging/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Extensions.dll b/installer/staging/System.Runtime.Extensions.dll deleted file mode 100644 index 2e7f0a9..0000000 Binary files a/installer/staging/System.Runtime.Extensions.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Handles.dll b/installer/staging/System.Runtime.Handles.dll deleted file mode 100644 index 285c59d..0000000 Binary files a/installer/staging/System.Runtime.Handles.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.InteropServices.JavaScript.dll b/installer/staging/System.Runtime.InteropServices.JavaScript.dll deleted file mode 100644 index 862b0cc..0000000 Binary files a/installer/staging/System.Runtime.InteropServices.JavaScript.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.InteropServices.RuntimeInformation.dll b/installer/staging/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index d7f6f2d..0000000 Binary files a/installer/staging/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.InteropServices.dll b/installer/staging/System.Runtime.InteropServices.dll deleted file mode 100644 index 225e9d1..0000000 Binary files a/installer/staging/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Intrinsics.dll b/installer/staging/System.Runtime.Intrinsics.dll deleted file mode 100644 index 2d8abe6..0000000 Binary files a/installer/staging/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Loader.dll b/installer/staging/System.Runtime.Loader.dll deleted file mode 100644 index d1d6ac5..0000000 Binary files a/installer/staging/System.Runtime.Loader.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Numerics.dll b/installer/staging/System.Runtime.Numerics.dll deleted file mode 100644 index 5a513df..0000000 Binary files a/installer/staging/System.Runtime.Numerics.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Serialization.Formatters.dll b/installer/staging/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index 7b41427..0000000 Binary files a/installer/staging/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Serialization.Json.dll b/installer/staging/System.Runtime.Serialization.Json.dll deleted file mode 100644 index ee033d5..0000000 Binary files a/installer/staging/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Serialization.Primitives.dll b/installer/staging/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index 8db2dd1..0000000 Binary files a/installer/staging/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Serialization.Xml.dll b/installer/staging/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index e389c12..0000000 Binary files a/installer/staging/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.Serialization.dll b/installer/staging/System.Runtime.Serialization.dll deleted file mode 100644 index bf16759..0000000 Binary files a/installer/staging/System.Runtime.Serialization.dll and /dev/null differ diff --git a/installer/staging/System.Runtime.dll b/installer/staging/System.Runtime.dll deleted file mode 100644 index 398def5..0000000 Binary files a/installer/staging/System.Runtime.dll and /dev/null differ diff --git a/installer/staging/System.Security.AccessControl.dll b/installer/staging/System.Security.AccessControl.dll deleted file mode 100644 index 3d3717f..0000000 Binary files a/installer/staging/System.Security.AccessControl.dll and /dev/null differ diff --git a/installer/staging/System.Security.Claims.dll b/installer/staging/System.Security.Claims.dll deleted file mode 100644 index 325d20a..0000000 Binary files a/installer/staging/System.Security.Claims.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.Algorithms.dll b/installer/staging/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 243d82e..0000000 Binary files a/installer/staging/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.Cng.dll b/installer/staging/System.Security.Cryptography.Cng.dll deleted file mode 100644 index 0c1408b..0000000 Binary files a/installer/staging/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.Csp.dll b/installer/staging/System.Security.Cryptography.Csp.dll deleted file mode 100644 index 65cfc8c..0000000 Binary files a/installer/staging/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.Encoding.dll b/installer/staging/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index dc82ed1..0000000 Binary files a/installer/staging/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.OpenSsl.dll b/installer/staging/System.Security.Cryptography.OpenSsl.dll deleted file mode 100644 index 533b945..0000000 Binary files a/installer/staging/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.Pkcs.dll b/installer/staging/System.Security.Cryptography.Pkcs.dll deleted file mode 100644 index a0b3e1f..0000000 Binary files a/installer/staging/System.Security.Cryptography.Pkcs.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.Primitives.dll b/installer/staging/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index 8a6216d..0000000 Binary files a/installer/staging/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.ProtectedData.dll b/installer/staging/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 65ef770..0000000 Binary files a/installer/staging/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.X509Certificates.dll b/installer/staging/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index 768ac3e..0000000 Binary files a/installer/staging/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.Xml.dll b/installer/staging/System.Security.Cryptography.Xml.dll deleted file mode 100644 index 6bd060b..0000000 Binary files a/installer/staging/System.Security.Cryptography.Xml.dll and /dev/null differ diff --git a/installer/staging/System.Security.Cryptography.dll b/installer/staging/System.Security.Cryptography.dll deleted file mode 100644 index ab19f1f..0000000 Binary files a/installer/staging/System.Security.Cryptography.dll and /dev/null differ diff --git a/installer/staging/System.Security.Permissions.dll b/installer/staging/System.Security.Permissions.dll deleted file mode 100644 index 167ae93..0000000 Binary files a/installer/staging/System.Security.Permissions.dll and /dev/null differ diff --git a/installer/staging/System.Security.Principal.Windows.dll b/installer/staging/System.Security.Principal.Windows.dll deleted file mode 100644 index effcd7b..0000000 Binary files a/installer/staging/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/installer/staging/System.Security.Principal.dll b/installer/staging/System.Security.Principal.dll deleted file mode 100644 index 4e95677..0000000 Binary files a/installer/staging/System.Security.Principal.dll and /dev/null differ diff --git a/installer/staging/System.Security.SecureString.dll b/installer/staging/System.Security.SecureString.dll deleted file mode 100644 index 60ed674..0000000 Binary files a/installer/staging/System.Security.SecureString.dll and /dev/null differ diff --git a/installer/staging/System.Security.dll b/installer/staging/System.Security.dll deleted file mode 100644 index 0b111ed..0000000 Binary files a/installer/staging/System.Security.dll and /dev/null differ diff --git a/installer/staging/System.ServiceModel.Web.dll b/installer/staging/System.ServiceModel.Web.dll deleted file mode 100644 index 363cd00..0000000 Binary files a/installer/staging/System.ServiceModel.Web.dll and /dev/null differ diff --git a/installer/staging/System.ServiceProcess.dll b/installer/staging/System.ServiceProcess.dll deleted file mode 100644 index facbe7c..0000000 Binary files a/installer/staging/System.ServiceProcess.dll and /dev/null differ diff --git a/installer/staging/System.Text.Encoding.CodePages.dll b/installer/staging/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 990aac6..0000000 Binary files a/installer/staging/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/installer/staging/System.Text.Encoding.Extensions.dll b/installer/staging/System.Text.Encoding.Extensions.dll deleted file mode 100644 index 30359a1..0000000 Binary files a/installer/staging/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/installer/staging/System.Text.Encoding.dll b/installer/staging/System.Text.Encoding.dll deleted file mode 100644 index 38f6821..0000000 Binary files a/installer/staging/System.Text.Encoding.dll and /dev/null differ diff --git a/installer/staging/System.Text.Encodings.Web.dll b/installer/staging/System.Text.Encodings.Web.dll deleted file mode 100644 index fe1f79a..0000000 Binary files a/installer/staging/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/installer/staging/System.Text.Json.dll b/installer/staging/System.Text.Json.dll deleted file mode 100644 index 9a7bb3a..0000000 Binary files a/installer/staging/System.Text.Json.dll and /dev/null differ diff --git a/installer/staging/System.Text.RegularExpressions.dll b/installer/staging/System.Text.RegularExpressions.dll deleted file mode 100644 index a08cef6..0000000 Binary files a/installer/staging/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/installer/staging/System.Threading.AccessControl.dll b/installer/staging/System.Threading.AccessControl.dll deleted file mode 100644 index d261ee8..0000000 Binary files a/installer/staging/System.Threading.AccessControl.dll and /dev/null differ diff --git a/installer/staging/System.Threading.Channels.dll b/installer/staging/System.Threading.Channels.dll deleted file mode 100644 index a8c202d..0000000 Binary files a/installer/staging/System.Threading.Channels.dll and /dev/null differ diff --git a/installer/staging/System.Threading.Overlapped.dll b/installer/staging/System.Threading.Overlapped.dll deleted file mode 100644 index 846a2dd..0000000 Binary files a/installer/staging/System.Threading.Overlapped.dll and /dev/null differ diff --git a/installer/staging/System.Threading.Tasks.Dataflow.dll b/installer/staging/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index 6affc43..0000000 Binary files a/installer/staging/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/installer/staging/System.Threading.Tasks.Extensions.dll b/installer/staging/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index e453c5c..0000000 Binary files a/installer/staging/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/installer/staging/System.Threading.Tasks.Parallel.dll b/installer/staging/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index d234555..0000000 Binary files a/installer/staging/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/installer/staging/System.Threading.Tasks.dll b/installer/staging/System.Threading.Tasks.dll deleted file mode 100644 index 3a2b107..0000000 Binary files a/installer/staging/System.Threading.Tasks.dll and /dev/null differ diff --git a/installer/staging/System.Threading.Thread.dll b/installer/staging/System.Threading.Thread.dll deleted file mode 100644 index 8b0ed21..0000000 Binary files a/installer/staging/System.Threading.Thread.dll and /dev/null differ diff --git a/installer/staging/System.Threading.ThreadPool.dll b/installer/staging/System.Threading.ThreadPool.dll deleted file mode 100644 index dea32eb..0000000 Binary files a/installer/staging/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/installer/staging/System.Threading.Timer.dll b/installer/staging/System.Threading.Timer.dll deleted file mode 100644 index 825a808..0000000 Binary files a/installer/staging/System.Threading.Timer.dll and /dev/null differ diff --git a/installer/staging/System.Threading.dll b/installer/staging/System.Threading.dll deleted file mode 100644 index f512c1b..0000000 Binary files a/installer/staging/System.Threading.dll and /dev/null differ diff --git a/installer/staging/System.Transactions.Local.dll b/installer/staging/System.Transactions.Local.dll deleted file mode 100644 index 9b70413..0000000 Binary files a/installer/staging/System.Transactions.Local.dll and /dev/null differ diff --git a/installer/staging/System.Transactions.dll b/installer/staging/System.Transactions.dll deleted file mode 100644 index 77e1e8a..0000000 Binary files a/installer/staging/System.Transactions.dll and /dev/null differ diff --git a/installer/staging/System.ValueTuple.dll b/installer/staging/System.ValueTuple.dll deleted file mode 100644 index fd1db8b..0000000 Binary files a/installer/staging/System.ValueTuple.dll and /dev/null differ diff --git a/installer/staging/System.Web.HttpUtility.dll b/installer/staging/System.Web.HttpUtility.dll deleted file mode 100644 index dc5fa28..0000000 Binary files a/installer/staging/System.Web.HttpUtility.dll and /dev/null differ diff --git a/installer/staging/System.Web.dll b/installer/staging/System.Web.dll deleted file mode 100644 index 6232ed3..0000000 Binary files a/installer/staging/System.Web.dll and /dev/null differ diff --git a/installer/staging/System.Windows.Controls.Ribbon.dll b/installer/staging/System.Windows.Controls.Ribbon.dll deleted file mode 100644 index 0f826ac..0000000 Binary files a/installer/staging/System.Windows.Controls.Ribbon.dll and /dev/null differ diff --git a/installer/staging/System.Windows.Extensions.dll b/installer/staging/System.Windows.Extensions.dll deleted file mode 100644 index 0a761fe..0000000 Binary files a/installer/staging/System.Windows.Extensions.dll and /dev/null differ diff --git a/installer/staging/System.Windows.Input.Manipulations.dll b/installer/staging/System.Windows.Input.Manipulations.dll deleted file mode 100644 index 76d0305..0000000 Binary files a/installer/staging/System.Windows.Input.Manipulations.dll and /dev/null differ diff --git a/installer/staging/System.Windows.Presentation.dll b/installer/staging/System.Windows.Presentation.dll deleted file mode 100644 index 9eeeafe..0000000 Binary files a/installer/staging/System.Windows.Presentation.dll and /dev/null differ diff --git a/installer/staging/System.Windows.dll b/installer/staging/System.Windows.dll deleted file mode 100644 index 1edff58..0000000 Binary files a/installer/staging/System.Windows.dll and /dev/null differ diff --git a/installer/staging/System.Xaml.dll b/installer/staging/System.Xaml.dll deleted file mode 100644 index 19dbb4e..0000000 Binary files a/installer/staging/System.Xaml.dll and /dev/null differ diff --git a/installer/staging/System.Xml.Linq.dll b/installer/staging/System.Xml.Linq.dll deleted file mode 100644 index bde3175..0000000 Binary files a/installer/staging/System.Xml.Linq.dll and /dev/null differ diff --git a/installer/staging/System.Xml.ReaderWriter.dll b/installer/staging/System.Xml.ReaderWriter.dll deleted file mode 100644 index 9757625..0000000 Binary files a/installer/staging/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/installer/staging/System.Xml.Serialization.dll b/installer/staging/System.Xml.Serialization.dll deleted file mode 100644 index e0fb15b..0000000 Binary files a/installer/staging/System.Xml.Serialization.dll and /dev/null differ diff --git a/installer/staging/System.Xml.XDocument.dll b/installer/staging/System.Xml.XDocument.dll deleted file mode 100644 index 2e0fee4..0000000 Binary files a/installer/staging/System.Xml.XDocument.dll and /dev/null differ diff --git a/installer/staging/System.Xml.XPath.XDocument.dll b/installer/staging/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 95c5c37..0000000 Binary files a/installer/staging/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/installer/staging/System.Xml.XPath.dll b/installer/staging/System.Xml.XPath.dll deleted file mode 100644 index eeb2614..0000000 Binary files a/installer/staging/System.Xml.XPath.dll and /dev/null differ diff --git a/installer/staging/System.Xml.XmlDocument.dll b/installer/staging/System.Xml.XmlDocument.dll deleted file mode 100644 index 9d0a2d7..0000000 Binary files a/installer/staging/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/installer/staging/System.Xml.XmlSerializer.dll b/installer/staging/System.Xml.XmlSerializer.dll deleted file mode 100644 index 779fdef..0000000 Binary files a/installer/staging/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/installer/staging/System.Xml.dll b/installer/staging/System.Xml.dll deleted file mode 100644 index 5185c79..0000000 Binary files a/installer/staging/System.Xml.dll and /dev/null differ diff --git a/installer/staging/System.dll b/installer/staging/System.dll deleted file mode 100644 index 9215aaf..0000000 Binary files a/installer/staging/System.dll and /dev/null differ diff --git a/installer/staging/UIAutomationClient.dll b/installer/staging/UIAutomationClient.dll deleted file mode 100644 index b1fce45..0000000 Binary files a/installer/staging/UIAutomationClient.dll and /dev/null differ diff --git a/installer/staging/UIAutomationClientSideProviders.dll b/installer/staging/UIAutomationClientSideProviders.dll deleted file mode 100644 index 2405c12..0000000 Binary files a/installer/staging/UIAutomationClientSideProviders.dll and /dev/null differ diff --git a/installer/staging/UIAutomationProvider.dll b/installer/staging/UIAutomationProvider.dll deleted file mode 100644 index f298f21..0000000 Binary files a/installer/staging/UIAutomationProvider.dll and /dev/null differ diff --git a/installer/staging/UIAutomationTypes.dll b/installer/staging/UIAutomationTypes.dll deleted file mode 100644 index 563afd7..0000000 Binary files a/installer/staging/UIAutomationTypes.dll and /dev/null differ diff --git a/installer/staging/WindowsBase.dll b/installer/staging/WindowsBase.dll deleted file mode 100644 index bd9b454..0000000 Binary files a/installer/staging/WindowsBase.dll and /dev/null differ diff --git a/installer/staging/clretwrc.dll b/installer/staging/clretwrc.dll deleted file mode 100644 index f3fa86f..0000000 Binary files a/installer/staging/clretwrc.dll and /dev/null differ diff --git a/installer/staging/clrgc.dll b/installer/staging/clrgc.dll deleted file mode 100644 index 180e9ed..0000000 Binary files a/installer/staging/clrgc.dll and /dev/null differ diff --git a/installer/staging/clrgcexp.dll b/installer/staging/clrgcexp.dll deleted file mode 100644 index ba42ebc..0000000 Binary files a/installer/staging/clrgcexp.dll and /dev/null differ diff --git a/installer/staging/clrjit.dll b/installer/staging/clrjit.dll deleted file mode 100644 index 9482ae9..0000000 Binary files a/installer/staging/clrjit.dll and /dev/null differ diff --git a/installer/staging/coreclr.dll b/installer/staging/coreclr.dll deleted file mode 100644 index 897d9fc..0000000 Binary files a/installer/staging/coreclr.dll and /dev/null differ diff --git a/installer/staging/createdump.exe b/installer/staging/createdump.exe deleted file mode 100644 index c538d0a..0000000 Binary files a/installer/staging/createdump.exe and /dev/null differ diff --git a/installer/staging/hostfxr.dll b/installer/staging/hostfxr.dll deleted file mode 100644 index 5a7258f..0000000 Binary files a/installer/staging/hostfxr.dll and /dev/null differ diff --git a/installer/staging/hostpolicy.dll b/installer/staging/hostpolicy.dll deleted file mode 100644 index b573b55..0000000 Binary files a/installer/staging/hostpolicy.dll and /dev/null differ diff --git a/installer/staging/init.sql b/installer/staging/init.sql deleted file mode 100644 index 91eb954..0000000 --- a/installer/staging/init.sql +++ /dev/null @@ -1,177 +0,0 @@ --- Run this script against the Housing database before running the app. --- It creates the login tables and login procedures. - -IF OBJECT_ID(N'dbo.Operator_Account', N'U') IS NULL -BEGIN - CREATE TABLE dbo.Operator_Account - ( - [Operator] NVARCHAR(10) NOT NULL - CONSTRAINT PK_Operator_Account PRIMARY KEY, - [Password] NVARCHAR(50) NOT NULL, - [CreatedAt] DATETIME2(0) NOT NULL - CONSTRAINT DF_Operator_Account_CreatedAt DEFAULT (SYSDATETIME()), - [UpdatedAt] DATETIME2(0) NULL - ); -END; -GO - -IF COL_LENGTH(N'dbo.Operator_Account', N'IsActive') IS NOT NULL -BEGIN - DECLARE @DefaultConstraintName SYSNAME; - - SELECT @DefaultConstraintName = dc.name - FROM sys.default_constraints AS dc - INNER JOIN sys.columns AS c - ON c.default_object_id = dc.object_id - WHERE dc.parent_object_id = OBJECT_ID(N'dbo.Operator_Account', N'U') - AND c.name = N'IsActive'; - - IF @DefaultConstraintName IS NOT NULL - BEGIN - EXEC(N'ALTER TABLE dbo.Operator_Account DROP CONSTRAINT [' + @DefaultConstraintName + N']'); - END; - - ALTER TABLE dbo.Operator_Account DROP COLUMN [IsActive]; -END; -GO - -IF OBJECT_ID(N'dbo.Operator_Process', N'U') IS NULL -BEGIN - CREATE TABLE dbo.Operator_Process - ( - [Operator] NVARCHAR(10) NOT NULL, - [ProcessName] NVARCHAR(30) NOT NULL, - [CreatedAt] DATETIME2(0) NOT NULL - CONSTRAINT DF_Operator_Process_CreatedAt DEFAULT (SYSDATETIME()), - CONSTRAINT PK_Operator_Process PRIMARY KEY ([Operator], [ProcessName]), - CONSTRAINT FK_Operator_Process_Operator_Account FOREIGN KEY ([Operator]) - REFERENCES dbo.Operator_Account ([Operator]) - ON DELETE CASCADE - ); -END; -GO - -IF EXISTS (SELECT 1 FROM dbo.Operator_Account WHERE [Operator] = N'su') -BEGIN - UPDATE dbo.Operator_Account - SET - [Password] = N'su', - [UpdatedAt] = SYSDATETIME() - WHERE [Operator] = N'su'; -END -ELSE -BEGIN - INSERT INTO dbo.Operator_Account - ( - [Operator], - [Password] - ) - VALUES - ( - N'su', - N'su' - ); -END; -GO - -IF NOT EXISTS -( - SELECT 1 - FROM dbo.Operator_Process - WHERE [Operator] = N'su' - AND [ProcessName] = N'Housing' -) -BEGIN - INSERT INTO dbo.Operator_Process - ( - [Operator], - [ProcessName] - ) - VALUES - ( - N'su', - N'Housing' - ); -END; -GO - -CREATE OR ALTER PROCEDURE dbo.CheckOperator - @Operator NVARCHAR(10), - @Password NVARCHAR(50), - @ProcessName NVARCHAR(30) = N'Housing' -AS -BEGIN - SET NOCOUNT ON; - - SELECT CAST( - CASE - WHEN EXISTS - ( - SELECT 1 - FROM dbo.Operator_Account AS account - INNER JOIN dbo.Operator_Process AS process - ON process.[Operator] = account.[Operator] - WHERE account.[Operator] = @Operator - AND account.[Password] = @Password - AND process.[ProcessName] = @ProcessName - ) - THEN 1 - ELSE 0 - END AS BIT) AS IsValid; -END; -GO - -CREATE OR ALTER PROCEDURE dbo.SaveOperator - @Operator NVARCHAR(10), - @Password NVARCHAR(50), - @ProcessName NVARCHAR(30) = N'Housing' -AS -BEGIN - SET NOCOUNT ON; - SET XACT_ABORT ON; - - BEGIN TRANSACTION; - - UPDATE dbo.Operator_Account - SET - [Password] = @Password, - [UpdatedAt] = SYSDATETIME() - WHERE [Operator] = @Operator; - - IF @@ROWCOUNT = 0 - BEGIN - INSERT INTO dbo.Operator_Account - ( - [Operator], - [Password] - ) - VALUES - ( - @Operator, - @Password - ); - END; - - IF NOT EXISTS - ( - SELECT 1 - FROM dbo.Operator_Process - WHERE [Operator] = @Operator - AND [ProcessName] = @ProcessName - ) - BEGIN - INSERT INTO dbo.Operator_Process - ( - [Operator], - [ProcessName] - ) - VALUES - ( - @Operator, - @ProcessName - ); - END; - - COMMIT TRANSACTION; -END; -GO diff --git a/installer/staging/install.cmd b/installer/staging/install.cmd deleted file mode 100644 index edd347d..0000000 --- a/installer/staging/install.cmd +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0install.ps1" -if errorlevel 1 pause diff --git a/installer/staging/install.ps1 b/installer/staging/install.ps1 deleted file mode 100644 index 566e885..0000000 --- a/installer/staging/install.ps1 +++ /dev/null @@ -1,30 +0,0 @@ -$ErrorActionPreference = 'Stop' - -$appName = 'AMO Housing' -$installDir = Join-Path $env:LOCALAPPDATA 'Programs\AMO Housing' -$desktop = [Environment]::GetFolderPath('DesktopDirectory') -$shortcutPath = Join-Path $desktop 'AMO Housing.lnk' -$sourceDir = Split-Path -Parent $MyInvocation.MyCommand.Path - -New-Item -ItemType Directory -Force -Path $installDir | Out-Null - -Get-ChildItem -LiteralPath $sourceDir -Force | - Where-Object { $_.Name -notin @('install.ps1', 'install.cmd') } | - ForEach-Object { - $destination = Join-Path $installDir $_.Name - Copy-Item -LiteralPath $_.FullName -Destination $destination -Recurse -Force - } - -$targetPath = Join-Path $installDir 'Housing.exe' -$iconPath = Join-Path $installDir 'Housing_voltage_current_icon.ico' -$shell = New-Object -ComObject WScript.Shell -$shortcut = $shell.CreateShortcut($shortcutPath) -$shortcut.TargetPath = $targetPath -$shortcut.WorkingDirectory = $installDir -$shortcut.IconLocation = $iconPath -$shortcut.Description = $appName -$shortcut.Save() - -Write-Host "$appName installation completed." -Write-Host "Installed to: $installDir" -Write-Host "Desktop shortcut: $shortcutPath" diff --git a/installer/staging/mscordaccore.dll b/installer/staging/mscordaccore.dll deleted file mode 100644 index d72de82..0000000 Binary files a/installer/staging/mscordaccore.dll and /dev/null differ diff --git a/installer/staging/mscordaccore_amd64_amd64_9.0.1726.26416.dll b/installer/staging/mscordaccore_amd64_amd64_9.0.1726.26416.dll deleted file mode 100644 index d72de82..0000000 Binary files a/installer/staging/mscordaccore_amd64_amd64_9.0.1726.26416.dll and /dev/null differ diff --git a/installer/staging/mscordbi.dll b/installer/staging/mscordbi.dll deleted file mode 100644 index b81f3df..0000000 Binary files a/installer/staging/mscordbi.dll and /dev/null differ diff --git a/installer/staging/mscorlib.dll b/installer/staging/mscorlib.dll deleted file mode 100644 index 11c5d43..0000000 Binary files a/installer/staging/mscorlib.dll and /dev/null differ diff --git a/installer/staging/mscorrc.dll b/installer/staging/mscorrc.dll deleted file mode 100644 index 99c0fea..0000000 Binary files a/installer/staging/mscorrc.dll and /dev/null differ diff --git a/installer/staging/msquic.dll b/installer/staging/msquic.dll deleted file mode 100644 index 9f0824a..0000000 Binary files a/installer/staging/msquic.dll and /dev/null differ diff --git a/installer/staging/netstandard.dll b/installer/staging/netstandard.dll deleted file mode 100644 index 5b4edfa..0000000 Binary files a/installer/staging/netstandard.dll and /dev/null differ diff --git a/installer/staging/vcruntime140_cor3.dll b/installer/staging/vcruntime140_cor3.dll deleted file mode 100644 index 5786e93..0000000 Binary files a/installer/staging/vcruntime140_cor3.dll and /dev/null differ diff --git a/installer/staging/wpfgfx_cor3.dll b/installer/staging/wpfgfx_cor3.dll deleted file mode 100644 index c5fde62..0000000 Binary files a/installer/staging/wpfgfx_cor3.dll and /dev/null differ diff --git a/publish/setup-win-x64/Housing.dll b/publish/setup-win-x64/Housing.dll index 7d7a74a..72e19b7 100644 Binary files a/publish/setup-win-x64/Housing.dll and b/publish/setup-win-x64/Housing.dll differ diff --git a/publish/setup-win-x64/Housing.exe b/publish/setup-win-x64/Housing.exe index fe6c523..e6584e9 100644 Binary files a/publish/setup-win-x64/Housing.exe and b/publish/setup-win-x64/Housing.exe differ diff --git a/publish/setup-win-x64/Housing.pdb b/publish/setup-win-x64/Housing.pdb index f0d1e40..87c2446 100644 Binary files a/publish/setup-win-x64/Housing.pdb and b/publish/setup-win-x64/Housing.pdb differ diff --git a/publish/setup-win-x64/Housing_voltage_current_icon_msi.ico b/publish/setup-win-x64/Housing_voltage_current_icon_msi.ico deleted file mode 100644 index 9236baf..0000000 Binary files a/publish/setup-win-x64/Housing_voltage_current_icon_msi.ico and /dev/null differ diff --git a/publish/setup-win-x64/Housing_voltage_current_icon_msi_noborder.ico b/publish/setup-win-x64/Housing_voltage_current_icon_msi_noborder.ico deleted file mode 100644 index df0075f..0000000 Binary files a/publish/setup-win-x64/Housing_voltage_current_icon_msi_noborder.ico and /dev/null differ diff --git a/publish/setup-win-x64/init.sql b/publish/setup-win-x64/init.sql index 91eb954..2990866 100644 --- a/publish/setup-win-x64/init.sql +++ b/publish/setup-win-x64/init.sql @@ -74,25 +74,37 @@ BEGIN END; GO -IF NOT EXISTS +DECLARE @DefaultOperatorProcesses TABLE ( - SELECT 1 - FROM dbo.Operator_Process - WHERE [Operator] = N'su' - AND [ProcessName] = N'Housing' + [ProcessName] NVARCHAR(30) NOT NULL PRIMARY KEY +); + +INSERT INTO @DefaultOperatorProcesses +( + [ProcessName] ) -BEGIN - INSERT INTO dbo.Operator_Process - ( - [Operator], - [ProcessName] - ) - VALUES - ( - N'su', - N'Housing' - ); -END; +VALUES + (N'Housing'), + (N'Calibration'), + (N'EOL'), + (N'Marking'); + +INSERT INTO dbo.Operator_Process +( + [Operator], + [ProcessName] +) +SELECT + N'su', + defaultProcess.[ProcessName] +FROM @DefaultOperatorProcesses AS defaultProcess +WHERE NOT EXISTS +( + SELECT 1 + FROM dbo.Operator_Process AS operatorProcess + WHERE operatorProcess.[Operator] = N'su' + AND operatorProcess.[ProcessName] = defaultProcess.[ProcessName] +); GO CREATE OR ALTER PROCEDURE dbo.CheckOperator diff --git a/publish/win-x64/D3DCompiler_47_cor3.dll b/publish/win-x64/D3DCompiler_47_cor3.dll deleted file mode 100644 index 80489b8..0000000 Binary files a/publish/win-x64/D3DCompiler_47_cor3.dll and /dev/null differ diff --git a/publish/win-x64/Database.ini b/publish/win-x64/Database.ini deleted file mode 100644 index 8f32133..0000000 --- a/publish/win-x64/Database.ini +++ /dev/null @@ -1,13 +0,0 @@ -[Database] -IP=127.0.0.1 -Database=Housing -DbId=sa -DbPw=your_password -Encrypt=True -TrustServerCertificate=True -Timeout=5 - -[Login] -Procedure=dbo.CheckOperator -ProcessName=Housing -OfflinePreview=true diff --git a/publish/win-x64/Hardware.ini b/publish/win-x64/Hardware.ini deleted file mode 100644 index cafa5ef..0000000 --- a/publish/win-x64/Hardware.ini +++ /dev/null @@ -1,78 +0,0 @@ -[Board] -PortName=COM5 -BaudRate=115200 -ReadTimeout=5000 -PreConnectCommand=x00o -ConnectCommand=x00c_001101:owt28006727ea97c7801 -ReadIdCommand=x00c_001101:ow2800326003e -PostReadIdCommand=x00o -CalDefaultCommand=x00c_001001:owt28006727ea97c7801 -EndToken= -DtrEnable=false -RtsEnable=false - -[BarcodeScanner] -Enabled=true -PortName=Auto -BaudRate=9600 -ReadTimeout=500 -IdleCommitMilliseconds=250 -DtrEnable=true -RtsEnable=true - -[StartSignal] -; USB-6501 -Enabled=true -Connection=Ni6501 -PhysicalChannel=Dev1/port0/line0 -ActiveState=High -PollIntervalMilliseconds=50 -TimeoutMilliseconds=30000 -PostSignalDelayMilliseconds=2000 -RequireInactiveBeforeStart=true - -[Equipment] -; V 출력: Keysight 34465A DMM 값 -; A 출력: Keysight E36233A Power Supply CH1 Current 값 -; USB 장비는 Keysight Connection Expert 또는 NI MAX에서 보이는 VISA 주소를 Resource -Timeout=5000 -SettleMilliseconds=300 -PreBoardCommand=VOLT 5, (@2);OUTP ON, (@2) -PreBoardDelayMilliseconds=2000 -LogoutCommand=OUTP OFF, (@1);OUTP OFF, (@2) - -; 34465A DMM -VoltageConnection=LAN -VoltageResource= -VoltageIdnMatch=34465A -VoltageHost=192.168.200.3 -VoltagePort=5025 -VoltageSetupCommand= -VoltageReadCommand=MEAS:VOLT:DC? - -; E36233A Power Supply -CurrentConnection=LAN -CurrentResource= -CurrentIdnMatch=E36233A -; Change this to the E36233A LAN IP if the instrument uses a different address. -CurrentHost=192.168.200.111 -CurrentPort=5025 -CurrentPortName= -CurrentBaudRate=9600 -CurrentTerminator=LF -CurrentSetupCommand=OUTP ON, (@1) -CurrentCleanupCommand=OUTP OFF, (@1) -CurrentReadCommand=MEAS:CURR? (@1) - -; COM 포트로 잡히는 장비 예시: -; VoltageConnection=Serial -; VoltagePortName=Auto -; VoltageBaudRate=115200 - -; LAN 장비 예시: -; VoltageConnection=Tcp -; VoltageHost=192.168.0.10 -; VoltagePort=5025 - -; E36233A 파워서플라이에서 CH1 전압까지 읽고 싶을 때 예시: -; VoltageReadCommand=MEAS:VOLT? CH1 diff --git a/publish/win-x64/Housing.exe b/publish/win-x64/Housing.exe deleted file mode 100644 index 2cbab41..0000000 Binary files a/publish/win-x64/Housing.exe and /dev/null differ diff --git a/publish/win-x64/Housing.pdb b/publish/win-x64/Housing.pdb deleted file mode 100644 index f0d1e40..0000000 Binary files a/publish/win-x64/Housing.pdb and /dev/null differ diff --git a/publish/win-x64/InspectionSettings.ini b/publish/win-x64/InspectionSettings.ini deleted file mode 100644 index b781388..0000000 --- a/publish/win-x64/InspectionSettings.ini +++ /dev/null @@ -1,5 +0,0 @@ -[Judgement] -VMin=0.00 -VMax=9.99 -AMin=0.00 -AMax=9.99 diff --git a/publish/win-x64/Microsoft.Data.SqlClient.SNI.dll b/publish/win-x64/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100644 index a0083b1..0000000 Binary files a/publish/win-x64/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/publish/win-x64/PenImc_cor3.dll b/publish/win-x64/PenImc_cor3.dll deleted file mode 100644 index 61cfbb2..0000000 Binary files a/publish/win-x64/PenImc_cor3.dll and /dev/null differ diff --git a/publish/win-x64/PresentationNative_cor3.dll b/publish/win-x64/PresentationNative_cor3.dll deleted file mode 100644 index aa84772..0000000 Binary files a/publish/win-x64/PresentationNative_cor3.dll and /dev/null differ diff --git a/publish/win-x64/init.sql b/publish/win-x64/init.sql deleted file mode 100644 index 91eb954..0000000 --- a/publish/win-x64/init.sql +++ /dev/null @@ -1,177 +0,0 @@ --- Run this script against the Housing database before running the app. --- It creates the login tables and login procedures. - -IF OBJECT_ID(N'dbo.Operator_Account', N'U') IS NULL -BEGIN - CREATE TABLE dbo.Operator_Account - ( - [Operator] NVARCHAR(10) NOT NULL - CONSTRAINT PK_Operator_Account PRIMARY KEY, - [Password] NVARCHAR(50) NOT NULL, - [CreatedAt] DATETIME2(0) NOT NULL - CONSTRAINT DF_Operator_Account_CreatedAt DEFAULT (SYSDATETIME()), - [UpdatedAt] DATETIME2(0) NULL - ); -END; -GO - -IF COL_LENGTH(N'dbo.Operator_Account', N'IsActive') IS NOT NULL -BEGIN - DECLARE @DefaultConstraintName SYSNAME; - - SELECT @DefaultConstraintName = dc.name - FROM sys.default_constraints AS dc - INNER JOIN sys.columns AS c - ON c.default_object_id = dc.object_id - WHERE dc.parent_object_id = OBJECT_ID(N'dbo.Operator_Account', N'U') - AND c.name = N'IsActive'; - - IF @DefaultConstraintName IS NOT NULL - BEGIN - EXEC(N'ALTER TABLE dbo.Operator_Account DROP CONSTRAINT [' + @DefaultConstraintName + N']'); - END; - - ALTER TABLE dbo.Operator_Account DROP COLUMN [IsActive]; -END; -GO - -IF OBJECT_ID(N'dbo.Operator_Process', N'U') IS NULL -BEGIN - CREATE TABLE dbo.Operator_Process - ( - [Operator] NVARCHAR(10) NOT NULL, - [ProcessName] NVARCHAR(30) NOT NULL, - [CreatedAt] DATETIME2(0) NOT NULL - CONSTRAINT DF_Operator_Process_CreatedAt DEFAULT (SYSDATETIME()), - CONSTRAINT PK_Operator_Process PRIMARY KEY ([Operator], [ProcessName]), - CONSTRAINT FK_Operator_Process_Operator_Account FOREIGN KEY ([Operator]) - REFERENCES dbo.Operator_Account ([Operator]) - ON DELETE CASCADE - ); -END; -GO - -IF EXISTS (SELECT 1 FROM dbo.Operator_Account WHERE [Operator] = N'su') -BEGIN - UPDATE dbo.Operator_Account - SET - [Password] = N'su', - [UpdatedAt] = SYSDATETIME() - WHERE [Operator] = N'su'; -END -ELSE -BEGIN - INSERT INTO dbo.Operator_Account - ( - [Operator], - [Password] - ) - VALUES - ( - N'su', - N'su' - ); -END; -GO - -IF NOT EXISTS -( - SELECT 1 - FROM dbo.Operator_Process - WHERE [Operator] = N'su' - AND [ProcessName] = N'Housing' -) -BEGIN - INSERT INTO dbo.Operator_Process - ( - [Operator], - [ProcessName] - ) - VALUES - ( - N'su', - N'Housing' - ); -END; -GO - -CREATE OR ALTER PROCEDURE dbo.CheckOperator - @Operator NVARCHAR(10), - @Password NVARCHAR(50), - @ProcessName NVARCHAR(30) = N'Housing' -AS -BEGIN - SET NOCOUNT ON; - - SELECT CAST( - CASE - WHEN EXISTS - ( - SELECT 1 - FROM dbo.Operator_Account AS account - INNER JOIN dbo.Operator_Process AS process - ON process.[Operator] = account.[Operator] - WHERE account.[Operator] = @Operator - AND account.[Password] = @Password - AND process.[ProcessName] = @ProcessName - ) - THEN 1 - ELSE 0 - END AS BIT) AS IsValid; -END; -GO - -CREATE OR ALTER PROCEDURE dbo.SaveOperator - @Operator NVARCHAR(10), - @Password NVARCHAR(50), - @ProcessName NVARCHAR(30) = N'Housing' -AS -BEGIN - SET NOCOUNT ON; - SET XACT_ABORT ON; - - BEGIN TRANSACTION; - - UPDATE dbo.Operator_Account - SET - [Password] = @Password, - [UpdatedAt] = SYSDATETIME() - WHERE [Operator] = @Operator; - - IF @@ROWCOUNT = 0 - BEGIN - INSERT INTO dbo.Operator_Account - ( - [Operator], - [Password] - ) - VALUES - ( - @Operator, - @Password - ); - END; - - IF NOT EXISTS - ( - SELECT 1 - FROM dbo.Operator_Process - WHERE [Operator] = @Operator - AND [ProcessName] = @ProcessName - ) - BEGIN - INSERT INTO dbo.Operator_Process - ( - [Operator], - [ProcessName] - ) - VALUES - ( - @Operator, - @ProcessName - ); - END; - - COMMIT TRANSACTION; -END; -GO diff --git a/publish/win-x64/vcruntime140_cor3.dll b/publish/win-x64/vcruntime140_cor3.dll deleted file mode 100644 index 5786e93..0000000 Binary files a/publish/win-x64/vcruntime140_cor3.dll and /dev/null differ diff --git a/publish/win-x64/wpfgfx_cor3.dll b/publish/win-x64/wpfgfx_cor3.dll deleted file mode 100644 index bfd9958..0000000 Binary files a/publish/win-x64/wpfgfx_cor3.dll and /dev/null differ