diff --git a/.gitignore b/.gitignore index 4a22916..82f6ca7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,285 @@ -/Web/site/nbproject/private/ -/Web/site/nbproject/project.xml -/Web/site/nbproject/project.properties +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ [Bb]in/ [Oo]bj/ -Debug/ -Release/ -*.suo \ No newline at end of file +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ +**/Properties/launchSettings.json + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# iisnode +iisnode/ + +# TypeScript +typings/ + +# original (testing) files +original/ +/typings.json diff --git a/Dependencies/2016/ConnectionDlg.dll b/Dependencies/2016/ConnectionDlg.dll new file mode 100644 index 0000000..0cf2b32 Binary files /dev/null and b/Dependencies/2016/ConnectionDlg.dll differ diff --git a/Dependencies/2016/Microsoft.SqlServer.ConnectionInfo.dll b/Dependencies/2016/Microsoft.SqlServer.ConnectionInfo.dll new file mode 100644 index 0000000..5148f4f Binary files /dev/null and b/Dependencies/2016/Microsoft.SqlServer.ConnectionInfo.dll differ diff --git a/Dependencies/2016/Microsoft.SqlServer.ConnectionInfoExtended.dll b/Dependencies/2016/Microsoft.SqlServer.ConnectionInfoExtended.dll new file mode 100644 index 0000000..afeee48 Binary files /dev/null and b/Dependencies/2016/Microsoft.SqlServer.ConnectionInfoExtended.dll differ diff --git a/Dependencies/2016/Microsoft.SqlServer.Management.SDK.SqlStudio.dll b/Dependencies/2016/Microsoft.SqlServer.Management.SDK.SqlStudio.dll new file mode 100644 index 0000000..26a5913 Binary files /dev/null and b/Dependencies/2016/Microsoft.SqlServer.Management.SDK.SqlStudio.dll differ diff --git a/Dependencies/2016/Microsoft.SqlServer.Management.Sdk.Sfc.dll b/Dependencies/2016/Microsoft.SqlServer.Management.Sdk.Sfc.dll new file mode 100644 index 0000000..8994da0 Binary files /dev/null and b/Dependencies/2016/Microsoft.SqlServer.Management.Sdk.Sfc.dll differ diff --git a/Dependencies/2016/Microsoft.SqlServer.RegSvrEnum.dll b/Dependencies/2016/Microsoft.SqlServer.RegSvrEnum.dll new file mode 100644 index 0000000..b799c2d Binary files /dev/null and b/Dependencies/2016/Microsoft.SqlServer.RegSvrEnum.dll differ diff --git a/Dependencies/2016/Microsoft.SqlServer.Smo.dll b/Dependencies/2016/Microsoft.SqlServer.Smo.dll new file mode 100644 index 0000000..b637043 Binary files /dev/null and b/Dependencies/2016/Microsoft.SqlServer.Smo.dll differ diff --git a/Dependencies/2016/Microsoft.SqlServer.SmoExtended.dll b/Dependencies/2016/Microsoft.SqlServer.SmoExtended.dll new file mode 100644 index 0000000..0ce979b Binary files /dev/null and b/Dependencies/2016/Microsoft.SqlServer.SmoExtended.dll differ diff --git a/Dependencies/2016/Microsoft.SqlServer.SqlEnum.dll b/Dependencies/2016/Microsoft.SqlServer.SqlEnum.dll new file mode 100644 index 0000000..a1d1e16 Binary files /dev/null and b/Dependencies/2016/Microsoft.SqlServer.SqlEnum.dll differ diff --git a/Dependencies/2016/NLog.dll b/Dependencies/2016/NLog.dll new file mode 100644 index 0000000..491a664 Binary files /dev/null and b/Dependencies/2016/NLog.dll differ diff --git a/Dependencies/2016/SqlPackageBase.dll b/Dependencies/2016/SqlPackageBase.dll new file mode 100644 index 0000000..910a2c3 Binary files /dev/null and b/Dependencies/2016/SqlPackageBase.dll differ diff --git a/Dependencies/2016/SqlWorkbench.Interfaces.dll b/Dependencies/2016/SqlWorkbench.Interfaces.dll new file mode 100644 index 0000000..0bd640c Binary files /dev/null and b/Dependencies/2016/SqlWorkbench.Interfaces.dll differ diff --git a/Dependencies/2016/Xceed.Wpf.Toolkit.dll b/Dependencies/2016/Xceed.Wpf.Toolkit.dll new file mode 100644 index 0000000..f6bcb83 Binary files /dev/null and b/Dependencies/2016/Xceed.Wpf.Toolkit.dll differ diff --git a/Dependencies/2017/ConnectionDlg.dll b/Dependencies/2017/ConnectionDlg.dll new file mode 100644 index 0000000..8dcea23 Binary files /dev/null and b/Dependencies/2017/ConnectionDlg.dll differ diff --git a/Dependencies/2017/Microsoft.SqlServer.ConnectionInfo.dll b/Dependencies/2017/Microsoft.SqlServer.ConnectionInfo.dll new file mode 100644 index 0000000..68bf644 Binary files /dev/null and b/Dependencies/2017/Microsoft.SqlServer.ConnectionInfo.dll differ diff --git a/Dependencies/2017/Microsoft.SqlServer.ConnectionInfoExtended.dll b/Dependencies/2017/Microsoft.SqlServer.ConnectionInfoExtended.dll new file mode 100644 index 0000000..5681b6b Binary files /dev/null and b/Dependencies/2017/Microsoft.SqlServer.ConnectionInfoExtended.dll differ diff --git a/Dependencies/2017/Microsoft.SqlServer.Management.Sdk.Sfc.dll b/Dependencies/2017/Microsoft.SqlServer.Management.Sdk.Sfc.dll new file mode 100644 index 0000000..f978525 Binary files /dev/null and b/Dependencies/2017/Microsoft.SqlServer.Management.Sdk.Sfc.dll differ diff --git a/Dependencies/2017/Microsoft.SqlServer.RegSvrEnum.dll b/Dependencies/2017/Microsoft.SqlServer.RegSvrEnum.dll new file mode 100644 index 0000000..964e831 Binary files /dev/null and b/Dependencies/2017/Microsoft.SqlServer.RegSvrEnum.dll differ diff --git a/Dependencies/2017/Microsoft.SqlServer.Smo.dll b/Dependencies/2017/Microsoft.SqlServer.Smo.dll new file mode 100644 index 0000000..3015730 Binary files /dev/null and b/Dependencies/2017/Microsoft.SqlServer.Smo.dll differ diff --git a/Dependencies/2017/Microsoft.SqlServer.SmoExtended.dll b/Dependencies/2017/Microsoft.SqlServer.SmoExtended.dll new file mode 100644 index 0000000..2d26743 Binary files /dev/null and b/Dependencies/2017/Microsoft.SqlServer.SmoExtended.dll differ diff --git a/Dependencies/2017/Microsoft.SqlServer.SqlEnum.dll b/Dependencies/2017/Microsoft.SqlServer.SqlEnum.dll new file mode 100644 index 0000000..a1c4fc9 Binary files /dev/null and b/Dependencies/2017/Microsoft.SqlServer.SqlEnum.dll differ diff --git a/Dependencies/2017/NLog.dll b/Dependencies/2017/NLog.dll new file mode 100644 index 0000000..491a664 Binary files /dev/null and b/Dependencies/2017/NLog.dll differ diff --git a/Dependencies/2017/SqlPackageBase.dll b/Dependencies/2017/SqlPackageBase.dll new file mode 100644 index 0000000..4e293e9 Binary files /dev/null and b/Dependencies/2017/SqlPackageBase.dll differ diff --git a/Dependencies/2017/SqlWorkbench.Interfaces.dll b/Dependencies/2017/SqlWorkbench.Interfaces.dll new file mode 100644 index 0000000..2a77a05 Binary files /dev/null and b/Dependencies/2017/SqlWorkbench.Interfaces.dll differ diff --git a/Dependencies/2017/Xceed.Wpf.Toolkit.dll b/Dependencies/2017/Xceed.Wpf.Toolkit.dll new file mode 100644 index 0000000..f6bcb83 Binary files /dev/null and b/Dependencies/2017/Xceed.Wpf.Toolkit.dll differ diff --git a/HuntingDog.sln b/HuntingDog.sln index 9c06df5..11ff821 100644 --- a/HuntingDog.sln +++ b/HuntingDog.sln @@ -1,12 +1,12 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27130.2024 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuntingDog", "HuntingDog\HuntingDog.csproj", "{8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuntingDog2012", "HuntingDog2012\HuntingDog2012.csproj", "{36DCF906-2E95-4590-BBD3-4CF25852F6C3}" EndProject -Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HuntingDogInstall", "HuntingDogInstall\HuntingDogInstall.vdproj", "{9522BCA4-7C05-46FE-A80E-F11EEB98356C}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{73617ECF-F02C-4D69-8DA0-F7E33BF560D9}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Art", "Art", "{4C22589C-A7AE-4442-82F4-87BDC1C83028}" @@ -40,67 +40,52 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinForms", "WinForms\WinFor EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuntingDog2014", "HuntingDog2014\HuntingDog2014.csproj", "{16DCF906-2E95-4590-BBD3-4CF25852F6C3}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuntingDog2016", "HuntingDog2016\HuntingDog2016.csproj", "{AA575755-0E5F-4053-A0A1-73B7EB2E03AB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuntingDog2017", "HuntingDog2017\HuntingDog2017.csproj", "{B6817CDC-17DA-4AF2-98EB-6EFCCDD196F2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installers", "Installers", "{B1FE9DA2-02EB-4805-B47F-6F86E004FA0D}" +EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HuntingDog2017_Installer", "HuntingDog2017_Installer\HuntingDog2017_Installer.vdproj", "{EBC92598-F727-48EA-9900-A537C681C14A}" +EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HuntingDog2016_Installer", "HuntingDog2016_Installer\HuntingDog2016_Installer.vdproj", "{0EEC7B8E-CDA1-4E54-B319-B65DBC9588AA}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - Release|Mixed Platforms = Release|Mixed Platforms - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Debug|x86.ActiveCfg = Debug|Any CPU {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Release|Any CPU.ActiveCfg = Release|Any CPU {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Release|Any CPU.Build.0 = Release|Any CPU - {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {8D0B85B0-0B3A-4FCC-9FC9-F0C1F0F20062}.Release|x86.ActiveCfg = Release|Any CPU {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|x86.ActiveCfg = Debug|Any CPU {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|Any CPU.ActiveCfg = Release|Any CPU {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|Any CPU.Build.0 = Release|Any CPU - {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {36DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|x86.ActiveCfg = Release|Any CPU - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Debug|Any CPU.ActiveCfg = Debug - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Debug|Mixed Platforms.ActiveCfg = Debug - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Debug|Mixed Platforms.Build.0 = Debug - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Debug|x86.ActiveCfg = Debug - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Debug|x86.Build.0 = Debug - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Release|Any CPU.ActiveCfg = Release - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Release|Any CPU.Build.0 = Release - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Release|Mixed Platforms.ActiveCfg = Release - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Release|Mixed Platforms.Build.0 = Release - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Release|x86.ActiveCfg = Release - {9522BCA4-7C05-46FE-A80E-F11EEB98356C}.Release|x86.Build.0 = Release {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Debug|Any CPU.ActiveCfg = Debug|x86 - {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Debug|x86.ActiveCfg = Debug|x86 - {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Debug|x86.Build.0 = Debug|x86 {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Release|Any CPU.ActiveCfg = Release|x86 - {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Release|Mixed Platforms.Build.0 = Release|x86 - {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Release|x86.ActiveCfg = Release|x86 - {65855A0F-DFB6-4254-9E16-3F70839C9C98}.Release|x86.Build.0 = Release|x86 {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Debug|x86.ActiveCfg = Debug|Any CPU {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|Any CPU.ActiveCfg = Release|Any CPU {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|Any CPU.Build.0 = Release|Any CPU - {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {16DCF906-2E95-4590-BBD3-4CF25852F6C3}.Release|x86.ActiveCfg = Release|Any CPU + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB}.Release|Any CPU.Build.0 = Release|Any CPU + {B6817CDC-17DA-4AF2-98EB-6EFCCDD196F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B6817CDC-17DA-4AF2-98EB-6EFCCDD196F2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B6817CDC-17DA-4AF2-98EB-6EFCCDD196F2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B6817CDC-17DA-4AF2-98EB-6EFCCDD196F2}.Release|Any CPU.Build.0 = Release|Any CPU + {EBC92598-F727-48EA-9900-A537C681C14A}.Debug|Any CPU.ActiveCfg = Debug + {EBC92598-F727-48EA-9900-A537C681C14A}.Debug|Any CPU.Build.0 = Debug + {EBC92598-F727-48EA-9900-A537C681C14A}.Release|Any CPU.ActiveCfg = Release + {EBC92598-F727-48EA-9900-A537C681C14A}.Release|Any CPU.Build.0 = Release + {0EEC7B8E-CDA1-4E54-B319-B65DBC9588AA}.Debug|Any CPU.ActiveCfg = Debug + {0EEC7B8E-CDA1-4E54-B319-B65DBC9588AA}.Debug|Any CPU.Build.0 = Debug + {0EEC7B8E-CDA1-4E54-B319-B65DBC9588AA}.Release|Any CPU.ActiveCfg = Release + {0EEC7B8E-CDA1-4E54-B319-B65DBC9588AA}.Release|Any CPU.Build.0 = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -109,5 +94,10 @@ Global {4C22589C-A7AE-4442-82F4-87BDC1C83028} = {73617ECF-F02C-4D69-8DA0-F7E33BF560D9} {C45BD9AF-6E2F-486E-BC3D-271F7F7B3042} = {73617ECF-F02C-4D69-8DA0-F7E33BF560D9} {542FFDC0-C4B9-4717-ABF6-CC36E859265C} = {73617ECF-F02C-4D69-8DA0-F7E33BF560D9} + {EBC92598-F727-48EA-9900-A537C681C14A} = {B1FE9DA2-02EB-4805-B47F-6F86E004FA0D} + {0EEC7B8E-CDA1-4E54-B319-B65DBC9588AA} = {B1FE9DA2-02EB-4805-B47F-6F86E004FA0D} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3695D9FE-F185-4A5D-BBA5-DFEC08327BBC} EndGlobalSection EndGlobal diff --git a/HuntingDog/DogFace/DialogWindow.xaml.cs b/HuntingDog/DogFace/DialogWindow.xaml.cs index bdd2f65..c0c4b5e 100644 --- a/HuntingDog/DogFace/DialogWindow.xaml.cs +++ b/HuntingDog/DogFace/DialogWindow.xaml.cs @@ -24,7 +24,7 @@ public partial class DialogWindow : Window public DialogWindow() { InitializeComponent(); - + } public void ShowConfiguration(DogConfig cfg) @@ -36,10 +36,10 @@ public void ShowConfiguration(DogConfig cfg) _propertyGrid.ShowTitle = false; } - public DogConfig DogConfig - { - get; - private set; + public DogConfig DogConfig + { + get; + private set; } diff --git a/HuntingDog/DogFace/Face.xaml.cs b/HuntingDog/DogFace/Face.xaml.cs index 511d845..3696a25 100644 --- a/HuntingDog/DogFace/Face.xaml.cs +++ b/HuntingDog/DogFace/Face.xaml.cs @@ -70,7 +70,7 @@ enum ERquestType : int // these keys are used to save/load user preferences public const String UserPref_LastSearchText = "Last Search Text"; - + public const String UserPref_ServerDatabase = "[database]:"; @@ -110,7 +110,7 @@ enum ERquestType : int public delegate void AnyInvoker(); public int ResultsFontSize { get; set; } - + public IStudioController StudioController { get @@ -127,7 +127,7 @@ public IStudioController StudioController { _studio = value; } - } + } private IServer SelectedServer { @@ -185,10 +185,10 @@ private void UserControl_Loaded(Object sender, RoutedEventArgs e) var scroll = itemsControl.FindChild(); _userPref = UserPreferencesStorage.Load(); - _cfg =_persistor.Restore(_userPref); + _cfg = _persistor.Restore(_userPref); UpdateDetector = new UpdateDetector(_userPref); - UpdateDetector.NewVersionFound += UpdateDetector_NewVersionFound; + UpdateDetector.NewVersionFound += UpdateDetector_NewVersionFound; _processor.RequestFailed += new Action(_processor_RequestFailed); StudioController.Initialise(); @@ -196,9 +196,8 @@ private void UserControl_Loaded(Object sender, RoutedEventArgs e) StudioController.OnServersAdded += StudioController_OnServersAdded; StudioController.OnServersRemoved += StudioController_OnServersRemoved; StudioController.ShowYourself += new System.Action(StudioController_ShowYourself); - StudioController.HideYourself += new System.Action(StudioController_HideYourself); ReloadServers(); - + ResultsFontSize = _cfg.FontSize; var lastSrvName = _userPref.GetByName(UserPref_LastSelectedServer); @@ -216,14 +215,14 @@ private void UserControl_Loaded(Object sender, RoutedEventArgs e) } } - + void UpdateDetector_NewVersionFound(DogVersion detected) { InvokeInUI(() => { popupBorder.Visibility = System.Windows.Visibility.Visible; - popupUpdateText.Text = string.Format("New version is available ({0})",detected.Version.ToString()); + popupUpdateText.Text = string.Format("New version is available ({0})", detected.Version.ToString()); }); } @@ -278,14 +277,10 @@ void RestoreLastSearchTextFromUserProfile() void StudioController_ShowYourself() { + log.Info("StudioController_ShowYourself"); txtSearch.Focus(); } - void StudioController_HideYourself() - { - Connect._addInCreater.SearchWindow.Visible = false; - } - void StudioController_OnServersAdded(List listAdded) { log.Info("Server added: " + ((listAdded.Count) > 0 ? listAdded[0].ServerName : String.Empty)); @@ -414,7 +409,7 @@ private void Async_ReloadDatabaseList(Object arg) // Reload objects in database private void Async_ReloadObjectsFromDatabase(Object arg) { - var cmd = (ServerDatabaseCommand)arg; + var cmd = (ServerDatabaseCommand)arg; SetStatus("Reloading " + cmd.DatabaseName + "...", true); @@ -435,7 +430,7 @@ void ReloadDatabaseList(bool keepSameDatabase) { var sel = SelectedServer; - if(keepSameDatabase) + if (keepSameDatabase) databaseName = SelectedDatabase; if (sel != null) @@ -445,7 +440,7 @@ void ReloadDatabaseList(bool keepSameDatabase) _databaseChangedByUser = false; // changed server - try to restore database user worked with last time - if(string.IsNullOrEmpty( databaseName)) + if (string.IsNullOrEmpty(databaseName)) databaseName = _userPref.GetByName(UserPref_ServerDatabase + sel.ServerName); var previousDatabaseWasFound = false; @@ -606,7 +601,7 @@ private void Async_PerformSearch(Object arg) return; } - var par = (SearchAsyncParam) arg; + var par = (SearchAsyncParam)arg; // new request was added - this one is outdated if (par.SequenceNumber < _requestSequenceNumber) @@ -673,11 +668,11 @@ private void Async_PerformSearch(Object arg) } - + private void InvokeInUI(AnyInvoker invoker) { - Dispatcher.Invoke((Delegate) invoker); + Dispatcher.Invoke((Delegate)invoker); } // TODO: Remove (empty method) @@ -793,25 +788,25 @@ void InvokeNavigationOnItem(Item item) private void btnNavigationClick(Object sender, RoutedEventArgs e) { - var item = (Item) ((FrameworkElement) sender).Tag; + var item = (Item)((FrameworkElement)sender).Tag; InvokeNavigationOnItem(item); } private void btnActionClick(Object sender, RoutedEventArgs e) { - var item = (Item) ((FrameworkElement) sender).Tag; + var item = (Item)((FrameworkElement)sender).Tag; InvokeActionOnItem(item); } private void btnAdditonalActionClick(Object sender, RoutedEventArgs e) { - var item = (Item) ((FrameworkElement) sender).Tag; + var item = (Item)((FrameworkElement)sender).Tag; InvokeAdditionalActionOnItem(item); } private void DefaultAction_Click(Object sender, RoutedEventArgs e) { - var item = (Item) ((FrameworkElement) sender).Tag; + var item = (Item)((FrameworkElement)sender).Tag; InvokeDefaultOnItem(item); } @@ -1001,7 +996,7 @@ private void myEnityText_MouseUp(object sender, MouseButtonEventArgs e) _isDragDropStartedFromText = false; } - + private void TextBlock_MouseDown(Object sender, MouseButtonEventArgs e) { @@ -1054,7 +1049,7 @@ private void TextBlock_MouseMove(Object sender, MouseEventArgs e) ListViewItem listViewItem = item.FindAncestor(); // Find the data behind the ListViewItem - Item contact = (Item) itemsControl.ItemContainerGenerator.ItemFromContainer(listViewItem); + Item contact = (Item)itemsControl.ItemContainerGenerator.ItemFromContainer(listViewItem); if ((contact != null) && (contact.Entity != null)) { @@ -1132,7 +1127,7 @@ private void borderText_MouseDown(Object sender, MouseButtonEventArgs e) txtSearch.Focus(); } - + private void ReloadObjectsFromDatabase() { @@ -1140,7 +1135,7 @@ private void ReloadObjectsFromDatabase() { if (SelectedDatabase != null) { - _processor.AddRequest(Async_ReloadObjectsFromDatabase, new ServerDatabaseCommand(){Server = SelectedServer,DatabaseName = SelectedDatabase}, (RequestType)(Int32)ERquestType.RefreshSearch, true); + _processor.AddRequest(Async_ReloadObjectsFromDatabase, new ServerDatabaseCommand() { Server = SelectedServer, DatabaseName = SelectedDatabase }, (RequestType)(Int32)ERquestType.RefreshSearch, true); } } } @@ -1153,15 +1148,15 @@ private void Refresh_Click(Object sender, RoutedEventArgs e) Config.DogConfig _cfg = new Config.DogConfig(); Config.ConfigPersistor _persistor = new Config.ConfigPersistor(); - + private void Options_Click(Object sender, RoutedEventArgs e) - { + { - var cfgWindow = new DialogWindow(); + var cfgWindow = new DialogWindow(); cfgWindow.ShowConfiguration(_cfg); - this.BlurApply(10, new TimeSpan(0, 0, 0, 500), TimeSpan.Zero); + this.BlurApply(10, new TimeSpan(0, 0, 0, 500), TimeSpan.Zero); var result = cfgWindow.ShowDialog(); @@ -1179,12 +1174,12 @@ private void Options_Click(Object sender, RoutedEventArgs e) } } - this.BlurDisable(new TimeSpan(0, 0, 0,500), TimeSpan.Zero); + this.BlurDisable(new TimeSpan(0, 0, 0, 500), TimeSpan.Zero); } void userCtrol_OnNewConfig(Config.DogConfig obj) { - if(obj==null) + if (obj == null) return; _cfg = obj; @@ -1194,7 +1189,7 @@ void userCtrol_OnNewConfig(Config.DogConfig obj) ResultsFontSize = _cfg.FontSize; } - if(_userPref!=null) + if (_userPref != null) { _persistor.Persist(_cfg, _userPref); _userPref.Save(); @@ -1208,7 +1203,7 @@ private void RefreshDatabaseList_Click(Object sender, RoutedEventArgs e) if (SelectedServer != null) { - _processor.AddRequest(Async_ReloadDatabaseList, SelectedServer, (Int32) ERquestType.Server, true); + _processor.AddRequest(Async_ReloadDatabaseList, SelectedServer, (Int32)ERquestType.Server, true); } } @@ -1347,6 +1342,5 @@ private void ContextMenu_Opened(Object sender, RoutedEventArgs e) SubscribeToAction(sender as ContextMenu); } - } } \ No newline at end of file diff --git a/HuntingDog/Engine/AddinCreater.cs b/HuntingDog/Engine/AddinCreater.cs index a139880..f8b3fae 100644 --- a/HuntingDog/Engine/AddinCreater.cs +++ b/HuntingDog/Engine/AddinCreater.cs @@ -22,10 +22,10 @@ public class AddinCreater private readonly Log log = LogFactory.GetLog(); - public EnvDTE.Window SearchWindow + private EnvDTE.Window SearchWindow { get; - private set; + set; } public EnvDTE.Window CreateAddinWindow(AddIn addIn, string caption) @@ -46,6 +46,7 @@ public EnvDTE.Window CreateAddinWindow(AddIn addIn, string caption) { SearchWindow = windows.CreateToolWindow2(addIn, assemblyLocation, className, caption, windowId, ref userControl); SearchWindow.SetTabPicture(HuntingDog.Properties.Resources.footprint.GetHbitmap()); + HuntingDog.DogEngine.Impl.DiConstruct.Instance.HideYourself += Instance_HideYourself; ; } SearchWindow.Visible = true; @@ -59,5 +60,12 @@ public EnvDTE.Window CreateAddinWindow(AddIn addIn, string caption) throw; } } + + private void Instance_HideYourself() + { + if (SearchWindow != null) + SearchWindow.Visible = false; + } + } } diff --git a/HuntingDog/Engine/Connect.cs b/HuntingDog/Engine/Connect.cs index be309ea..bd66dfb 100644 --- a/HuntingDog/Engine/Connect.cs +++ b/HuntingDog/Engine/Connect.cs @@ -18,7 +18,7 @@ namespace HuntingDog { /// The object for implementing an Add-in. /// ] - /// + /// // f {C454B5C8-3004-4893-B72A-A583E1789AD9} [Guid("B00DF00D-1234-1234-AAAA-BAADC0DE9991")] public partial class Connect : IDTExtensibility2, IDTCommandTarget @@ -80,7 +80,7 @@ public void OnConnection(Object application, ext_ConnectMode connectMode, object { try { - //return; + //return; //_applicationObject = (DTE2)application; addInInstance = (AddIn) addInInst; @@ -103,7 +103,7 @@ public void OnConnection(Object application, ext_ConnectMode connectMode, object } } - + public string LaunchingHotKey = "D"; private string _caption; @@ -113,10 +113,10 @@ private void ReadShortcutCommandBinding() { var userPreference = UserPreferencesStorage.Load(); Config.ConfigPersistor pers = new Config.ConfigPersistor(); - var cfg = pers.Restore(userPreference); - + var cfg = pers.Restore(userPreference); + if (cfg.LaunchingHotKey.Length == 1) - LaunchingHotKey = cfg.LaunchingHotKey; + LaunchingHotKey = cfg.LaunchingHotKey; } catch (Exception ex) { @@ -137,7 +137,7 @@ private void BuildCommandInToolsMenu() try { - //If you would like to move the command to a different menu, change the word "Tools" to the + //If you would like to move the command to a different menu, change the word "Tools" to the // English version of the menu. This code will take the culture, append on the name of the menu // then add the command to that menu. You can find a list of all the top-level menus in the file // CommandBar.resx. @@ -234,7 +234,7 @@ public void Exec(String commandName, vsCommandExecOption executeOption, ref Obje { if (commandName.ToLower() == "HuntingDog.Connect.HuntingDog".ToLower()) //DIY: if you're changing the name of your add-in you will need to change this { - // we need to iterate through existing windows and + // we need to iterate through existing windows and if ((addinWindow != null) && addinWindow.Visible) { @@ -246,7 +246,7 @@ public void Exec(String commandName, vsCommandExecOption executeOption, ref Obje { //BuildCommandInToolsMenu(); log.Info("Create Addin Window"); - + addinWindow = _addInCreater.CreateAddinWindow(addInInstance, Caption); //MSSQLController.Current.CreateAddinWindow(_addInInstance); @@ -291,7 +291,7 @@ public void OnDisconnection(ext_DisconnectMode disconnectMode, ref Array custom) /// Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification when the collection of Add-ins has changed. /// Array of parameters that are host application specific. - /// + /// public void OnAddInsUpdate(ref Array custom) { } @@ -301,11 +301,11 @@ public void OnAddInsUpdate(ref Array custom) /// public void OnBeginShutdown(ref Array custom) { - if (_addInCreater.SearchWindow != null) - { - log.Info("OnBeginShutdown - hiding window"); - _addInCreater.SearchWindow.Visible = false; - } + //if (_addInCreater.SearchWindow != null) + //{ + // log.Info("OnBeginShutdown - hiding window"); + // _addInCreater.SearchWindow.Visible = false; + //} } /// Implements the Exec method of the IDTCommandTarget interface. This is called when the command is invoked. diff --git a/HuntingDog/HuntingDog.csproj b/HuntingDog/HuntingDog.csproj index 71f658d..da9680a 100644 --- a/HuntingDog/HuntingDog.csproj +++ b/HuntingDog/HuntingDog.csproj @@ -41,6 +41,7 @@ false Off + x86 @@ -57,6 +58,9 @@ True C:\Program Files (x86)\Common Files\microsoft shared\MSEnv\PublicAssemblies\envdte80.dll + + True + True @@ -214,20 +218,11 @@ - + + Designer + - - - {2CE2370E-D744-4936-A090-3FFFE667B0E1} - 9 - 0 - 0 - primary - False - True - - Designer @@ -252,28 +247,28 @@ - - \ No newline at end of file diff --git a/HuntingDog/HuntingDog.csproj.user b/HuntingDog/HuntingDog.csproj.user index f72a35b..77e99f8 100644 --- a/HuntingDog/HuntingDog.csproj.user +++ b/HuntingDog/HuntingDog.csproj.user @@ -1,13 +1,13 @@ - - - - ProjectFiles - - - Program - C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe - - - false - + + + + ShowAllFiles + + + Program + C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe + + + false + \ No newline at end of file diff --git a/HuntingDog2012/HuntingDog2012.csproj b/HuntingDog2012/HuntingDog2012.csproj index affc2c4..f16bd5f 100644 --- a/HuntingDog2012/HuntingDog2012.csproj +++ b/HuntingDog2012/HuntingDog2012.csproj @@ -38,6 +38,7 @@ 4 618 false + x86 diff --git a/HuntingDog2014/HuntingDog2014.csproj b/HuntingDog2014/HuntingDog2014.csproj index af4410c..ebec64c 100644 --- a/HuntingDog2014/HuntingDog2014.csproj +++ b/HuntingDog2014/HuntingDog2014.csproj @@ -38,6 +38,7 @@ 4 618 false + x86 diff --git a/HuntingDog2016/.gitignore b/HuntingDog2016/.gitignore new file mode 100644 index 0000000..62dd6c9 --- /dev/null +++ b/HuntingDog2016/.gitignore @@ -0,0 +1,272 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +project.fragment.lock.json +artifacts/ +Properties/launchSettings.json + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/ diff --git a/HuntingDog2016/HuntingDog.cs b/HuntingDog2016/HuntingDog.cs new file mode 100644 index 0000000..7943e7c --- /dev/null +++ b/HuntingDog2016/HuntingDog.cs @@ -0,0 +1,31 @@ +// ------------------------------------------------------------------------------ +// +// This file was generated by Extensibility Tools v1.10.198 +// +// ------------------------------------------------------------------------------ +namespace HuntingDog +{ + using System; + + /// + /// Helper class that exposes all GUIDs used across VS Package. + /// + internal sealed partial class PackageGuids + { + public const string HuntingDogPackageIDString = "5b3a5944-ba3e-449d-8b79-4d194244b643"; + public const string HuntingDogIconsString = "245dd7ad-f68d-4b2a-9163-91cba9070323"; + public const string HuntingDogCommandSetIDString = "c2de79ab-b0ac-40bf-b340-34c6ab2bff53"; + public static Guid HuntingDogPackageID = new Guid(HuntingDogPackageIDString); + public static Guid HuntingDogIcons = new Guid(HuntingDogIconsString); + public static Guid HuntingDogCommandSetID = new Guid(HuntingDogCommandSetIDString); + } + /// + /// Helper class that encapsulates all CommandIDs uses across VS Package. + /// + internal sealed partial class PackageIds + { + public const int HuntingDogPaw = 0x0001; + public const int HuntingDogMenuGroup = 0x1020; + public const int HuntingDogCommandId = 0x0100; + } +} diff --git a/HuntingDog2016/HuntingDog.pkgdef b/HuntingDog2016/HuntingDog.pkgdef new file mode 100644 index 0000000..fec876b Binary files /dev/null and b/HuntingDog2016/HuntingDog.pkgdef differ diff --git a/HuntingDog2016/HuntingDog.vsct b/HuntingDog2016/HuntingDog.vsct new file mode 100644 index 0000000..30ca50b --- /dev/null +++ b/HuntingDog2016/HuntingDog.vsct @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HuntingDog2016/HuntingDog2016.csproj b/HuntingDog2016/HuntingDog2016.csproj new file mode 100644 index 0000000..d1b09d7 --- /dev/null +++ b/HuntingDog2016/HuntingDog2016.csproj @@ -0,0 +1,458 @@ + + + + + + 15.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + true + + + + + true + + + Key.snk + + + + Debug + AnyCPU + 2.0 + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB} + Library + Properties + HuntingDog + HuntingDog + v4.5.2 + true + false + false + false + true + false + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + False + False + x86 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + x86 + False + + + + Core\DogVersion.cs + + + Core\Extensions.cs + + + Core\Log.cs + + + Core\LogFactory.cs + + + Core\PerformanceAnalyzer.cs + + + Core\Range.cs + + + Core\UpdateDetector.cs + + + Core\UpdateNotificator.cs + + + Core\VersionRetriever.cs + + + DogConfig\Config.cs + + + DogConfig\ConfigPersistor.cs + + + DogEngine\Entity.cs + + + DogEngine\FunctionParameter.cs + + + DogEngine\IDatabaseDictionary.cs + + + DogEngine\IDatabaseLoader.cs + + + DogEngine\Impl\Constructor.cs + + + DogEngine\Impl\DatabaseDictionary.cs + + + DogEngine\Impl\DatabaseLoader.cs + + + DogEngine\Impl\ServerWatcher.cs + + + DogEngine\Impl\StudioController.cs + + + DogEngine\IServer.cs + + + DogEngine\IStorage.cs + + + DogEngine\IStudioController.cs + + + DogEngine\ProcedureParameter.cs + + + DogEngine\SearchCriteria.cs + + + DogEngine\TableColumn.cs + + + DogFace\Action.cs + + + DogFace\Background\BackgroundProcessor.cs + + + DogFace\Background\Request.cs + + + DogFace\Background\RequestType.cs + + + DogFace\BitmapConverter.cs + + + DogFace\DialogWindow.xaml.cs + DialogWindow.xaml + + + DogFace\Face.xaml.cs + Face.xaml + + + DogFace\HtmlTextBlock.cs + + + DogFace\Item.cs + + + DogFace\ItemFactory.cs + + + DogFace\ucHost.cs + UserControl + + + DogFace\ucHost.Designer.cs + ucHost.cs + + + DogFace\UserPreferences.cs + + + DogFace\WidthConverter.cs + + + Engine\AddinCreater.cs + + + Engine\Connect.cs + + + Engine\DatabaseSearchResult.cs + + + Engine\EventWatcher.cs + + + Engine\ManagedConnection.cs + + + Engine\ManagementStudioController.cs + + + Engine\ObjectExplorerManager.cs + + + Properties\AssemblyInfo.cs + + + Properties\Resources.Designer.cs + Resources.resx + + + True + True + HuntingDog.vsct + + + + + + + DogFace\DialogWindow.xaml + MSBuild:Compile + Designer + + + DogFace\Face.xaml + MSBuild:Compile + Designer + + + + + + Designer + + + + + + Menus.ctmenu + VsctGenerator + HuntingDog.cs + + + Always + + + + + + ..\Dependencies\2016\ConnectionDlg.dll + + + False + + + False + + + False + + + False + + + False + True + ..\..\..\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\extensibility.dll + + + + + False + ..\Dependencies\2016\Microsoft.SqlServer.ConnectionInfo.dll + + + False + ..\Dependencies\2016\Microsoft.SqlServer.ConnectionInfoExtended.dll + + + False + ..\Dependencies\2016\Microsoft.SqlServer.Management.Sdk.Sfc.dll + + + ..\Dependencies\2016\Microsoft.SqlServer.Management.SDK.SqlStudio.dll + + + False + ..\Dependencies\2016\Microsoft.SqlServer.RegSvrEnum.dll + + + False + ..\Dependencies\2016\Microsoft.SqlServer.Smo.dll + + + False + ..\Dependencies\2016\Microsoft.SqlServer.SmoExtended.dll + + + False + ..\Dependencies\2016\Microsoft.SqlServer.SqlEnum.dll + + + + False + + + packages\Microsoft.VisualStudio.Imaging.14.3.25407\lib\net45\Microsoft.VisualStudio.Imaging.dll + True + + + packages\Microsoft.VisualStudio.OLE.Interop.7.10.6070\lib\Microsoft.VisualStudio.OLE.Interop.dll + True + + + packages\Microsoft.VisualStudio.Shell.14.0.14.3.25407\lib\Microsoft.VisualStudio.Shell.14.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Immutable.10.0.10.0.30319\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Immutable.11.0.11.0.50727\lib\net45\Microsoft.VisualStudio.Shell.Immutable.11.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Immutable.12.0.12.0.21003\lib\net45\Microsoft.VisualStudio.Shell.Immutable.12.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Immutable.14.0.14.3.25407\lib\net45\Microsoft.VisualStudio.Shell.Immutable.14.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Interop.7.10.6071\lib\Microsoft.VisualStudio.Shell.Interop.dll + True + + + True + packages\Microsoft.VisualStudio.Shell.Interop.10.0.10.0.30319\lib\Microsoft.VisualStudio.Shell.Interop.10.0.dll + True + + + True + packages\Microsoft.VisualStudio.Shell.Interop.11.0.11.0.61030\lib\Microsoft.VisualStudio.Shell.Interop.11.0.dll + True + + + True + packages\Microsoft.VisualStudio.Shell.Interop.12.0.12.0.30110\lib\Microsoft.VisualStudio.Shell.Interop.12.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.Shell.Interop.8.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Interop.9.0.9.0.30729\lib\Microsoft.VisualStudio.Shell.Interop.9.0.dll + True + + + packages\Microsoft.VisualStudio.TextManager.Interop.7.10.6070\lib\Microsoft.VisualStudio.TextManager.Interop.dll + True + + + packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.TextManager.Interop.8.0.dll + True + + + packages\Microsoft.VisualStudio.Threading.14.1.111\lib\net45\Microsoft.VisualStudio.Threading.dll + True + + + packages\Microsoft.VisualStudio.Utilities.14.3.25407\lib\net45\Microsoft.VisualStudio.Utilities.dll + True + + + packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll + True + + + ..\Dependencies\2016\NLog.dll + + + + + + ..\Dependencies\2016\SqlPackageBase.dll + + + ..\Dependencies\2016\SqlWorkbench.Interfaces.dll + + + False + + + + + + + + + + + + + ..\Dependencies\2016\Xceed.Wpf.Toolkit.dll + + + + + DogFace\ucHost.resx + ucHost.cs + + + Engine\CommandBar.resx + + + Properties\Resources.resx + + + true + VSPackage + Designer + + + + + False + Microsoft .NET Framework 4.5.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + \ No newline at end of file diff --git a/HuntingDog2016/HuntingDog2016.sln b/HuntingDog2016/HuntingDog2016.sln new file mode 100644 index 0000000..eeb189e --- /dev/null +++ b/HuntingDog2016/HuntingDog2016.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuntingDog2016", "HuntingDog2016.csproj", "{AA575755-0E5F-4053-A0A1-73B7EB2E03AB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AA575755-0E5F-4053-A0A1-73B7EB2E03AB}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/HuntingDog2016/HuntingDogCommand.cs b/HuntingDog2016/HuntingDogCommand.cs new file mode 100644 index 0000000..393713c --- /dev/null +++ b/HuntingDog2016/HuntingDogCommand.cs @@ -0,0 +1,84 @@ +using System; +using System.ComponentModel.Design; +using Microsoft.VisualStudio.Shell; +using Microsoft.VisualStudio.Shell.Interop; + + +namespace HuntingDog +{ + internal sealed class HuntingDogCommand + { + private readonly Package _package; + private IVsWindowFrame _windowFrame = null; + private HuntingDog.ucHost _uglyUsefuleDogFace; + + private HuntingDogCommand(Package package) + { + if (package == null) + { + throw new ArgumentNullException("HuntingDogCommand is null from an unknown reason."); + } + + this._package = package; + + OleMenuCommandService commandService = this.ServiceProvider.GetService(typeof(IMenuCommandService)) as OleMenuCommandService; + if (commandService != null) + { + var menuCommandId = new CommandID(PackageGuids.HuntingDogCommandSetID, PackageIds.HuntingDogCommandId); + var menuItem = new MenuCommand(this.MenuItemCallback, menuCommandId); + commandService.AddCommand(menuItem); + } + } + + public static HuntingDogCommand Instance { get; private set; } + private IServiceProvider ServiceProvider { get { return this._package; } } + public string Caption { get { return "Hunting Dog"; } } + + public static void Initialize(Package package) + { + Instance = new HuntingDogCommand(package); + Instance.ShowToolWindow(); + } + + private void MenuItemCallback(object sender, EventArgs e) + { + ShowToolWindow(); + } + + //https://www.mztools.com/articles/2015/MZ2015005.aspx + private void ShowToolWindow() + { + const string TOOLWINDOW_GUID = "{7C23E551-2E95-40A8-B783-3753D4E3DEAB}"; + + if (_windowFrame == null) + { + + _uglyUsefuleDogFace = new ucHost(); + _windowFrame = CreateToolWindow(Caption, TOOLWINDOW_GUID, _uglyUsefuleDogFace); + + // additional init could be done after this line for the user control + } + _windowFrame.Show(); + } + + + private IVsWindowFrame CreateToolWindow(string caption, string guid, System.Windows.Forms.UserControl userControl) + { + const int TOOL_WINDOW_INSTANCE_ID = 0; // Single-instance toolwindow + + IVsUIShell uiShell = (IVsUIShell)ServiceProvider.GetService(typeof(SVsUIShell)); + Guid toolWindowPersistenceGuid = new Guid(guid); + Guid guidNull = Guid.Empty; + int[] position = new int[1]; + IVsWindowFrame windowFrame = null; + + int result = uiShell.CreateToolWindow((uint)__VSCREATETOOLWIN.CTW_fInitNew, TOOL_WINDOW_INSTANCE_ID, userControl, ref guidNull, ref toolWindowPersistenceGuid, ref guidNull, null, caption, position, out windowFrame); + + Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(result); + + return windowFrame; + } + + + } +} diff --git a/HuntingDog2016/HuntingDogPackage.cs b/HuntingDog2016/HuntingDogPackage.cs new file mode 100644 index 0000000..c974bd9 --- /dev/null +++ b/HuntingDog2016/HuntingDogPackage.cs @@ -0,0 +1,97 @@ +//------------------------------------------------------------------------------ +// +// Copyright (c) Company. All rights reserved. +// +//------------------------------------------------------------------------------ + +using System; +using System.ComponentModel.Design; +using System.Diagnostics; +using System.Diagnostics.CodeAnalysis; +using System.Globalization; +using System.Runtime.InteropServices; +using System.Windows.Forms; +using Microsoft.VisualStudio; +using Microsoft.VisualStudio.OLE.Interop; +using Microsoft.VisualStudio.Shell; +using Microsoft.VisualStudio.Shell.Interop; +using Microsoft.Win32; + +namespace HuntingDog +{ + /// + /// This is the class that implements the package exposed by this assembly. + /// + /// + /// + /// The minimum requirement for a class to be considered a valid package for Visual Studio + /// is to implement the IVsPackage interface and register itself with the shell. + /// This package uses the helper classes defined inside the Managed Package Framework (MPF) + /// to do it: it derives from the Package class that provides the implementation of the + /// IVsPackage interface and uses the registration attributes defined in the framework to + /// register itself and its components with the shell. These attributes tell the pkgdef creation + /// utility what data to put into .pkgdef file. + /// + /// + /// To get loaded into VS, the package must be referred by <Asset Type="Microsoft.VisualStudio.VsPackage" ...> in .vsixmanifest file. + /// + /// + /// + [ProvideAutoLoad(VSConstants.UICONTEXT.ShellInitialized_string)] + [PackageRegistration(UseManagedResourcesOnly = true)] + [InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)] // Info on this package for Help/About + [Guid(PackageGuids.HuntingDogPackageIDString)] + [SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "pkgdef, VS and vsixmanifest are valid VS terms")] + [ProvideMenuResource("Menus.ctmenu", 1)] + public sealed class HuntingDogPackage : Package + { + /// + /// Initializes a new instance of the class. + /// + public HuntingDogPackage() + { + // Inside this method you can place any initialization code that does not require + // any Visual Studio service because at this point the package object is created but + // not sited yet inside Visual Studio environment. The place to do all the other + // initialization is the Initialize method. + } + + #region Package Members + + /// + /// Initialization of the package; this method is called right after the package is sited, so this is the place + /// where you can put all the initialization code that rely on services provided by VisualStudio. + /// + protected override void Initialize() + { + base.Initialize(); + HuntingDogCommand.Initialize(this); + + // total hack https://ssmsschemafolders.codeplex.com/SourceControl/latest#README.md + DelayAddSkipLoadingReg(); + } + + #endregion + + private void AddSkipLoadingReg() + { + var myPackage = UserRegistryRoot.CreateSubKey($@"Packages\{{{PackageGuids.HuntingDogPackageIDString}}}"); + if (myPackage != null) + { + myPackage.SetValue("SkipLoading", 1); + } + } + + private void DelayAddSkipLoadingReg() + { + var delay = new Timer(); + delay.Tick += delegate (object o, EventArgs e) + { + delay.Stop(); + AddSkipLoadingReg(); + }; + delay.Interval = 1000; + delay.Start(); + } + } +} diff --git a/HuntingDog2016/Key.snk b/HuntingDog2016/Key.snk new file mode 100644 index 0000000..bf87134 Binary files /dev/null and b/HuntingDog2016/Key.snk differ diff --git a/HuntingDog2016/Resources/HuntingDog2016.ico b/HuntingDog2016/Resources/HuntingDog2016.ico new file mode 100644 index 0000000..d323b07 Binary files /dev/null and b/HuntingDog2016/Resources/HuntingDog2016.ico differ diff --git a/HuntingDog2016/VSPackage.resx b/HuntingDog2016/VSPackage.resx new file mode 100644 index 0000000..dc58041 --- /dev/null +++ b/HuntingDog2016/VSPackage.resx @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SQL Hunting Dog + + + Hunt all you can + + + + Resources\HuntingDog2016.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/HuntingDog2016/packages.config b/HuntingDog2016/packages.config new file mode 100644 index 0000000..f03a095 --- /dev/null +++ b/HuntingDog2016/packages.config @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/HuntingDog2016/source.extension.vsixmanifest b/HuntingDog2016/source.extension.vsixmanifest new file mode 100644 index 0000000..7834279 --- /dev/null +++ b/HuntingDog2016/source.extension.vsixmanifest @@ -0,0 +1,18 @@ + + + + + HuntingDog2016 + quick search for sql entities in SSMS 2016searcS + + + + + + + + + + + + diff --git a/HuntingDog2016/useful_links.md b/HuntingDog2016/useful_links.md new file mode 100644 index 0000000..1fa70cf --- /dev/null +++ b/HuntingDog2016/useful_links.md @@ -0,0 +1,31 @@ +Useful links for SSMS 2016 Dev +============================== +https://www.sqlservercentral.com/Forums/Topic1802009-3740-1.aspx +https://sqljudo.wordpress.com/31-days-of-sql-server-management-studio/ssms-day-27-building-a-custom-add-in-extension/ + +Menu and toolbar +http://solutioncenter.apexsql.com/how-to-create-visual-studio-add-ins-with-vs-packages/ + +Clean up +https://msdn.microsoft.com/en-us/library/cc138589.aspx + +How VSPackages Add User Interface Elements +https://msdn.microsoft.com/en-us/library/bb166229.aspx + +Adding Icons to Menu Commands +https://msdn.microsoft.com/en-us/library/bb165158.aspx + +Binding Keyboard Shortcuts to Menu Items +https://msdn.microsoft.com/en-us/library/cc138531.aspx + +Dynamic Menu Commmands +https://msdn.microsoft.com/en-us/library/bb166492.aspx + +Autoload a VS Package +https://www.mztools.com/articles/2013/MZ2013027.aspx + +Create a toolwindow with a ToolWindowPane class in a Visual Studio package +https://www.mztools.com/articles/2015/MZ2015004.aspx + +Create a toolwindow without a ToolWindowPane class in a Visual Studio package +https://www.mztools.com/articles/2015/MZ2015005.aspx \ No newline at end of file diff --git a/HuntingDog2016_Installer/HuntingDog2016_Installer.vdproj b/HuntingDog2016_Installer/HuntingDog2016_Installer.vdproj new file mode 100644 index 0000000..e574d72 --- /dev/null +++ b/HuntingDog2016_Installer/HuntingDog2016_Installer.vdproj @@ -0,0 +1,6634 @@ +"DeployProject" +{ +"VSVersion" = "3:800" +"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" +"IsWebType" = "8:FALSE" +"ProjectName" = "8:HuntingDog2016_Installer" +"LanguageId" = "3:1033" +"CodePage" = "3:1252" +"UILanguageId" = "3:1033" +"SccProjectName" = "8:" +"SccLocalPath" = "8:" +"SccAuxPath" = "8:" +"SccProvider" = "8:" + "Hierarchy" + { + "Entry" + { + "MsmKey" = "8:_0109843C7737AFCCF2B3218DADA3AAD8" + "OwnerKey" = "8:_7B472371F7448DECF889D71F8AC8C64F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_019749190714F022B25790717E26DCA3" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_020E61EAE8A24E9CFD6D6A55C1F49CD4" + "OwnerKey" = "8:_348C8F6EC544E8C795E149CD2A65514E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_020E61EAE8A24E9CFD6D6A55C1F49CD4" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_020E61EAE8A24E9CFD6D6A55C1F49CD4" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0299A273909F9879D61D4D3AEFF60CE5" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_02FA6BBFF7F011DC0AB473CB7E32A0AE" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_02FA6BBFF7F011DC0AB473CB7E32A0AE" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0D196DBB1E2C7B6E588B30DE32A1921F" + "OwnerKey" = "8:_1227F3CB5DB900907A1AE7C595506751" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0F8C64A1575C0C1DF2E05F928CB20A77" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1227F3CB5DB900907A1AE7C595506751" + "OwnerKey" = "8:_6FAED28E7B507BA89EED2FBA31CC6580" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1227F3CB5DB900907A1AE7C595506751" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1227F3CB5DB900907A1AE7C595506751" + "OwnerKey" = "8:_F2AB0149A27D25B978A3B0EA656A0FC6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1227F3CB5DB900907A1AE7C595506751" + "OwnerKey" = "8:_7B472371F7448DECF889D71F8AC8C64F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_14AEC98BF6153405CA35239EA1115EC6" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_152F298F5ED62F2D96E8C60200DE3E28" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_152F298F5ED62F2D96E8C60200DE3E28" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_19DE7B255913A0C7F15FCD8E0994AFDF" + "OwnerKey" = "8:_019749190714F022B25790717E26DCA3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1BBCBFF670D43B51399B1526E877A3F5" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1BBCBFF670D43B51399B1526E877A3F5" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1BF63EBFB642493DB84417E0FD524C86" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1DA4507FE2911A290A029B05B7D59B53" + "OwnerKey" = "8:_B7D07C0F50A59346BD192E1B6E6B990C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1DA4507FE2911A290A029B05B7D59B53" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_206FF82BEAB56D434F18095C12536BC2" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_206FF82BEAB56D434F18095C12536BC2" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2759C37C8FD26DDC85DE76F03A81ECFA" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2759C37C8FD26DDC85DE76F03A81ECFA" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2AFCC86996C7AEAC021A20327D642D6B" + "OwnerKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2AFCC86996C7AEAC021A20327D642D6B" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2AFCC86996C7AEAC021A20327D642D6B" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_33812D9313BBE797D0689A9222530780" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_348C8F6EC544E8C795E149CD2A65514E" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_348C8F6EC544E8C795E149CD2A65514E" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3720538BBE67C4B3E8918844F6143B80" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3720538BBE67C4B3E8918844F6143B80" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3D6B9AFC75CB19A41C34E9D7402F0D5F" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3F2E4B282C45A3EA7277198C23EED67F" + "OwnerKey" = "8:_2AFCC86996C7AEAC021A20327D642D6B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3F2E4B282C45A3EA7277198C23EED67F" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_401D545DD7A4A7AD180E80AD613EAB06" + "OwnerKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_401D545DD7A4A7AD180E80AD613EAB06" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_401D545DD7A4A7AD180E80AD613EAB06" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_401D545DD7A4A7AD180E80AD613EAB06" + "OwnerKey" = "8:_D0B5C6FCFD79BFC00C46FDBD3675B06E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_401D545DD7A4A7AD180E80AD613EAB06" + "OwnerKey" = "8:_E819C886B62E2FAB6E51A23FA86027CB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_401D545DD7A4A7AD180E80AD613EAB06" + "OwnerKey" = "8:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_40D993B9D6B897469071F766DB383975" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_40D993B9D6B897469071F766DB383975" + "OwnerKey" = "8:_D03FB724289F317051915A49D3442E1B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_40D993B9D6B897469071F766DB383975" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_411A7E27B695FCACC3117C9AF4A2A0AC" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_411A7E27B695FCACC3117C9AF4A2A0AC" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_411A7E27B695FCACC3117C9AF4A2A0AC" + "OwnerKey" = "8:_9B248A1E2B0DD68D86084FC130870A6D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_411FEB0CDD2C07DF096B085238701D8C" + "OwnerKey" = "8:_F2AB0149A27D25B978A3B0EA656A0FC6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4406936403A6C86470853BF577050208" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_45BD9F0C4475B3C84A42B9F6F3D60D5C" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_45BD9F0C4475B3C84A42B9F6F3D60D5C" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_46CC122B53EE9EB22116A7DCFF218069" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_474460DF15C12E7637FA2907C65447C9" + "OwnerKey" = "8:_1BBCBFF670D43B51399B1526E877A3F5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "OwnerKey" = "8:_348C8F6EC544E8C795E149CD2A65514E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "OwnerKey" = "8:_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "OwnerKey" = "8:_D03FB724289F317051915A49D3442E1B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "OwnerKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "OwnerKey" = "8:_81AC4EE35CD21C411A7ECF6B56B30A61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "OwnerKey" = "8:_E1CB9D6167306585B1F93DEB188DAFB8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4EC5305C5EDD9ABD897DA7EDDA6F82D5" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_F9DC441A01410C659EAA6E2B95630AC4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_890651327156B26C6E789636BD94E437" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_D03FB724289F317051915A49D3442E1B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_14AEC98BF6153405CA35239EA1115EC6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_81AC4EE35CD21C411A7ECF6B56B30A61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_E1CB9D6167306585B1F93DEB188DAFB8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "OwnerKey" = "8:_348C8F6EC544E8C795E149CD2A65514E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + "OwnerKey" = "8:_D0B5C6FCFD79BFC00C46FDBD3675B06E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_561B321BB4EEBCBCB781D6F5F254630B" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_57DB4DDD9D21E5F366DCBE1ECA84EF4A" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_57DB4DDD9D21E5F366DCBE1ECA84EF4A" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5F4B343C7BEDB533ADAB4F361C6587D0" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5F8DFC7A250BF24EDFF9B4E9D02D3A48" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5F8DFC7A250BF24EDFF9B4E9D02D3A48" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "OwnerKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_649A5FA0E248D24D149461B1F0797685" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_66485858EC0F0BE85929288B82AF49DA" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_66485858EC0F0BE85929288B82AF49DA" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_688A54D96BD54521D97D92089F2431A4" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_688A54D96BD54521D97D92089F2431A4" + "OwnerKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_688A54D96BD54521D97D92089F2431A4" + "OwnerKey" = "8:_40D993B9D6B897469071F766DB383975" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6FAED28E7B507BA89EED2FBA31CC6580" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_70C12F5E5E8AE31D0A73C6E467589F68" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_70C12F5E5E8AE31D0A73C6E467589F68" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_70DFD0D3FAE99D05671B5D3C780E716D" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_70DFD0D3FAE99D05671B5D3C780E716D" + "OwnerKey" = "8:_9B248A1E2B0DD68D86084FC130870A6D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_737CBA8B1C1B6BD77F7816719A4B2DFD" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_789B4A44F7419DF3C928C41A0BB01727" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_798450BB5A9C15547723132335B91CC5" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7A0115E3037D38B635C989C12DC01A1F" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7A0115E3037D38B635C989C12DC01A1F" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7B472371F7448DECF889D71F8AC8C64F" + "OwnerKey" = "8:_6FAED28E7B507BA89EED2FBA31CC6580" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7B472371F7448DECF889D71F8AC8C64F" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7B472371F7448DECF889D71F8AC8C64F" + "OwnerKey" = "8:_F2AB0149A27D25B978A3B0EA656A0FC6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7BDE49612F8770703A4F135622E84FD3" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "OwnerKey" = "8:_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_80839C908719419E8769FE4903FDC76C" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81AC4EE35CD21C411A7ECF6B56B30A61" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81AC4EE35CD21C411A7ECF6B56B30A61" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81AC4EE35CD21C411A7ECF6B56B30A61" + "OwnerKey" = "8:_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81AC4EE35CD21C411A7ECF6B56B30A61" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81AC4EE35CD21C411A7ECF6B56B30A61" + "OwnerKey" = "8:_890651327156B26C6E789636BD94E437" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_84167763E9B4C38F1D41A8192EA9C513" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_84167763E9B4C38F1D41A8192EA9C513" + "OwnerKey" = "8:_9B248A1E2B0DD68D86084FC130870A6D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_84167763E9B4C38F1D41A8192EA9C513" + "OwnerKey" = "8:_411A7E27B695FCACC3117C9AF4A2A0AC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8608EA7885687DEE869DDCA6D2664FF8" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_874380114FA07CCF98D19BB2E385EF85" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_888069B992FA3ECCBC991127B5FED647" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_888069B992FA3ECCBC991127B5FED647" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_890651327156B26C6E789636BD94E437" + "OwnerKey" = "8:_D03FB724289F317051915A49D3442E1B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_890651327156B26C6E789636BD94E437" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_890651327156B26C6E789636BD94E437" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8C47C915130DF9ED4194375C04C204F3" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8C47C915130DF9ED4194375C04C204F3" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8C47C915130DF9ED4194375C04C204F3" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_916C85D3AF6B73D5605632D608488A48" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_96F0E2336688F29E28B958237B8AE72B" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_983E1B9BF75CB1DC01FEABE50D601FE5" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9916BEA23DF21CCAD789F337C05F39A8" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9AC23CAD4571473536B24E0E1BB51AD2" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9AC23CAD4571473536B24E0E1BB51AD2" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9B248A1E2B0DD68D86084FC130870A6D" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9B248A1E2B0DD68D86084FC130870A6D" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D7456C929CA6B648CCCC4A8F2C8828A" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A041642E8F4BEAD96981D7651D5A07E1" + "OwnerKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A293ABB5C45BE7AA740DFB8FC0F42F52" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A293ABB5C45BE7AA740DFB8FC0F42F52" + "OwnerKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2DA341A8189326AE93A2CD778EC9413" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E542F49710FB89E87909118AA8463" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_84167763E9B4C38F1D41A8192EA9C513" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_D0B5C6FCFD79BFC00C46FDBD3675B06E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_E819C886B62E2FAB6E51A23FA86027CB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_401D545DD7A4A7AD180E80AD613EAB06" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_411A7E27B695FCACC3117C9AF4A2A0AC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A3349880AEE54F4C7F5999F3DEC17E8F" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A3349880AEE54F4C7F5999F3DEC17E8F" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "OwnerKey" = "8:_411A7E27B695FCACC3117C9AF4A2A0AC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "OwnerKey" = "8:_D0B5C6FCFD79BFC00C46FDBD3675B06E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "OwnerKey" = "8:_E819C886B62E2FAB6E51A23FA86027CB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "OwnerKey" = "8:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A383ABAE6F1EC26E2B9C126314851DED" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A7A4CF51F2CC72ABD4AAE9386935C6E4" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A7A4CF51F2CC72ABD4AAE9386935C6E4" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A80A893CEB919C1D7F4F0B998931D90A" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A80A893CEB919C1D7F4F0B998931D90A" + "OwnerKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AC6562E216AE7709306E1E6A4F74A114" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AC6562E216AE7709306E1E6A4F74A114" + "OwnerKey" = "8:_890651327156B26C6E789636BD94E437" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AE7CB473280D7E3A558A7A1A4FC0BCCE" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AFC0BF8FDA74E289931B73804A8DFC32" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B05D734BBC283019BA11D5EA77C8DDBB" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B05D734BBC283019BA11D5EA77C8DDBB" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B18515F8FADCE06F467C564CDBBDE19B" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B30A9CD2863E106F634CF7C7558FF0DB" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B47F0CA57352023F5D644BDE84F7B2C4" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B47F0CA57352023F5D644BDE84F7B2C4" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B7D07C0F50A59346BD192E1B6E6B990C" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B7D07C0F50A59346BD192E1B6E6B990C" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B8F999355186462F6CA587AC21D9F678" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C03440382FF2BC473F7986CF869DE71A" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C03440382FF2BC473F7986CF869DE71A" + "OwnerKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C088FF39F3BA7648970E513F2891C7F7" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C0EAE80D4CD153797D62AA835553FDC8" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C0EAE80D4CD153797D62AA835553FDC8" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C10C9F8DE7820CF06346F8DB7DAD8F1D" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3EB690621A0B301D8D329005B7A6567" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3EB690621A0B301D8D329005B7A6567" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C5B30E3EC450D4AEF1E02F4FB6BA5935" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C667FF7FBDBC0FAA4C91FAE74CA59708" + "OwnerKey" = "8:_84167763E9B4C38F1D41A8192EA9C513" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C667FF7FBDBC0FAA4C91FAE74CA59708" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C6907B5A5E153135BAD8B6EEA2A5EF64" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C78A3CD022A0A2F1947C502DEFAA6DF8" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C9151F0BBED9610BDEE188FE4EDAA547" + "OwnerKey" = "8:_6FAED28E7B507BA89EED2FBA31CC6580" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CEDE48C49708E85E74FD1888DF16CA5D" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CEDE48C49708E85E74FD1888DF16CA5D" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D03FB724289F317051915A49D3442E1B" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D03FB724289F317051915A49D3442E1B" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D043671FD7ABF993DA2D932C88D838BE" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D043671FD7ABF993DA2D932C88D838BE" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D0B5C6FCFD79BFC00C46FDBD3675B06E" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D0B5C6FCFD79BFC00C46FDBD3675B06E" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D29F870E25A203FAE3C033A856E92292" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D29F870E25A203FAE3C033A856E92292" + "OwnerKey" = "8:_E819C886B62E2FAB6E51A23FA86027CB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D7E1B884E045EB4F9EC8A1A14C067F17" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DE288864912BBE3371BCD282EA8F1ABB" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E1CB9D6167306585B1F93DEB188DAFB8" + "OwnerKey" = "8:_C03440382FF2BC473F7986CF869DE71A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E1CB9D6167306585B1F93DEB188DAFB8" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E1CB9D6167306585B1F93DEB188DAFB8" + "OwnerKey" = "8:_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E1CB9D6167306585B1F93DEB188DAFB8" + "OwnerKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E253B2807E648DF7AB44A319F945B9BF" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E28B42B4E19856AE917C180531BD2489" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E33C7BEBBE371FDDD0B79EAD25C93291" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E6D41CAD913EE4E91F05B5A3A93704F2" + "OwnerKey" = "8:_633D130CD1B5766D1D18B29D2D55A286" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "OwnerKey" = "8:_3720538BBE67C4B3E8918844F6143B80" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "OwnerKey" = "8:_9B248A1E2B0DD68D86084FC130870A6D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E819C886B62E2FAB6E51A23FA86027CB" + "OwnerKey" = "8:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E819C886B62E2FAB6E51A23FA86027CB" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E819C886B62E2FAB6E51A23FA86027CB" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E9501EA4FED08B9584D26A0A2DD23099" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EF589FDD283ADB10A7C953CA11A496EC" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F2AB0149A27D25B978A3B0EA656A0FC6" + "OwnerKey" = "8:_6FAED28E7B507BA89EED2FBA31CC6580" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F2AB0149A27D25B978A3B0EA656A0FC6" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F37DE0D0E46E78D8F4A2704632E7BBA1" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F89FD5747C58E22760035CE69FD15903" + "OwnerKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F89FD5747C58E22760035CE69FD15903" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F89FD5747C58E22760035CE69FD15903" + "OwnerKey" = "8:_E1CB9D6167306585B1F93DEB188DAFB8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F89FD5747C58E22760035CE69FD15903" + "OwnerKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F9DC441A01410C659EAA6E2B95630AC4" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F9DC441A01410C659EAA6E2B95630AC4" + "OwnerKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "OwnerKey" = "8:_F2AB0149A27D25B978A3B0EA656A0FC6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "OwnerKey" = "8:_7B472371F7448DECF889D71F8AC8C64F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "OwnerKey" = "8:_1227F3CB5DB900907A1AE7C595506751" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "OwnerKey" = "8:_6FAED28E7B507BA89EED2FBA31CC6580" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FE26735A9AFC13426C7B35430F9155E4" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FE26735A9AFC13426C7B35430F9155E4" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CEDE48C49708E85E74FD1888DF16CA5D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DDDAC87C25F14785B98FBCCA229E6487" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3D6B9AFC75CB19A41C34E9D7402F0D5F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B4DFD251FA0470B6456EEBAB08F67122" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D455E1204D043F23FAB2A71BC7C2BFEB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D0B5C6FCFD79BFC00C46FDBD3675B06E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E819C886B62E2FAB6E51A23FA86027CB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9B248A1E2B0DD68D86084FC130870A6D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7A0115E3037D38B635C989C12DC01A1F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_411A7E27B695FCACC3117C9AF4A2A0AC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A37287B615F4A942D4C4D8646503EA8D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_401D545DD7A4A7AD180E80AD613EAB06" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_66485858EC0F0BE85929288B82AF49DA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3720538BBE67C4B3E8918844F6143B80" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E7C53F916488F6983F76DA2821E2431C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2AFCC86996C7AEAC021A20327D642D6B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3F2E4B282C45A3EA7277198C23EED67F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_649A5FA0E248D24D149461B1F0797685" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D03FB724289F317051915A49D3442E1B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_890651327156B26C6E789636BD94E437" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_14AEC98BF6153405CA35239EA1115EC6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FBAC79113844BE17D1A70528299ED274" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_80498CA04D47CBACAB6C1D5A5B17B675" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_81AC4EE35CD21C411A7ECF6B56B30A61" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_46CC122B53EE9EB22116A7DCFF218069" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E6D41CAD913EE4E91F05B5A3A93704F2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9AC23CAD4571473536B24E0E1BB51AD2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_AC6562E216AE7709306E1E6A4F74A114" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_40D993B9D6B897469071F766DB383975" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C03440382FF2BC473F7986CF869DE71A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E1CB9D6167306585B1F93DEB188DAFB8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_348C8F6EC544E8C795E149CD2A65514E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4D8351D1F82F209C93D8CA1E4116F4E8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_020E61EAE8A24E9CFD6D6A55C1F49CD4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8C47C915130DF9ED4194375C04C204F3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FE26735A9AFC13426C7B35430F9155E4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F9DC441A01410C659EAA6E2B95630AC4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4FCD1CEC111BD0033C798FFBC0467304" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F89FD5747C58E22760035CE69FD15903" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_688A54D96BD54521D97D92089F2431A4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_02FA6BBFF7F011DC0AB473CB7E32A0AE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D043671FD7ABF993DA2D932C88D838BE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A293ABB5C45BE7AA740DFB8FC0F42F52" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E9501EA4FED08B9584D26A0A2DD23099" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A80A893CEB919C1D7F4F0B998931D90A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B18515F8FADCE06F467C564CDBBDE19B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C10C9F8DE7820CF06346F8DB7DAD8F1D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_874380114FA07CCF98D19BB2E385EF85" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_737CBA8B1C1B6BD77F7816719A4B2DFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F37DE0D0E46E78D8F4A2704632E7BBA1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A3349880AEE54F4C7F5999F3DEC17E8F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_888069B992FA3ECCBC991127B5FED647" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_798450BB5A9C15547723132335B91CC5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D7E1B884E045EB4F9EC8A1A14C067F17" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B8F999355186462F6CA587AC21D9F678" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_AE7CB473280D7E3A558A7A1A4FC0BCCE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1BF63EBFB642493DB84417E0FD524C86" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B30A9CD2863E106F634CF7C7558FF0DB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4406936403A6C86470853BF577050208" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C6907B5A5E153135BAD8B6EEA2A5EF64" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9916BEA23DF21CCAD789F337C05F39A8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4EC5305C5EDD9ABD897DA7EDDA6F82D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A2DA341A8189326AE93A2CD778EC9413" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5F4B343C7BEDB533ADAB4F361C6587D0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8608EA7885687DEE869DDCA6D2664FF8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C78A3CD022A0A2F1947C502DEFAA6DF8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_AFC0BF8FDA74E289931B73804A8DFC32" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2759C37C8FD26DDC85DE76F03A81ECFA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_983E1B9BF75CB1DC01FEABE50D601FE5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B05D734BBC283019BA11D5EA77C8DDBB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C5B30E3EC450D4AEF1E02F4FB6BA5935" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DE288864912BBE3371BCD282EA8F1ABB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EF589FDD283ADB10A7C953CA11A496EC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0299A273909F9879D61D4D3AEFF60CE5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C088FF39F3BA7648970E513F2891C7F7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_45BD9F0C4475B3C84A42B9F6F3D60D5C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_96F0E2336688F29E28B958237B8AE72B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_561B321BB4EEBCBCB781D6F5F254630B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E253B2807E648DF7AB44A319F945B9BF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_789B4A44F7419DF3C928C41A0BB01727" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E33C7BEBBE371FDDD0B79EAD25C93291" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_33812D9313BBE797D0689A9222530780" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7BDE49612F8770703A4F135622E84FD3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_70C12F5E5E8AE31D0A73C6E467589F68" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A32E542F49710FB89E87909118AA8463" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C3EB690621A0B301D8D329005B7A6567" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C0EAE80D4CD153797D62AA835553FDC8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A383ABAE6F1EC26E2B9C126314851DED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B47F0CA57352023F5D644BDE84F7B2C4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_57DB4DDD9D21E5F366DCBE1ECA84EF4A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E28B42B4E19856AE917C180531BD2489" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0F8C64A1575C0C1DF2E05F928CB20A77" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_916C85D3AF6B73D5605632D608488A48" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9D7456C929CA6B648CCCC4A8F2C8828A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5F8DFC7A250BF24EDFF9B4E9D02D3A48" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_206FF82BEAB56D434F18095C12536BC2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B7D07C0F50A59346BD192E1B6E6B990C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1DA4507FE2911A290A029B05B7D59B53" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_152F298F5ED62F2D96E8C60200DE3E28" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1BBCBFF670D43B51399B1526E877A3F5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_019749190714F022B25790717E26DCA3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D29F870E25A203FAE3C033A856E92292" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6FAED28E7B507BA89EED2FBA31CC6580" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F2AB0149A27D25B978A3B0EA656A0FC6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7B472371F7448DECF889D71F8AC8C64F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1227F3CB5DB900907A1AE7C595506751" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FABD031804AB8D6D48D834F68201B731" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A7A4CF51F2CC72ABD4AAE9386935C6E4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_70DFD0D3FAE99D05671B5D3C780E716D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_84167763E9B4C38F1D41A8192EA9C513" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A32E7CC5C6C6F7BD0D795A85DB811315" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C667FF7FBDBC0FAA4C91FAE74CA59708" + "MsmSig" = "8:_UNDEFINED" + } + } + "Configurations" + { + "Debug" + { + "DisplayName" = "8:Debug" + "IsDebugOnly" = "11:TRUE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:Debug\\HuntingDog2016_Installer.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\\HuntingDog2016_Installer.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}:_62071ACC6B4D452AA724E329856C8233" + { + "Name" = "8:.NET Framework" + "Message" = "8:[VSDNETMSG]" + "FrameworkVersion" = "8:.NETFramework,Version=v4.6.1" + "AllowLaterVersions" = "11:FALSE" + "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=671728" + } + } + } + "File" + { + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0109843C7737AFCCF2B3218DADA3AAD8" + { + "SourcePath" = "8:dte90.olb" + "TargetName" = "8:dte90.olb" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_019749190714F022B25790717E26DCA3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.CommandBars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_019749190714F022B25790717E26DCA3" + { + "Name" = "8:Microsoft.VisualStudio.CommandBars.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.CommandBars.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_020E61EAE8A24E9CFD6D6A55C1F49CD4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SString, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_020E61EAE8A24E9CFD6D6A55C1F49CD4" + { + "Name" = "8:Microsoft.SqlServer.SString.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SString.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0299A273909F9879D61D4D3AEFF60CE5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.ILGeneration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0299A273909F9879D61D4D3AEFF60CE5" + { + "Name" = "8:System.Reflection.Emit.ILGeneration.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.ILGeneration.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_02FA6BBFF7F011DC0AB473CB7E32A0AE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.NetEnterpriseServers.ExceptionMessageBox, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_02FA6BBFF7F011DC0AB473CB7E32A0AE" + { + "Name" = "8:Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_0D196DBB1E2C7B6E588B30DE32A1921F" + { + "SourcePath" = "8:dte80.olb" + "TargetName" = "8:dte80.olb" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0F8C64A1575C0C1DF2E05F928CB20A77" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.EventBasedAsync, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0F8C64A1575C0C1DF2E05F928CB20A77" + { + "Name" = "8:System.ComponentModel.EventBasedAsync.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.EventBasedAsync.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1227F3CB5DB900907A1AE7C595506751" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_1227F3CB5DB900907A1AE7C595506751" + { + "Name" = "8:EnvDTE80.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE80.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_14AEC98BF6153405CA35239EA1115EC6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.ConnectionInfoExtended, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_14AEC98BF6153405CA35239EA1115EC6" + { + "Name" = "8:Microsoft.SqlServer.ConnectionInfoExtended.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.ConnectionInfoExtended.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_152F298F5ED62F2D96E8C60200DE3E28" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.VSHelp, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_152F298F5ED62F2D96E8C60200DE3E28" + { + "Name" = "8:Microsoft.VisualStudio.VSHelp.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.VSHelp.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11: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}:_19DE7B255913A0C7F15FCD8E0994AFDF" + { + "SourcePath" = "8:vsmso.olb" + "TargetName" = "8:vsmso.olb" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1BBCBFF670D43B51399B1526E877A3F5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.ProjectAggregator, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_1BBCBFF670D43B51399B1526E877A3F5" + { + "Name" = "8:Microsoft.VisualStudio.ProjectAggregator.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.ProjectAggregator.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1BF63EBFB642493DB84417E0FD524C86" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_1BF63EBFB642493DB84417E0FD524C86" + { + "Name" = "8:System.ServiceModel.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1DA4507FE2911A290A029B05B7D59B53" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.AnalysisServices.SPClient.Interfaces, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_1DA4507FE2911A290A029B05B7D59B53" + { + "Name" = "8:Microsoft.AnalysisServices.SPClient.Interfaces.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.AnalysisServices.SPClient.Interfaces.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_206FF82BEAB56D434F18095C12536BC2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections.Concurrent, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_206FF82BEAB56D434F18095C12536BC2" + { + "Name" = "8:System.Collections.Concurrent.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.Concurrent.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2759C37C8FD26DDC85DE76F03A81ECFA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_2759C37C8FD26DDC85DE76F03A81ECFA" + { + "Name" = "8:System.Runtime.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2AFCC86996C7AEAC021A20327D642D6B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Threading, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_2AFCC86996C7AEAC021A20327D642D6B" + { + "Name" = "8:Microsoft.VisualStudio.Threading.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Threading.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_33812D9313BBE797D0689A9222530780" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_33812D9313BBE797D0689A9222530780" + { + "Name" = "8:System.Linq.Parallel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Parallel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_348C8F6EC544E8C795E149CD2A65514E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Management.RegisteredServers, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_348C8F6EC544E8C795E149CD2A65514E" + { + "Name" = "8:Microsoft.SqlServer.Management.RegisteredServers.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Management.RegisteredServers.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3720538BBE67C4B3E8918844F6143B80" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Imaging, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3720538BBE67C4B3E8918844F6143B80" + { + "Name" = "8:Microsoft.VisualStudio.Imaging.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Imaging.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3D6B9AFC75CB19A41C34E9D7402F0D5F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Xceed.Wpf.Toolkit, Version=2.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3D6B9AFC75CB19A41C34E9D7402F0D5F" + { + "Name" = "8:Xceed.Wpf.Toolkit.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Xceed.Wpf.Toolkit.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3F2E4B282C45A3EA7277198C23EED67F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Validation, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3F2E4B282C45A3EA7277198C23EED67F" + { + "Name" = "8:Microsoft.VisualStudio.Validation.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Validation.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_401D545DD7A4A7AD180E80AD613EAB06" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_401D545DD7A4A7AD180E80AD613EAB06" + { + "Name" = "8:Microsoft.VisualStudio.TextManager.Interop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.TextManager.Interop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_40D993B9D6B897469071F766DB383975" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SqlTDiagM, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_40D993B9D6B897469071F766DB383975" + { + "Name" = "8:Microsoft.SqlServer.SqlTDiagM.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SqlTDiagM.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_411A7E27B695FCACC3117C9AF4A2A0AC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Immutable.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_411A7E27B695FCACC3117C9AF4A2A0AC" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Immutable.11.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Immutable.11.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11: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}:_411FEB0CDD2C07DF096B085238701D8C" + { + "SourcePath" = "8:dte90a.olb" + "TargetName" = "8:dte90a.olb" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4406936403A6C86470853BF577050208" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_4406936403A6C86470853BF577050208" + { + "Name" = "8:System.ServiceModel.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_45BD9F0C4475B3C84A42B9F6F3D60D5C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_45BD9F0C4475B3C84A42B9F6F3D60D5C" + { + "Name" = "8:System.Reflection.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_46CC122B53EE9EB22116A7DCFF218069" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_46CC122B53EE9EB22116A7DCFF218069" + { + "Name" = "8:System.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_474460DF15C12E7637FA2907C65447C9" + { + "SourcePath" = "8:ProjectAggregator.dll" + "TargetName" = "8:ProjectAggregator.dll" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4D8351D1F82F209C93D8CA1E4116F4E8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Management.Sdk.Sfc, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_4D8351D1F82F209C93D8CA1E4116F4E8" + { + "Name" = "8:Microsoft.SqlServer.Management.Sdk.Sfc.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Management.Sdk.Sfc.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4EC5305C5EDD9ABD897DA7EDDA6F82D5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_4EC5305C5EDD9ABD897DA7EDDA6F82D5" + { + "Name" = "8:System.Runtime.Serialization.Xml.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Xml.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4FCD1CEC111BD0033C798FFBC0467304" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.ConnectionInfo, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_4FCD1CEC111BD0033C798FFBC0467304" + { + "Name" = "8:Microsoft.SqlServer.ConnectionInfo.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.ConnectionInfo.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_508D4E2E3D7F0CE65A4BEDA0B20042D4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_508D4E2E3D7F0CE65A4BEDA0B20042D4" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.8.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.8.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_561B321BB4EEBCBCB781D6F5F254630B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Requests, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_561B321BB4EEBCBCB781D6F5F254630B" + { + "Name" = "8:System.Net.Requests.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Requests.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_57DB4DDD9D21E5F366DCBE1ECA84EF4A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Debug, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_57DB4DDD9D21E5F366DCBE1ECA84EF4A" + { + "Name" = "8:System.Diagnostics.Debug.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Debug.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5F4B343C7BEDB533ADAB4F361C6587D0" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5F4B343C7BEDB533ADAB4F361C6587D0" + { + "Name" = "8:System.Runtime.Serialization.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5F8DFC7A250BF24EDFF9B4E9D02D3A48" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5F8DFC7A250BF24EDFF9B4E9D02D3A48" + { + "Name" = "8:System.Collections.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_633D130CD1B5766D1D18B29D2D55A286" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_633D130CD1B5766D1D18B29D2D55A286" + { + "Name" = "8:System.Threading.Tasks.Dataflow.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.Dataflow.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_649A5FA0E248D24D149461B1F0797685" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_649A5FA0E248D24D149461B1F0797685" + { + "Name" = "8:NLog.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NLog.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_66485858EC0F0BE85929288B82AF49DA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_66485858EC0F0BE85929288B82AF49DA" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Immutable.10.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Immutable.10.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_688A54D96BD54521D97D92089F2431A4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Diagnostics.STrace, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_688A54D96BD54521D97D92089F2431A4" + { + "Name" = "8:Microsoft.SqlServer.Diagnostics.STrace.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Diagnostics.STrace.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6FAED28E7B507BA89EED2FBA31CC6580" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_6FAED28E7B507BA89EED2FBA31CC6580" + { + "Name" = "8:EnvDTE100.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE100.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_70C12F5E5E8AE31D0A73C6E467589F68" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_70C12F5E5E8AE31D0A73C6E467589F68" + { + "Name" = "8:System.Linq.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_70DFD0D3FAE99D05671B5D3C780E716D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.CoreUtility, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_70DFD0D3FAE99D05671B5D3C780E716D" + { + "Name" = "8:Microsoft.VisualStudio.CoreUtility.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.CoreUtility.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_737CBA8B1C1B6BD77F7816719A4B2DFD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Timer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_737CBA8B1C1B6BD77F7816719A4B2DFD" + { + "Name" = "8:System.Threading.Timer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Timer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_789B4A44F7419DF3C928C41A0BB01727" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.NetworkInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_789B4A44F7419DF3C928C41A0BB01727" + { + "Name" = "8:System.Net.NetworkInformation.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.NetworkInformation.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_798450BB5A9C15547723132335B91CC5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_798450BB5A9C15547723132335B91CC5" + { + "Name" = "8:System.Text.RegularExpressions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.RegularExpressions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7A0115E3037D38B635C989C12DC01A1F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Immutable.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_7A0115E3037D38B635C989C12DC01A1F" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Immutable.12.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Immutable.12.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7B472371F7448DECF889D71F8AC8C64F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7B472371F7448DECF889D71F8AC8C64F" + { + "Name" = "8:EnvDTE90.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE90.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7BDE49612F8770703A4F135622E84FD3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Expressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7BDE49612F8770703A4F135622E84FD3" + { + "Name" = "8:System.Linq.Expressions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Expressions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_80498CA04D47CBACAB6C1D5A5B17B675" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Smo, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_80498CA04D47CBACAB6C1D5A5B17B675" + { + "Name" = "8:Microsoft.SqlServer.Smo.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Smo.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11: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}:_80839C908719419E8769FE4903FDC76C" + { + "SourcePath" = "8:..\\HuntingDog2016\\HuntingDog.pkgdef" + "TargetName" = "8:HuntingDog.pkgdef" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_81AC4EE35CD21C411A7ECF6B56B30A61" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.RegSvrEnum, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_81AC4EE35CD21C411A7ECF6B56B30A61" + { + "Name" = "8:Microsoft.SqlServer.RegSvrEnum.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.RegSvrEnum.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_84167763E9B4C38F1D41A8192EA9C513" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.GraphModel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_84167763E9B4C38F1D41A8192EA9C513" + { + "Name" = "8:Microsoft.VisualStudio.GraphModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.GraphModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8608EA7885687DEE869DDCA6D2664FF8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_8608EA7885687DEE869DDCA6D2664FF8" + { + "Name" = "8:System.Runtime.Numerics.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Numerics.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_874380114FA07CCF98D19BB2E385EF85" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.ReaderWriter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_874380114FA07CCF98D19BB2E385EF85" + { + "Name" = "8:System.Xml.ReaderWriter.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.ReaderWriter.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_888069B992FA3ECCBC991127B5FED647" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_888069B992FA3ECCBC991127B5FED647" + { + "Name" = "8:System.Threading.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_890651327156B26C6E789636BD94E437" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:SqlWorkbench.Interfaces, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_890651327156B26C6E789636BD94E437" + { + "Name" = "8:SqlWorkbench.Interfaces.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:SqlWorkbench.Interfaces.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8C47C915130DF9ED4194375C04C204F3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Management.HelpViewer, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8C47C915130DF9ED4194375C04C204F3" + { + "Name" = "8:Microsoft.SqlServer.Management.HelpViewer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Management.HelpViewer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_916C85D3AF6B73D5605632D608488A48" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_916C85D3AF6B73D5605632D608488A48" + { + "Name" = "8:System.ComponentModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_96F0E2336688F29E28B958237B8AE72B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ObjectModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_96F0E2336688F29E28B958237B8AE72B" + { + "Name" = "8:System.ObjectModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ObjectModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_983E1B9BF75CB1DC01FEABE50D601FE5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_983E1B9BF75CB1DC01FEABE50D601FE5" + { + "Name" = "8:System.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9916BEA23DF21CCAD789F337C05F39A8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Principal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9916BEA23DF21CCAD789F337C05F39A8" + { + "Name" = "8:System.Security.Principal.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Principal.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9AC23CAD4571473536B24E0E1BB51AD2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Diagnostics.Assert, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_9AC23CAD4571473536B24E0E1BB51AD2" + { + "Name" = "8:Microsoft.VisualStudio.Diagnostics.Assert.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Diagnostics.Assert.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9B248A1E2B0DD68D86084FC130870A6D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Immutable.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_9B248A1E2B0DD68D86084FC130870A6D" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Immutable.14.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Immutable.14.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9D7456C929CA6B648CCCC4A8F2C8828A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.Annotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9D7456C929CA6B648CCCC4A8F2C8828A" + { + "Name" = "8:System.ComponentModel.Annotations.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.Annotations.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A041642E8F4BEAD96981D7651D5A07E1" + { + "SourcePath" = "8:dte80a.olb" + "TargetName" = "8:dte80a.olb" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A293ABB5C45BE7AA740DFB8FC0F42F52" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A293ABB5C45BE7AA740DFB8FC0F42F52" + { + "Name" = "8:Newtonsoft.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Newtonsoft.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A2DA341A8189326AE93A2CD778EC9413" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A2DA341A8189326AE93A2CD778EC9413" + { + "Name" = "8:System.Runtime.Serialization.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A32E542F49710FB89E87909118AA8463" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A32E542F49710FB89E87909118AA8463" + { + "Name" = "8:System.IO.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A32E7CC5C6C6F7BD0D795A85DB811315" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A32E7CC5C6C6F7BD0D795A85DB811315" + { + "Name" = "8:Microsoft.VisualStudio.OLE.Interop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.OLE.Interop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A3349880AEE54F4C7F5999F3DEC17E8F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A3349880AEE54F4C7F5999F3DEC17E8F" + { + "Name" = "8:System.Threading.Tasks.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A37287B615F4A942D4C4D8646503EA8D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A37287B615F4A942D4C4D8646503EA8D" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A383ABAE6F1EC26E2B9C126314851DED" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A383ABAE6F1EC26E2B9C126314851DED" + { + "Name" = "8:System.Diagnostics.Tracing.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tracing.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A7A4CF51F2CC72ABD4AAE9386935C6E4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.ImageCatalog, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A7A4CF51F2CC72ABD4AAE9386935C6E4" + { + "Name" = "8:Microsoft.VisualStudio.ImageCatalog.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.ImageCatalog.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A80A893CEB919C1D7F4F0B998931D90A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A80A893CEB919C1D7F4F0B998931D90A" + { + "Name" = "8:System.Net.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AC6562E216AE7709306E1E6A4F74A114" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlTools.Telemetry.Interop, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_AC6562E216AE7709306E1E6A4F74A114" + { + "Name" = "8:Microsoft.SqlTools.Telemetry.Interop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlTools.Telemetry.Interop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AE7CB473280D7E3A558A7A1A4FC0BCCE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_AE7CB473280D7E3A558A7A1A4FC0BCCE" + { + "Name" = "8:System.ServiceModel.Security.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Security.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AFC0BF8FDA74E289931B73804A8DFC32" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_AFC0BF8FDA74E289931B73804A8DFC32" + { + "Name" = "8:System.Runtime.InteropServices.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B05D734BBC283019BA11D5EA77C8DDBB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B05D734BBC283019BA11D5EA77C8DDBB" + { + "Name" = "8:System.Resources.ResourceManager.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Resources.ResourceManager.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B18515F8FADCE06F467C564CDBBDE19B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XmlSerializer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B18515F8FADCE06F467C564CDBBDE19B" + { + "Name" = "8:System.Xml.XmlSerializer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XmlSerializer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B30A9CD2863E106F634CF7C7558FF0DB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.NetTcp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B30A9CD2863E106F634CF7C7558FF0DB" + { + "Name" = "8:System.ServiceModel.NetTcp.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.NetTcp.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B47F0CA57352023F5D644BDE84F7B2C4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B47F0CA57352023F5D644BDE84F7B2C4" + { + "Name" = "8:System.Diagnostics.Tools.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tools.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B4DFD251FA0470B6456EEBAB08F67122" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:SqlPackageBase, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_B4DFD251FA0470B6456EEBAB08F67122" + { + "Name" = "8:SqlPackageBase.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:SqlPackageBase.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B7D07C0F50A59346BD192E1B6E6B990C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.AnalysisServices.AdomdClient, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_B7D07C0F50A59346BD192E1B6E6B990C" + { + "Name" = "8:Microsoft.AnalysisServices.AdomdClient.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.AnalysisServices.AdomdClient.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B8F999355186462F6CA587AC21D9F678" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encoding, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B8F999355186462F6CA587AC21D9F678" + { + "Name" = "8:System.Text.Encoding.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encoding.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C03440382FF2BC473F7986CF869DE71A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.ServiceBrokerEnum, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_C03440382FF2BC473F7986CF869DE71A" + { + "Name" = "8:Microsoft.SqlServer.ServiceBrokerEnum.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.ServiceBrokerEnum.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C088FF39F3BA7648970E513F2891C7F7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C088FF39F3BA7648970E513F2891C7F7" + { + "Name" = "8:System.Reflection.Emit.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C0EAE80D4CD153797D62AA835553FDC8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Dynamic.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C0EAE80D4CD153797D62AA835553FDC8" + { + "Name" = "8:System.Dynamic.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Dynamic.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C10C9F8DE7820CF06346F8DB7DAD8F1D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XDocument, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C10C9F8DE7820CF06346F8DB7DAD8F1D" + { + "Name" = "8:System.Xml.XDocument.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XDocument.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C3EB690621A0B301D8D329005B7A6567" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Globalization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C3EB690621A0B301D8D329005B7A6567" + { + "Name" = "8:System.Globalization.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Globalization.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C5B30E3EC450D4AEF1E02F4FB6BA5935" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C5B30E3EC450D4AEF1E02F4FB6BA5935" + { + "Name" = "8:System.Reflection.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C667FF7FBDBC0FAA4C91FAE74CA59708" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Diagnostics.PerformanceProvider, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_C667FF7FBDBC0FAA4C91FAE74CA59708" + { + "Name" = "8:Microsoft.VisualStudio.Diagnostics.PerformanceProvider.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Diagnostics.PerformanceProvider.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C6907B5A5E153135BAD8B6EEA2A5EF64" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Duplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C6907B5A5E153135BAD8B6EEA2A5EF64" + { + "Name" = "8:System.ServiceModel.Duplex.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Duplex.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C78A3CD022A0A2F1947C502DEFAA6DF8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_C78A3CD022A0A2F1947C502DEFAA6DF8" + { + "Name" = "8:System.Runtime.InteropServices.WindowsRuntime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.WindowsRuntime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C9151F0BBED9610BDEE188FE4EDAA547" + { + "SourcePath" = "8:dte100.olb" + "TargetName" = "8:dte100.olb" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CEDE48C49708E85E74FD1888DF16CA5D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.ComponentModelHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_CEDE48C49708E85E74FD1888DF16CA5D" + { + "Name" = "8:Microsoft.VisualStudio.ComponentModelHost.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.ComponentModelHost.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D03FB724289F317051915A49D3442E1B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Management.SDK.SqlStudio, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_D03FB724289F317051915A49D3442E1B" + { + "Name" = "8:Microsoft.SqlServer.Management.SDK.SqlStudio.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Management.SDK.SqlStudio.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D043671FD7ABF993DA2D932C88D838BE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.ExceptionMessageBox, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_D043671FD7ABF993DA2D932C88D838BE" + { + "Name" = "8:Microsoft.ExceptionMessageBox.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.ExceptionMessageBox.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D0B5C6FCFD79BFC00C46FDBD3675B06E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D0B5C6FCFD79BFC00C46FDBD3675B06E" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.9.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.9.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D29F870E25A203FAE3C033A856E92292" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_D29F870E25A203FAE3C033A856E92292" + { + "Name" = "8:Microsoft.MSXML.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.MSXML.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D455E1204D043F23FAB2A71BC7C2BFEB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_D455E1204D043F23FAB2A71BC7C2BFEB" + { + "Name" = "8:Microsoft.VisualStudio.Shell.14.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.14.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D7E1B884E045EB4F9EC8A1A14C067F17" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encoding.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D7E1B884E045EB4F9EC8A1A14C067F17" + { + "Name" = "8:System.Text.Encoding.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encoding.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DE288864912BBE3371BCD282EA8F1ABB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_DE288864912BBE3371BCD282EA8F1ABB" + { + "Name" = "8:System.Reflection.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E1CB9D6167306585B1F93DEB188DAFB8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SqlEnum, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_E1CB9D6167306585B1F93DEB188DAFB8" + { + "Name" = "8:Microsoft.SqlServer.SqlEnum.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SqlEnum.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E253B2807E648DF7AB44A319F945B9BF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E253B2807E648DF7AB44A319F945B9BF" + { + "Name" = "8:System.Net.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E28B42B4E19856AE917C180531BD2489" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Contracts, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E28B42B4E19856AE917C180531BD2489" + { + "Name" = "8:System.Diagnostics.Contracts.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Contracts.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E33C7BEBBE371FDDD0B79EAD25C93291" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Queryable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E33C7BEBBE371FDDD0B79EAD25C93291" + { + "Name" = "8:System.Linq.Queryable.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Queryable.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E6D41CAD913EE4E91F05B5A3A93704F2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_E6D41CAD913EE4E91F05B5A3A93704F2" + { + "Name" = "8:System.Diagnostics.Tracing.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tracing.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E7C53F916488F6983F76DA2821E2431C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Utilities, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_E7C53F916488F6983F76DA2821E2431C" + { + "Name" = "8:Microsoft.VisualStudio.Utilities.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Utilities.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E819C886B62E2FAB6E51A23FA86027CB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E819C886B62E2FAB6E51A23FA86027CB" + { + "Name" = "8:Microsoft.VisualStudio.TextManager.Interop.8.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.TextManager.Interop.8.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E9501EA4FED08B9584D26A0A2DD23099" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E9501EA4FED08B9584D26A0A2DD23099" + { + "Name" = "8:System.Windows.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Windows.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EF589FDD283ADB10A7C953CA11A496EC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.Lightweight, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_EF589FDD283ADB10A7C953CA11A496EC" + { + "Name" = "8:System.Reflection.Emit.Lightweight.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.Lightweight.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F2AB0149A27D25B978A3B0EA656A0FC6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE90a, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F2AB0149A27D25B978A3B0EA656A0FC6" + { + "Name" = "8:EnvDTE90a.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE90a.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F37DE0D0E46E78D8F4A2704632E7BBA1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F37DE0D0E46E78D8F4A2704632E7BBA1" + { + "Name" = "8:System.Threading.Tasks.Parallel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.Parallel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SmoExtended, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F47DCC3CDBECBBE6C9BF6FEBDCC4234A" + { + "Name" = "8:Microsoft.SqlServer.SmoExtended.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SmoExtended.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F89FD5747C58E22760035CE69FD15903" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SqlClrProvider, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F89FD5747C58E22760035CE69FD15903" + { + "Name" = "8:Microsoft.SqlServer.SqlClrProvider.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SqlClrProvider.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F9DC441A01410C659EAA6E2B95630AC4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Dmf.Common, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F9DC441A01410C659EAA6E2B95630AC4" + { + "Name" = "8:Microsoft.SqlServer.Dmf.Common.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Dmf.Common.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FABD031804AB8D6D48D834F68201B731" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_FABD031804AB8D6D48D834F68201B731" + { + "Name" = "8:EnvDTE.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FBAC79113844BE17D1A70528299ED274" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:ConnectionDlg, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_FBAC79113844BE17D1A70528299ED274" + { + "Name" = "8:ConnectionDlg.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:ConnectionDlg.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FE26735A9AFC13426C7B35430F9155E4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Instapi, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_FE26735A9AFC13426C7B35430F9155E4" + { + "Name" = "8:Microsoft.SqlServer.Instapi.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Instapi.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + } + "FileType" + { + } + "Folder" + { + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_11CA8A5BB60045C19ED72A5E852E0860" + { + "DefaultLocation" = "8:[ProgramFilesFolder]Microsoft SQL Server\\130\\Tools\\Binn\\ManagementStudio\\Extensions\\HuntingDog" + "Name" = "8:#1925" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:TARGETDIR" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_1DD54D8093E2448B9C2631A0EA3EBB14" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_3772D59C0EB346959FD78045841AFCE0" + { + "Name" = "8:#1919" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:ProgramMenuFolder" + "Folders" + { + } + } + } + "LaunchCondition" + { + } + "Locator" + { + } + "MsiBootstrapper" + { + "LangId" = "3:1033" + "RequiresElevation" = "11:FALSE" + } + "Product" + { + "Name" = "8:Microsoft Visual Studio" + "ProductName" = "8:HuntingDog 2016" + "ProductCode" = "8:{1D31F6B7-9095-49E8-A996-D34499DC9C07}" + "PackageCode" = "8:{38539CE1-4737-4FB8-B43B-7793330C8E4B}" + "UpgradeCode" = "8:{981FD121-C050-4580-8344-70044EC9026B}" + "AspNetVersion" = "8:4.0.30319.0" + "RestartWWWService" = "11:FALSE" + "RemovePreviousVersions" = "11:TRUE" + "DetectNewerInstalledVersion" = "11:TRUE" + "InstallAllUsers" = "11:FALSE" + "ProductVersion" = "8:3.5.0" + "Manufacturer" = "8:Microsoft" + "ARPHELPTELEPHONE" = "8:" + "ARPHELPLINK" = "8:" + "Title" = "8:HuntingDog 2016" + "Subject" = "8:" + "ARPCONTACT" = "8:Alex" + "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}:_1EE81AD05B564F0F917F71879999DB8F" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_CF7C8C58197E42119C1E0DF269728054" + { + "Name" = "8:Microsoft" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_1C8A1C7A4D92473BB1C79ED2A0D5B8B6" + { + "Name" = "8:SQL Server Management Studio" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_B6BEC6292CEE4AEE8C285E71567B53DD" + { + "Name" = "8:13.0" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_D45BBD2A25934974A608AD2139A4585E" + { + "Name" = "8:Packages" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_B7D8DF53D5AA4AB681B3937BF92731E6" + { + "Name" = "8:{5b3a5944-ba3e-449d-8b79-4d194244b643}" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + "{ADCFDA98-8FDD-45E4-90BC-E3D20B029870}:_401BBF139C6D4DEAA0EB6CF1A2943408" + { + "Name" = "8:SkipLoading" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "ValueTypes" = "3:3" + "Value" = "3:1" + } + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCU" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_26A2DA352011498B9AFB42C54540F1D5" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_ABF802747972453B8EA014813D79CCD7" + { + "Name" = "8:Microsoft" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_E7BC70557D3D49D082C37722971883B4" + { + "Name" = "8:SQL Server Management Studio" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_BA05432548EE45989D0910F46BDBCB2D" + { + "Name" = "8:13.0" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_903ED1403D5F46B0BD5EC2B96482273D" + { + "Name" = "8:Packages" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_AA2F8D4C599249AEAC812DFD19103906" + { + "Name" = "8:{5b3a5944-ba3e-449d-8b79-4d194244b643}" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + "{ADCFDA98-8FDD-45E4-90BC-E3D20B029870}:_4B0DAAA825234406B2FCD8EAF96F3924" + { + "Name" = "8:SkipLoading" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "ValueTypes" = "3:3" + "Value" = "3:1" + } + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCR" + { + "Keys" + { + } + } + "HKU" + { + "Keys" + { + } + } + "HKPU" + { + "Keys" + { + } + } + } + "Sequences" + { + } + "Shortcut" + { + } + "UserInterface" + { + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_0BB1EF53EBBE40AD8555C8FBA9D86ABE" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_0DDFB201B88D493E95EFC764501B2E7C" + { + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_7D92D8AA1001472A83D599151004730E" + { + "Sequence" = "3:100" + "DisplayName" = "8:Finished" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "UpdateText" + { + "Name" = "8:UpdateText" + "DisplayName" = "8:#1058" + "Description" = "8:#1158" + "Type" = "3:15" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1258" + "DefaultValue" = "8:#1258" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_4930732A3AA043FC9D8E684A22CC0016" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdUserInterface.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_4A6ED223DEE840F79353F00C26DCF4AF" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_50459B74FB754F12B77FAED937C0A778" + { + "Sequence" = "3:100" + "DisplayName" = "8:Progress" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_A01B695C1D434D21953B500C1B46800D" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_530B9325928042A78AE54877B86B54BA" + { + "Sequence" = "3:300" + "DisplayName" = "8:Confirm Installation" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D6DA0F8F0CAF4A97A915615E617147D7" + { + "Sequence" = "3:100" + "DisplayName" = "8:Welcome" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_C968BCA4952640B28C843A8B55A46B42" + { + "Name" = "8:#1900" + "Sequence" = "3:1" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_26EE3AF0B4C44C05873B60F70B7AA5AE" + { + "Sequence" = "3:300" + "DisplayName" = "8:Confirm Installation" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_AE519DCEA9374354A32DECA9CFA09C1C" + { + "Sequence" = "3:100" + "DisplayName" = "8:Welcome" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_D087DAD44DBF40F79AB46B6E83E4CBA6" + { + "Name" = "8:#1901" + "Sequence" = "3:1" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_7E439EDBBF5943DBA808343F727A0DAF" + { + "Sequence" = "3:100" + "DisplayName" = "8:Progress" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_E5443FB4475944C58D25DCE57F3B8BED" + { + "Name" = "8:#1902" + "Sequence" = "3:2" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2D5FF37B539748CAB9D897E7DFA61FD0" + { + "Sequence" = "3:100" + "DisplayName" = "8:Finished" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + } + "MergeModule" + { + } + "ProjectOutput" + { + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_DDDAC87C25F14785B98FBCCA229E6487" + { + "SourcePath" = "8:..\\HuntingDog2016\\obj\\Debug\\HuntingDog.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_11CA8A5BB60045C19ED72A5E852E0860" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:Built" + "OutputProjectGuid" = "8:{AA575755-0E5F-4053-A0A1-73B7EB2E03AB}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + } + } +} diff --git a/HuntingDog2017/HuntingDog.cs b/HuntingDog2017/HuntingDog.cs new file mode 100644 index 0000000..7943e7c --- /dev/null +++ b/HuntingDog2017/HuntingDog.cs @@ -0,0 +1,31 @@ +// ------------------------------------------------------------------------------ +// +// This file was generated by Extensibility Tools v1.10.198 +// +// ------------------------------------------------------------------------------ +namespace HuntingDog +{ + using System; + + /// + /// Helper class that exposes all GUIDs used across VS Package. + /// + internal sealed partial class PackageGuids + { + public const string HuntingDogPackageIDString = "5b3a5944-ba3e-449d-8b79-4d194244b643"; + public const string HuntingDogIconsString = "245dd7ad-f68d-4b2a-9163-91cba9070323"; + public const string HuntingDogCommandSetIDString = "c2de79ab-b0ac-40bf-b340-34c6ab2bff53"; + public static Guid HuntingDogPackageID = new Guid(HuntingDogPackageIDString); + public static Guid HuntingDogIcons = new Guid(HuntingDogIconsString); + public static Guid HuntingDogCommandSetID = new Guid(HuntingDogCommandSetIDString); + } + /// + /// Helper class that encapsulates all CommandIDs uses across VS Package. + /// + internal sealed partial class PackageIds + { + public const int HuntingDogPaw = 0x0001; + public const int HuntingDogMenuGroup = 0x1020; + public const int HuntingDogCommandId = 0x0100; + } +} diff --git a/HuntingDog2017/HuntingDog.pkgdef b/HuntingDog2017/HuntingDog.pkgdef new file mode 100644 index 0000000..fec876b Binary files /dev/null and b/HuntingDog2017/HuntingDog.pkgdef differ diff --git a/HuntingDog2017/HuntingDog.vsct b/HuntingDog2017/HuntingDog.vsct new file mode 100644 index 0000000..30ca50b --- /dev/null +++ b/HuntingDog2017/HuntingDog.vsct @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HuntingDog2017/HuntingDog2017.csproj b/HuntingDog2017/HuntingDog2017.csproj new file mode 100644 index 0000000..f53afef --- /dev/null +++ b/HuntingDog2017/HuntingDog2017.csproj @@ -0,0 +1,491 @@ + + + + + + 15.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + true + + + + + + true + + + Key.snk + + + + Debug + AnyCPU + 2.0 + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {B6817CDC-17DA-4AF2-98EB-6EFCCDD196F2} + Library + Properties + HuntingDog + HuntingDog + v4.6.2 + true + false + false + false + true + false + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + False + False + x86 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + x86 + False + + + + Core\DogVersion.cs + + + Core\Extensions.cs + + + Core\Log.cs + + + Core\LogFactory.cs + + + Core\PerformanceAnalyzer.cs + + + Core\Range.cs + + + Core\UpdateDetector.cs + + + Core\UpdateNotificator.cs + + + Core\VersionRetriever.cs + + + DogConfig\Config.cs + + + DogConfig\ConfigPersistor.cs + + + DogEngine\Entity.cs + + + DogEngine\FunctionParameter.cs + + + DogEngine\IDatabaseDictionary.cs + + + DogEngine\IDatabaseLoader.cs + + + DogEngine\Impl\Constructor.cs + + + DogEngine\Impl\DatabaseDictionary.cs + + + DogEngine\Impl\DatabaseLoader.cs + + + DogEngine\Impl\ServerWatcher.cs + + + DogEngine\Impl\StudioController.cs + + + DogEngine\IServer.cs + + + DogEngine\IStorage.cs + + + DogEngine\IStudioController.cs + + + DogEngine\ProcedureParameter.cs + + + DogEngine\SearchCriteria.cs + + + DogEngine\TableColumn.cs + + + DogFace\Action.cs + + + DogFace\Background\BackgroundProcessor.cs + + + DogFace\Background\Request.cs + + + DogFace\Background\RequestType.cs + + + DogFace\BitmapConverter.cs + + + DogFace\DialogWindow.xaml.cs + DialogWindow.xaml + + + DogFace\Face.xaml.cs + Face.xaml + + + DogFace\HtmlTextBlock.cs + + + DogFace\Item.cs + + + DogFace\ItemFactory.cs + + + DogFace\ucHost.cs + UserControl + + + DogFace\ucHost.Designer.cs + ucHost.cs + + + DogFace\UserPreferences.cs + + + DogFace\WidthConverter.cs + + + Engine\AddinCreater.cs + + + Engine\Connect.cs + + + Engine\DatabaseSearchResult.cs + + + Engine\EventWatcher.cs + + + Engine\ManagedConnection.cs + + + Engine\ManagementStudioController.cs + + + Engine\ObjectExplorerManager.cs + + + Properties\AssemblyInfo.cs + + + Properties\Resources.Designer.cs + Resources.resx + + + True + True + HuntingDog.vsct + + + + + + + DogFace\DialogWindow.xaml + MSBuild:Compile + Designer + + + DogFace\Face.xaml + MSBuild:Compile + Designer + + + + + + + Designer + + + + + Menus.ctmenu + VsctGenerator + HuntingDog.cs + + + Always + + + + + + False + ..\Dependencies\2017\ConnectionDlg.dll + + + False + + + False + + + False + + + False + + + False + False + ..\..\..\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\extensibility.dll + + + True + + + True + + + False + ..\Dependencies\2017\Microsoft.SqlServer.ConnectionInfo.dll + + + False + ..\Dependencies\2017\Microsoft.SqlServer.ConnectionInfoExtended.dll + + + False + ..\Dependencies\2017\Microsoft.SqlServer.Management.Sdk.Sfc.dll + + + False + ..\Dependencies\2017\Microsoft.SqlServer.RegSvrEnum.dll + + + False + ..\Dependencies\2017\Microsoft.SqlServer.Smo.dll + + + False + ..\Dependencies\2017\Microsoft.SqlServer.SmoExtended.dll + + + False + ..\Dependencies\2017\Microsoft.SqlServer.SqlEnum.dll + + + True + + + False + + + packages\Microsoft.VisualStudio.Imaging.14.3.25407\lib\net45\Microsoft.VisualStudio.Imaging.dll + True + + + packages\Microsoft.VisualStudio.OLE.Interop.7.10.6070\lib\Microsoft.VisualStudio.OLE.Interop.dll + True + + + packages\Microsoft.VisualStudio.Shell.14.0.14.3.25407\lib\Microsoft.VisualStudio.Shell.14.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Immutable.10.0.10.0.30319\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Immutable.11.0.11.0.50727\lib\net45\Microsoft.VisualStudio.Shell.Immutable.11.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Immutable.12.0.12.0.21003\lib\net45\Microsoft.VisualStudio.Shell.Immutable.12.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Immutable.14.0.14.3.25407\lib\net45\Microsoft.VisualStudio.Shell.Immutable.14.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Interop.7.10.6071\lib\Microsoft.VisualStudio.Shell.Interop.dll + True + + + False + packages\Microsoft.VisualStudio.Shell.Interop.10.0.10.0.30319\lib\Microsoft.VisualStudio.Shell.Interop.10.0.dll + True + + + False + packages\Microsoft.VisualStudio.Shell.Interop.11.0.11.0.61030\lib\Microsoft.VisualStudio.Shell.Interop.11.0.dll + True + + + False + packages\Microsoft.VisualStudio.Shell.Interop.12.0.12.0.30110\lib\Microsoft.VisualStudio.Shell.Interop.12.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.Shell.Interop.8.0.dll + True + + + packages\Microsoft.VisualStudio.Shell.Interop.9.0.9.0.30729\lib\Microsoft.VisualStudio.Shell.Interop.9.0.dll + True + + + packages\Microsoft.VisualStudio.TextManager.Interop.7.10.6070\lib\Microsoft.VisualStudio.TextManager.Interop.dll + True + + + packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.TextManager.Interop.8.0.dll + True + + + packages\Microsoft.VisualStudio.Threading.14.1.111\lib\net45\Microsoft.VisualStudio.Threading.dll + True + + + packages\Microsoft.VisualStudio.Utilities.14.3.25407\lib\net45\Microsoft.VisualStudio.Utilities.dll + True + + + packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll + True + + + ..\Dependencies\2016\NLog.dll + + + True + + + True + + + True + + + False + ..\Dependencies\2017\SqlPackageBase.dll + + + False + ..\Dependencies\2017\SqlWorkbench.Interfaces.dll + + + False + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + ..\Dependencies\2016\Xceed.Wpf.Toolkit.dll + + + + + DogFace\ucHost.resx + ucHost.cs + + + Engine\CommandBar.resx + + + Properties\Resources.resx + + + true + VSPackage + Designer + + + + + False + Microsoft .NET Framework 4.5.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + \ No newline at end of file diff --git a/HuntingDog2017/HuntingDog2017.csproj.user b/HuntingDog2017/HuntingDog2017.csproj.user new file mode 100644 index 0000000..944ec00 --- /dev/null +++ b/HuntingDog2017/HuntingDog2017.csproj.user @@ -0,0 +1,6 @@ + + + + ShowAllFiles + + \ No newline at end of file diff --git a/HuntingDog2017/HuntingDogCommand.cs b/HuntingDog2017/HuntingDogCommand.cs new file mode 100644 index 0000000..e68538f --- /dev/null +++ b/HuntingDog2017/HuntingDogCommand.cs @@ -0,0 +1,91 @@ +using System; +using System.ComponentModel.Design; +using Microsoft.VisualStudio.Shell; +using Microsoft.VisualStudio.Shell.Interop; + + +namespace HuntingDog +{ + internal sealed class HuntingDogCommand + { + private readonly Package _package; + private IVsWindowFrame _windowFrame = null; + private HuntingDog.ucHost _uglyUsefuleDogFace; + + private HuntingDogCommand(Package package) + { + if (package == null) + { + throw new ArgumentNullException("HuntingDogCommand is null from an unknown reason."); + } + + this._package = package; + + OleMenuCommandService commandService = this.ServiceProvider.GetService(typeof(IMenuCommandService)) as OleMenuCommandService; + if (commandService != null) + { + var menuCommandId = new CommandID(PackageGuids.HuntingDogCommandSetID, PackageIds.HuntingDogCommandId); + var menuItem = new MenuCommand(this.MenuItemCallback, menuCommandId); + commandService.AddCommand(menuItem); + } + } + + public static HuntingDogCommand Instance { get; private set; } + private IServiceProvider ServiceProvider { get { return this._package; } } + public string Caption { get { return "Hunting Dog"; } } + + public static void Initialize(Package package) + { + Instance = new HuntingDogCommand(package); + Instance.ShowToolWindow(); + } + + private void MenuItemCallback(object sender, EventArgs e) + { + ShowToolWindow(); + } + + //https://www.mztools.com/articles/2015/MZ2015005.aspx + private void ShowToolWindow() + { + const string TOOLWINDOW_GUID = "{7C23E551-2E95-40A8-B783-3753D4E3DEAB}"; + + if (_windowFrame == null) + { + + _uglyUsefuleDogFace = new ucHost(); + _windowFrame = CreateToolWindow(Caption, TOOLWINDOW_GUID, _uglyUsefuleDogFace); + + // additional init could be done after this line for the user control + HuntingDog.DogEngine.Impl.DiConstruct.Instance.HideYourself += Instance_HideYourself; + } + + _windowFrame.Show(); + HuntingDog.DogEngine.Impl.DiConstruct.Instance.ForceShowYourself(); + } + + private void Instance_HideYourself() + { + _windowFrame.Hide(); + } + + private IVsWindowFrame CreateToolWindow(string caption, string guid, System.Windows.Forms.UserControl userControl) + { + const int TOOL_WINDOW_INSTANCE_ID = 0; // Single-instance toolwindow + + IVsUIShell uiShell = (IVsUIShell)ServiceProvider.GetService(typeof(SVsUIShell)); + Guid toolWindowPersistenceGuid = new Guid(guid); + Guid guidNull = Guid.Empty; + int[] position = new int[1]; + IVsWindowFrame windowFrame = null; + + int result = uiShell.CreateToolWindow((uint)__VSCREATETOOLWIN.CTW_fInitNew, TOOL_WINDOW_INSTANCE_ID, userControl, ref guidNull, ref toolWindowPersistenceGuid, ref guidNull, null, caption, position, out windowFrame); + + Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(result); + + return windowFrame; + } + + + } +} diff --git a/HuntingDog2017/HuntingDogPackage.cs b/HuntingDog2017/HuntingDogPackage.cs new file mode 100644 index 0000000..c974bd9 --- /dev/null +++ b/HuntingDog2017/HuntingDogPackage.cs @@ -0,0 +1,97 @@ +//------------------------------------------------------------------------------ +// +// Copyright (c) Company. All rights reserved. +// +//------------------------------------------------------------------------------ + +using System; +using System.ComponentModel.Design; +using System.Diagnostics; +using System.Diagnostics.CodeAnalysis; +using System.Globalization; +using System.Runtime.InteropServices; +using System.Windows.Forms; +using Microsoft.VisualStudio; +using Microsoft.VisualStudio.OLE.Interop; +using Microsoft.VisualStudio.Shell; +using Microsoft.VisualStudio.Shell.Interop; +using Microsoft.Win32; + +namespace HuntingDog +{ + /// + /// This is the class that implements the package exposed by this assembly. + /// + /// + /// + /// The minimum requirement for a class to be considered a valid package for Visual Studio + /// is to implement the IVsPackage interface and register itself with the shell. + /// This package uses the helper classes defined inside the Managed Package Framework (MPF) + /// to do it: it derives from the Package class that provides the implementation of the + /// IVsPackage interface and uses the registration attributes defined in the framework to + /// register itself and its components with the shell. These attributes tell the pkgdef creation + /// utility what data to put into .pkgdef file. + /// + /// + /// To get loaded into VS, the package must be referred by <Asset Type="Microsoft.VisualStudio.VsPackage" ...> in .vsixmanifest file. + /// + /// + /// + [ProvideAutoLoad(VSConstants.UICONTEXT.ShellInitialized_string)] + [PackageRegistration(UseManagedResourcesOnly = true)] + [InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)] // Info on this package for Help/About + [Guid(PackageGuids.HuntingDogPackageIDString)] + [SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "pkgdef, VS and vsixmanifest are valid VS terms")] + [ProvideMenuResource("Menus.ctmenu", 1)] + public sealed class HuntingDogPackage : Package + { + /// + /// Initializes a new instance of the class. + /// + public HuntingDogPackage() + { + // Inside this method you can place any initialization code that does not require + // any Visual Studio service because at this point the package object is created but + // not sited yet inside Visual Studio environment. The place to do all the other + // initialization is the Initialize method. + } + + #region Package Members + + /// + /// Initialization of the package; this method is called right after the package is sited, so this is the place + /// where you can put all the initialization code that rely on services provided by VisualStudio. + /// + protected override void Initialize() + { + base.Initialize(); + HuntingDogCommand.Initialize(this); + + // total hack https://ssmsschemafolders.codeplex.com/SourceControl/latest#README.md + DelayAddSkipLoadingReg(); + } + + #endregion + + private void AddSkipLoadingReg() + { + var myPackage = UserRegistryRoot.CreateSubKey($@"Packages\{{{PackageGuids.HuntingDogPackageIDString}}}"); + if (myPackage != null) + { + myPackage.SetValue("SkipLoading", 1); + } + } + + private void DelayAddSkipLoadingReg() + { + var delay = new Timer(); + delay.Tick += delegate (object o, EventArgs e) + { + delay.Stop(); + AddSkipLoadingReg(); + }; + delay.Interval = 1000; + delay.Start(); + } + } +} diff --git a/HuntingDog2017/Key.snk b/HuntingDog2017/Key.snk new file mode 100644 index 0000000..bf87134 Binary files /dev/null and b/HuntingDog2017/Key.snk differ diff --git a/HuntingDog2017/Resources/HuntingDog2016.ico b/HuntingDog2017/Resources/HuntingDog2016.ico new file mode 100644 index 0000000..d323b07 Binary files /dev/null and b/HuntingDog2017/Resources/HuntingDog2016.ico differ diff --git a/HuntingDog2017/VSPackage.resx b/HuntingDog2017/VSPackage.resx new file mode 100644 index 0000000..dc58041 --- /dev/null +++ b/HuntingDog2017/VSPackage.resx @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SQL Hunting Dog + + + Hunt all you can + + + + Resources\HuntingDog2016.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/HuntingDog2017/app.config b/HuntingDog2017/app.config new file mode 100644 index 0000000..380d29c --- /dev/null +++ b/HuntingDog2017/app.config @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HuntingDog2017/packages.config b/HuntingDog2017/packages.config new file mode 100644 index 0000000..b898da4 --- /dev/null +++ b/HuntingDog2017/packages.config @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/HuntingDog2017_Installer/HuntingDog2017_Installer.vdproj b/HuntingDog2017_Installer/HuntingDog2017_Installer.vdproj new file mode 100644 index 0000000..65ad496 --- /dev/null +++ b/HuntingDog2017_Installer/HuntingDog2017_Installer.vdproj @@ -0,0 +1,7089 @@ +"DeployProject" +{ +"VSVersion" = "3:800" +"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" +"IsWebType" = "8:FALSE" +"ProjectName" = "8:HuntingDog2017_Installer" +"LanguageId" = "3:1033" +"CodePage" = "3:1252" +"UILanguageId" = "3:1033" +"SccProjectName" = "8:" +"SccLocalPath" = "8:" +"SccAuxPath" = "8:" +"SccProvider" = "8:" + "Hierarchy" + { + "Entry" + { + "MsmKey" = "8:_004222953B9A8C2C509A0F0A25D00CF0" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0391B462919FBF9EEC1CBC2756F3C189" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_04C33C82BE3A16D3402C5A0D6EED29BC" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_09CA8135CCDA4469FD5AA10D432BAC8A" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0AAFBFE9FEE4F479EC3B3028219F94B8" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0D8BAB7EBEC7FD11F108278D667DD7B3" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0DB8BED385414C96F382F92AF768C44C" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0DB8BED385414C96F382F92AF768C44C" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0E1158115ABD1D4322330C7A373BA0FF" + "OwnerKey" = "8:_6716E0FD46D515748631E1CC51F45D7D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_0E1158115ABD1D4322330C7A373BA0FF" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_12365083316365CB42CD69BF25EEE28B" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_164B91C29E6A29F8008947C5B8C285B2" + "OwnerKey" = "8:_20AF8A6F4943F3D0D306D3AC0D5D1757" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_164B91C29E6A29F8008947C5B8C285B2" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_164B91C29E6A29F8008947C5B8C285B2" + "OwnerKey" = "8:_EC45C8005D2102D04D422C0605F5C4FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_164B91C29E6A29F8008947C5B8C285B2" + "OwnerKey" = "8:_DAB11013D59CCACDD4FD7D581E0525A2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "OwnerKey" = "8:_004222953B9A8C2C509A0F0A25D00CF0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "OwnerKey" = "8:_E3B8940E50FC4DDDF2989607761F244A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "OwnerKey" = "8:_373C46DBB6B166B048471AE3CF9FE880" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "OwnerKey" = "8:_0DB8BED385414C96F382F92AF768C44C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1B7F0E4D787015524CEA4007C851F15E" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1F6D16552AF4A3EBFC4505D174E7FD64" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1FB0A3B949EDB458F2BEBBA4CAFF81DF" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_205180131F613F25E306845F655413E6" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_205180131F613F25E306845F655413E6" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_205180131F613F25E306845F655413E6" + "OwnerKey" = "8:_F040CFEDE7603E7B2B6FE92F9236AC7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_20AF8A6F4943F3D0D306D3AC0D5D1757" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_20E70113A3108D2925B260E6A12ED456" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_20E70113A3108D2925B260E6A12ED456" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2592F5D54581822B4D5346743AD31501" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_25F0B8C965EA6287F661A7499ED7EABF" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_261F3807CDE0F1830571A5CBCC4A0EE4" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2971C2433A9F42EC06F5C114F7F54400" + "OwnerKey" = "8:_DD04F6F84B8696872F5164DD5CADD8B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2971C2433A9F42EC06F5C114F7F54400" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "OwnerKey" = "8:_EC45C8005D2102D04D422C0605F5C4FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "OwnerKey" = "8:_DAB11013D59CCACDD4FD7D581E0525A2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "OwnerKey" = "8:_164B91C29E6A29F8008947C5B8C285B2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "OwnerKey" = "8:_20AF8A6F4943F3D0D306D3AC0D5D1757" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2C4023CC99A3F713FBCF0BE3399E9132" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2C4023CC99A3F713FBCF0BE3399E9132" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2EDFF75C7936A7D822DAD61567EACB2D" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3309D9491ABA13E92B69B708456B6B03" + "OwnerKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3309D9491ABA13E92B69B708456B6B03" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3309D9491ABA13E92B69B708456B6B03" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3309D9491ABA13E92B69B708456B6B03" + "OwnerKey" = "8:_0DB8BED385414C96F382F92AF768C44C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3309D9491ABA13E92B69B708456B6B03" + "OwnerKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3309D9491ABA13E92B69B708456B6B03" + "OwnerKey" = "8:_6FF0DF9A5BD609629968F17ACE4FE634" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3470A655C30C2FA78FD0B67FE27BA11D" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3731024362495F46740A7365ACBEAF9E" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_373C46DBB6B166B048471AE3CF9FE880" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_373C46DBB6B166B048471AE3CF9FE880" + "OwnerKey" = "8:_004222953B9A8C2C509A0F0A25D00CF0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_373C46DBB6B166B048471AE3CF9FE880" + "OwnerKey" = "8:_E3B8940E50FC4DDDF2989607761F244A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3A95F2CFD3D2C6A5247DBEA439CF3D62" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3A95F2CFD3D2C6A5247DBEA439CF3D62" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3E764152F0D2E074955072079CF775D3" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3EBF92385C5B407286969A3338EA2644" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3F3B09E16F2D40F277E54E4479293129" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_44FDA825254249FA304CD024E1A66255" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_46C985B0F7FBB60BE9A8CD30CC4E62E7" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4F05D1D0D0B466517108649833315DB5" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51E5812C31FA74077EA8AA76169DAA2C" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51E5812C31FA74077EA8AA76169DAA2C" + "OwnerKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5245C44526EFC44A39B685CD3169C4CE" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52DD24A306C7D5C2A21EC3E03DD35B99" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52DD24A306C7D5C2A21EC3E03DD35B99" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52DD24A306C7D5C2A21EC3E03DD35B99" + "OwnerKey" = "8:_7AD22BD637FECEB42ED653159F9061E5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52DD24A306C7D5C2A21EC3E03DD35B99" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52DD24A306C7D5C2A21EC3E03DD35B99" + "OwnerKey" = "8:_7D4D475097990F098BCFC37FA79F2AFA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_6716E0FD46D515748631E1CC51F45D7D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_004222953B9A8C2C509A0F0A25D00CF0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_E3B8940E50FC4DDDF2989607761F244A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_373C46DBB6B166B048471AE3CF9FE880" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_205180131F613F25E306845F655413E6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_0DB8BED385414C96F382F92AF768C44C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_6FF0DF9A5BD609629968F17ACE4FE634" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_3309D9491ABA13E92B69B708456B6B03" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_52E5CB4D82760737CF1F677593037228" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_59AC37BF0A1E142780363AE50D2D5300" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5BE4095E2FA8F60ADD47674A509279F8" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5C0603B9A1CE97C5CD8E2F399E3038D6" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5C1C7E74CA47A6308478802987087CD2" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5C1C7E74CA47A6308478802987087CD2" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5F7862CFCBEE16BAF49CB42488D00367" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_61018B0DD96A5DC51FB32E40601973A4" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_62C52E8EFD9B7B7503B56A57A391B2CB" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_63985007B17CDBA53CE097A108D4E9B4" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6716E0FD46D515748631E1CC51F45D7D" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6716E0FD46D515748631E1CC51F45D7D" + "OwnerKey" = "8:_F040CFEDE7603E7B2B6FE92F9236AC7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6716E0FD46D515748631E1CC51F45D7D" + "OwnerKey" = "8:_205180131F613F25E306845F655413E6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6756505343A59F4FA8B1059E2A1D6EC4" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6756505343A59F4FA8B1059E2A1D6EC4" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6921C719A80FC5747AD1227C01784D9C" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6A2EEEC7DEDE6AF30874632C816B5726" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6BA2365DC20B8ACC5A315502F0F791FB" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6E706E819B159D40BFFB1AD29F5EECA8" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6E706E819B159D40BFFB1AD29F5EECA8" + "OwnerKey" = "8:_7D4D475097990F098BCFC37FA79F2AFA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6FF0DF9A5BD609629968F17ACE4FE634" + "OwnerKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6FF0DF9A5BD609629968F17ACE4FE634" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6FF0DF9A5BD609629968F17ACE4FE634" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_74B5D2927A853AD25B63E39CB90A06AC" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_74B5D2927A853AD25B63E39CB90A06AC" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_75B5245DCA1E6CFD3B5490E8FA21DC92" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_799F54628F0589D5DDD79C5782660289" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_799F54628F0589D5DDD79C5782660289" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7AD22BD637FECEB42ED653159F9061E5" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7AE5268D3BC306B41FFCE87DA28FD220" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7D4D475097990F098BCFC37FA79F2AFA" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7D4D475097990F098BCFC37FA79F2AFA" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7D4D475097990F098BCFC37FA79F2AFA" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7D6C5A77FCC2257AB7A1924772CDA613" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7FDEC7453BF102B849BA7FFB9AAFDC41" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_7FDEC7453BF102B849BA7FFB9AAFDC41" + "OwnerKey" = "8:_F040CFEDE7603E7B2B6FE92F9236AC7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_80CF5D31DB8ECC61F99B64E821730BBC" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81ABB3145A17B6F857A5ED82DAEB17F0" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "OwnerKey" = "8:_7AD22BD637FECEB42ED653159F9061E5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_84669947585BA6EA0F53579E5634245D" + "OwnerKey" = "8:_261F3807CDE0F1830571A5CBCC4A0EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_84A386311363FAD0A89F28D684BBF716" + "OwnerKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_88059A9C4ECCF2FE4AE4224CFACA5206" + "OwnerKey" = "8:_DAB11013D59CCACDD4FD7D581E0525A2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_88EB7C7FD8684E0227516F53286AEC77" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_895E729F22B4C2A69688CD788A871460" + "OwnerKey" = "8:_164B91C29E6A29F8008947C5B8C285B2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8A532DFA561EAC11FA1840168D8317FA" + "OwnerKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8A532DFA561EAC11FA1840168D8317FA" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8A532DFA561EAC11FA1840168D8317FA" + "OwnerKey" = "8:_C3124E5985F869A6C653E95A889E8F86" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8A532DFA561EAC11FA1840168D8317FA" + "OwnerKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8C01D22237B6674B1BF2D2506D7A412E" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8E70937B1FBCFAC81A588814C7C266C7" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8E70937B1FBCFAC81A588814C7C266C7" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8E70937B1FBCFAC81A588814C7C266C7" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8EE475AEB5D7CC18A0DFCF0230471541" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8EE475AEB5D7CC18A0DFCF0230471541" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8F540C76E97F0EAB62CA0CDE2A4C3FB1" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_94196139EB6160D557F6809F39DF4EE3" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_94196139EB6160D557F6809F39DF4EE3" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_950C13CBEC3BC4C2CD1F762357501EBC" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9799E294FDED507FF3DD531A5530E195" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "OwnerKey" = "8:_74B5D2927A853AD25B63E39CB90A06AC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "OwnerKey" = "8:_F040CFEDE7603E7B2B6FE92F9236AC7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_97F8EC761C810B6660EA1D9D04219012" + "OwnerKey" = "8:_EF889649FD2A555F34BC7F6E24690E39" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9931480E8FFA0E1D1A8AEBC21C6AD8D5" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9931480E8FFA0E1D1A8AEBC21C6AD8D5" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9E7B5940B8FCC6DD51D8B464BAFC9E1B" + "OwnerKey" = "8:_EC45C8005D2102D04D422C0605F5C4FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9F940C8D9422589AD1A24DDCE7D03470" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_51E5812C31FA74077EA8AA76169DAA2C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_7AD22BD637FECEB42ED653159F9061E5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_8C01D22237B6674B1BF2D2506D7A412E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_7D4D475097990F098BCFC37FA79F2AFA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_52DD24A306C7D5C2A21EC3E03DD35B99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_C3124E5985F869A6C653E95A889E8F86" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "OwnerKey" = "8:_3A95F2CFD3D2C6A5247DBEA439CF3D62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A5E69156DC1DFE43538B211F982E43B1" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A620F0063C0252B76C3E4BEC1F4869BB" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A71798761439F65A95903DEBEEE8FD5A" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A85E7557C31C9C8361009E4DBF223660" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A8BB052025223C3074F3AFB3A6EA90FC" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "OwnerKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B138A2954FD0971B8DF4AEAECB13FFCE" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B36D06B3EE96ED6BB7F193BF591E56BF" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B37B0E7822CBFA144830E8055EE9AAD7" + "OwnerKey" = "8:_20AF8A6F4943F3D0D306D3AC0D5D1757" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B37F086F54BEE6F22CBCB9E3D64E773D" + "OwnerKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B37F086F54BEE6F22CBCB9E3D64E773D" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "OwnerKey" = "8:_3A95F2CFD3D2C6A5247DBEA439CF3D62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "OwnerKey" = "8:_7AD22BD637FECEB42ED653159F9061E5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "OwnerKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "OwnerKey" = "8:_52DD24A306C7D5C2A21EC3E03DD35B99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "OwnerKey" = "8:_C3124E5985F869A6C653E95A889E8F86" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BA36283B5C7A66027BAB6CDE1CF40A37" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BB5C795406317FE541583199E3959D01" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BD4185C79E0F7DAA84DEC561BFCBFC21" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3124E5985F869A6C653E95A889E8F86" + "OwnerKey" = "8:_DDCDC07CF45A8CD479409D8895015414" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3124E5985F869A6C653E95A889E8F86" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3124E5985F869A6C653E95A889E8F86" + "OwnerKey" = "8:_7AD22BD637FECEB42ED653159F9061E5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C3124E5985F869A6C653E95A889E8F86" + "OwnerKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C34536A1EF84BF653BCCFDB7134893CD" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C34536A1EF84BF653BCCFDB7134893CD" + "OwnerKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C34536A1EF84BF653BCCFDB7134893CD" + "OwnerKey" = "8:_5C1C7E74CA47A6308478802987087CD2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C6D616304F245F8ADECAABBEEDA43093" + "OwnerKey" = "8:_6FF0DF9A5BD609629968F17ACE4FE634" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C6D616304F245F8ADECAABBEEDA43093" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CA05F499EA23424697F3546514BC857F" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CAD9963038618F9251B343B8307B9E31" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CBB52599370032174E97A9E977DDE32E" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CC06C628B8F4F9A3FB56F645210585FE" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_CEC8293CC0FC39E3F0E878E910C31A2D" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D3AA0F2A6944504A96271A20ABBB8B73" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DAB11013D59CCACDD4FD7D581E0525A2" + "OwnerKey" = "8:_20AF8A6F4943F3D0D306D3AC0D5D1757" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DAB11013D59CCACDD4FD7D581E0525A2" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DAB11013D59CCACDD4FD7D581E0525A2" + "OwnerKey" = "8:_EC45C8005D2102D04D422C0605F5C4FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DD04F6F84B8696872F5164DD5CADD8B4" + "OwnerKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DD04F6F84B8696872F5164DD5CADD8B4" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DD04F6F84B8696872F5164DD5CADD8B4" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DDCDC07CF45A8CD479409D8895015414" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DDCDC07CF45A8CD479409D8895015414" + "OwnerKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E271389952FBA7D06314054228D4E61C" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E271389952FBA7D06314054228D4E61C" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E388EAE456FA943E204FC68E2550D960" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E3B8940E50FC4DDDF2989607761F244A" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E3B8940E50FC4DDDF2989607761F244A" + "OwnerKey" = "8:_004222953B9A8C2C509A0F0A25D00CF0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E4DD5C912BA7788CA0BBAEF13EA1AA9D" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E5C0A2CE6E77243E7FE8714DDBC405E7" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E5C0A2CE6E77243E7FE8714DDBC405E7" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7799AD7F4DA53B24DE576842061D671" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_004222953B9A8C2C509A0F0A25D00CF0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_E3B8940E50FC4DDDF2989607761F244A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_373C46DBB6B166B048471AE3CF9FE880" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_205180131F613F25E306845F655413E6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_0DB8BED385414C96F382F92AF768C44C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "OwnerKey" = "8:_6FF0DF9A5BD609629968F17ACE4FE634" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EC45C8005D2102D04D422C0605F5C4FB" + "OwnerKey" = "8:_20AF8A6F4943F3D0D306D3AC0D5D1757" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EC45C8005D2102D04D422C0605F5C4FB" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_ECD7C57A304A827C8BC3F6543E499FB2" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EF889649FD2A555F34BC7F6E24690E39" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EF889649FD2A555F34BC7F6E24690E39" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFFFEA7179B5EEC581F5B8F4D8FF50EB" + "OwnerKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_EFFFEA7179B5EEC581F5B8F4D8FF50EB" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F040CFEDE7603E7B2B6FE92F9236AC7A" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F040CFEDE7603E7B2B6FE92F9236AC7A" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F11B905F089C078A7CF34CEC395D0037" + "OwnerKey" = "8:_AB1D48507B630BA5DB777B86A290952C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3DDCFE7DE5CAF1354E975AEBF3CE04E" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F3DDCFE7DE5CAF1354E975AEBF3CE04E" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F5E3E0C4089A06D0B7EA511B7E0739CE" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F5E3E0C4089A06D0B7EA511B7E0739CE" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F5E69D9B9B60CF1E0D181E4491CDC556" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F65564C90A7B93C5AC46DF5D6D9C5EA2" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F6E7DDB39AC77D913F56C007F564FD2C" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F6E7DDB39AC77D913F56C007F564FD2C" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F7441EE5099076F252EDFC8C3C261E62" + "OwnerKey" = "8:_3A95F2CFD3D2C6A5247DBEA439CF3D62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F7441EE5099076F252EDFC8C3C261E62" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F7441EE5099076F252EDFC8C3C261E62" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FDD5C7319AC25DC4C24AA79CBBABDF96" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FFF2EDB0DCE4AA9844565934A020508F" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_20E70113A3108D2925B260E6A12ED456" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2592F5D54581822B4D5346743AD31501" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7AD22BD637FECEB42ED653159F9061E5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8C01D22237B6674B1BF2D2506D7A412E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F11811EE439B18B6F1E1EFC087102AA5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7D4D475097990F098BCFC37FA79F2AFA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_52DD24A306C7D5C2A21EC3E03DD35B99" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A620F0063C0252B76C3E4BEC1F4869BB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A8BB052025223C3074F3AFB3A6EA90FC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6E706E819B159D40BFFB1AD29F5EECA8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5C1C7E74CA47A6308478802987087CD2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DDCDC07CF45A8CD479409D8895015414" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C3124E5985F869A6C653E95A889E8F86" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3A95F2CFD3D2C6A5247DBEA439CF3D62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B53396311409E51D0EF8E1516DE2A336" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F7441EE5099076F252EDFC8C3C261E62" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8E70937B1FBCFAC81A588814C7C266C7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F6E7DDB39AC77D913F56C007F564FD2C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_51E5812C31FA74077EA8AA76169DAA2C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A2F39EA732CB017F573F2813D4CA31AC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8A532DFA561EAC11FA1840168D8317FA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C34536A1EF84BF653BCCFDB7134893CD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8EE475AEB5D7CC18A0DFCF0230471541" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_94196139EB6160D557F6809F39DF4EE3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3E764152F0D2E074955072079CF775D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D3AA0F2A6944504A96271A20ABBB8B73" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CC06C628B8F4F9A3FB56F645210585FE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_75B5245DCA1E6CFD3B5490E8FA21DC92" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_59AC37BF0A1E142780363AE50D2D5300" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CBB52599370032174E97A9E977DDE32E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A5E69156DC1DFE43538B211F982E43B1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3EBF92385C5B407286969A3338EA2644" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BA36283B5C7A66027BAB6CDE1CF40A37" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_950C13CBEC3BC4C2CD1F762357501EBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_ECD7C57A304A827C8BC3F6543E499FB2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F5E69D9B9B60CF1E0D181E4491CDC556" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E388EAE456FA943E204FC68E2550D960" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3F3B09E16F2D40F277E54E4479293129" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B138A2954FD0971B8DF4AEAECB13FFCE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5245C44526EFC44A39B685CD3169C4CE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BB5C795406317FE541583199E3959D01" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_04C33C82BE3A16D3402C5A0D6EED29BC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0AAFBFE9FEE4F479EC3B3028219F94B8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6A2EEEC7DEDE6AF30874632C816B5726" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9799E294FDED507FF3DD531A5530E195" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4F05D1D0D0B466517108649833315DB5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0D8BAB7EBEC7FD11F108278D667DD7B3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7D6C5A77FCC2257AB7A1924772CDA613" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_80CF5D31DB8ECC61F99B64E821730BBC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FDD5C7319AC25DC4C24AA79CBBABDF96" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FFF2EDB0DCE4AA9844565934A020508F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B36D06B3EE96ED6BB7F193BF591E56BF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_63985007B17CDBA53CE097A108D4E9B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_25F0B8C965EA6287F661A7499ED7EABF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5C0603B9A1CE97C5CD8E2F399E3038D6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3731024362495F46740A7365ACBEAF9E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1F6D16552AF4A3EBFC4505D174E7FD64" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_12365083316365CB42CD69BF25EEE28B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E7799AD7F4DA53B24DE576842061D671" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_62C52E8EFD9B7B7503B56A57A391B2CB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_81ABB3145A17B6F857A5ED82DAEB17F0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_44FDA825254249FA304CD024E1A66255" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1B7F0E4D787015524CEA4007C851F15E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7AE5268D3BC306B41FFCE87DA28FD220" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A71798761439F65A95903DEBEEE8FD5A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5BE4095E2FA8F60ADD47674A509279F8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0391B462919FBF9EEC1CBC2756F3C189" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BD4185C79E0F7DAA84DEC561BFCBFC21" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6BA2365DC20B8ACC5A315502F0F791FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_88EB7C7FD8684E0227516F53286AEC77" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_09CA8135CCDA4469FD5AA10D432BAC8A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CEC8293CC0FC39E3F0E878E910C31A2D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2EDFF75C7936A7D822DAD61567EACB2D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F65564C90A7B93C5AC46DF5D6D9C5EA2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6921C719A80FC5747AD1227C01784D9C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_004222953B9A8C2C509A0F0A25D00CF0" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E3B8940E50FC4DDDF2989607761F244A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_373C46DBB6B166B048471AE3CF9FE880" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_261F3807CDE0F1830571A5CBCC4A0EE4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_20AF8A6F4943F3D0D306D3AC0D5D1757" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EC45C8005D2102D04D422C0605F5C4FB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DAB11013D59CCACDD4FD7D581E0525A2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_164B91C29E6A29F8008947C5B8C285B2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_D2E7CC50B37DCC4A969A1CCB342CA68B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F5E3E0C4089A06D0B7EA511B7E0739CE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F040CFEDE7603E7B2B6FE92F9236AC7A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F3DDCFE7DE5CAF1354E975AEBF3CE04E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_205180131F613F25E306845F655413E6" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2C4023CC99A3F713FBCF0BE3399E9132" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_799F54628F0589D5DDD79C5782660289" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0DB8BED385414C96F382F92AF768C44C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_194C3ECE777B70F7AC5710B05C3A5A3B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6FF0DF9A5BD609629968F17ACE4FE634" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C6D616304F245F8ADECAABBEEDA43093" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E7C5FC10829C71EA669E59924FC1DEC7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3309D9491ABA13E92B69B708456B6B03" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EF889649FD2A555F34BC7F6E24690E39" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2A85A41B5D302894565C02A8AE7ACA76" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_74B5D2927A853AD25B63E39CB90A06AC" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_97AEBD1F0A739520F4C25A17F9F6952E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_EFFFEA7179B5EEC581F5B8F4D8FF50EB" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B37F086F54BEE6F22CBCB9E3D64E773D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1FB0A3B949EDB458F2BEBBA4CAFF81DF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9F940C8D9422589AD1A24DDCE7D03470" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_CAD9963038618F9251B343B8307B9E31" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3470A655C30C2FA78FD0B67FE27BA11D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8F540C76E97F0EAB62CA0CDE2A4C3FB1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5F7862CFCBEE16BAF49CB42488D00367" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E4DD5C912BA7788CA0BBAEF13EA1AA9D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A85E7557C31C9C8361009E4DBF223660" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_61018B0DD96A5DC51FB32E40601973A4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_46C985B0F7FBB60BE9A8CD30CC4E62E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F11B905F089C078A7CF34CEC395D0037" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E271389952FBA7D06314054228D4E61C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6756505343A59F4FA8B1059E2A1D6EC4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9931480E8FFA0E1D1A8AEBC21C6AD8D5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DD04F6F84B8696872F5164DD5CADD8B4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2971C2433A9F42EC06F5C114F7F54400" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E5C0A2CE6E77243E7FE8714DDBC405E7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_7FDEC7453BF102B849BA7FFB9AAFDC41" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6716E0FD46D515748631E1CC51F45D7D" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0E1158115ABD1D4322330C7A373BA0FF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_52E5CB4D82760737CF1F677593037228" + "MsmSig" = "8:_UNDEFINED" + } + } + "Configurations" + { + "Debug" + { + "DisplayName" = "8:Debug" + "IsDebugOnly" = "11:TRUE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:Debug\\HuntingDog2017_Installer.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\\HuntingDog2017_Installer.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}:_6F5F710D346D41AF958AF511C2903DEA" + { + "Name" = "8:.NET Framework" + "Message" = "8:[VSDNETMSG]" + "FrameworkVersion" = "8:.NETFramework,Version=v4.6.1" + "AllowLaterVersions" = "11:FALSE" + "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=671728" + } + } + } + "File" + { + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_004222953B9A8C2C509A0F0A25D00CF0" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_004222953B9A8C2C509A0F0A25D00CF0" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.12.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.12.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0391B462919FBF9EEC1CBC2756F3C189" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Dynamic.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0391B462919FBF9EEC1CBC2756F3C189" + { + "Name" = "8:System.Dynamic.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Dynamic.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_04C33C82BE3A16D3402C5A0D6EED29BC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Xml, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_04C33C82BE3A16D3402C5A0D6EED29BC" + { + "Name" = "8:System.Runtime.Serialization.Xml.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Xml.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_09CA8135CCDA4469FD5AA10D432BAC8A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.EventBasedAsync, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_09CA8135CCDA4469FD5AA10D432BAC8A" + { + "Name" = "8:System.ComponentModel.EventBasedAsync.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.EventBasedAsync.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0AAFBFE9FEE4F479EC3B3028219F94B8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Primitives, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0AAFBFE9FEE4F479EC3B3028219F94B8" + { + "Name" = "8:System.Runtime.Serialization.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0D8BAB7EBEC7FD11F108278D667DD7B3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0D8BAB7EBEC7FD11F108278D667DD7B3" + { + "Name" = "8:System.Runtime.InteropServices.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0DB8BED385414C96F382F92AF768C44C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_0DB8BED385414C96F382F92AF768C44C" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.9.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.9.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0E1158115ABD1D4322330C7A373BA0FF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Diagnostics.PerformanceProvider, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_0E1158115ABD1D4322330C7A373BA0FF" + { + "Name" = "8:Microsoft.VisualStudio.Diagnostics.PerformanceProvider.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Diagnostics.PerformanceProvider.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_12365083316365CB42CD69BF25EEE28B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.WebHeaderCollection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_12365083316365CB42CD69BF25EEE28B" + { + "Name" = "8:System.Net.WebHeaderCollection.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.WebHeaderCollection.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_164B91C29E6A29F8008947C5B8C285B2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_164B91C29E6A29F8008947C5B8C285B2" + { + "Name" = "8:EnvDTE80.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE80.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_194C3ECE777B70F7AC5710B05C3A5A3B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_194C3ECE777B70F7AC5710B05C3A5A3B" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.8.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.8.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1B7F0E4D787015524CEA4007C851F15E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_1B7F0E4D787015524CEA4007C851F15E" + { + "Name" = "8:System.Linq.Parallel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Parallel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1F6D16552AF4A3EBFC4505D174E7FD64" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ObjectModel, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_1F6D16552AF4A3EBFC4505D174E7FD64" + { + "Name" = "8:System.ObjectModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ObjectModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1FB0A3B949EDB458F2BEBBA4CAFF81DF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Threading, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_1FB0A3B949EDB458F2BEBBA4CAFF81DF" + { + "Name" = "8:System.Threading.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_205180131F613F25E306845F655413E6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Immutable.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_205180131F613F25E306845F655413E6" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Immutable.11.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Immutable.11.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_20AF8A6F4943F3D0D306D3AC0D5D1757" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_20AF8A6F4943F3D0D306D3AC0D5D1757" + { + "Name" = "8:EnvDTE100.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE100.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_20E70113A3108D2925B260E6A12ED456" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.ComponentModelHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_20E70113A3108D2925B260E6A12ED456" + { + "Name" = "8:Microsoft.VisualStudio.ComponentModelHost.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.ComponentModelHost.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2592F5D54581822B4D5346743AD31501" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:SqlPackageBase, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_2592F5D54581822B4D5346743AD31501" + { + "Name" = "8:SqlPackageBase.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:SqlPackageBase.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_25F0B8C965EA6287F661A7499ED7EABF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.ILGeneration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_25F0B8C965EA6287F661A7499ED7EABF" + { + "Name" = "8:System.Reflection.Emit.ILGeneration.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.ILGeneration.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_261F3807CDE0F1830571A5CBCC4A0EE4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.CommandBars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_261F3807CDE0F1830571A5CBCC4A0EE4" + { + "Name" = "8:Microsoft.VisualStudio.CommandBars.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.CommandBars.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2971C2433A9F42EC06F5C114F7F54400" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Validation, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_2971C2433A9F42EC06F5C114F7F54400" + { + "Name" = "8:Microsoft.VisualStudio.Validation.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Validation.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2A85A41B5D302894565C02A8AE7ACA76" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_2A85A41B5D302894565C02A8AE7ACA76" + { + "Name" = "8:EnvDTE.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2C4023CC99A3F713FBCF0BE3399E9132" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_2C4023CC99A3F713FBCF0BE3399E9132" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Immutable.10.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Immutable.10.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2EDFF75C7936A7D822DAD61567EACB2D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel.Annotations, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_2EDFF75C7936A7D822DAD61567EACB2D" + { + "Name" = "8:System.ComponentModel.Annotations.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.Annotations.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3309D9491ABA13E92B69B708456B6B03" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_3309D9491ABA13E92B69B708456B6B03" + { + "Name" = "8:Microsoft.VisualStudio.TextManager.Interop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.TextManager.Interop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3470A655C30C2FA78FD0B67FE27BA11D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3470A655C30C2FA78FD0B67FE27BA11D" + { + "Name" = "8:System.Runtime.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3731024362495F46740A7365ACBEAF9E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_3731024362495F46740A7365ACBEAF9E" + { + "Name" = "8:System.Reflection.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_373C46DBB6B166B048471AE3CF9FE880" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_373C46DBB6B166B048471AE3CF9FE880" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.10.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.10.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3A95F2CFD3D2C6A5247DBEA439CF3D62" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Management.RegisteredServers, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3A95F2CFD3D2C6A5247DBEA439CF3D62" + { + "Name" = "8:Microsoft.SqlServer.Management.RegisteredServers.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Management.RegisteredServers.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3E764152F0D2E074955072079CF775D3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_3E764152F0D2E074955072079CF775D3" + { + "Name" = "8:System.Windows.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Windows.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3EBF92385C5B407286969A3338EA2644" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_3EBF92385C5B407286969A3338EA2644" + { + "Name" = "8:System.Threading.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3F3B09E16F2D40F277E54E4479293129" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.NetTcp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_3F3B09E16F2D40F277E54E4479293129" + { + "Name" = "8:System.ServiceModel.NetTcp.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.NetTcp.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_44FDA825254249FA304CD024E1A66255" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Queryable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_44FDA825254249FA304CD024E1A66255" + { + "Name" = "8:System.Linq.Queryable.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Queryable.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_46C985B0F7FBB60BE9A8CD30CC4E62E7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_46C985B0F7FBB60BE9A8CD30CC4E62E7" + { + "Name" = "8:System.Collections.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4F05D1D0D0B466517108649833315DB5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.InteropServices.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_4F05D1D0D0B466517108649833315DB5" + { + "Name" = "8:System.Runtime.InteropServices.WindowsRuntime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.InteropServices.WindowsRuntime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_51E5812C31FA74077EA8AA76169DAA2C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Dmf.Common, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_51E5812C31FA74077EA8AA76169DAA2C" + { + "Name" = "8:Microsoft.SqlServer.Dmf.Common.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Dmf.Common.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5245C44526EFC44A39B685CD3169C4CE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Duplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5245C44526EFC44A39B685CD3169C4CE" + { + "Name" = "8:System.ServiceModel.Duplex.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Duplex.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_52DD24A306C7D5C2A21EC3E03DD35B99" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.RegSvrEnum, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_52DD24A306C7D5C2A21EC3E03DD35B99" + { + "Name" = "8:Microsoft.SqlServer.RegSvrEnum.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.RegSvrEnum.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_52E5CB4D82760737CF1F677593037228" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_52E5CB4D82760737CF1F677593037228" + { + "Name" = "8:Microsoft.VisualStudio.OLE.Interop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.OLE.Interop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_59AC37BF0A1E142780363AE50D2D5300" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Timer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_59AC37BF0A1E142780363AE50D2D5300" + { + "Name" = "8:System.Threading.Timer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Timer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5BE4095E2FA8F60ADD47674A509279F8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Globalization, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5BE4095E2FA8F60ADD47674A509279F8" + { + "Name" = "8:System.Globalization.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Globalization.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5C0603B9A1CE97C5CD8E2F399E3038D6" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_5C0603B9A1CE97C5CD8E2F399E3038D6" + { + "Name" = "8:System.Reflection.Emit.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5C1C7E74CA47A6308478802987087CD2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SqlTDiagM, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_5C1C7E74CA47A6308478802987087CD2" + { + "Name" = "8:Microsoft.SqlServer.SqlTDiagM.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SqlTDiagM.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5F7862CFCBEE16BAF49CB42488D00367" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Globalization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_5F7862CFCBEE16BAF49CB42488D00367" + { + "Name" = "8:System.Globalization.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Globalization.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_61018B0DD96A5DC51FB32E40601973A4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Debug, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_61018B0DD96A5DC51FB32E40601973A4" + { + "Name" = "8:System.Diagnostics.Debug.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Debug.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_62C52E8EFD9B7B7503B56A57A391B2CB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Primitives, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_62C52E8EFD9B7B7503B56A57A391B2CB" + { + "Name" = "8:System.Net.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_63985007B17CDBA53CE097A108D4E9B4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Emit.Lightweight, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_63985007B17CDBA53CE097A108D4E9B4" + { + "Name" = "8:System.Reflection.Emit.Lightweight.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Emit.Lightweight.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6716E0FD46D515748631E1CC51F45D7D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.GraphModel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_6716E0FD46D515748631E1CC51F45D7D" + { + "Name" = "8:Microsoft.VisualStudio.GraphModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.GraphModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6756505343A59F4FA8B1059E2A1D6EC4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6756505343A59F4FA8B1059E2A1D6EC4" + { + "Name" = "8:System.Linq.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6921C719A80FC5747AD1227C01784D9C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections.Concurrent, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6921C719A80FC5747AD1227C01784D9C" + { + "Name" = "8:System.Collections.Concurrent.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.Concurrent.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6A2EEEC7DEDE6AF30874632C816B5726" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6A2EEEC7DEDE6AF30874632C816B5726" + { + "Name" = "8:System.Runtime.Serialization.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6BA2365DC20B8ACC5A315502F0F791FB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Debug, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6BA2365DC20B8ACC5A315502F0F791FB" + { + "Name" = "8:System.Diagnostics.Debug.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Debug.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6E706E819B159D40BFFB1AD29F5EECA8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlTools.Telemetry.Interop, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_6E706E819B159D40BFFB1AD29F5EECA8" + { + "Name" = "8:Microsoft.SqlTools.Telemetry.Interop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlTools.Telemetry.Interop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6FF0DF9A5BD609629968F17ACE4FE634" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_6FF0DF9A5BD609629968F17ACE4FE634" + { + "Name" = "8:Microsoft.VisualStudio.TextManager.Interop.8.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.TextManager.Interop.8.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_74B5D2927A853AD25B63E39CB90A06AC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Imaging, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_74B5D2927A853AD25B63E39CB90A06AC" + { + "Name" = "8:Microsoft.VisualStudio.Imaging.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Imaging.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_75B5245DCA1E6CFD3B5490E8FA21DC92" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_75B5245DCA1E6CFD3B5490E8FA21DC92" + { + "Name" = "8:System.Xml.ReaderWriter.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.ReaderWriter.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_799F54628F0589D5DDD79C5782660289" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.VSHelp, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_799F54628F0589D5DDD79C5782660289" + { + "Name" = "8:Microsoft.VisualStudio.VSHelp.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.VSHelp.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7AD22BD637FECEB42ED653159F9061E5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SmoExtended, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_7AD22BD637FECEB42ED653159F9061E5" + { + "Name" = "8:Microsoft.SqlServer.SmoExtended.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SmoExtended.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7AE5268D3BC306B41FFCE87DA28FD220" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Linq.Expressions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7AE5268D3BC306B41FFCE87DA28FD220" + { + "Name" = "8:System.Linq.Expressions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Linq.Expressions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7D4D475097990F098BCFC37FA79F2AFA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:SqlWorkbench.Interfaces, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_7D4D475097990F098BCFC37FA79F2AFA" + { + "Name" = "8:SqlWorkbench.Interfaces.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:SqlWorkbench.Interfaces.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7D6C5A77FCC2257AB7A1924772CDA613" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Handles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_7D6C5A77FCC2257AB7A1924772CDA613" + { + "Name" = "8:System.Runtime.Handles.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Handles.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7FDEC7453BF102B849BA7FFB9AAFDC41" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.CoreUtility, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_7FDEC7453BF102B849BA7FFB9AAFDC41" + { + "Name" = "8:Microsoft.VisualStudio.CoreUtility.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.CoreUtility.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_80CF5D31DB8ECC61F99B64E821730BBC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Extensions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_80CF5D31DB8ECC61F99B64E821730BBC" + { + "Name" = "8:System.Runtime.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_81ABB3145A17B6F857A5ED82DAEB17F0" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.NetworkInformation, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_81ABB3145A17B6F857A5ED82DAEB17F0" + { + "Name" = "8:System.Net.NetworkInformation.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.NetworkInformation.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8219B0E6BCEC4EDA05E3E135FA8AD44E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Smo, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8219B0E6BCEC4EDA05E3E135FA8AD44E" + { + "Name" = "8:Microsoft.SqlServer.Smo.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Smo.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11: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}:_84669947585BA6EA0F53579E5634245D" + { + "SourcePath" = "8:vsmso.olb" + "TargetName" = "8:vsmso.olb" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_84A386311363FAD0A89F28D684BBF716" + { + "SourcePath" = "8:dte80a.olb" + "TargetName" = "8:dte80a.olb" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_88059A9C4ECCF2FE4AE4224CFACA5206" + { + "SourcePath" = "8:dte90.olb" + "TargetName" = "8:dte90.olb" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_88EB7C7FD8684E0227516F53286AEC77" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Contracts, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_88EB7C7FD8684E0227516F53286AEC77" + { + "Name" = "8:System.Diagnostics.Contracts.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Contracts.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_895E729F22B4C2A69688CD788A871460" + { + "SourcePath" = "8:dte80.olb" + "TargetName" = "8:dte80.olb" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8A532DFA561EAC11FA1840168D8317FA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SqlClrProvider, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8A532DFA561EAC11FA1840168D8317FA" + { + "Name" = "8:Microsoft.SqlServer.SqlClrProvider.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SqlClrProvider.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8C01D22237B6674B1BF2D2506D7A412E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.ConnectionInfoExtended, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8C01D22237B6674B1BF2D2506D7A412E" + { + "Name" = "8:Microsoft.SqlServer.ConnectionInfoExtended.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.ConnectionInfoExtended.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8E70937B1FBCFAC81A588814C7C266C7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Management.HelpViewer, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8E70937B1FBCFAC81A588814C7C266C7" + { + "Name" = "8:Microsoft.SqlServer.Management.HelpViewer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Management.HelpViewer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8EE475AEB5D7CC18A0DFCF0230471541" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.NetEnterpriseServers.ExceptionMessageBox, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8EE475AEB5D7CC18A0DFCF0230471541" + { + "Name" = "8:Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8F540C76E97F0EAB62CA0CDE2A4C3FB1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Reflection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8F540C76E97F0EAB62CA0CDE2A4C3FB1" + { + "Name" = "8:System.Reflection.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_94196139EB6160D557F6809F39DF4EE3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.ExceptionMessageBox, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_94196139EB6160D557F6809F39DF4EE3" + { + "Name" = "8:Microsoft.ExceptionMessageBox.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.ExceptionMessageBox.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_950C13CBEC3BC4C2CD1F762357501EBC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encoding.Extensions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_950C13CBEC3BC4C2CD1F762357501EBC" + { + "Name" = "8:System.Text.Encoding.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encoding.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9799E294FDED507FF3DD531A5530E195" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9799E294FDED507FF3DD531A5530E195" + { + "Name" = "8:System.Runtime.Numerics.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Numerics.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_97AEBD1F0A739520F4C25A17F9F6952E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Utilities, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_97AEBD1F0A739520F4C25A17F9F6952E" + { + "Name" = "8:Microsoft.VisualStudio.Utilities.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Utilities.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11: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}:_97F8EC761C810B6660EA1D9D04219012" + { + "SourcePath" = "8:ProjectAggregator.dll" + "TargetName" = "8:ProjectAggregator.dll" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9931480E8FFA0E1D1A8AEBC21C6AD8D5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_9931480E8FFA0E1D1A8AEBC21C6AD8D5" + { + "Name" = "8:System.Diagnostics.Tools.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tools.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9E7B5940B8FCC6DD51D8B464BAFC9E1B" + { + "SourcePath" = "8:dte90a.olb" + "TargetName" = "8:dte90a.olb" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9F940C8D9422589AD1A24DDCE7D03470" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_9F940C8D9422589AD1A24DDCE7D03470" + { + "Name" = "8:System.Threading.Tasks.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A2F39EA732CB017F573F2813D4CA31AC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.ConnectionInfo, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A2F39EA732CB017F573F2813D4CA31AC" + { + "Name" = "8:Microsoft.SqlServer.ConnectionInfo.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.ConnectionInfo.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A5E69156DC1DFE43538B211F982E43B1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A5E69156DC1DFE43538B211F982E43B1" + { + "Name" = "8:System.Threading.Tasks.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A620F0063C0252B76C3E4BEC1F4869BB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Xceed.Wpf.Toolkit, Version=2.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A620F0063C0252B76C3E4BEC1F4869BB" + { + "Name" = "8:Xceed.Wpf.Toolkit.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Xceed.Wpf.Toolkit.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A71798761439F65A95903DEBEEE8FD5A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_A71798761439F65A95903DEBEEE8FD5A" + { + "Name" = "8:System.IO.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A85E7557C31C9C8361009E4DBF223660" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A85E7557C31C9C8361009E4DBF223660" + { + "Name" = "8:System.Diagnostics.Tracing.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tracing.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A8BB052025223C3074F3AFB3A6EA90FC" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A8BB052025223C3074F3AFB3A6EA90FC" + { + "Name" = "8:NLog.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:NLog.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AB1D48507B630BA5DB777B86A290952C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_AB1D48507B630BA5DB777B86A290952C" + { + "Name" = "8:System.Threading.Tasks.Dataflow.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.Dataflow.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B138A2954FD0971B8DF4AEAECB13FFCE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Http, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B138A2954FD0971B8DF4AEAECB13FFCE" + { + "Name" = "8:System.ServiceModel.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B36D06B3EE96ED6BB7F193BF591E56BF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B36D06B3EE96ED6BB7F193BF591E56BF" + { + "Name" = "8:System.Reflection.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B37B0E7822CBFA144830E8055EE9AAD7" + { + "SourcePath" = "8:dte100.olb" + "TargetName" = "8:dte100.olb" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B37F086F54BEE6F22CBCB9E3D64E773D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_B37F086F54BEE6F22CBCB9E3D64E773D" + { + "Name" = "8:System.Net.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B53396311409E51D0EF8E1516DE2A336" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Management.Sdk.Sfc, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_B53396311409E51D0EF8E1516DE2A336" + { + "Name" = "8:Microsoft.SqlServer.Management.Sdk.Sfc.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Management.Sdk.Sfc.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BA36283B5C7A66027BAB6CDE1CF40A37" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.RegularExpressions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BA36283B5C7A66027BAB6CDE1CF40A37" + { + "Name" = "8:System.Text.RegularExpressions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.RegularExpressions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BB5C795406317FE541583199E3959D01" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Security.Principal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BB5C795406317FE541583199E3959D01" + { + "Name" = "8:System.Security.Principal.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Security.Principal.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BD4185C79E0F7DAA84DEC561BFCBFC21" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_BD4185C79E0F7DAA84DEC561BFCBFC21" + { + "Name" = "8:System.Diagnostics.Tracing.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tracing.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C3124E5985F869A6C653E95A889E8F86" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SqlEnum, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_C3124E5985F869A6C653E95A889E8F86" + { + "Name" = "8:Microsoft.SqlServer.SqlEnum.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SqlEnum.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C34536A1EF84BF653BCCFDB7134893CD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Diagnostics.STrace, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_C34536A1EF84BF653BCCFDB7134893CD" + { + "Name" = "8:Microsoft.SqlServer.Diagnostics.STrace.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Diagnostics.STrace.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C6D616304F245F8ADECAABBEEDA43093" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_C6D616304F245F8ADECAABBEEDA43093" + { + "Name" = "8:Microsoft.MSXML.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.MSXML.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11: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}:_CA05F499EA23424697F3546514BC857F" + { + "SourcePath" = "8:..\\HuntingDog2017\\HuntingDog.pkgdef" + "TargetName" = "8:HuntingDog.pkgdef" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CAD9963038618F9251B343B8307B9E31" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_CAD9963038618F9251B343B8307B9E31" + { + "Name" = "8:System.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CBB52599370032174E97A9E977DDE32E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_CBB52599370032174E97A9E977DDE32E" + { + "Name" = "8:System.Threading.Tasks.Parallel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.Parallel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CC06C628B8F4F9A3FB56F645210585FE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XDocument, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_CC06C628B8F4F9A3FB56F645210585FE" + { + "Name" = "8:System.Xml.XDocument.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XDocument.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CEC8293CC0FC39E3F0E878E910C31A2D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_CEC8293CC0FC39E3F0E878E910C31A2D" + { + "Name" = "8:System.ComponentModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ComponentModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D2E7CC50B37DCC4A969A1CCB342CA68B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_D2E7CC50B37DCC4A969A1CCB342CA68B" + { + "Name" = "8:Microsoft.VisualStudio.Shell.14.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.14.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D3AA0F2A6944504A96271A20ABBB8B73" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Xml.XmlSerializer, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_D3AA0F2A6944504A96271A20ABBB8B73" + { + "Name" = "8:System.Xml.XmlSerializer.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Xml.XmlSerializer.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DAB11013D59CCACDD4FD7D581E0525A2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_DAB11013D59CCACDD4FD7D581E0525A2" + { + "Name" = "8:EnvDTE90.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE90.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DD04F6F84B8696872F5164DD5CADD8B4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Threading, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_DD04F6F84B8696872F5164DD5CADD8B4" + { + "Name" = "8:Microsoft.VisualStudio.Threading.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Threading.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DDCDC07CF45A8CD479409D8895015414" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.ServiceBrokerEnum, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_DDCDC07CF45A8CD479409D8895015414" + { + "Name" = "8:Microsoft.SqlServer.ServiceBrokerEnum.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.ServiceBrokerEnum.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E271389952FBA7D06314054228D4E61C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E271389952FBA7D06314054228D4E61C" + { + "Name" = "8:System.Resources.ResourceManager.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Resources.ResourceManager.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E388EAE456FA943E204FC68E2550D960" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E388EAE456FA943E204FC68E2550D960" + { + "Name" = "8:System.ServiceModel.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E3B8940E50FC4DDDF2989607761F244A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_E3B8940E50FC4DDDF2989607761F244A" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.11.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.11.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E4DD5C912BA7788CA0BBAEF13EA1AA9D" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Dynamic.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_E4DD5C912BA7788CA0BBAEF13EA1AA9D" + { + "Name" = "8:System.Dynamic.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Dynamic.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E5C0A2CE6E77243E7FE8714DDBC405E7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.ImageCatalog, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_E5C0A2CE6E77243E7FE8714DDBC405E7" + { + "Name" = "8:Microsoft.VisualStudio.ImageCatalog.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.ImageCatalog.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E7799AD7F4DA53B24DE576842061D671" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Requests, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E7799AD7F4DA53B24DE576842061D671" + { + "Name" = "8:System.Net.Requests.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Requests.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E7C5FC10829C71EA669E59924FC1DEC7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_E7C5FC10829C71EA669E59924FC1DEC7" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Interop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Interop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EC45C8005D2102D04D422C0605F5C4FB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:EnvDTE90a, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_EC45C8005D2102D04D422C0605F5C4FB" + { + "Name" = "8:EnvDTE90a.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:EnvDTE90a.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ECD7C57A304A827C8BC3F6543E499FB2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encoding, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_ECD7C57A304A827C8BC3F6543E499FB2" + { + "Name" = "8:System.Text.Encoding.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encoding.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EF889649FD2A555F34BC7F6E24690E39" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.ProjectAggregator, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_EF889649FD2A555F34BC7F6E24690E39" + { + "Name" = "8:Microsoft.VisualStudio.ProjectAggregator.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.ProjectAggregator.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EFFFEA7179B5EEC581F5B8F4D8FF50EB" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_EFFFEA7179B5EEC581F5B8F4D8FF50EB" + { + "Name" = "8:Newtonsoft.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Newtonsoft.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F040CFEDE7603E7B2B6FE92F9236AC7A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Immutable.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F040CFEDE7603E7B2B6FE92F9236AC7A" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Immutable.14.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Immutable.14.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F11811EE439B18B6F1E1EFC087102AA5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:ConnectionDlg, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F11811EE439B18B6F1E1EFC087102AA5" + { + "Name" = "8:ConnectionDlg.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:ConnectionDlg.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F11B905F089C078A7CF34CEC395D0037" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Collections.Concurrent, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F11B905F089C078A7CF34CEC395D0037" + { + "Name" = "8:System.Collections.Concurrent.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.Concurrent.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F3DDCFE7DE5CAF1354E975AEBF3CE04E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Shell.Immutable.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F3DDCFE7DE5CAF1354E975AEBF3CE04E" + { + "Name" = "8:Microsoft.VisualStudio.Shell.Immutable.12.0.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Shell.Immutable.12.0.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F5E3E0C4089A06D0B7EA511B7E0739CE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.VisualStudio.Diagnostics.Assert, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F5E3E0C4089A06D0B7EA511B7E0739CE" + { + "Name" = "8:Microsoft.VisualStudio.Diagnostics.Assert.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.VisualStudio.Diagnostics.Assert.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F5E69D9B9B60CF1E0D181E4491CDC556" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F5E69D9B9B60CF1E0D181E4491CDC556" + { + "Name" = "8:System.ServiceModel.Security.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.Security.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F65564C90A7B93C5AC46DF5D6D9C5EA2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Collections, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_F65564C90A7B93C5AC46DF5D6D9C5EA2" + { + "Name" = "8:System.Collections.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Collections.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F6E7DDB39AC77D913F56C007F564FD2C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.Instapi, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F6E7DDB39AC77D913F56C007F564FD2C" + { + "Name" = "8:Microsoft.SqlServer.Instapi.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.Instapi.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F7441EE5099076F252EDFC8C3C261E62" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.SqlServer.SString, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F7441EE5099076F252EDFC8C3C261E62" + { + "Name" = "8:Microsoft.SqlServer.SString.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.SqlServer.SString.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FDD5C7319AC25DC4C24AA79CBBABDF96" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_FDD5C7319AC25DC4C24AA79CBBABDF96" + { + "Name" = "8:System.Runtime.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FFF2EDB0DCE4AA9844565934A020508F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reflection.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_FFF2EDB0DCE4AA9844565934A020508F" + { + "Name" = "8:System.Reflection.Primitives.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reflection.Primitives.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + } + "FileType" + { + } + "Folder" + { + "{1525181F-901A-416C-8A58-119130FE478E}:_0EEBD706A97143A7BC5BF92245223CAE" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { + } + } + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_0FFC78B23FB94390864E8292F38164DD" + { + "DefaultLocation" = "8:[ProgramFilesFolder]Microsoft SQL Server\\140\\Tools\\Binn\\ManagementStudio\\Extensions\\HuntingDog" + "Name" = "8:#1925" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:TARGETDIR" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_7473753FA1404EF6AF0D4476E3A1B5C4" + { + "Name" = "8:#1919" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:ProgramMenuFolder" + "Folders" + { + } + } + } + "LaunchCondition" + { + } + "Locator" + { + } + "MsiBootstrapper" + { + "LangId" = "3:1033" + "RequiresElevation" = "11:FALSE" + } + "Product" + { + "Name" = "8:Microsoft Visual Studio" + "ProductName" = "8:Hunting Dog 2017" + "ProductCode" = "8:{7EFB082F-097F-4E1A-AD45-A034CA12AD51}" + "PackageCode" = "8:{D2127061-16AD-4B33-8307-5A47EF0043D3}" + "UpgradeCode" = "8:{1B6BD7C8-2A9D-4466-A785-EDBA64FCF7FB}" + "AspNetVersion" = "8:4.0.30319.0" + "RestartWWWService" = "11:FALSE" + "RemovePreviousVersions" = "11:TRUE" + "DetectNewerInstalledVersion" = "11:TRUE" + "InstallAllUsers" = "11:FALSE" + "ProductVersion" = "8:3.5.0" + "Manufacturer" = "8:Microsoft" + "ARPHELPTELEPHONE" = "8:" + "ARPHELPLINK" = "8:" + "Title" = "8:Hunting Dog 2017" + "Subject" = "8:" + "ARPCONTACT" = "8:Alex" + "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}:_69DAAA294A7A44E3958CC8B2D8D98E03" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_9ABEEA02C4DF42E6A8FF3DA300C5C620" + { + "Name" = "8:Microsoft" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_F729C68D33D34A31AD453122F7A62641" + { + "Name" = "8:SQL Server Management Studio" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_7E64C06CD2E24F29A225A72B9A04829D" + { + "Name" = "8:14.0" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_8776464131B04985B815565840BEAA57" + { + "Name" = "8:Packages" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_66241E031A754E5CAC051EE06D6CD3B3" + { + "Name" = "8:{5b3a5944-ba3e-449d-8b79-4d194244b643}" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + "{ADCFDA98-8FDD-45E4-90BC-E3D20B029870}:_FC65792417B24BAB9F50642282715445" + { + "Name" = "8:SkipLoading" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "ValueTypes" = "3:3" + "Value" = "3:1" + } + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCU" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_17508221F585496D9774446054E26E0F" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_43B49DCCCE9348ABA3DA31F9B935BE61" + { + "Name" = "8:Microsoft" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_5935A0C7157647BC9E37FC956ED78830" + { + "Name" = "8:SQL Server Management Studio" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_9C4CC398FDE64633B77891637895E76F" + { + "Name" = "8:14.0" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_73B553FCE4FE459BACDE6AAEB4505043" + { + "Name" = "8:Packages" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_AA6589D96CEE4148BB170453CC8A1573" + { + "Name" = "8:{5b3a5944-ba3e-449d-8b79-4d194244b643}" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + "{ADCFDA98-8FDD-45E4-90BC-E3D20B029870}:_634727A8CCD049E18D8C5D632CDF2507" + { + "Name" = "8:SkipLoading" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "ValueTypes" = "3:3" + "Value" = "3:1" + } + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCR" + { + "Keys" + { + } + } + "HKU" + { + "Keys" + { + } + } + "HKPU" + { + "Keys" + { + } + } + } + "Sequences" + { + } + "Shortcut" + { + } + "UserInterface" + { + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_5F4A9E25C8D44A98B9F9E0F40C3695AB" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_97ABF4D06C664CE4B85D5F2BE6D5AEEA" + { + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_F3E304CF4D6B41CFAA9D9BE020B234C5" + { + "Sequence" = "3:100" + "DisplayName" = "8:Finished" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "UpdateText" + { + "Name" = "8:UpdateText" + "DisplayName" = "8:#1058" + "Description" = "8:#1158" + "Type" = "3:15" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1258" + "DefaultValue" = "8:#1258" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_9ED289C4E60448C48771055BFD971739" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D2B516D5FEBB432E836F83C714BCBCB2" + { + "Sequence" = "3:100" + "DisplayName" = "8:Progress" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_B7903D315C4C41B59E9BF985EE8E53F2" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_0CD042F5598B4C5E8E76F72C2B5E805B" + { + "Sequence" = "3:300" + "DisplayName" = "8:Confirm Installation" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_3CEBF11F7157492ABD1A99EB5A547C84" + { + "Sequence" = "3:100" + "DisplayName" = "8:Welcome" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_B8785BC6B3FE4D7591503E8879236E5C" + { + "Name" = "8:#1901" + "Sequence" = "3:1" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_31E43438D04F47E7B5296954CE5B3FA1" + { + "Sequence" = "3:100" + "DisplayName" = "8:Progress" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_C291FE66090B412AB3F85935A9B65E16" + { + "Name" = "8:#1900" + "Sequence" = "3:1" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_6C88021618674A258A6401046CD54738" + { + "Sequence" = "3:100" + "DisplayName" = "8:Welcome" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_7509E6F1A1A84FB789C3024BCEF7F604" + { + "Sequence" = "3:300" + "DisplayName" = "8:Confirm Installation" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_C2D433C8E2474ED4B0E468D45372075C" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdUserInterface.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_D42E308AE6DD480D907E6E9AC9749F81" + { + "Name" = "8:#1902" + "Sequence" = "3:2" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_B770533153EC485BAC5372E21312E721" + { + "Sequence" = "3:100" + "DisplayName" = "8:Finished" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + } + "MergeModule" + { + } + "ProjectOutput" + { + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_EF3D0E7CB5AA4DF5B3C2935D8402AE7A" + { + "SourcePath" = "8:..\\HuntingDog2017\\obj\\Debug\\HuntingDog.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_0FFC78B23FB94390864E8292F38164DD" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:Built" + "OutputProjectGuid" = "8:{B6817CDC-17DA-4AF2-98EB-6EFCCDD196F2}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + } + } +}