Skip to content

Conversation

lbussell
Copy link
Collaborator

@lbussell lbussell commented Mar 5, 2025

Part of [Minimize usage of dotnetbinaries storage account (#1221)](#1221). Supersedes [Use combined reference assembly/targeting pack zip file (#1217)](#1217).

This improves targeting pack acquisition by downloading them from NuGet packages instead of using files that we host ourselves.

This also fixes #1135. Or rather, makes it irrelevant, since we should prefer to host no files at all, even if we still need to use a for loop.

@MichaelSimons
Copy link
Member

@lbussell, Can you call out the impact of the xml files being removed in the description? This should be flagged as needing an announcement.

@lbussell lbussell added the needs-announcement An announcement is needed to discuss customer impact label Mar 5, 2025
mthalman
mthalman previously approved these changes Mar 5, 2025
@lbussell
Copy link
Collaborator Author

lbussell commented Mar 6, 2025

Taking a deeper look at the IntelliSense files:

docker run --rm $image powershell -Command '$baseDir="${Env:ProgramFiles(x86)}\Reference Assemblies\Microsoft\Framework\.NETFramework"; $files=$(get-childitem -recurse -filter "*.xml" -path "$baseDir"); Write-Host "`nFiles:"; $files | ForEach-Object { $_.FullName.Substring($baseDir.Length + 1) }; Write-Host "`nSize (MB):"; ($files | Measure-Object -Property Length -Sum).Sum / 1MB'

Using mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022

Old image
Files:
v4.0\PermissionSets\FullTrust.xml
v4.0\PermissionSets\Internet.xml
v4.0\PermissionSets\LocalIntranet.xml
v4.0\Profile\Client\PermissionSets\FullTrust.xml
v4.0\Profile\Client\PermissionSets\Internet.xml
v4.0\Profile\Client\PermissionSets\LocalIntranet.xml
v4.0\Profile\Client\RedistList\FrameworkList.xml
v4.0\RedistList\FrameworkList.xml
v4.5\PermissionSets\FullTrust.xml
v4.5\PermissionSets\Internet.xml
v4.5\PermissionSets\LocalIntranet.xml
v4.5\RedistList\FrameworkList.xml
v4.5.1\PermissionSets\FullTrust.xml
v4.5.1\PermissionSets\Internet.xml
v4.5.1\PermissionSets\LocalIntranet.xml
v4.5.1\RedistList\FrameworkList.xml
v4.5.2\PermissionSets\FullTrust.xml
v4.5.2\PermissionSets\Internet.xml
v4.5.2\PermissionSets\LocalIntranet.xml
v4.5.2\RedistList\FrameworkList.xml
v4.6\PermissionSets\FullTrust.xml
v4.6\PermissionSets\Internet.xml
v4.6\PermissionSets\LocalIntranet.xml
v4.6\RedistList\FrameworkList.xml
v4.6.1\PermissionSets\FullTrust.xml
v4.6.1\PermissionSets\Internet.xml
v4.6.1\PermissionSets\LocalIntranet.xml
v4.6.1\RedistList\FrameworkList.xml
v4.6.2\PermissionSets\FullTrust.xml
v4.6.2\PermissionSets\Internet.xml
v4.6.2\PermissionSets\LocalIntranet.xml
v4.6.2\RedistList\FrameworkList.xml
v4.7\Accessibility.xml
v4.7\CustomMarshalers.xml
v4.7\ISymWrapper.xml
v4.7\Microsoft.Activities.Build.xml
v4.7\Microsoft.Build.Conversion.v4.0.xml
v4.7\Microsoft.Build.Engine.xml
v4.7\Microsoft.Build.Framework.xml
v4.7\Microsoft.Build.Tasks.v4.0.xml
v4.7\Microsoft.Build.Utilities.v4.0.xml
v4.7\Microsoft.Build.xml
v4.7\Microsoft.CSharp.xml
v4.7\Microsoft.JScript.xml
v4.7\Microsoft.VisualBasic.Compatibility.Data.xml
v4.7\Microsoft.VisualBasic.Compatibility.xml
v4.7\Microsoft.VisualBasic.xml
v4.7\Microsoft.VisualC.STLCLR.xml
v4.7\Microsoft.VisualC.xml
v4.7\mscorlib.xml
v4.7\namespaces.xml
v4.7\PresentationBuildTasks.xml
v4.7\PresentationCore.xml
v4.7\PresentationFramework.Aero.xml
v4.7\PresentationFramework.Aero2.xml
v4.7\PresentationFramework.AeroLite.xml
v4.7\PresentationFramework.Classic.xml
v4.7\PresentationFramework.Luna.xml
v4.7\PresentationFramework.Royale.xml
v4.7\PresentationFramework.xml
v4.7\ReachFramework.xml
v4.7\sysglobl.xml
v4.7\system.activities.core.presentation.xml
v4.7\System.Activities.DurableInstancing.xml
v4.7\system.activities.presentation.xml
v4.7\System.Activities.xml
v4.7\System.AddIn.Contract.xml
v4.7\System.AddIn.xml
v4.7\System.ComponentModel.Composition.Registration.xml
v4.7\System.ComponentModel.Composition.xml
v4.7\System.ComponentModel.DataAnnotations.xml
v4.7\System.Configuration.Install.xml
v4.7\System.configuration.xml
v4.7\System.Core.xml
v4.7\System.Data.DataSetExtensions.xml
v4.7\System.Data.Entity.Design.xml
v4.7\System.Data.Entity.xml
v4.7\System.Data.Linq.xml
v4.7\System.Data.OracleClient.xml
v4.7\System.Data.Services.Client.xml
v4.7\System.Data.Services.Design.xml
v4.7\System.Data.Services.xml
v4.7\System.Data.SqlXml.xml
v4.7\System.Data.xml
v4.7\System.Deployment.xml
v4.7\System.Design.xml
v4.7\System.Device.xml
v4.7\System.DirectoryServices.AccountManagement.xml
v4.7\System.DirectoryServices.Protocols.xml
v4.7\System.DirectoryServices.xml
v4.7\System.Drawing.Design.xml
v4.7\System.Drawing.xml
v4.7\System.EnterpriseServices.xml
v4.7\System.IdentityModel.Selectors.xml
v4.7\System.IdentityModel.Services.xml
v4.7\System.IdentityModel.xml
v4.7\System.IO.Compression.FileSystem.xml
v4.7\System.IO.Compression.xml
v4.7\System.IO.Log.xml
v4.7\System.Linq.xml
v4.7\System.Management.Instrumentation.xml
v4.7\System.Management.xml
v4.7\System.Messaging.xml
v4.7\System.Net.Http.WebRequest.xml
v4.7\System.Net.Http.xml
v4.7\System.Net.xml
v4.7\System.Numerics.xml
v4.7\System.Printing.xml
v4.7\System.Reflection.Context.xml
v4.7\System.Runtime.Caching.xml
v4.7\System.Runtime.DurableInstancing.xml
v4.7\System.Runtime.Remoting.xml
v4.7\System.Runtime.Serialization.Formatters.Soap.xml
v4.7\System.Runtime.Serialization.xml
v4.7\System.Security.xml
v4.7\System.ServiceModel.Activation.xml
v4.7\System.ServiceModel.Activities.xml
v4.7\System.ServiceModel.Channels.xml
v4.7\System.ServiceModel.Discovery.xml
v4.7\System.ServiceModel.Routing.xml
v4.7\System.ServiceModel.Web.xml
v4.7\System.ServiceModel.xml
v4.7\System.ServiceProcess.xml
v4.7\System.Speech.xml
v4.7\System.Threading.Tasks.Dataflow.xml
v4.7\System.Transactions.xml
v4.7\System.Web.ApplicationServices.xml
v4.7\System.Web.DataVisualization.xml
v4.7\System.Web.DynamicData.Design.xml
v4.7\System.Web.DynamicData.xml
v4.7\System.Web.Entity.Design.xml
v4.7\System.Web.Entity.xml
v4.7\System.Web.Extensions.Design.xml
v4.7\System.Web.Extensions.xml
v4.7\System.Web.Mobile.xml
v4.7\System.Web.RegularExpressions.xml
v4.7\System.Web.Services.xml
v4.7\System.Web.xml
v4.7\System.Windows.Controls.Ribbon.xml
v4.7\System.Windows.Forms.DataVisualization.xml
v4.7\System.Windows.Forms.xml
v4.7\System.Windows.Input.Manipulations.xml
v4.7\System.Windows.Presentation.xml
v4.7\System.Workflow.Activities.xml
v4.7\System.Workflow.ComponentModel.xml
v4.7\System.Workflow.Runtime.xml
v4.7\System.WorkflowServices.xml
v4.7\System.Xaml.xml
v4.7\System.xml
v4.7\System.Xml.Linq.xml
v4.7\System.XML.xml
v4.7\UIAutomationClient.xml
v4.7\UIAutomationClientsideProviders.xml
v4.7\UIAutomationProvider.xml
v4.7\UIAutomationTypes.xml
v4.7\WindowsBase.xml
v4.7\WindowsFormsIntegration.xml
v4.7\XamlBuildTask.xml
v4.7\PermissionSets\FullTrust.xml
v4.7\PermissionSets\Internet.xml
v4.7\PermissionSets\LocalIntranet.xml
v4.7\RedistList\FrameworkList.xml
v4.7.1\Accessibility.xml
v4.7.1\CustomMarshalers.xml
v4.7.1\ISymWrapper.xml
v4.7.1\Microsoft.Activities.Build.xml
v4.7.1\Microsoft.Build.Conversion.v4.0.xml
v4.7.1\Microsoft.Build.Engine.xml
v4.7.1\Microsoft.Build.Framework.xml
v4.7.1\Microsoft.Build.Tasks.v4.0.xml
v4.7.1\Microsoft.Build.Utilities.v4.0.xml
v4.7.1\Microsoft.Build.xml
v4.7.1\Microsoft.CSharp.xml
v4.7.1\Microsoft.JScript.xml
v4.7.1\Microsoft.VisualBasic.Compatibility.Data.xml
v4.7.1\Microsoft.VisualBasic.Compatibility.xml
v4.7.1\Microsoft.VisualBasic.xml
v4.7.1\Microsoft.VisualC.STLCLR.xml
v4.7.1\Microsoft.VisualC.xml
v4.7.1\mscorlib.xml
v4.7.1\namespaces.xml
v4.7.1\PresentationBuildTasks.xml
v4.7.1\PresentationCore.xml
v4.7.1\PresentationFramework.Aero.xml
v4.7.1\PresentationFramework.Aero2.xml
v4.7.1\PresentationFramework.AeroLite.xml
v4.7.1\PresentationFramework.Classic.xml
v4.7.1\PresentationFramework.Luna.xml
v4.7.1\PresentationFramework.Royale.xml
v4.7.1\PresentationFramework.xml
v4.7.1\ReachFramework.xml
v4.7.1\sysglobl.xml
v4.7.1\system.activities.core.presentation.xml
v4.7.1\System.Activities.DurableInstancing.xml
v4.7.1\system.activities.presentation.xml
v4.7.1\System.Activities.xml
v4.7.1\System.AddIn.Contract.xml
v4.7.1\System.AddIn.xml
v4.7.1\System.ComponentModel.Composition.Registration.xml
v4.7.1\System.ComponentModel.Composition.xml
v4.7.1\System.ComponentModel.DataAnnotations.xml
v4.7.1\System.Configuration.Install.xml
v4.7.1\System.configuration.xml
v4.7.1\System.Core.xml
v4.7.1\System.Data.DataSetExtensions.xml
v4.7.1\System.Data.Entity.Design.xml
v4.7.1\System.Data.Entity.xml
v4.7.1\System.Data.Linq.xml
v4.7.1\System.Data.OracleClient.xml
v4.7.1\System.Data.Services.Client.xml
v4.7.1\System.Data.Services.Design.xml
v4.7.1\System.Data.Services.xml
v4.7.1\System.Data.SqlXml.xml
v4.7.1\System.Data.xml
v4.7.1\System.Deployment.xml
v4.7.1\System.Design.xml
v4.7.1\System.Device.xml
v4.7.1\System.Diagnostics.Tracing.xml
v4.7.1\System.DirectoryServices.AccountManagement.xml
v4.7.1\System.DirectoryServices.Protocols.xml
v4.7.1\System.DirectoryServices.xml
v4.7.1\System.Drawing.Design.xml
v4.7.1\System.Drawing.xml
v4.7.1\System.EnterpriseServices.xml
v4.7.1\System.IdentityModel.Selectors.xml
v4.7.1\System.IdentityModel.Services.xml
v4.7.1\System.IdentityModel.xml
v4.7.1\System.IO.Compression.FileSystem.xml
v4.7.1\System.IO.Compression.xml
v4.7.1\System.IO.Log.xml
v4.7.1\System.Linq.xml
v4.7.1\System.Management.Instrumentation.xml
v4.7.1\System.Management.xml
v4.7.1\System.Messaging.xml
v4.7.1\System.Net.Http.WebRequest.xml
v4.7.1\System.Net.Http.xml
v4.7.1\System.Net.xml
v4.7.1\System.Numerics.xml
v4.7.1\System.Printing.xml
v4.7.1\System.Reflection.Context.xml
v4.7.1\System.Runtime.Caching.xml
v4.7.1\System.Runtime.DurableInstancing.xml
v4.7.1\System.Runtime.Remoting.xml
v4.7.1\System.Runtime.Serialization.Formatters.Soap.xml
v4.7.1\System.Runtime.Serialization.xml
v4.7.1\System.Security.xml
v4.7.1\System.ServiceModel.Activation.xml
v4.7.1\System.ServiceModel.Activities.xml
v4.7.1\System.ServiceModel.Channels.xml
v4.7.1\System.ServiceModel.Discovery.xml
v4.7.1\System.ServiceModel.Routing.xml
v4.7.1\System.ServiceModel.Web.xml
v4.7.1\System.ServiceModel.xml
v4.7.1\System.ServiceProcess.xml
v4.7.1\System.Speech.xml
v4.7.1\System.Threading.Tasks.Dataflow.xml
v4.7.1\System.Transactions.xml
v4.7.1\System.Web.ApplicationServices.xml
v4.7.1\System.Web.DataVisualization.xml
v4.7.1\System.Web.DynamicData.Design.xml
v4.7.1\System.Web.DynamicData.xml
v4.7.1\System.Web.Entity.Design.xml
v4.7.1\System.Web.Entity.xml
v4.7.1\System.Web.Extensions.Design.xml
v4.7.1\System.Web.Extensions.xml
v4.7.1\System.Web.Mobile.xml
v4.7.1\System.Web.RegularExpressions.xml
v4.7.1\System.Web.Services.xml
v4.7.1\System.Web.xml
v4.7.1\System.Windows.Controls.Ribbon.xml
v4.7.1\System.Windows.Forms.DataVisualization.xml
v4.7.1\System.Windows.Forms.xml
v4.7.1\System.Windows.Input.Manipulations.xml
v4.7.1\System.Windows.Presentation.xml
v4.7.1\System.Workflow.Activities.xml
v4.7.1\System.Workflow.ComponentModel.xml
v4.7.1\System.Workflow.Runtime.xml
v4.7.1\System.WorkflowServices.xml
v4.7.1\System.Xaml.xml
v4.7.1\System.xml
v4.7.1\System.Xml.Linq.xml
v4.7.1\System.XML.xml
v4.7.1\UIAutomationClient.xml
v4.7.1\UIAutomationClientsideProviders.xml
v4.7.1\UIAutomationProvider.xml
v4.7.1\UIAutomationTypes.xml
v4.7.1\WindowsBase.xml
v4.7.1\WindowsFormsIntegration.xml
v4.7.1\XamlBuildTask.xml
v4.7.1\PermissionSets\FullTrust.xml
v4.7.1\PermissionSets\Internet.xml
v4.7.1\PermissionSets\LocalIntranet.xml
v4.7.1\RedistList\FrameworkList.xml
v4.7.2\Accessibility.xml
v4.7.2\CustomMarshalers.xml
v4.7.2\ISymWrapper.xml
v4.7.2\Microsoft.Activities.Build.xml
v4.7.2\Microsoft.Build.Conversion.v4.0.xml
v4.7.2\Microsoft.Build.Engine.xml
v4.7.2\Microsoft.Build.Framework.xml
v4.7.2\Microsoft.Build.Tasks.v4.0.xml
v4.7.2\Microsoft.Build.Utilities.v4.0.xml
v4.7.2\Microsoft.Build.xml
v4.7.2\Microsoft.CSharp.xml
v4.7.2\Microsoft.JScript.xml
v4.7.2\Microsoft.VisualBasic.Compatibility.Data.xml
v4.7.2\Microsoft.VisualBasic.Compatibility.xml
v4.7.2\Microsoft.VisualBasic.xml
v4.7.2\Microsoft.VisualC.STLCLR.xml
v4.7.2\Microsoft.VisualC.xml
v4.7.2\mscorlib.xml
v4.7.2\namespaces.xml
v4.7.2\PresentationBuildTasks.xml
v4.7.2\PresentationCore.xml
v4.7.2\PresentationFramework.Aero.xml
v4.7.2\PresentationFramework.Aero2.xml
v4.7.2\PresentationFramework.AeroLite.xml
v4.7.2\PresentationFramework.Classic.xml
v4.7.2\PresentationFramework.Luna.xml
v4.7.2\PresentationFramework.Royale.xml
v4.7.2\PresentationFramework.xml
v4.7.2\ReachFramework.xml
v4.7.2\sysglobl.xml
v4.7.2\system.activities.core.presentation.xml
v4.7.2\System.Activities.DurableInstancing.xml
v4.7.2\system.activities.presentation.xml
v4.7.2\System.Activities.xml
v4.7.2\System.AddIn.Contract.xml
v4.7.2\System.AddIn.xml
v4.7.2\System.ComponentModel.Composition.Registration.xml
v4.7.2\System.ComponentModel.Composition.xml
v4.7.2\System.ComponentModel.DataAnnotations.xml
v4.7.2\System.Configuration.Install.xml
v4.7.2\System.configuration.xml
v4.7.2\System.Core.xml
v4.7.2\System.Data.DataSetExtensions.xml
v4.7.2\System.Data.Entity.Design.xml
v4.7.2\System.Data.Entity.xml
v4.7.2\System.Data.Linq.xml
v4.7.2\System.Data.OracleClient.xml
v4.7.2\System.Data.Services.Client.xml
v4.7.2\System.Data.Services.Design.xml
v4.7.2\System.Data.Services.xml
v4.7.2\System.Data.SqlXml.xml
v4.7.2\System.Data.xml
v4.7.2\System.Deployment.xml
v4.7.2\System.Design.xml
v4.7.2\System.Device.xml
v4.7.2\System.Diagnostics.Tracing.xml
v4.7.2\System.DirectoryServices.AccountManagement.xml
v4.7.2\System.DirectoryServices.Protocols.xml
v4.7.2\System.DirectoryServices.xml
v4.7.2\System.Drawing.Design.xml
v4.7.2\System.Drawing.xml
v4.7.2\System.EnterpriseServices.xml
v4.7.2\System.IdentityModel.Selectors.xml
v4.7.2\System.IdentityModel.Services.xml
v4.7.2\System.IdentityModel.xml
v4.7.2\System.IO.Compression.FileSystem.xml
v4.7.2\System.IO.Compression.xml
v4.7.2\System.IO.Log.xml
v4.7.2\System.Linq.xml
v4.7.2\System.Management.Instrumentation.xml
v4.7.2\System.Management.xml
v4.7.2\System.Messaging.xml
v4.7.2\System.Net.Http.WebRequest.xml
v4.7.2\System.Net.Http.xml
v4.7.2\System.Net.xml
v4.7.2\System.Numerics.xml
v4.7.2\System.Printing.xml
v4.7.2\System.Reflection.Context.xml
v4.7.2\System.Runtime.Caching.xml
v4.7.2\System.Runtime.DurableInstancing.xml
v4.7.2\System.Runtime.Remoting.xml
v4.7.2\System.Runtime.Serialization.Formatters.Soap.xml
v4.7.2\System.Runtime.Serialization.xml
v4.7.2\System.Security.xml
v4.7.2\System.ServiceModel.Activation.xml
v4.7.2\System.ServiceModel.Activities.xml
v4.7.2\System.ServiceModel.Channels.xml
v4.7.2\System.ServiceModel.Discovery.xml
v4.7.2\System.ServiceModel.Routing.xml
v4.7.2\System.ServiceModel.Web.xml
v4.7.2\System.ServiceModel.xml
v4.7.2\System.ServiceProcess.xml
v4.7.2\System.Speech.xml
v4.7.2\System.Threading.Tasks.Dataflow.xml
v4.7.2\System.Transactions.xml
v4.7.2\System.Web.ApplicationServices.xml
v4.7.2\System.Web.DataVisualization.xml
v4.7.2\System.Web.DynamicData.Design.xml
v4.7.2\System.Web.DynamicData.xml
v4.7.2\System.Web.Entity.Design.xml
v4.7.2\System.Web.Entity.xml
v4.7.2\System.Web.Extensions.Design.xml
v4.7.2\System.Web.Extensions.xml
v4.7.2\System.Web.Mobile.xml
v4.7.2\System.Web.RegularExpressions.xml
v4.7.2\System.Web.Services.xml
v4.7.2\System.Web.xml
v4.7.2\System.Windows.Controls.Ribbon.xml
v4.7.2\System.Windows.Forms.DataVisualization.xml
v4.7.2\System.Windows.Forms.xml
v4.7.2\System.Windows.Input.Manipulations.xml
v4.7.2\System.Windows.Presentation.xml
v4.7.2\System.Workflow.Activities.xml
v4.7.2\System.Workflow.ComponentModel.xml
v4.7.2\System.Workflow.Runtime.xml
v4.7.2\System.WorkflowServices.xml
v4.7.2\System.Xaml.xml
v4.7.2\System.xml
v4.7.2\System.Xml.Linq.xml
v4.7.2\System.XML.xml
v4.7.2\UIAutomationClient.xml
v4.7.2\UIAutomationClientsideProviders.xml
v4.7.2\UIAutomationProvider.xml
v4.7.2\UIAutomationTypes.xml
v4.7.2\WindowsBase.xml
v4.7.2\WindowsFormsIntegration.xml
v4.7.2\XamlBuildTask.xml
v4.7.2\PermissionSets\FullTrust.xml
v4.7.2\PermissionSets\Internet.xml
v4.7.2\PermissionSets\LocalIntranet.xml
v4.7.2\RedistList\FrameworkList.xml
v4.8\PermissionSets\FullTrust.xml
v4.8\PermissionSets\Internet.xml
v4.8\PermissionSets\LocalIntranet.xml
v4.8\RedistList\FrameworkList.xml
v4.8.1\PermissionSets\FullTrust.xml
v4.8.1\PermissionSets\Internet.xml
v4.8.1\PermissionSets\LocalIntranet.xml
v4.8.1\RedistList\FrameworkList.xml

Size (MB):
137.080067634583
New image

Files:
v4.0\Accessibility.xml
v4.0\CustomMarshalers.xml
v4.0\ISymWrapper.xml
v4.0\Microsoft.Build.Conversion.v4.0.xml
v4.0\Microsoft.Build.Engine.xml
v4.0\Microsoft.Build.Framework.xml
v4.0\Microsoft.Build.Tasks.v4.0.xml
v4.0\Microsoft.Build.Utilities.v4.0.xml
v4.0\Microsoft.Build.xml
v4.0\Microsoft.CSharp.xml
v4.0\Microsoft.JScript.xml
v4.0\Microsoft.VisualBasic.Compatibility.Data.xml
v4.0\Microsoft.VisualBasic.Compatibility.xml
v4.0\Microsoft.VisualBasic.xml
v4.0\Microsoft.VisualC.STLCLR.xml
v4.0\Microsoft.VisualC.xml
v4.0\mscorlib.xml
v4.0\PresentationBuildTasks.xml
v4.0\PresentationCore.xml
v4.0\PresentationFramework.Aero.xml
v4.0\PresentationFramework.Classic.xml
v4.0\PresentationFramework.Luna.xml
v4.0\PresentationFramework.Royale.xml
v4.0\PresentationFramework.xml
v4.0\ReachFramework.xml
v4.0\sysglobl.xml
v4.0\System.Activities.Core.Presentation.xml
v4.0\System.Activities.DurableInstancing.xml
v4.0\System.Activities.Presentation.xml
v4.0\System.Activities.xml
v4.0\System.AddIn.Contract.xml
v4.0\System.AddIn.xml
v4.0\System.ComponentModel.Composition.xml
v4.0\System.ComponentModel.DataAnnotations.xml
v4.0\System.Configuration.Install.xml
v4.0\System.Configuration.xml
v4.0\System.Core.xml
v4.0\System.Data.DataSetExtensions.xml
v4.0\System.Data.Entity.Design.xml
v4.0\System.Data.Entity.xml
v4.0\System.Data.Linq.xml
v4.0\System.Data.OracleClient.xml
v4.0\System.Data.Services.Client.xml
v4.0\System.Data.Services.Design.xml
v4.0\System.Data.Services.xml
v4.0\System.Data.SqlXml.xml
v4.0\System.Data.xml
v4.0\System.Deployment.xml
v4.0\System.Design.xml
v4.0\System.Device.xml
v4.0\System.DirectoryServices.AccountManagement.xml
v4.0\System.DirectoryServices.Protocols.xml
v4.0\System.DirectoryServices.xml
v4.0\System.Drawing.Design.xml
v4.0\System.Drawing.xml
v4.0\System.EnterpriseServices.xml
v4.0\System.IdentityModel.Selectors.xml
v4.0\System.IdentityModel.xml
v4.0\System.IO.Log.xml
v4.0\System.Management.Instrumentation.xml
v4.0\System.Management.xml
v4.0\System.Messaging.xml
v4.0\System.Net.xml
v4.0\System.Numerics.xml
v4.0\System.Printing.xml
v4.0\System.Runtime.Caching.xml
v4.0\System.Runtime.DurableInstancing.xml
v4.0\System.Runtime.Remoting.xml
v4.0\System.Runtime.Serialization.Formatters.Soap.xml
v4.0\System.Runtime.Serialization.xml
v4.0\System.Security.xml
v4.0\System.ServiceModel.Activation.xml
v4.0\System.ServiceModel.Activities.xml
v4.0\System.ServiceModel.Channels.xml
v4.0\System.ServiceModel.Discovery.xml
v4.0\System.ServiceModel.Routing.xml
v4.0\System.ServiceModel.Web.xml
v4.0\System.ServiceModel.xml
v4.0\System.ServiceProcess.xml
v4.0\System.Speech.xml
v4.0\System.Transactions.xml
v4.0\System.Web.ApplicationServices.xml
v4.0\System.Web.DataVisualization.xml
v4.0\System.Web.DynamicData.Design.xml
v4.0\System.Web.DynamicData.xml
v4.0\System.Web.Entity.Design.xml
v4.0\System.Web.Entity.xml
v4.0\System.Web.Extensions.Design.xml
v4.0\System.Web.Extensions.xml
v4.0\System.Web.Mobile.xml
v4.0\System.Web.RegularExpressions.xml
v4.0\System.Web.Services.xml
v4.0\System.Web.xml
v4.0\System.Windows.Forms.DataVisualization.xml
v4.0\System.Windows.Forms.xml
v4.0\System.Windows.Input.Manipulations.xml
v4.0\System.Windows.Presentation.xml
v4.0\System.Workflow.Activities.xml
v4.0\System.Workflow.ComponentModel.xml
v4.0\System.Workflow.Runtime.xml
v4.0\System.WorkflowServices.xml
v4.0\System.Xaml.xml
v4.0\System.xml
v4.0\System.Xml.Linq.xml
v4.0\System.Xml.xml
v4.0\UIAutomationClient.xml
v4.0\UIAutomationClientsideProviders.xml
v4.0\UIAutomationProvider.xml
v4.0\UIAutomationTypes.xml
v4.0\WindowsBase.xml
v4.0\WindowsFormsIntegration.xml
v4.0\XamlBuildTask.xml
v4.0\PermissionSets\FullTrust.xml
v4.0\PermissionSets\Internet.xml
v4.0\PermissionSets\LocalIntranet.xml
v4.0\Profile\Client\Accessibility.xml
v4.0\Profile\Client\CustomMarshalers.xml
v4.0\Profile\Client\Microsoft.CSharp.xml
v4.0\Profile\Client\Microsoft.JScript.xml
v4.0\Profile\Client\Microsoft.VisualBasic.Compatibility.Data.xml
v4.0\Profile\Client\Microsoft.VisualBasic.Compatibility.xml
v4.0\Profile\Client\Microsoft.VisualBasic.xml
v4.0\Profile\Client\Microsoft.VisualC.xml
v4.0\Profile\Client\mscorlib.xml
v4.0\Profile\Client\PresentationCore.xml
v4.0\Profile\Client\PresentationFramework.Aero.xml
v4.0\Profile\Client\PresentationFramework.Classic.xml
v4.0\Profile\Client\PresentationFramework.Luna.xml
v4.0\Profile\Client\PresentationFramework.Royale.xml
v4.0\Profile\Client\PresentationFramework.xml
v4.0\Profile\Client\ReachFramework.xml
v4.0\Profile\Client\sysglobl.xml
v4.0\Profile\Client\System.Activities.Core.Presentation.xml
v4.0\Profile\Client\System.Activities.DurableInstancing.xml
v4.0\Profile\Client\System.Activities.Presentation.xml
v4.0\Profile\Client\System.Activities.xml
v4.0\Profile\Client\System.AddIn.Contract.xml
v4.0\Profile\Client\System.AddIn.xml
v4.0\Profile\Client\System.ComponentModel.Composition.xml
v4.0\Profile\Client\System.ComponentModel.DataAnnotations.xml
v4.0\Profile\Client\System.Configuration.Install.xml
v4.0\Profile\Client\System.Configuration.xml
v4.0\Profile\Client\System.Core.xml
v4.0\Profile\Client\System.Data.DataSetExtensions.xml
v4.0\Profile\Client\System.Data.Entity.xml
v4.0\Profile\Client\System.Data.Linq.xml
v4.0\Profile\Client\System.Data.Services.Client.xml
v4.0\Profile\Client\System.Data.SqlXml.xml
v4.0\Profile\Client\System.Data.xml
v4.0\Profile\Client\System.Deployment.xml
v4.0\Profile\Client\System.Device.xml
v4.0\Profile\Client\System.DirectoryServices.AccountManagement.xml
v4.0\Profile\Client\System.DirectoryServices.Protocols.xml
v4.0\Profile\Client\System.DirectoryServices.xml
v4.0\Profile\Client\System.Drawing.xml
v4.0\Profile\Client\System.EnterpriseServices.xml
v4.0\Profile\Client\System.IdentityModel.Selectors.xml
v4.0\Profile\Client\System.IdentityModel.xml
v4.0\Profile\Client\System.IO.Log.xml
v4.0\Profile\Client\System.Management.Instrumentation.xml
v4.0\Profile\Client\System.Management.xml
v4.0\Profile\Client\System.Messaging.xml
v4.0\Profile\Client\System.Net.xml
v4.0\Profile\Client\System.Numerics.xml
v4.0\Profile\Client\System.Printing.xml
v4.0\Profile\Client\System.Runtime.DurableInstancing.xml
v4.0\Profile\Client\System.Runtime.Remoting.xml
v4.0\Profile\Client\System.Runtime.Serialization.Formatters.Soap.xml
v4.0\Profile\Client\System.Runtime.Serialization.xml
v4.0\Profile\Client\System.Security.xml
v4.0\Profile\Client\System.ServiceModel.Activities.xml
v4.0\Profile\Client\System.ServiceModel.Channels.xml
v4.0\Profile\Client\System.ServiceModel.Discovery.xml
v4.0\Profile\Client\System.ServiceModel.Routing.xml
v4.0\Profile\Client\System.ServiceModel.xml
v4.0\Profile\Client\System.ServiceProcess.xml
v4.0\Profile\Client\System.Speech.xml
v4.0\Profile\Client\System.Transactions.xml
v4.0\Profile\Client\System.Web.ApplicationServices.xml
v4.0\Profile\Client\System.Web.Services.xml
v4.0\Profile\Client\System.Windows.Forms.DataVisualization.xml
v4.0\Profile\Client\System.Windows.Forms.xml
v4.0\Profile\Client\System.Windows.Input.Manipulations.xml
v4.0\Profile\Client\System.Windows.Presentation.xml
v4.0\Profile\Client\System.Xaml.xml
v4.0\Profile\Client\System.xml
v4.0\Profile\Client\System.Xml.Linq.xml
v4.0\Profile\Client\System.Xml.xml
v4.0\Profile\Client\UIAutomationClient.xml
v4.0\Profile\Client\UIAutomationClientsideProviders.xml
v4.0\Profile\Client\UIAutomationProvider.xml
v4.0\Profile\Client\UIAutomationTypes.xml
v4.0\Profile\Client\WindowsBase.xml
v4.0\Profile\Client\WindowsFormsIntegration.xml
v4.0\Profile\Client\PermissionSets\FullTrust.xml
v4.0\Profile\Client\PermissionSets\Internet.xml
v4.0\Profile\Client\PermissionSets\LocalIntranet.xml
v4.0\Profile\Client\RedistList\FrameworkList.xml
v4.0\RedistList\FrameworkList.xml
v4.5\Accessibility.xml
v4.5\CustomMarshalers.xml
v4.5\ISymWrapper.xml
v4.5\Microsoft.Activities.Build.xml
v4.5\Microsoft.Build.Conversion.v4.0.xml
v4.5\Microsoft.Build.Engine.xml
v4.5\Microsoft.Build.Framework.xml
v4.5\Microsoft.Build.Tasks.v4.0.xml
v4.5\Microsoft.Build.Utilities.v4.0.xml
v4.5\Microsoft.Build.xml
v4.5\Microsoft.CSharp.xml
v4.5\Microsoft.JScript.xml
v4.5\Microsoft.VisualBasic.Compatibility.Data.xml
v4.5\Microsoft.VisualBasic.Compatibility.xml
v4.5\Microsoft.VisualBasic.xml
v4.5\Microsoft.VisualC.STLCLR.xml
v4.5\Microsoft.VisualC.xml
v4.5\mscorlib.xml
v4.5\PresentationBuildTasks.xml
v4.5\PresentationCore.xml
v4.5\PresentationFramework.Aero.xml
v4.5\PresentationFramework.Classic.xml
v4.5\PresentationFramework.Luna.xml
v4.5\PresentationFramework.Royale.xml
v4.5\PresentationFramework.xml
v4.5\ReachFramework.xml
v4.5\sysglobl.xml
v4.5\System.Activities.Core.Presentation.xml
v4.5\System.Activities.DurableInstancing.xml
v4.5\System.Activities.Presentation.xml
v4.5\System.Activities.xml
v4.5\System.AddIn.Contract.xml
v4.5\System.AddIn.xml
v4.5\System.ComponentModel.Composition.xml
v4.5\System.ComponentModel.DataAnnotations.xml
v4.5\System.Configuration.Install.xml
v4.5\System.Configuration.xml
v4.5\System.Core.xml
v4.5\System.Data.DataSetExtensions.xml
v4.5\System.Data.Entity.Design.xml
v4.5\System.Data.Entity.xml
v4.5\System.Data.Linq.xml
v4.5\System.Data.OracleClient.xml
v4.5\System.Data.Services.Client.xml
v4.5\System.Data.Services.Design.xml
v4.5\System.Data.Services.xml
v4.5\System.Data.SqlXml.xml
v4.5\System.Data.xml
v4.5\System.Deployment.xml
v4.5\System.Design.xml
v4.5\System.Device.xml
v4.5\System.DirectoryServices.AccountManagement.xml
v4.5\System.DirectoryServices.Protocols.xml
v4.5\System.DirectoryServices.xml
v4.5\System.Drawing.Design.xml
v4.5\System.Drawing.xml
v4.5\System.EnterpriseServices.xml
v4.5\System.IdentityModel.Selectors.xml
v4.5\System.IdentityModel.Services.xml
v4.5\System.IdentityModel.xml
v4.5\System.IO.Compression.FileSystem.xml
v4.5\System.IO.Compression.xml
v4.5\System.IO.Log.xml
v4.5\System.Management.Instrumentation.xml
v4.5\System.Management.xml
v4.5\System.Messaging.xml
v4.5\System.Net.Http.WebRequest.xml
v4.5\System.Net.Http.xml
v4.5\System.Net.xml
v4.5\System.Numerics.xml
v4.5\System.Printing.xml
v4.5\System.Reflection.Context.xml
v4.5\System.Runtime.Caching.xml
v4.5\System.Runtime.DurableInstancing.xml
v4.5\System.Runtime.Remoting.xml
v4.5\System.Runtime.Serialization.Formatters.Soap.xml
v4.5\System.Runtime.Serialization.xml
v4.5\System.Security.xml
v4.5\System.ServiceModel.Activation.xml
v4.5\System.ServiceModel.Activities.xml
v4.5\System.ServiceModel.Channels.xml
v4.5\System.ServiceModel.Discovery.xml
v4.5\System.ServiceModel.Routing.xml
v4.5\System.ServiceModel.Web.xml
v4.5\System.ServiceModel.xml
v4.5\System.ServiceProcess.xml
v4.5\System.Speech.xml
v4.5\System.Threading.Tasks.Dataflow.xml
v4.5\System.Transactions.xml
v4.5\System.Web.ApplicationServices.xml
v4.5\System.Web.DataVisualization.xml
v4.5\System.Web.DynamicData.Design.xml
v4.5\System.Web.DynamicData.xml
v4.5\System.Web.Entity.Design.xml
v4.5\System.Web.Entity.xml
v4.5\System.Web.Extensions.Design.xml
v4.5\System.Web.Extensions.xml
v4.5\System.Web.Mobile.xml
v4.5\System.Web.RegularExpressions.xml
v4.5\System.Web.Services.xml
v4.5\System.Web.xml
v4.5\System.Windows.Controls.Ribbon.xml
v4.5\System.Windows.Forms.DataVisualization.xml
v4.5\System.Windows.Forms.xml
v4.5\System.Windows.Input.Manipulations.xml
v4.5\System.Windows.Presentation.xml
v4.5\System.Workflow.Activities.xml
v4.5\System.Workflow.ComponentModel.xml
v4.5\System.Workflow.Runtime.xml
v4.5\System.WorkflowServices.xml
v4.5\System.Xaml.xml
v4.5\System.xml
v4.5\System.Xml.Linq.xml
v4.5\System.Xml.xml
v4.5\UIAutomationClient.xml
v4.5\UIAutomationClientsideProviders.xml
v4.5\UIAutomationProvider.xml
v4.5\UIAutomationTypes.xml
v4.5\WindowsBase.xml
v4.5\WindowsFormsIntegration.xml
v4.5\XamlBuildTask.xml
v4.5\PermissionSets\FullTrust.xml
v4.5\PermissionSets\Internet.xml
v4.5\PermissionSets\LocalIntranet.xml
v4.5\RedistList\FrameworkList.xml
v4.5.1\Accessibility.xml
v4.5.1\CustomMarshalers.xml
v4.5.1\ISymWrapper.xml
v4.5.1\Microsoft.Activities.Build.xml
v4.5.1\Microsoft.Build.Conversion.v4.0.xml
v4.5.1\Microsoft.Build.Engine.xml
v4.5.1\Microsoft.Build.Framework.xml
v4.5.1\Microsoft.Build.Tasks.v4.0.xml
v4.5.1\Microsoft.Build.Utilities.v4.0.xml
v4.5.1\Microsoft.Build.xml
v4.5.1\Microsoft.CSharp.xml
v4.5.1\Microsoft.JScript.xml
v4.5.1\Microsoft.VisualBasic.Compatibility.Data.xml
v4.5.1\Microsoft.VisualBasic.Compatibility.xml
v4.5.1\Microsoft.VisualBasic.xml
v4.5.1\Microsoft.VisualC.STLCLR.xml
v4.5.1\Microsoft.VisualC.xml
v4.5.1\mscorlib.xml
v4.5.1\PresentationBuildTasks.xml
v4.5.1\PresentationCore.xml
v4.5.1\PresentationFramework.Aero.xml
v4.5.1\PresentationFramework.Aero2.xml
v4.5.1\PresentationFramework.AeroLite.xml
v4.5.1\PresentationFramework.Classic.xml
v4.5.1\PresentationFramework.Luna.xml
v4.5.1\PresentationFramework.Royale.xml
v4.5.1\PresentationFramework.xml
v4.5.1\ReachFramework.xml
v4.5.1\sysglobl.xml
v4.5.1\System.Activities.Core.Presentation.xml
v4.5.1\System.Activities.DurableInstancing.xml
v4.5.1\System.Activities.Presentation.xml
v4.5.1\System.Activities.xml
v4.5.1\System.AddIn.Contract.xml
v4.5.1\System.AddIn.xml
v4.5.1\System.ComponentModel.Composition.Registration.xml
v4.5.1\System.ComponentModel.Composition.xml
v4.5.1\System.ComponentModel.DataAnnotations.xml
v4.5.1\System.Configuration.Install.xml
v4.5.1\System.Configuration.xml
v4.5.1\System.Core.xml
v4.5.1\System.Data.DataSetExtensions.xml
v4.5.1\System.Data.Entity.Design.xml
v4.5.1\System.Data.Entity.xml
v4.5.1\System.Data.Linq.xml
v4.5.1\System.Data.OracleClient.xml
v4.5.1\System.Data.Services.Client.xml
v4.5.1\System.Data.Services.Design.xml
v4.5.1\System.Data.Services.xml
v4.5.1\System.Data.SqlXml.xml
v4.5.1\System.Data.xml
v4.5.1\System.Deployment.xml
v4.5.1\System.Design.xml
v4.5.1\System.Device.xml
v4.5.1\System.DirectoryServices.AccountManagement.xml
v4.5.1\System.DirectoryServices.Protocols.xml
v4.5.1\System.DirectoryServices.xml
v4.5.1\System.Drawing.Design.xml
v4.5.1\System.Drawing.xml
v4.5.1\System.EnterpriseServices.xml
v4.5.1\System.IdentityModel.Selectors.xml
v4.5.1\System.IdentityModel.Services.xml
v4.5.1\System.IdentityModel.xml
v4.5.1\System.IO.Compression.FileSystem.xml
v4.5.1\System.IO.Compression.xml
v4.5.1\System.IO.Log.xml
v4.5.1\System.Management.Instrumentation.xml
v4.5.1\System.Management.xml
v4.5.1\System.Messaging.xml
v4.5.1\System.Net.Http.WebRequest.xml
v4.5.1\System.Net.Http.xml
v4.5.1\System.Net.xml
v4.5.1\System.Numerics.xml
v4.5.1\System.Printing.xml
v4.5.1\System.Reflection.Context.xml
v4.5.1\System.Runtime.Caching.xml
v4.5.1\System.Runtime.DurableInstancing.xml
v4.5.1\System.Runtime.Remoting.xml
v4.5.1\System.Runtime.Serialization.Formatters.Soap.xml
v4.5.1\System.Runtime.Serialization.xml
v4.5.1\System.Security.xml
v4.5.1\System.ServiceModel.Activation.xml
v4.5.1\System.ServiceModel.Activities.xml
v4.5.1\System.ServiceModel.Channels.xml
v4.5.1\System.ServiceModel.Discovery.xml
v4.5.1\System.ServiceModel.Routing.xml
v4.5.1\System.ServiceModel.Web.xml
v4.5.1\System.ServiceModel.xml
v4.5.1\System.ServiceProcess.xml
v4.5.1\System.Speech.xml
v4.5.1\System.Threading.Tasks.Dataflow.xml
v4.5.1\System.Transactions.xml
v4.5.1\System.Web.ApplicationServices.xml
v4.5.1\System.Web.DataVisualization.xml
v4.5.1\System.Web.DynamicData.Design.xml
v4.5.1\System.Web.DynamicData.xml
v4.5.1\System.Web.Entity.Design.xml
v4.5.1\System.Web.Entity.xml
v4.5.1\System.Web.Extensions.Design.xml
v4.5.1\System.Web.Extensions.xml
v4.5.1\System.Web.Mobile.xml
v4.5.1\System.Web.RegularExpressions.xml
v4.5.1\System.Web.Services.xml
v4.5.1\System.Web.xml
v4.5.1\System.Windows.Controls.Ribbon.xml
v4.5.1\System.Windows.Forms.DataVisualization.xml
v4.5.1\System.Windows.Forms.xml
v4.5.1\System.Windows.Input.Manipulations.xml
v4.5.1\System.Windows.Presentation.xml
v4.5.1\System.Workflow.Activities.xml
v4.5.1\System.Workflow.ComponentModel.xml
v4.5.1\System.Workflow.Runtime.xml
v4.5.1\System.WorkflowServices.xml
v4.5.1\System.Xaml.xml
v4.5.1\System.xml
v4.5.1\System.Xml.Linq.xml
v4.5.1\System.Xml.xml
v4.5.1\UIAutomationClient.xml
v4.5.1\UIAutomationClientsideProviders.xml
v4.5.1\UIAutomationProvider.xml
v4.5.1\UIAutomationTypes.xml
v4.5.1\WindowsBase.xml
v4.5.1\WindowsFormsIntegration.xml
v4.5.1\XamlBuildTask.xml
v4.5.1\PermissionSets\FullTrust.xml
v4.5.1\PermissionSets\Internet.xml
v4.5.1\PermissionSets\LocalIntranet.xml
v4.5.1\RedistList\FrameworkList.xml
v4.5.2\Accessibility.xml
v4.5.2\CustomMarshalers.xml
v4.5.2\ISymWrapper.xml
v4.5.2\Microsoft.Activities.Build.xml
v4.5.2\Microsoft.Build.Conversion.v4.0.xml
v4.5.2\Microsoft.Build.Engine.xml
v4.5.2\Microsoft.Build.Framework.xml
v4.5.2\Microsoft.Build.Tasks.v4.0.xml
v4.5.2\Microsoft.Build.Utilities.v4.0.xml
v4.5.2\Microsoft.Build.xml
v4.5.2\Microsoft.CSharp.xml
v4.5.2\Microsoft.JScript.xml
v4.5.2\Microsoft.VisualBasic.Compatibility.Data.xml
v4.5.2\Microsoft.VisualBasic.Compatibility.xml
v4.5.2\Microsoft.VisualBasic.xml
v4.5.2\Microsoft.VisualC.STLCLR.xml
v4.5.2\Microsoft.VisualC.xml
v4.5.2\mscorlib.xml
v4.5.2\PresentationBuildTasks.xml
v4.5.2\PresentationCore.xml
v4.5.2\PresentationFramework.Aero.xml
v4.5.2\PresentationFramework.Aero2.xml
v4.5.2\PresentationFramework.AeroLite.xml
v4.5.2\PresentationFramework.Classic.xml
v4.5.2\PresentationFramework.Luna.xml
v4.5.2\PresentationFramework.Royale.xml
v4.5.2\PresentationFramework.xml
v4.5.2\ReachFramework.xml
v4.5.2\sysglobl.xml
v4.5.2\System.Activities.Core.Presentation.xml
v4.5.2\System.Activities.DurableInstancing.xml
v4.5.2\System.Activities.Presentation.xml
v4.5.2\System.Activities.xml
v4.5.2\System.AddIn.Contract.xml
v4.5.2\System.AddIn.xml
v4.5.2\System.ComponentModel.Composition.Registration.xml
v4.5.2\System.ComponentModel.Composition.xml
v4.5.2\System.ComponentModel.DataAnnotations.xml
v4.5.2\System.Configuration.Install.xml
v4.5.2\System.Configuration.xml
v4.5.2\System.Core.xml
v4.5.2\System.Data.DataSetExtensions.xml
v4.5.2\System.Data.Entity.Design.xml
v4.5.2\System.Data.Entity.xml
v4.5.2\System.Data.Linq.xml
v4.5.2\System.Data.OracleClient.xml
v4.5.2\System.Data.Services.Client.xml
v4.5.2\System.Data.Services.Design.xml
v4.5.2\System.Data.Services.xml
v4.5.2\System.Data.SqlXml.xml
v4.5.2\System.Data.xml
v4.5.2\System.Deployment.xml
v4.5.2\System.Design.xml
v4.5.2\System.Device.xml
v4.5.2\System.DirectoryServices.AccountManagement.xml
v4.5.2\System.DirectoryServices.Protocols.xml
v4.5.2\System.DirectoryServices.xml
v4.5.2\System.Drawing.Design.xml
v4.5.2\System.Drawing.xml
v4.5.2\System.EnterpriseServices.xml
v4.5.2\System.IdentityModel.Selectors.xml
v4.5.2\System.IdentityModel.Services.xml
v4.5.2\System.IdentityModel.xml
v4.5.2\System.IO.Compression.FileSystem.xml
v4.5.2\System.IO.Compression.xml
v4.5.2\System.IO.Log.xml
v4.5.2\System.Management.Instrumentation.xml
v4.5.2\System.Management.xml
v4.5.2\System.Messaging.xml
v4.5.2\System.Net.Http.WebRequest.xml
v4.5.2\System.Net.Http.xml
v4.5.2\System.Net.xml
v4.5.2\System.Numerics.xml
v4.5.2\System.Printing.xml
v4.5.2\System.Reflection.Context.xml
v4.5.2\System.Runtime.Caching.xml
v4.5.2\System.Runtime.DurableInstancing.xml
v4.5.2\System.Runtime.Remoting.xml
v4.5.2\System.Runtime.Serialization.Formatters.Soap.xml
v4.5.2\System.Runtime.Serialization.xml
v4.5.2\System.Security.xml
v4.5.2\System.ServiceModel.Activation.xml
v4.5.2\System.ServiceModel.Activities.xml
v4.5.2\System.ServiceModel.Channels.xml
v4.5.2\System.ServiceModel.Discovery.xml
v4.5.2\System.ServiceModel.Routing.xml
v4.5.2\System.ServiceModel.Web.xml
v4.5.2\System.ServiceModel.xml
v4.5.2\System.ServiceProcess.xml
v4.5.2\System.Speech.xml
v4.5.2\System.Threading.Tasks.Dataflow.xml
v4.5.2\System.Transactions.xml
v4.5.2\System.Web.ApplicationServices.xml
v4.5.2\System.Web.DataVisualization.xml
v4.5.2\System.Web.DynamicData.Design.xml
v4.5.2\System.Web.DynamicData.xml
v4.5.2\System.Web.Entity.Design.xml
v4.5.2\System.Web.Entity.xml
v4.5.2\System.Web.Extensions.Design.xml
v4.5.2\System.Web.Extensions.xml
v4.5.2\System.Web.Mobile.xml
v4.5.2\System.Web.RegularExpressions.xml
v4.5.2\System.Web.Services.xml
v4.5.2\System.Web.xml
v4.5.2\System.Windows.Controls.Ribbon.xml
v4.5.2\System.Windows.Forms.DataVisualization.xml
v4.5.2\System.Windows.Forms.xml
v4.5.2\System.Windows.Input.Manipulations.xml
v4.5.2\System.Windows.Presentation.xml
v4.5.2\System.Workflow.Activities.xml
v4.5.2\System.Workflow.ComponentModel.xml
v4.5.2\System.Workflow.Runtime.xml
v4.5.2\System.WorkflowServices.xml
v4.5.2\System.Xaml.xml
v4.5.2\System.xml
v4.5.2\System.Xml.Linq.xml
v4.5.2\System.Xml.xml
v4.5.2\UIAutomationClient.xml
v4.5.2\UIAutomationClientsideProviders.xml
v4.5.2\UIAutomationProvider.xml
v4.5.2\UIAutomationTypes.xml
v4.5.2\WindowsBase.xml
v4.5.2\WindowsFormsIntegration.xml
v4.5.2\XamlBuildTask.xml
v4.5.2\PermissionSets\FullTrust.xml
v4.5.2\PermissionSets\Internet.xml
v4.5.2\PermissionSets\LocalIntranet.xml
v4.5.2\RedistList\FrameworkList.xml
v4.6\Accessibility.xml
v4.6\CustomMarshalers.xml
v4.6\ISymWrapper.xml
v4.6\Microsoft.Activities.Build.xml
v4.6\Microsoft.Build.Conversion.v4.0.xml
v4.6\Microsoft.Build.Engine.xml
v4.6\Microsoft.Build.Framework.xml
v4.6\Microsoft.Build.Tasks.v4.0.xml
v4.6\Microsoft.Build.Utilities.v4.0.xml
v4.6\Microsoft.Build.xml
v4.6\Microsoft.CSharp.xml
v4.6\Microsoft.JScript.xml
v4.6\Microsoft.VisualBasic.Compatibility.Data.xml
v4.6\Microsoft.VisualBasic.Compatibility.xml
v4.6\Microsoft.VisualBasic.xml
v4.6\Microsoft.VisualC.STLCLR.xml
v4.6\Microsoft.VisualC.xml
v4.6\mscorlib.xml
v4.6\namespaces.xml
v4.6\PresentationBuildTasks.xml
v4.6\PresentationCore.xml
v4.6\PresentationFramework.Aero.xml
v4.6\PresentationFramework.Aero2.xml
v4.6\PresentationFramework.AeroLite.xml
v4.6\PresentationFramework.Classic.xml
v4.6\PresentationFramework.Luna.xml
v4.6\PresentationFramework.Royale.xml
v4.6\PresentationFramework.xml
v4.6\ReachFramework.xml
v4.6\sysglobl.xml
v4.6\System.Activities.Core.Presentation.xml
v4.6\System.Activities.DurableInstancing.xml
v4.6\System.Activities.Presentation.xml
v4.6\System.Activities.xml
v4.6\System.AddIn.Contract.xml
v4.6\System.AddIn.xml
v4.6\System.ComponentModel.Composition.Registration.xml
v4.6\System.ComponentModel.Composition.xml
v4.6\System.ComponentModel.DataAnnotations.xml
v4.6\System.Configuration.Install.xml
v4.6\System.Configuration.xml
v4.6\System.Core.xml
v4.6\System.Data.DataSetExtensions.xml
v4.6\System.Data.Entity.Design.xml
v4.6\System.Data.Entity.xml
v4.6\System.Data.Linq.xml
v4.6\System.Data.OracleClient.xml
v4.6\System.Data.Services.Client.xml
v4.6\System.Data.Services.Design.xml
v4.6\System.Data.Services.xml
v4.6\System.Data.SqlXml.xml
v4.6\System.Data.xml
v4.6\System.Deployment.xml
v4.6\System.Design.xml
v4.6\System.Device.xml
v4.6\System.DirectoryServices.AccountManagement.xml
v4.6\System.DirectoryServices.Protocols.xml
v4.6\System.DirectoryServices.xml
v4.6\System.Drawing.Design.xml
v4.6\System.Drawing.xml
v4.6\System.EnterpriseServices.xml
v4.6\System.IdentityModel.Selectors.xml
v4.6\System.IdentityModel.Services.xml
v4.6\System.IdentityModel.xml
v4.6\System.IO.Compression.FileSystem.xml
v4.6\System.IO.Compression.xml
v4.6\System.IO.Log.xml
v4.6\System.Linq.xml
v4.6\System.Management.Instrumentation.xml
v4.6\System.Management.xml
v4.6\System.Messaging.xml
v4.6\System.Net.Http.WebRequest.xml
v4.6\System.Net.Http.xml
v4.6\System.Net.xml
v4.6\System.Numerics.xml
v4.6\System.Printing.xml
v4.6\System.Reflection.Context.xml
v4.6\System.Runtime.Caching.xml
v4.6\System.Runtime.DurableInstancing.xml
v4.6\System.Runtime.Remoting.xml
v4.6\System.Runtime.Serialization.Formatters.Soap.xml
v4.6\System.Runtime.Serialization.xml
v4.6\System.Security.xml
v4.6\System.ServiceModel.Activation.xml
v4.6\System.ServiceModel.Activities.xml
v4.6\System.ServiceModel.Channels.xml
v4.6\System.ServiceModel.Discovery.xml
v4.6\System.ServiceModel.Routing.xml
v4.6\System.ServiceModel.Web.xml
v4.6\System.ServiceModel.xml
v4.6\System.ServiceProcess.xml
v4.6\System.Speech.xml
v4.6\System.Threading.Tasks.Dataflow.xml
v4.6\System.Transactions.xml
v4.6\System.Web.ApplicationServices.xml
v4.6\System.Web.DataVisualization.xml
v4.6\System.Web.DynamicData.Design.xml
v4.6\System.Web.DynamicData.xml
v4.6\System.Web.Entity.Design.xml
v4.6\System.Web.Entity.xml
v4.6\System.Web.Extensions.Design.xml
v4.6\System.Web.Extensions.xml
v4.6\System.Web.Mobile.xml
v4.6\System.Web.RegularExpressions.xml
v4.6\System.Web.Services.xml
v4.6\System.Web.xml
v4.6\System.Windows.Controls.Ribbon.xml
v4.6\System.Windows.Forms.DataVisualization.xml
v4.6\System.Windows.Forms.xml
v4.6\System.Windows.Input.Manipulations.xml
v4.6\System.Windows.Presentation.xml
v4.6\System.Workflow.Activities.xml
v4.6\System.Workflow.ComponentModel.xml
v4.6\System.Workflow.Runtime.xml
v4.6\System.WorkflowServices.xml
v4.6\System.Xaml.xml
v4.6\System.xml
v4.6\System.Xml.Linq.xml
v4.6\System.Xml.xml
v4.6\UIAutomationClient.xml
v4.6\UIAutomationClientsideProviders.xml
v4.6\UIAutomationProvider.xml
v4.6\UIAutomationTypes.xml
v4.6\WindowsBase.xml
v4.6\WindowsFormsIntegration.xml
v4.6\XamlBuildTask.xml
v4.6\PermissionSets\FullTrust.xml
v4.6\PermissionSets\Internet.xml
v4.6\PermissionSets\LocalIntranet.xml
v4.6\RedistList\FrameworkList.xml
v4.6.1\Accessibility.xml
v4.6.1\CustomMarshalers.xml
v4.6.1\ISymWrapper.xml
v4.6.1\Microsoft.Activities.Build.xml
v4.6.1\Microsoft.Build.Conversion.v4.0.xml
v4.6.1\Microsoft.Build.Engine.xml
v4.6.1\Microsoft.Build.Framework.xml
v4.6.1\Microsoft.Build.Tasks.v4.0.xml
v4.6.1\Microsoft.Build.Utilities.v4.0.xml
v4.6.1\Microsoft.Build.xml
v4.6.1\Microsoft.CSharp.xml
v4.6.1\Microsoft.JScript.xml
v4.6.1\Microsoft.VisualBasic.Compatibility.Data.xml
v4.6.1\Microsoft.VisualBasic.Compatibility.xml
v4.6.1\Microsoft.VisualBasic.xml
v4.6.1\Microsoft.VisualC.STLCLR.xml
v4.6.1\Microsoft.VisualC.xml
v4.6.1\mscorlib.xml
v4.6.1\namespaces.xml
v4.6.1\PresentationBuildTasks.xml
v4.6.1\PresentationCore.xml
v4.6.1\PresentationFramework.Aero.xml
v4.6.1\PresentationFramework.Aero2.xml
v4.6.1\PresentationFramework.AeroLite.xml
v4.6.1\PresentationFramework.Classic.xml
v4.6.1\PresentationFramework.Luna.xml
v4.6.1\PresentationFramework.Royale.xml
v4.6.1\PresentationFramework.xml
v4.6.1\ReachFramework.xml
v4.6.1\sysglobl.xml
v4.6.1\System.Activities.Core.Presentation.xml
v4.6.1\System.Activities.DurableInstancing.xml
v4.6.1\System.Activities.Presentation.xml
v4.6.1\System.Activities.xml
v4.6.1\System.AddIn.Contract.xml
v4.6.1\System.AddIn.xml
v4.6.1\System.ComponentModel.Composition.Registration.xml
v4.6.1\System.ComponentModel.Composition.xml
v4.6.1\System.ComponentModel.DataAnnotations.xml
v4.6.1\System.Configuration.Install.xml
v4.6.1\System.Configuration.xml
v4.6.1\System.Core.xml
v4.6.1\System.Data.DataSetExtensions.xml
v4.6.1\System.Data.Entity.Design.xml
v4.6.1\System.Data.Entity.xml
v4.6.1\System.Data.Linq.xml
v4.6.1\System.Data.OracleClient.xml
v4.6.1\System.Data.Services.Client.xml
v4.6.1\System.Data.Services.Design.xml
v4.6.1\System.Data.Services.xml
v4.6.1\System.Data.SqlXml.xml
v4.6.1\System.Data.xml
v4.6.1\System.Deployment.xml
v4.6.1\System.Design.xml
v4.6.1\System.Device.xml
v4.6.1\System.DirectoryServices.AccountManagement.xml
v4.6.1\System.DirectoryServices.Protocols.xml
v4.6.1\System.DirectoryServices.xml
v4.6.1\System.Drawing.Design.xml
v4.6.1\System.Drawing.xml
v4.6.1\System.EnterpriseServices.xml
v4.6.1\System.IdentityModel.Selectors.xml
v4.6.1\System.IdentityModel.Services.xml
v4.6.1\System.IdentityModel.xml
v4.6.1\System.IO.Compression.FileSystem.xml
v4.6.1\System.IO.Compression.xml
v4.6.1\System.IO.Log.xml
v4.6.1\System.Linq.xml
v4.6.1\System.Management.Instrumentation.xml
v4.6.1\System.Management.xml
v4.6.1\System.Messaging.xml
v4.6.1\System.Net.Http.WebRequest.xml
v4.6.1\System.Net.Http.xml
v4.6.1\System.Net.xml
v4.6.1\System.Numerics.xml
v4.6.1\System.Printing.xml
v4.6.1\System.Reflection.Context.xml
v4.6.1\System.Runtime.Caching.xml
v4.6.1\System.Runtime.DurableInstancing.xml
v4.6.1\System.Runtime.Remoting.xml
v4.6.1\System.Runtime.Serialization.Formatters.Soap.xml
v4.6.1\System.Runtime.Serialization.xml
v4.6.1\System.Security.xml
v4.6.1\System.ServiceModel.Activation.xml
v4.6.1\System.ServiceModel.Activities.xml
v4.6.1\System.ServiceModel.Channels.xml
v4.6.1\System.ServiceModel.Discovery.xml
v4.6.1\System.ServiceModel.Routing.xml
v4.6.1\System.ServiceModel.Web.xml
v4.6.1\System.ServiceModel.xml
v4.6.1\System.ServiceProcess.xml
v4.6.1\System.Speech.xml
v4.6.1\System.Threading.Tasks.Dataflow.xml
v4.6.1\System.Transactions.xml
v4.6.1\System.Web.ApplicationServices.xml
v4.6.1\System.Web.DataVisualization.xml
v4.6.1\System.Web.DynamicData.Design.xml
v4.6.1\System.Web.DynamicData.xml
v4.6.1\System.Web.Entity.Design.xml
v4.6.1\System.Web.Entity.xml
v4.6.1\System.Web.Extensions.Design.xml
v4.6.1\System.Web.Extensions.xml
v4.6.1\System.Web.Mobile.xml
v4.6.1\System.Web.RegularExpressions.xml
v4.6.1\System.Web.Services.xml
v4.6.1\System.Web.xml
v4.6.1\System.Windows.Controls.Ribbon.xml
v4.6.1\System.Windows.Forms.DataVisualization.xml
v4.6.1\System.Windows.Forms.xml
v4.6.1\System.Windows.Input.Manipulations.xml
v4.6.1\System.Windows.Presentation.xml
v4.6.1\System.Workflow.Activities.xml
v4.6.1\System.Workflow.ComponentModel.xml
v4.6.1\System.Workflow.Runtime.xml
v4.6.1\System.WorkflowServices.xml
v4.6.1\System.Xaml.xml
v4.6.1\System.xml
v4.6.1\System.Xml.Linq.xml
v4.6.1\System.Xml.xml
v4.6.1\UIAutomationClient.xml
v4.6.1\UIAutomationClientsideProviders.xml
v4.6.1\UIAutomationProvider.xml
v4.6.1\UIAutomationTypes.xml
v4.6.1\WindowsBase.xml
v4.6.1\WindowsFormsIntegration.xml
v4.6.1\XamlBuildTask.xml
v4.6.1\PermissionSets\FullTrust.xml
v4.6.1\PermissionSets\Internet.xml
v4.6.1\PermissionSets\LocalIntranet.xml
v4.6.1\RedistList\FrameworkList.xml
v4.6.2\Accessibility.xml
v4.6.2\CustomMarshalers.xml
v4.6.2\ISymWrapper.xml
v4.6.2\Microsoft.Activities.Build.xml
v4.6.2\Microsoft.Build.Conversion.v4.0.xml
v4.6.2\Microsoft.Build.Engine.xml
v4.6.2\Microsoft.Build.Framework.xml
v4.6.2\Microsoft.Build.Tasks.v4.0.xml
v4.6.2\Microsoft.Build.Utilities.v4.0.xml
v4.6.2\Microsoft.Build.xml
v4.6.2\Microsoft.CSharp.xml
v4.6.2\Microsoft.JScript.xml
v4.6.2\Microsoft.VisualBasic.Compatibility.Data.xml
v4.6.2\Microsoft.VisualBasic.Compatibility.xml
v4.6.2\Microsoft.VisualBasic.xml
v4.6.2\Microsoft.VisualC.STLCLR.xml
v4.6.2\Microsoft.VisualC.xml
v4.6.2\mscorlib.xml
v4.6.2\namespaces.xml
v4.6.2\PresentationBuildTasks.xml
v4.6.2\PresentationCore.xml
v4.6.2\PresentationFramework.Aero.xml
v4.6.2\PresentationFramework.Aero2.xml
v4.6.2\PresentationFramework.AeroLite.xml
v4.6.2\PresentationFramework.Classic.xml
v4.6.2\PresentationFramework.Luna.xml
v4.6.2\PresentationFramework.Royale.xml
v4.6.2\PresentationFramework.xml
v4.6.2\ReachFramework.xml
v4.6.2\sysglobl.xml
v4.6.2\System.Activities.Core.Presentation.xml
v4.6.2\System.Activities.DurableInstancing.xml
v4.6.2\System.Activities.Presentation.xml
v4.6.2\System.Activities.xml
v4.6.2\System.AddIn.Contract.xml
v4.6.2\System.AddIn.xml
v4.6.2\System.ComponentModel.Composition.Registration.xml
v4.6.2\System.ComponentModel.Composition.xml
v4.6.2\System.ComponentModel.DataAnnotations.xml
v4.6.2\System.Configuration.Install.xml
v4.6.2\System.Configuration.xml
v4.6.2\System.Core.xml
v4.6.2\System.Data.DataSetExtensions.xml
v4.6.2\System.Data.Entity.Design.xml
v4.6.2\System.Data.Entity.xml
v4.6.2\System.Data.Linq.xml
v4.6.2\System.Data.OracleClient.xml
v4.6.2\System.Data.Services.Client.xml
v4.6.2\System.Data.Services.Design.xml
v4.6.2\System.Data.Services.xml
v4.6.2\System.Data.SqlXml.xml
v4.6.2\System.Data.xml
v4.6.2\System.Deployment.xml
v4.6.2\System.Design.xml
v4.6.2\System.Device.xml
v4.6.2\System.DirectoryServices.AccountManagement.xml
v4.6.2\System.DirectoryServices.Protocols.xml
v4.6.2\System.DirectoryServices.xml
v4.6.2\System.Drawing.Design.xml
v4.6.2\System.Drawing.xml
v4.6.2\System.EnterpriseServices.xml
v4.6.2\System.IdentityModel.Selectors.xml
v4.6.2\System.IdentityModel.Services.xml
v4.6.2\System.IdentityModel.xml
v4.6.2\System.IO.Compression.FileSystem.xml
v4.6.2\System.IO.Compression.xml
v4.6.2\System.IO.Log.xml
v4.6.2\System.Linq.xml
v4.6.2\System.Management.Instrumentation.xml
v4.6.2\System.Management.xml
v4.6.2\System.Messaging.xml
v4.6.2\System.Net.Http.WebRequest.xml
v4.6.2\System.Net.Http.xml
v4.6.2\System.Net.xml
v4.6.2\System.Numerics.xml
v4.6.2\System.Printing.xml
v4.6.2\System.Reflection.Context.xml
v4.6.2\System.Runtime.Caching.xml
v4.6.2\System.Runtime.DurableInstancing.xml
v4.6.2\System.Runtime.Remoting.xml
v4.6.2\System.Runtime.Serialization.Formatters.Soap.xml
v4.6.2\System.Runtime.Serialization.xml
v4.6.2\System.Security.xml
v4.6.2\System.ServiceModel.Activation.xml
v4.6.2\System.ServiceModel.Activities.xml
v4.6.2\System.ServiceModel.Channels.xml
v4.6.2\System.ServiceModel.Discovery.xml
v4.6.2\System.ServiceModel.Routing.xml
v4.6.2\System.ServiceModel.Web.xml
v4.6.2\System.ServiceModel.xml
v4.6.2\System.ServiceProcess.xml
v4.6.2\System.Speech.xml
v4.6.2\System.Threading.Tasks.Dataflow.xml
v4.6.2\System.Transactions.xml
v4.6.2\System.Web.ApplicationServices.xml
v4.6.2\System.Web.DataVisualization.xml
v4.6.2\System.Web.DynamicData.Design.xml
v4.6.2\System.Web.DynamicData.xml
v4.6.2\System.Web.Entity.Design.xml
v4.6.2\System.Web.Entity.xml
v4.6.2\System.Web.Extensions.Design.xml
v4.6.2\System.Web.Extensions.xml
v4.6.2\System.Web.Mobile.xml
v4.6.2\System.Web.RegularExpressions.xml
v4.6.2\System.Web.Services.xml
v4.6.2\System.Web.xml
v4.6.2\System.Windows.Controls.Ribbon.xml
v4.6.2\System.Windows.Forms.DataVisualization.xml
v4.6.2\System.Windows.Forms.xml
v4.6.2\System.Windows.Input.Manipulations.xml
v4.6.2\System.Windows.Presentation.xml
v4.6.2\System.Workflow.Activities.xml
v4.6.2\System.Workflow.ComponentModel.xml
v4.6.2\System.Workflow.Runtime.xml
v4.6.2\System.WorkflowServices.xml
v4.6.2\System.Xaml.xml
v4.6.2\System.xml
v4.6.2\System.Xml.Linq.xml
v4.6.2\System.Xml.xml
v4.6.2\UIAutomationClient.xml
v4.6.2\UIAutomationClientsideProviders.xml
v4.6.2\UIAutomationProvider.xml
v4.6.2\UIAutomationTypes.xml
v4.6.2\WindowsBase.xml
v4.6.2\WindowsFormsIntegration.xml
v4.6.2\XamlBuildTask.xml
v4.6.2\PermissionSets\FullTrust.xml
v4.6.2\PermissionSets\Internet.xml
v4.6.2\PermissionSets\LocalIntranet.xml
v4.6.2\RedistList\FrameworkList.xml
v4.7\Accessibility.xml
v4.7\CustomMarshalers.xml
v4.7\ISymWrapper.xml
v4.7\Microsoft.Activities.Build.xml
v4.7\Microsoft.Build.Conversion.v4.0.xml
v4.7\Microsoft.Build.Engine.xml
v4.7\Microsoft.Build.Framework.xml
v4.7\Microsoft.Build.Tasks.v4.0.xml
v4.7\Microsoft.Build.Utilities.v4.0.xml
v4.7\Microsoft.Build.xml
v4.7\Microsoft.CSharp.xml
v4.7\Microsoft.JScript.xml
v4.7\Microsoft.VisualBasic.Compatibility.Data.xml
v4.7\Microsoft.VisualBasic.Compatibility.xml
v4.7\Microsoft.VisualBasic.xml
v4.7\Microsoft.VisualC.STLCLR.xml
v4.7\Microsoft.VisualC.xml
v4.7\mscorlib.xml
v4.7\namespaces.xml
v4.7\PresentationBuildTasks.xml
v4.7\PresentationCore.xml
v4.7\PresentationFramework.Aero.xml
v4.7\PresentationFramework.Aero2.xml
v4.7\PresentationFramework.AeroLite.xml
v4.7\PresentationFramework.Classic.xml
v4.7\PresentationFramework.Luna.xml
v4.7\PresentationFramework.Royale.xml
v4.7\PresentationFramework.xml
v4.7\ReachFramework.xml
v4.7\sysglobl.xml
v4.7\System.Activities.Core.Presentation.xml
v4.7\System.Activities.DurableInstancing.xml
v4.7\System.Activities.Presentation.xml
v4.7\System.Activities.xml
v4.7\System.AddIn.Contract.xml
v4.7\System.AddIn.xml
v4.7\System.ComponentModel.Composition.Registration.xml
v4.7\System.ComponentModel.Composition.xml
v4.7\System.ComponentModel.DataAnnotations.xml
v4.7\System.Configuration.Install.xml
v4.7\System.Configuration.xml
v4.7\System.Core.xml
v4.7\System.Data.DataSetExtensions.xml
v4.7\System.Data.Entity.Design.xml
v4.7\System.Data.Entity.xml
v4.7\System.Data.Linq.xml
v4.7\System.Data.OracleClient.xml
v4.7\System.Data.Services.Client.xml
v4.7\System.Data.Services.Design.xml
v4.7\System.Data.Services.xml
v4.7\System.Data.SqlXml.xml
v4.7\System.Data.xml
v4.7\System.Deployment.xml
v4.7\System.Design.xml
v4.7\System.Device.xml
v4.7\System.DirectoryServices.AccountManagement.xml
v4.7\System.DirectoryServices.Protocols.xml
v4.7\System.DirectoryServices.xml
v4.7\System.Drawing.Design.xml
v4.7\System.Drawing.xml
v4.7\System.EnterpriseServices.xml
v4.7\System.IdentityModel.Selectors.xml
v4.7\System.IdentityModel.Services.xml
v4.7\System.IdentityModel.xml
v4.7\System.IO.Compression.FileSystem.xml
v4.7\System.IO.Compression.xml
v4.7\System.IO.Log.xml
v4.7\System.Linq.xml
v4.7\System.Management.Instrumentation.xml
v4.7\System.Management.xml
v4.7\System.Messaging.xml
v4.7\System.Net.Http.WebRequest.xml
v4.7\System.Net.Http.xml
v4.7\System.Net.xml
v4.7\System.Numerics.xml
v4.7\System.Printing.xml
v4.7\System.Reflection.Context.xml
v4.7\System.Runtime.Caching.xml
v4.7\System.Runtime.DurableInstancing.xml
v4.7\System.Runtime.Remoting.xml
v4.7\System.Runtime.Serialization.Formatters.Soap.xml
v4.7\System.Runtime.Serialization.xml
v4.7\System.Security.xml
v4.7\System.ServiceModel.Activation.xml
v4.7\System.ServiceModel.Activities.xml
v4.7\System.ServiceModel.Channels.xml
v4.7\System.ServiceModel.Discovery.xml
v4.7\System.ServiceModel.Routing.xml
v4.7\System.ServiceModel.Web.xml
v4.7\System.ServiceModel.xml
v4.7\System.ServiceProcess.xml
v4.7\System.Speech.xml
v4.7\System.Threading.Tasks.Dataflow.xml
v4.7\System.Transactions.xml
v4.7\System.Web.ApplicationServices.xml
v4.7\System.Web.DataVisualization.xml
v4.7\System.Web.DynamicData.Design.xml
v4.7\System.Web.DynamicData.xml
v4.7\System.Web.Entity.Design.xml
v4.7\System.Web.Entity.xml
v4.7\System.Web.Extensions.Design.xml
v4.7\System.Web.Extensions.xml
v4.7\System.Web.Mobile.xml
v4.7\System.Web.RegularExpressions.xml
v4.7\System.Web.Services.xml
v4.7\System.Web.xml
v4.7\System.Windows.Controls.Ribbon.xml
v4.7\System.Windows.Forms.DataVisualization.xml
v4.7\System.Windows.Forms.xml
v4.7\System.Windows.Input.Manipulations.xml
v4.7\System.Windows.Presentation.xml
v4.7\System.Workflow.Activities.xml
v4.7\System.Workflow.ComponentModel.xml
v4.7\System.Workflow.Runtime.xml
v4.7\System.WorkflowServices.xml
v4.7\System.Xaml.xml
v4.7\System.xml
v4.7\System.Xml.Linq.xml
v4.7\System.Xml.xml
v4.7\UIAutomationClient.xml
v4.7\UIAutomationClientsideProviders.xml
v4.7\UIAutomationProvider.xml
v4.7\UIAutomationTypes.xml
v4.7\WindowsBase.xml
v4.7\WindowsFormsIntegration.xml
v4.7\XamlBuildTask.xml
v4.7\PermissionSets\FullTrust.xml
v4.7\PermissionSets\Internet.xml
v4.7\PermissionSets\LocalIntranet.xml
v4.7\RedistList\FrameworkList.xml
v4.7.1\Accessibility.xml
v4.7.1\CustomMarshalers.xml
v4.7.1\ISymWrapper.xml
v4.7.1\Microsoft.Activities.Build.xml
v4.7.1\Microsoft.Build.Conversion.v4.0.xml
v4.7.1\Microsoft.Build.Engine.xml
v4.7.1\Microsoft.Build.Framework.xml
v4.7.1\Microsoft.Build.Tasks.v4.0.xml
v4.7.1\Microsoft.Build.Utilities.v4.0.xml
v4.7.1\Microsoft.Build.xml
v4.7.1\Microsoft.CSharp.xml
v4.7.1\Microsoft.JScript.xml
v4.7.1\Microsoft.VisualBasic.Compatibility.Data.xml
v4.7.1\Microsoft.VisualBasic.Compatibility.xml
v4.7.1\Microsoft.VisualBasic.xml
v4.7.1\Microsoft.VisualC.STLCLR.xml
v4.7.1\Microsoft.VisualC.xml
v4.7.1\mscorlib.xml
v4.7.1\namespaces.xml
v4.7.1\PresentationBuildTasks.xml
v4.7.1\PresentationCore.xml
v4.7.1\PresentationFramework.Aero.xml
v4.7.1\PresentationFramework.Aero2.xml
v4.7.1\PresentationFramework.AeroLite.xml
v4.7.1\PresentationFramework.Classic.xml
v4.7.1\PresentationFramework.Luna.xml
v4.7.1\PresentationFramework.Royale.xml
v4.7.1\PresentationFramework.xml
v4.7.1\ReachFramework.xml
v4.7.1\sysglobl.xml
v4.7.1\System.Activities.Core.Presentation.xml
v4.7.1\System.Activities.DurableInstancing.xml
v4.7.1\System.Activities.Presentation.xml
v4.7.1\System.Activities.xml
v4.7.1\System.AddIn.Contract.xml
v4.7.1\System.AddIn.xml
v4.7.1\System.ComponentModel.Composition.Registration.xml
v4.7.1\System.ComponentModel.Composition.xml
v4.7.1\System.ComponentModel.DataAnnotations.xml
v4.7.1\System.Configuration.Install.xml
v4.7.1\System.Configuration.xml
v4.7.1\System.Core.xml
v4.7.1\System.Data.DataSetExtensions.xml
v4.7.1\System.Data.Entity.Design.xml
v4.7.1\System.Data.Entity.xml
v4.7.1\System.Data.Linq.xml
v4.7.1\System.Data.OracleClient.xml
v4.7.1\System.Data.Services.Client.xml
v4.7.1\System.Data.Services.Design.xml
v4.7.1\System.Data.Services.xml
v4.7.1\System.Data.SqlXml.xml
v4.7.1\System.Data.xml
v4.7.1\System.Deployment.xml
v4.7.1\System.Design.xml
v4.7.1\System.Device.xml
v4.7.1\System.Diagnostics.Tracing.xml
v4.7.1\System.DirectoryServices.AccountManagement.xml
v4.7.1\System.DirectoryServices.Protocols.xml
v4.7.1\System.DirectoryServices.xml
v4.7.1\System.Drawing.Design.xml
v4.7.1\System.Drawing.xml
v4.7.1\System.EnterpriseServices.xml
v4.7.1\System.IdentityModel.Selectors.xml
v4.7.1\System.IdentityModel.Services.xml
v4.7.1\System.IdentityModel.xml
v4.7.1\System.IO.Compression.FileSystem.xml
v4.7.1\System.IO.Compression.xml
v4.7.1\System.IO.Log.xml
v4.7.1\System.Linq.xml
v4.7.1\System.Management.Instrumentation.xml
v4.7.1\System.Management.xml
v4.7.1\System.Messaging.xml
v4.7.1\System.Net.Http.WebRequest.xml
v4.7.1\System.Net.Http.xml
v4.7.1\System.Net.xml
v4.7.1\System.Numerics.xml
v4.7.1\System.Printing.xml
v4.7.1\System.Reflection.Context.xml
v4.7.1\System.Runtime.Caching.xml
v4.7.1\System.Runtime.DurableInstancing.xml
v4.7.1\System.Runtime.Remoting.xml
v4.7.1\System.Runtime.Serialization.Formatters.Soap.xml
v4.7.1\System.Runtime.Serialization.xml
v4.7.1\System.Security.xml
v4.7.1\System.ServiceModel.Activation.xml
v4.7.1\System.ServiceModel.Activities.xml
v4.7.1\System.ServiceModel.Channels.xml
v4.7.1\System.ServiceModel.Discovery.xml
v4.7.1\System.ServiceModel.Routing.xml
v4.7.1\System.ServiceModel.Web.xml
v4.7.1\System.ServiceModel.xml
v4.7.1\System.ServiceProcess.xml
v4.7.1\System.Speech.xml
v4.7.1\System.Threading.Tasks.Dataflow.xml
v4.7.1\System.Transactions.xml
v4.7.1\System.Web.ApplicationServices.xml
v4.7.1\System.Web.DataVisualization.xml
v4.7.1\System.Web.DynamicData.Design.xml
v4.7.1\System.Web.DynamicData.xml
v4.7.1\System.Web.Entity.Design.xml
v4.7.1\System.Web.Entity.xml
v4.7.1\System.Web.Extensions.Design.xml
v4.7.1\System.Web.Extensions.xml
v4.7.1\System.Web.Mobile.xml
v4.7.1\System.Web.RegularExpressions.xml
v4.7.1\System.Web.Services.xml
v4.7.1\System.Web.xml
v4.7.1\System.Windows.Controls.Ribbon.xml
v4.7.1\System.Windows.Forms.DataVisualization.xml
v4.7.1\System.Windows.Forms.xml
v4.7.1\System.Windows.Input.Manipulations.xml
v4.7.1\System.Windows.Presentation.xml
v4.7.1\System.Workflow.Activities.xml
v4.7.1\System.Workflow.ComponentModel.xml
v4.7.1\System.Workflow.Runtime.xml
v4.7.1\System.WorkflowServices.xml
v4.7.1\System.Xaml.xml
v4.7.1\System.xml
v4.7.1\System.Xml.Linq.xml
v4.7.1\System.Xml.xml
v4.7.1\UIAutomationClient.xml
v4.7.1\UIAutomationClientsideProviders.xml
v4.7.1\UIAutomationProvider.xml
v4.7.1\UIAutomationTypes.xml
v4.7.1\WindowsBase.xml
v4.7.1\WindowsFormsIntegration.xml
v4.7.1\XamlBuildTask.xml
v4.7.1\PermissionSets\FullTrust.xml
v4.7.1\PermissionSets\Internet.xml
v4.7.1\PermissionSets\LocalIntranet.xml
v4.7.1\RedistList\FrameworkList.xml
v4.7.2\Accessibility.xml
v4.7.2\CustomMarshalers.xml
v4.7.2\ISymWrapper.xml
v4.7.2\Microsoft.Activities.Build.xml
v4.7.2\Microsoft.Build.Conversion.v4.0.xml
v4.7.2\Microsoft.Build.Engine.xml
v4.7.2\Microsoft.Build.Framework.xml
v4.7.2\Microsoft.Build.Tasks.v4.0.xml
v4.7.2\Microsoft.Build.Utilities.v4.0.xml
v4.7.2\Microsoft.Build.xml
v4.7.2\Microsoft.CSharp.xml
v4.7.2\Microsoft.JScript.xml
v4.7.2\Microsoft.VisualBasic.Compatibility.Data.xml
v4.7.2\Microsoft.VisualBasic.Compatibility.xml
v4.7.2\Microsoft.VisualBasic.xml
v4.7.2\Microsoft.VisualC.STLCLR.xml
v4.7.2\Microsoft.VisualC.xml
v4.7.2\mscorlib.xml
v4.7.2\namespaces.xml
v4.7.2\PresentationBuildTasks.xml
v4.7.2\PresentationCore.xml
v4.7.2\PresentationFramework.Aero.xml
v4.7.2\PresentationFramework.Aero2.xml
v4.7.2\PresentationFramework.AeroLite.xml
v4.7.2\PresentationFramework.Classic.xml
v4.7.2\PresentationFramework.Luna.xml
v4.7.2\PresentationFramework.Royale.xml
v4.7.2\PresentationFramework.xml
v4.7.2\ReachFramework.xml
v4.7.2\sysglobl.xml
v4.7.2\System.Activities.Core.Presentation.xml
v4.7.2\System.Activities.DurableInstancing.xml
v4.7.2\System.Activities.Presentation.xml
v4.7.2\System.Activities.xml
v4.7.2\System.AddIn.Contract.xml
v4.7.2\System.AddIn.xml
v4.7.2\System.ComponentModel.Composition.Registration.xml
v4.7.2\System.ComponentModel.Composition.xml
v4.7.2\System.ComponentModel.DataAnnotations.xml
v4.7.2\System.Configuration.Install.xml
v4.7.2\System.Configuration.xml
v4.7.2\System.Core.xml
v4.7.2\System.Data.DataSetExtensions.xml
v4.7.2\System.Data.Entity.Design.xml
v4.7.2\System.Data.Entity.xml
v4.7.2\System.Data.Linq.xml
v4.7.2\System.Data.OracleClient.xml
v4.7.2\System.Data.Services.Client.xml
v4.7.2\System.Data.Services.Design.xml
v4.7.2\System.Data.Services.xml
v4.7.2\System.Data.SqlXml.xml
v4.7.2\System.Data.xml
v4.7.2\System.Deployment.xml
v4.7.2\System.Design.xml
v4.7.2\System.Device.xml
v4.7.2\System.Diagnostics.Tracing.xml
v4.7.2\System.DirectoryServices.AccountManagement.xml
v4.7.2\System.DirectoryServices.Protocols.xml
v4.7.2\System.DirectoryServices.xml
v4.7.2\System.Drawing.Design.xml
v4.7.2\System.Drawing.xml
v4.7.2\System.EnterpriseServices.xml
v4.7.2\System.IdentityModel.Selectors.xml
v4.7.2\System.IdentityModel.Services.xml
v4.7.2\System.IdentityModel.xml
v4.7.2\System.IO.Compression.FileSystem.xml
v4.7.2\System.IO.Compression.xml
v4.7.2\System.IO.Log.xml
v4.7.2\System.Linq.xml
v4.7.2\System.Management.Instrumentation.xml
v4.7.2\System.Management.xml
v4.7.2\System.Messaging.xml
v4.7.2\System.Net.Http.WebRequest.xml
v4.7.2\System.Net.Http.xml
v4.7.2\System.Net.xml
v4.7.2\System.Numerics.xml
v4.7.2\System.Printing.xml
v4.7.2\System.Reflection.Context.xml
v4.7.2\System.Runtime.Caching.xml
v4.7.2\System.Runtime.DurableInstancing.xml
v4.7.2\System.Runtime.Remoting.xml
v4.7.2\System.Runtime.Serialization.Formatters.Soap.xml
v4.7.2\System.Runtime.Serialization.xml
v4.7.2\System.Security.xml
v4.7.2\System.ServiceModel.Activation.xml
v4.7.2\System.ServiceModel.Activities.xml
v4.7.2\System.ServiceModel.Channels.xml
v4.7.2\System.ServiceModel.Discovery.xml
v4.7.2\System.ServiceModel.Routing.xml
v4.7.2\System.ServiceModel.Web.xml
v4.7.2\System.ServiceModel.xml
v4.7.2\System.ServiceProcess.xml
v4.7.2\System.Speech.xml
v4.7.2\System.Threading.Tasks.Dataflow.xml
v4.7.2\System.Transactions.xml
v4.7.2\System.Web.ApplicationServices.xml
v4.7.2\System.Web.DataVisualization.xml
v4.7.2\System.Web.DynamicData.Design.xml
v4.7.2\System.Web.DynamicData.xml
v4.7.2\System.Web.Entity.Design.xml
v4.7.2\System.Web.Entity.xml
v4.7.2\System.Web.Extensions.Design.xml
v4.7.2\System.Web.Extensions.xml
v4.7.2\System.Web.Mobile.xml
v4.7.2\System.Web.RegularExpressions.xml
v4.7.2\System.Web.Services.xml
v4.7.2\System.Web.xml
v4.7.2\System.Windows.Controls.Ribbon.xml
v4.7.2\System.Windows.Forms.DataVisualization.xml
v4.7.2\System.Windows.Forms.xml
v4.7.2\System.Windows.Input.Manipulations.xml
v4.7.2\System.Windows.Presentation.xml
v4.7.2\System.Workflow.Activities.xml
v4.7.2\System.Workflow.ComponentModel.xml
v4.7.2\System.Workflow.Runtime.xml
v4.7.2\System.WorkflowServices.xml
v4.7.2\System.Xaml.xml
v4.7.2\System.xml
v4.7.2\System.Xml.Linq.xml
v4.7.2\System.Xml.xml
v4.7.2\UIAutomationClient.xml
v4.7.2\UIAutomationClientsideProviders.xml
v4.7.2\UIAutomationProvider.xml
v4.7.2\UIAutomationTypes.xml
v4.7.2\WindowsBase.xml
v4.7.2\WindowsFormsIntegration.xml
v4.7.2\XamlBuildTask.xml
v4.7.2\PermissionSets\FullTrust.xml
v4.7.2\PermissionSets\Internet.xml
v4.7.2\PermissionSets\LocalIntranet.xml
v4.7.2\RedistList\FrameworkList.xml
v4.8\Accessibility.xml
v4.8\CustomMarshalers.xml
v4.8\ISymWrapper.xml
v4.8\Microsoft.Activities.Build.xml
v4.8\Microsoft.Build.Conversion.v4.0.xml
v4.8\Microsoft.Build.Engine.xml
v4.8\Microsoft.Build.Framework.xml
v4.8\Microsoft.Build.Tasks.v4.0.xml
v4.8\Microsoft.Build.Utilities.v4.0.xml
v4.8\Microsoft.Build.xml
v4.8\Microsoft.CSharp.xml
v4.8\Microsoft.JScript.xml
v4.8\Microsoft.VisualBasic.Compatibility.Data.xml
v4.8\Microsoft.VisualBasic.Compatibility.xml
v4.8\Microsoft.VisualBasic.xml
v4.8\Microsoft.VisualC.STLCLR.xml
v4.8\Microsoft.VisualC.xml
v4.8\mscorlib.xml
v4.8\namespaces.xml
v4.8\PresentationBuildTasks.xml
v4.8\PresentationCore.xml
v4.8\PresentationFramework.Aero.xml
v4.8\PresentationFramework.Aero2.xml
v4.8\PresentationFramework.AeroLite.xml
v4.8\PresentationFramework.Classic.xml
v4.8\PresentationFramework.Luna.xml
v4.8\PresentationFramework.Royale.xml
v4.8\PresentationFramework.xml
v4.8\ReachFramework.xml
v4.8\sysglobl.xml
v4.8\System.Activities.Core.Presentation.xml
v4.8\System.Activities.DurableInstancing.xml
v4.8\System.Activities.Presentation.xml
v4.8\System.Activities.xml
v4.8\System.AddIn.Contract.xml
v4.8\System.AddIn.xml
v4.8\System.ComponentModel.Composition.Registration.xml
v4.8\System.ComponentModel.Composition.xml
v4.8\System.ComponentModel.DataAnnotations.xml
v4.8\System.Configuration.Install.xml
v4.8\System.Configuration.xml
v4.8\System.Core.xml
v4.8\System.Data.DataSetExtensions.xml
v4.8\System.Data.Entity.Design.xml
v4.8\System.Data.Entity.xml
v4.8\System.Data.Linq.xml
v4.8\System.Data.OracleClient.xml
v4.8\System.Data.Services.Client.xml
v4.8\System.Data.Services.Design.xml
v4.8\System.Data.Services.xml
v4.8\System.Data.SqlXml.xml
v4.8\System.Data.xml
v4.8\System.Deployment.xml
v4.8\System.Design.xml
v4.8\System.Device.xml
v4.8\System.Diagnostics.Tracing.xml
v4.8\System.DirectoryServices.AccountManagement.xml
v4.8\System.DirectoryServices.Protocols.xml
v4.8\System.DirectoryServices.xml
v4.8\System.Drawing.Design.xml
v4.8\System.Drawing.xml
v4.8\System.EnterpriseServices.xml
v4.8\System.IdentityModel.Selectors.xml
v4.8\System.IdentityModel.Services.xml
v4.8\System.IdentityModel.xml
v4.8\System.IO.Compression.FileSystem.xml
v4.8\System.IO.Compression.xml
v4.8\System.IO.Log.xml
v4.8\System.Linq.xml
v4.8\System.Management.Instrumentation.xml
v4.8\System.Management.xml
v4.8\System.Messaging.xml
v4.8\System.Net.Http.WebRequest.xml
v4.8\System.Net.Http.xml
v4.8\System.Net.xml
v4.8\System.Numerics.xml
v4.8\System.Printing.xml
v4.8\System.Reflection.Context.xml
v4.8\System.Runtime.Caching.xml
v4.8\System.Runtime.DurableInstancing.xml
v4.8\System.Runtime.Remoting.xml
v4.8\System.Runtime.Serialization.Formatters.Soap.xml
v4.8\System.Runtime.Serialization.xml
v4.8\System.Security.xml
v4.8\System.ServiceModel.Activation.xml
v4.8\System.ServiceModel.Activities.xml
v4.8\System.ServiceModel.Channels.xml
v4.8\System.ServiceModel.Discovery.xml
v4.8\System.ServiceModel.Routing.xml
v4.8\System.ServiceModel.Web.xml
v4.8\System.ServiceModel.xml
v4.8\System.ServiceProcess.xml
v4.8\System.Speech.xml
v4.8\System.Threading.Tasks.Dataflow.xml
v4.8\System.Transactions.xml
v4.8\System.Web.ApplicationServices.xml
v4.8\System.Web.DataVisualization.xml
v4.8\System.Web.DynamicData.Design.xml
v4.8\System.Web.DynamicData.xml
v4.8\System.Web.Entity.Design.xml
v4.8\System.Web.Entity.xml
v4.8\System.Web.Extensions.Design.xml
v4.8\System.Web.Extensions.xml
v4.8\System.Web.Mobile.xml
v4.8\System.Web.RegularExpressions.xml
v4.8\System.Web.Services.xml
v4.8\System.Web.xml
v4.8\System.Windows.Controls.Ribbon.xml
v4.8\System.Windows.Forms.DataVisualization.xml
v4.8\System.Windows.Forms.xml
v4.8\System.Windows.Input.Manipulations.xml
v4.8\System.Windows.Presentation.xml
v4.8\System.Workflow.Activities.xml
v4.8\System.Workflow.ComponentModel.xml
v4.8\System.Workflow.Runtime.xml
v4.8\System.WorkflowServices.xml
v4.8\System.Xaml.xml
v4.8\System.xml
v4.8\System.Xml.Linq.xml
v4.8\System.Xml.xml
v4.8\UIAutomationClient.xml
v4.8\UIAutomationClientsideProviders.xml
v4.8\UIAutomationProvider.xml
v4.8\UIAutomationTypes.xml
v4.8\WindowsBase.xml
v4.8\WindowsFormsIntegration.xml
v4.8\XamlBuildTask.xml
v4.8\PermissionSets\FullTrust.xml
v4.8\PermissionSets\Internet.xml
v4.8\PermissionSets\LocalIntranet.xml
v4.8\RedistList\FrameworkList.xml
v4.8.1\Accessibility.xml
v4.8.1\CustomMarshalers.xml
v4.8.1\ISymWrapper.xml
v4.8.1\Microsoft.Activities.Build.xml
v4.8.1\Microsoft.Build.Conversion.v4.0.xml
v4.8.1\Microsoft.Build.Engine.xml
v4.8.1\Microsoft.Build.Framework.xml
v4.8.1\Microsoft.Build.Tasks.v4.0.xml
v4.8.1\Microsoft.Build.Utilities.v4.0.xml
v4.8.1\Microsoft.Build.xml
v4.8.1\Microsoft.CSharp.xml
v4.8.1\Microsoft.JScript.xml
v4.8.1\Microsoft.VisualBasic.Compatibility.Data.xml
v4.8.1\Microsoft.VisualBasic.Compatibility.xml
v4.8.1\Microsoft.VisualBasic.xml
v4.8.1\Microsoft.VisualC.STLCLR.xml
v4.8.1\Microsoft.VisualC.xml
v4.8.1\mscorlib.xml
v4.8.1\namespaces.xml
v4.8.1\PresentationBuildTasks.xml
v4.8.1\PresentationCore.xml
v4.8.1\PresentationFramework.Aero.xml
v4.8.1\PresentationFramework.Aero2.xml
v4.8.1\PresentationFramework.AeroLite.xml
v4.8.1\PresentationFramework.Classic.xml
v4.8.1\PresentationFramework.Luna.xml
v4.8.1\PresentationFramework.Royale.xml
v4.8.1\PresentationFramework.xml
v4.8.1\ReachFramework.xml
v4.8.1\sysglobl.xml
v4.8.1\System.Activities.Core.Presentation.xml
v4.8.1\System.Activities.DurableInstancing.xml
v4.8.1\System.Activities.Presentation.xml
v4.8.1\System.Activities.xml
v4.8.1\System.AddIn.Contract.xml
v4.8.1\System.AddIn.xml
v4.8.1\System.ComponentModel.Composition.Registration.xml
v4.8.1\System.ComponentModel.Composition.xml
v4.8.1\System.ComponentModel.DataAnnotations.xml
v4.8.1\System.Configuration.Install.xml
v4.8.1\System.Configuration.xml
v4.8.1\System.Core.xml
v4.8.1\System.Data.DataSetExtensions.xml
v4.8.1\System.Data.Entity.Design.xml
v4.8.1\System.Data.Entity.xml
v4.8.1\System.Data.Linq.xml
v4.8.1\System.Data.OracleClient.xml
v4.8.1\System.Data.Services.Client.xml
v4.8.1\System.Data.Services.Design.xml
v4.8.1\System.Data.Services.xml
v4.8.1\System.Data.SqlXml.xml
v4.8.1\System.Data.xml
v4.8.1\System.Deployment.xml
v4.8.1\System.Design.xml
v4.8.1\System.Device.xml
v4.8.1\System.Diagnostics.Tracing.xml
v4.8.1\System.DirectoryServices.AccountManagement.xml
v4.8.1\System.DirectoryServices.Protocols.xml
v4.8.1\System.DirectoryServices.xml
v4.8.1\System.Drawing.Design.xml
v4.8.1\System.Drawing.xml
v4.8.1\System.EnterpriseServices.xml
v4.8.1\System.IdentityModel.Selectors.xml
v4.8.1\System.IdentityModel.Services.xml
v4.8.1\System.IdentityModel.xml
v4.8.1\System.IO.Compression.FileSystem.xml
v4.8.1\System.IO.Compression.xml
v4.8.1\System.IO.Log.xml
v4.8.1\System.Linq.xml
v4.8.1\System.Management.Instrumentation.xml
v4.8.1\System.Management.xml
v4.8.1\System.Messaging.xml
v4.8.1\System.Net.Http.WebRequest.xml
v4.8.1\System.Net.Http.xml
v4.8.1\System.Net.xml
v4.8.1\System.Numerics.xml
v4.8.1\System.Printing.xml
v4.8.1\System.Reflection.Context.xml
v4.8.1\System.Runtime.Caching.xml
v4.8.1\System.Runtime.DurableInstancing.xml
v4.8.1\System.Runtime.Remoting.xml
v4.8.1\System.Runtime.Serialization.Formatters.Soap.xml
v4.8.1\System.Runtime.Serialization.xml
v4.8.1\System.Security.xml
v4.8.1\System.ServiceModel.Activation.xml
v4.8.1\System.ServiceModel.Activities.xml
v4.8.1\System.ServiceModel.Channels.xml
v4.8.1\System.ServiceModel.Discovery.xml
v4.8.1\System.ServiceModel.Routing.xml
v4.8.1\System.ServiceModel.Web.xml
v4.8.1\System.ServiceModel.xml
v4.8.1\System.ServiceProcess.xml
v4.8.1\System.Speech.xml
v4.8.1\System.Threading.Tasks.Dataflow.xml
v4.8.1\System.Transactions.xml
v4.8.1\System.Web.ApplicationServices.xml
v4.8.1\System.Web.DataVisualization.xml
v4.8.1\System.Web.DynamicData.Design.xml
v4.8.1\System.Web.DynamicData.xml
v4.8.1\System.Web.Entity.Design.xml
v4.8.1\System.Web.Entity.xml
v4.8.1\System.Web.Extensions.Design.xml
v4.8.1\System.Web.Extensions.xml
v4.8.1\System.Web.Mobile.xml
v4.8.1\System.Web.RegularExpressions.xml
v4.8.1\System.Web.Services.xml
v4.8.1\System.Web.xml
v4.8.1\System.Windows.Controls.Ribbon.xml
v4.8.1\System.Windows.Forms.DataVisualization.xml
v4.8.1\System.Windows.Forms.xml
v4.8.1\System.Windows.Input.Manipulations.xml
v4.8.1\System.Windows.Presentation.xml
v4.8.1\System.Workflow.Activities.xml
v4.8.1\System.Workflow.ComponentModel.xml
v4.8.1\System.Workflow.Runtime.xml
v4.8.1\System.WorkflowServices.xml
v4.8.1\System.Xaml.xml
v4.8.1\System.xml
v4.8.1\System.Xml.Linq.xml
v4.8.1\System.Xml.xml
v4.8.1\UIAutomationClient.xml
v4.8.1\UIAutomationClientsideProviders.xml
v4.8.1\UIAutomationProvider.xml
v4.8.1\UIAutomationTypes.xml
v4.8.1\WindowsBase.xml
v4.8.1\WindowsFormsIntegration.xml
v4.8.1\XamlBuildTask.xml
v4.8.1\PermissionSets\FullTrust.xml
v4.8.1\PermissionSets\Internet.xml
v4.8.1\PermissionSets\LocalIntranet.xml
v4.8.1\RedistList\FrameworkList.xml

Size (MB):
862.998784065247

So, it seems the current code for stripping the files doesn't work. I'll take another look at it.

@lbussell
Copy link
Collaborator Author

lbussell commented Mar 12, 2025

The issue was the regex escaping, I fixed it (and simplified it a little). New list of XML files:

It is 458 KB of files instead of 800+ MB like before.

XML Files
Files:
v4.0\PermissionSets\FullTrust.xml
v4.0\PermissionSets\Internet.xml
v4.0\PermissionSets\LocalIntranet.xml
v4.0\Profile\Client\PermissionSets\FullTrust.xml
v4.0\Profile\Client\PermissionSets\Internet.xml
v4.0\Profile\Client\PermissionSets\LocalIntranet.xml
v4.0\Profile\Client\RedistList\FrameworkList.xml
v4.0\RedistList\FrameworkList.xml
v4.5\PermissionSets\FullTrust.xml
v4.5\PermissionSets\Internet.xml
v4.5\PermissionSets\LocalIntranet.xml
v4.5\RedistList\FrameworkList.xml
v4.5.1\PermissionSets\FullTrust.xml
v4.5.1\PermissionSets\Internet.xml
v4.5.1\PermissionSets\LocalIntranet.xml
v4.5.1\RedistList\FrameworkList.xml
v4.5.2\PermissionSets\FullTrust.xml
v4.5.2\PermissionSets\Internet.xml
v4.5.2\PermissionSets\LocalIntranet.xml
v4.5.2\RedistList\FrameworkList.xml
v4.6\PermissionSets\FullTrust.xml
v4.6\PermissionSets\Internet.xml
v4.6\PermissionSets\LocalIntranet.xml
v4.6\RedistList\FrameworkList.xml
v4.6.1\PermissionSets\FullTrust.xml
v4.6.1\PermissionSets\Internet.xml
v4.6.1\PermissionSets\LocalIntranet.xml
v4.6.1\RedistList\FrameworkList.xml
v4.6.2\PermissionSets\FullTrust.xml
v4.6.2\PermissionSets\Internet.xml
v4.6.2\PermissionSets\LocalIntranet.xml
v4.6.2\RedistList\FrameworkList.xml
v4.7\PermissionSets\FullTrust.xml
v4.7\PermissionSets\Internet.xml
v4.7\PermissionSets\LocalIntranet.xml
v4.7\RedistList\FrameworkList.xml
v4.7.1\PermissionSets\FullTrust.xml
v4.7.1\PermissionSets\Internet.xml
v4.7.1\PermissionSets\LocalIntranet.xml
v4.7.1\RedistList\FrameworkList.xml
v4.7.2\PermissionSets\FullTrust.xml
v4.7.2\PermissionSets\Internet.xml
v4.7.2\PermissionSets\LocalIntranet.xml
v4.7.2\RedistList\FrameworkList.xml
v4.8\PermissionSets\FullTrust.xml
v4.8\PermissionSets\Internet.xml
v4.8\PermissionSets\LocalIntranet.xml
v4.8\RedistList\FrameworkList.xml
v4.8.1\PermissionSets\FullTrust.xml
v4.8.1\PermissionSets\Internet.xml
v4.8.1\PermissionSets\LocalIntranet.xml
v4.8.1\RedistList\FrameworkList.xml

Size (bytes):
458437

@lbussell lbussell changed the base branch from main to dev April 1, 2025 16:37
@lbussell lbussell merged commit 6b078fd into microsoft:dev Apr 1, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-announcement An announcement is needed to discuss customer impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve targeting pack acquisition

4 participants