实例介绍
【实例简介】
【实例截图】
【核心代码】
1、
打开C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework
2、 把此文档文件夹下的v4.0/ v4.5/ v4.5.1/ v4.5.2 这几个文件夹下的东西依次复制进对应文件夹或者直接替换对应的文件夹(里面的内容我已经整理好了,直接用nuget包替换会缺少对应的语言包)
3、 重启vs2022 在项目属性-应用程序-目标框架下就能看到了
4、 看到有一个多余的.NET Framework 4 Client Profile 这是net4的目标包 对应下图,如果不需要删除Profile文件夹即可
【实例截图】
.├── VS2022下使用netv4v5
│ ├── v4.0
│ │ ├── Accessibility.dll
│ │ ├── Accessibility.xml
│ │ ├── CustomMarshalers.dll
│ │ ├── CustomMarshalers.xml
│ │ ├── ISymWrapper.dll
│ │ ├── ISymWrapper.xml
│ │ ├── Microsoft.Build.Conversion.v4.0.dll
│ │ ├── Microsoft.Build.Conversion.v4.0.xml
│ │ ├── Microsoft.Build.Engine.dll
│ │ ├── Microsoft.Build.Engine.xml
│ │ ├── Microsoft.Build.Framework.dll
│ │ ├── Microsoft.Build.Framework.xml
│ │ ├── Microsoft.Build.Tasks.v4.0.dll
│ │ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ ├── Microsoft.Build.Utilities.v4.0.dll
│ │ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ ├── Microsoft.Build.dll
│ │ ├── Microsoft.Build.xml
│ │ ├── Microsoft.CSharp.dll
│ │ ├── Microsoft.CSharp.xml
│ │ ├── Microsoft.JScript.dll
│ │ ├── Microsoft.JScript.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.dll
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.dll
│ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ ├── Microsoft.VisualBasic.dll
│ │ ├── Microsoft.VisualBasic.xml
│ │ ├── Microsoft.VisualC.STLCLR.dll
│ │ ├── Microsoft.VisualC.STLCLR.xml
│ │ ├── Microsoft.VisualC.dll
│ │ ├── Microsoft.VisualC.xml
│ │ ├── PermissionSets
│ │ │ ├── FullTrust.xml
│ │ │ ├── Internet.xml
│ │ │ └── LocalIntranet.xml
│ │ ├── PresentationBuildTasks.dll
│ │ ├── PresentationBuildTasks.xml
│ │ ├── PresentationCore.dll
│ │ ├── PresentationCore.xml
│ │ ├── PresentationFramework.Aero.dll
│ │ ├── PresentationFramework.Aero.xml
│ │ ├── PresentationFramework.Classic.dll
│ │ ├── PresentationFramework.Classic.xml
│ │ ├── PresentationFramework.Luna.dll
│ │ ├── PresentationFramework.Luna.xml
│ │ ├── PresentationFramework.Royale.dll
│ │ ├── PresentationFramework.Royale.xml
│ │ ├── PresentationFramework.dll
│ │ ├── PresentationFramework.xml
│ │ ├── Profile
│ │ │ └── Client
│ │ │ ├── Accessibility.dll
│ │ │ ├── Accessibility.xml
│ │ │ ├── CustomMarshalers.dll
│ │ │ ├── CustomMarshalers.xml
│ │ │ ├── Microsoft.CSharp.dll
│ │ │ ├── Microsoft.CSharp.xml
│ │ │ ├── Microsoft.JScript.dll
│ │ │ ├── Microsoft.JScript.xml
│ │ │ ├── Microsoft.VisualBasic.Compatibility.Data.dll
│ │ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ │ ├── Microsoft.VisualBasic.Compatibility.dll
│ │ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ │ ├── Microsoft.VisualBasic.dll
│ │ │ ├── Microsoft.VisualBasic.xml
│ │ │ ├── Microsoft.VisualC.dll
│ │ │ ├── Microsoft.VisualC.xml
│ │ │ ├── PermissionSets
│ │ │ │ ├── FullTrust.xml
│ │ │ │ ├── Internet.xml
│ │ │ │ └── LocalIntranet.xml
│ │ │ ├── PresentationCore.dll
│ │ │ ├── PresentationCore.xml
│ │ │ ├── PresentationFramework.Aero.dll
│ │ │ ├── PresentationFramework.Aero.xml
│ │ │ ├── PresentationFramework.Classic.dll
│ │ │ ├── PresentationFramework.Classic.xml
│ │ │ ├── PresentationFramework.Luna.dll
│ │ │ ├── PresentationFramework.Luna.xml
│ │ │ ├── PresentationFramework.Royale.dll
│ │ │ ├── PresentationFramework.Royale.xml
│ │ │ ├── PresentationFramework.dll
│ │ │ ├── PresentationFramework.xml
│ │ │ ├── ReachFramework.dll
│ │ │ ├── ReachFramework.xml
│ │ │ ├── RedistList
│ │ │ │ └── FrameworkList.xml
│ │ │ ├── System.Activities.Core.Presentation.dll
│ │ │ ├── System.Activities.Core.Presentation.xml
│ │ │ ├── System.Activities.DurableInstancing.dll
│ │ │ ├── System.Activities.DurableInstancing.xml
│ │ │ ├── System.Activities.Presentation.dll
│ │ │ ├── System.Activities.Presentation.xml
│ │ │ ├── System.Activities.dll
│ │ │ ├── System.Activities.xml
│ │ │ ├── System.AddIn.Contract.xml
│ │ │ ├── System.AddIn.xml
│ │ │ ├── System.Addin.Contract.dll
│ │ │ ├── System.Addin.dll
│ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ ├── System.ComponentModel.Composition.xml
│ │ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ │ ├── System.Configuration.Install.dll
│ │ │ ├── System.Configuration.Install.xml
│ │ │ ├── System.Configuration.dll
│ │ │ ├── System.Configuration.xml
│ │ │ ├── System.Core.dll
│ │ │ ├── System.Core.xml
│ │ │ ├── System.Data.DataSetExtensions.dll
│ │ │ ├── System.Data.DataSetExtensions.xml
│ │ │ ├── System.Data.Entity.dll
│ │ │ ├── System.Data.Entity.xml
│ │ │ ├── System.Data.Linq.dll
│ │ │ ├── System.Data.Linq.xml
│ │ │ ├── System.Data.Services.Client.dll
│ │ │ ├── System.Data.Services.Client.xml
│ │ │ ├── System.Data.SqlXml.dll
│ │ │ ├── System.Data.SqlXml.xml
│ │ │ ├── System.Data.dll
│ │ │ ├── System.Data.xml
│ │ │ ├── System.Deployment.dll
│ │ │ ├── System.Deployment.xml
│ │ │ ├── System.Device.dll
│ │ │ ├── System.Device.xml
│ │ │ ├── System.DirectoryServices.AccountManagement.dll
│ │ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ │ ├── System.DirectoryServices.Protocols.dll
│ │ │ ├── System.DirectoryServices.Protocols.xml
│ │ │ ├── System.DirectoryServices.dll
│ │ │ ├── System.DirectoryServices.xml
│ │ │ ├── System.Drawing.dll
│ │ │ ├── System.Drawing.xml
│ │ │ ├── System.EnterpriseServices.Thunk.dll
│ │ │ ├── System.EnterpriseServices.Wrapper.dll
│ │ │ ├── System.EnterpriseServices.dll
│ │ │ ├── System.EnterpriseServices.xml
│ │ │ ├── System.IO.Log.dll
│ │ │ ├── System.IO.Log.xml
│ │ │ ├── System.IdentityModel.Selectors.dll
│ │ │ ├── System.IdentityModel.Selectors.xml
│ │ │ ├── System.IdentityModel.dll
│ │ │ ├── System.IdentityModel.xml
│ │ │ ├── System.Management.Instrumentation.dll
│ │ │ ├── System.Management.Instrumentation.xml
│ │ │ ├── System.Management.dll
│ │ │ ├── System.Management.xml
│ │ │ ├── System.Messaging.dll
│ │ │ ├── System.Messaging.xml
│ │ │ ├── System.Net.dll
│ │ │ ├── System.Net.xml
│ │ │ ├── System.Numerics.dll
│ │ │ ├── System.Numerics.xml
│ │ │ ├── System.Printing.dll
│ │ │ ├── System.Printing.xml
│ │ │ ├── System.Runtime.DurableInstancing.dll
│ │ │ ├── System.Runtime.DurableInstancing.xml
│ │ │ ├── System.Runtime.Remoting.dll
│ │ │ ├── System.Runtime.Remoting.xml
│ │ │ ├── System.Runtime.Serialization.Formatters.Soap.dll
│ │ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ │ ├── System.Runtime.Serialization.dll
│ │ │ ├── System.Runtime.Serialization.xml
│ │ │ ├── System.Security.dll
│ │ │ ├── System.Security.xml
│ │ │ ├── System.ServiceModel.Activities.dll
│ │ │ ├── System.ServiceModel.Activities.xml
│ │ │ ├── System.ServiceModel.Channels.dll
│ │ │ ├── System.ServiceModel.Channels.xml
│ │ │ ├── System.ServiceModel.Discovery.dll
│ │ │ ├── System.ServiceModel.Discovery.xml
│ │ │ ├── System.ServiceModel.Routing.dll
│ │ │ ├── System.ServiceModel.Routing.xml
│ │ │ ├── System.ServiceModel.dll
│ │ │ ├── System.ServiceModel.xml
│ │ │ ├── System.ServiceProcess.dll
│ │ │ ├── System.ServiceProcess.xml
│ │ │ ├── System.Speech.dll
│ │ │ ├── System.Speech.xml
│ │ │ ├── System.Transactions.dll
│ │ │ ├── System.Transactions.xml
│ │ │ ├── System.Web.ApplicationServices.dll
│ │ │ ├── System.Web.ApplicationServices.xml
│ │ │ ├── System.Web.Services.dll
│ │ │ ├── System.Web.Services.xml
│ │ │ ├── System.Windows.Forms.DataVisualization.dll
│ │ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ │ ├── System.Windows.Forms.dll
│ │ │ ├── System.Windows.Forms.xml
│ │ │ ├── System.Windows.Input.Manipulations.dll
│ │ │ ├── System.Windows.Input.Manipulations.xml
│ │ │ ├── System.Windows.Presentation.dll
│ │ │ ├── System.Windows.Presentation.xml
│ │ │ ├── System.Xaml.dll
│ │ │ ├── System.Xaml.xml
│ │ │ ├── System.Xml.Linq.dll
│ │ │ ├── System.Xml.Linq.xml
│ │ │ ├── System.Xml.dll
│ │ │ ├── System.Xml.xml
│ │ │ ├── System.dll
│ │ │ ├── System.xml
│ │ │ ├── UIAutomationClient.dll
│ │ │ ├── UIAutomationClient.xml
│ │ │ ├── UIAutomationClientsideProviders.dll
│ │ │ ├── UIAutomationClientsideProviders.xml
│ │ │ ├── UIAutomationProvider.dll
│ │ │ ├── UIAutomationProvider.xml
│ │ │ ├── UIAutomationTypes.dll
│ │ │ ├── UIAutomationTypes.xml
│ │ │ ├── WindowsBase.dll
│ │ │ ├── WindowsBase.xml
│ │ │ ├── WindowsFormsIntegration.dll
│ │ │ ├── WindowsFormsIntegration.xml
│ │ │ ├── mscorlib.dll
│ │ │ ├── mscorlib.xml
│ │ │ ├── sysglobl.dll
│ │ │ ├── sysglobl.xml
│ │ │ └── zh-Hans
│ │ │ ├── Accessibility.xml
│ │ │ ├── CustomMarshalers.xml
│ │ │ ├── Microsoft.CSharp.xml
│ │ │ ├── Microsoft.JScript.xml
│ │ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ │ ├── Microsoft.VisualBasic.xml
│ │ │ ├── Microsoft.VisualC.xml
│ │ │ ├── PresentationCore.xml
│ │ │ ├── PresentationFramework.Aero.xml
│ │ │ ├── PresentationFramework.Classic.xml
│ │ │ ├── PresentationFramework.Luna.xml
│ │ │ ├── PresentationFramework.Royale.xml
│ │ │ ├── PresentationFramework.xml
│ │ │ ├── ReachFramework.xml
│ │ │ ├── System.Activities.Core.Presentation.xml
│ │ │ ├── System.Activities.DurableInstancing.xml
│ │ │ ├── System.Activities.Presentation.xml
│ │ │ ├── System.Activities.xml
│ │ │ ├── System.AddIn.Contract.xml
│ │ │ ├── System.AddIn.xml
│ │ │ ├── System.ComponentModel.Composition.xml
│ │ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ │ ├── System.Configuration.Install.xml
│ │ │ ├── System.Configuration.xml
│ │ │ ├── System.Core.xml
│ │ │ ├── System.Data.DataSetExtensions.xml
│ │ │ ├── System.Data.Entity.xml
│ │ │ ├── System.Data.Linq.xml
│ │ │ ├── System.Data.Services.Client.xml
│ │ │ ├── System.Data.SqlXml.xml
│ │ │ ├── System.Data.xml
│ │ │ ├── System.Deployment.xml
│ │ │ ├── System.Device.xml
│ │ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ │ ├── System.DirectoryServices.Protocols.xml
│ │ │ ├── System.DirectoryServices.xml
│ │ │ ├── System.Drawing.xml
│ │ │ ├── System.EnterpriseServices.xml
│ │ │ ├── System.IO.Log.xml
│ │ │ ├── System.IdentityModel.Selectors.xml
│ │ │ ├── System.IdentityModel.xml
│ │ │ ├── System.Management.Instrumentation.xml
│ │ │ ├── System.Management.xml
│ │ │ ├── System.Messaging.xml
│ │ │ ├── System.Net.xml
│ │ │ ├── System.Numerics.xml
│ │ │ ├── System.Printing.xml
│ │ │ ├── System.Runtime.DurableInstancing.xml
│ │ │ ├── System.Runtime.Remoting.xml
│ │ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ │ ├── System.Runtime.Serialization.xml
│ │ │ ├── System.Security.xml
│ │ │ ├── System.ServiceModel.Activities.xml
│ │ │ ├── System.ServiceModel.Channels.xml
│ │ │ ├── System.ServiceModel.Discovery.xml
│ │ │ ├── System.ServiceModel.Routing.xml
│ │ │ ├── System.ServiceModel.xml
│ │ │ ├── System.ServiceProcess.xml
│ │ │ ├── System.Speech.xml
│ │ │ ├── System.Transactions.xml
│ │ │ ├── System.Web.ApplicationServices.xml
│ │ │ ├── System.Web.Services.xml
│ │ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ │ ├── System.Windows.Forms.xml
│ │ │ ├── System.Windows.Input.Manipulations.xml
│ │ │ ├── System.Windows.Presentation.xml
│ │ │ ├── System.XML.xml
│ │ │ ├── System.Xaml.xml
│ │ │ ├── System.Xml.Linq.xml
│ │ │ ├── System.xml
│ │ │ ├── UIAutomationClient.xml
│ │ │ ├── UIAutomationClientsideProviders.xml
│ │ │ ├── UIAutomationProvider.xml
│ │ │ ├── UIAutomationTypes.xml
│ │ │ ├── WindowsBase.xml
│ │ │ ├── WindowsFormsIntegration.xml
│ │ │ ├── mscorlib.xml
│ │ │ └── sysglobl.xml
│ │ ├── ReachFramework.dll
│ │ ├── ReachFramework.xml
│ │ ├── RedistList
│ │ │ └── FrameworkList.xml
│ │ ├── System.Activities.Core.Presentation.dll
│ │ ├── System.Activities.Core.Presentation.xml
│ │ ├── System.Activities.DurableInstancing.dll
│ │ ├── System.Activities.DurableInstancing.xml
│ │ ├── System.Activities.Presentation.dll
│ │ ├── System.Activities.Presentation.xml
│ │ ├── System.Activities.dll
│ │ ├── System.Activities.xml
│ │ ├── System.AddIn.Contract.dll
│ │ ├── System.AddIn.Contract.xml
│ │ ├── System.AddIn.dll
│ │ ├── System.AddIn.xml
│ │ ├── System.ComponentModel.Composition.dll
│ │ ├── System.ComponentModel.Composition.xml
│ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ ├── System.Configuration.Install.dll
│ │ ├── System.Configuration.Install.xml
│ │ ├── System.Configuration.dll
│ │ ├── System.Configuration.xml
│ │ ├── System.Core.dll
│ │ ├── System.Core.xml
│ │ ├── System.Data.DataSetExtensions.dll
│ │ ├── System.Data.DataSetExtensions.xml
│ │ ├── System.Data.Entity.Design.dll
│ │ ├── System.Data.Entity.Design.xml
│ │ ├── System.Data.Entity.dll
│ │ ├── System.Data.Entity.xml
│ │ ├── System.Data.Linq.dll
│ │ ├── System.Data.Linq.xml
│ │ ├── System.Data.OracleClient.dll
│ │ ├── System.Data.OracleClient.xml
│ │ ├── System.Data.Services.Client.dll
│ │ ├── System.Data.Services.Client.xml
│ │ ├── System.Data.Services.Design.dll
│ │ ├── System.Data.Services.Design.xml
│ │ ├── System.Data.Services.dll
│ │ ├── System.Data.Services.xml
│ │ ├── System.Data.SqlXml.dll
│ │ ├── System.Data.SqlXml.xml
│ │ ├── System.Data.dll
│ │ ├── System.Data.xml
│ │ ├── System.Deployment.dll
│ │ ├── System.Deployment.xml
│ │ ├── System.Design.dll
│ │ ├── System.Design.xml
│ │ ├── System.Device.dll
│ │ ├── System.Device.xml
│ │ ├── System.DirectoryServices.AccountManagement.dll
│ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ ├── System.DirectoryServices.Protocols.dll
│ │ ├── System.DirectoryServices.Protocols.xml
│ │ ├── System.DirectoryServices.dll
│ │ ├── System.DirectoryServices.xml
│ │ ├── System.Drawing.Design.dll
│ │ ├── System.Drawing.Design.xml
│ │ ├── System.Drawing.dll
│ │ ├── System.Drawing.xml
│ │ ├── System.EnterpriseServices.Thunk.dll
│ │ ├── System.EnterpriseServices.Wrapper.dll
│ │ ├── System.EnterpriseServices.dll
│ │ ├── System.EnterpriseServices.xml
│ │ ├── System.IO.Log.dll
│ │ ├── System.IO.Log.xml
│ │ ├── System.IdentityModel.Selectors.dll
│ │ ├── System.IdentityModel.Selectors.xml
│ │ ├── System.IdentityModel.dll
│ │ ├── System.IdentityModel.xml
│ │ ├── System.Management.Instrumentation.dll
│ │ ├── System.Management.Instrumentation.xml
│ │ ├── System.Management.dll
│ │ ├── System.Management.xml
│ │ ├── System.Messaging.dll
│ │ ├── System.Messaging.xml
│ │ ├── System.Net.dll
│ │ ├── System.Net.xml
│ │ ├── System.Numerics.dll
│ │ ├── System.Numerics.xml
│ │ ├── System.Printing.dll
│ │ ├── System.Printing.xml
│ │ ├── System.Runtime.Caching.dll
│ │ ├── System.Runtime.Caching.xml
│ │ ├── System.Runtime.DurableInstancing.dll
│ │ ├── System.Runtime.DurableInstancing.xml
│ │ ├── System.Runtime.Remoting.dll
│ │ ├── System.Runtime.Remoting.xml
│ │ ├── System.Runtime.Serialization.Formatters.Soap.dll
│ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ ├── System.Runtime.Serialization.dll
│ │ ├── System.Runtime.Serialization.xml
│ │ ├── System.Security.dll
│ │ ├── System.Security.xml
│ │ ├── System.ServiceModel.Activation.dll
│ │ ├── System.ServiceModel.Activation.xml
│ │ ├── System.ServiceModel.Activities.dll
│ │ ├── System.ServiceModel.Activities.xml
│ │ ├── System.ServiceModel.Channels.dll
│ │ ├── System.ServiceModel.Channels.xml
│ │ ├── System.ServiceModel.Discovery.dll
│ │ ├── System.ServiceModel.Discovery.xml
│ │ ├── System.ServiceModel.Routing.dll
│ │ ├── System.ServiceModel.Routing.xml
│ │ ├── System.ServiceModel.Web.dll
│ │ ├── System.ServiceModel.Web.xml
│ │ ├── System.ServiceModel.dll
│ │ ├── System.ServiceModel.xml
│ │ ├── System.ServiceProcess.dll
│ │ ├── System.ServiceProcess.xml
│ │ ├── System.Speech.dll
│ │ ├── System.Speech.xml
│ │ ├── System.Transactions.dll
│ │ ├── System.Transactions.xml
│ │ ├── System.Web.Abstractions.dll
│ │ ├── System.Web.ApplicationServices.dll
│ │ ├── System.Web.ApplicationServices.xml
│ │ ├── System.Web.DataVisualization.Design.dll
│ │ ├── System.Web.DataVisualization.dll
│ │ ├── System.Web.DataVisualization.xml
│ │ ├── System.Web.DynamicData.Design.dll
│ │ ├── System.Web.DynamicData.Design.xml
│ │ ├── System.Web.DynamicData.dll
│ │ ├── System.Web.DynamicData.xml
│ │ ├── System.Web.Entity.Design.dll
│ │ ├── System.Web.Entity.Design.xml
│ │ ├── System.Web.Entity.dll
│ │ ├── System.Web.Entity.xml
│ │ ├── System.Web.Extensions.Design.dll
│ │ ├── System.Web.Extensions.Design.xml
│ │ ├── System.Web.Extensions.dll
│ │ ├── System.Web.Extensions.xml
│ │ ├── System.Web.Mobile.dll
│ │ ├── System.Web.Mobile.xml
│ │ ├── System.Web.RegularExpressions.dll
│ │ ├── System.Web.RegularExpressions.xml
│ │ ├── System.Web.Routing.dll
│ │ ├── System.Web.Services.dll
│ │ ├── System.Web.Services.xml
│ │ ├── System.Web.dll
│ │ ├── System.Web.xml
│ │ ├── System.Windows.Forms.DataVisualization.Design.dll
│ │ ├── System.Windows.Forms.DataVisualization.dll
│ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ ├── System.Windows.Forms.dll
│ │ ├── System.Windows.Forms.xml
│ │ ├── System.Windows.Input.Manipulations.dll
│ │ ├── System.Windows.Input.Manipulations.xml
│ │ ├── System.Windows.Presentation.dll
│ │ ├── System.Windows.Presentation.xml
│ │ ├── System.Workflow.Activities.dll
│ │ ├── System.Workflow.Activities.xml
│ │ ├── System.Workflow.ComponentModel.dll
│ │ ├── System.Workflow.ComponentModel.xml
│ │ ├── System.Workflow.Runtime.dll
│ │ ├── System.Workflow.Runtime.xml
│ │ ├── System.WorkflowServices.dll
│ │ ├── System.WorkflowServices.xml
│ │ ├── System.Xaml.dll
│ │ ├── System.Xaml.xml
│ │ ├── System.Xml.Linq.dll
│ │ ├── System.Xml.Linq.xml
│ │ ├── System.Xml.dll
│ │ ├── System.Xml.xml
│ │ ├── System.dll
│ │ ├── System.xml
│ │ ├── UIAutomationClient.dll
│ │ ├── UIAutomationClient.xml
│ │ ├── UIAutomationClientsideProviders.dll
│ │ ├── UIAutomationClientsideProviders.xml
│ │ ├── UIAutomationProvider.dll
│ │ ├── UIAutomationProvider.xml
│ │ ├── UIAutomationTypes.dll
│ │ ├── UIAutomationTypes.xml
│ │ ├── WindowsBase.dll
│ │ ├── WindowsBase.xml
│ │ ├── WindowsFormsIntegration.dll
│ │ ├── WindowsFormsIntegration.xml
│ │ ├── XamlBuildTask.dll
│ │ ├── XamlBuildTask.xml
│ │ ├── mscorlib.dll
│ │ ├── mscorlib.xml
│ │ ├── sysglobl.dll
│ │ ├── sysglobl.xml
│ │ └── zh-Hans
│ │ ├── Accessibility.xml
│ │ ├── CustomMarshalers.xml
│ │ ├── ISymWrapper.xml
│ │ ├── Microsoft.Build.Conversion.v4.0.xml
│ │ ├── Microsoft.Build.Engine.xml
│ │ ├── Microsoft.Build.Framework.xml
│ │ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ ├── Microsoft.Build.xml
│ │ ├── Microsoft.CSharp.xml
│ │ ├── Microsoft.JScript.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ ├── Microsoft.VisualBasic.xml
│ │ ├── Microsoft.VisualC.STLCLR.xml
│ │ ├── Microsoft.VisualC.xml
│ │ ├── PresentationBuildTasks.xml
│ │ ├── PresentationCore.xml
│ │ ├── PresentationFramework.Aero.xml
│ │ ├── PresentationFramework.Classic.xml
│ │ ├── PresentationFramework.Luna.xml
│ │ ├── PresentationFramework.Royale.xml
│ │ ├── PresentationFramework.xml
│ │ ├── ReachFramework.xml
│ │ ├── System.Activities.Core.Presentation.xml
│ │ ├── System.Activities.DurableInstancing.xml
│ │ ├── System.Activities.Presentation.xml
│ │ ├── System.Activities.xml
│ │ ├── System.AddIn.Contract.xml
│ │ ├── System.AddIn.xml
│ │ ├── System.ComponentModel.Composition.xml
│ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ ├── System.Configuration.Install.xml
│ │ ├── System.Core.xml
│ │ ├── System.Data.DataSetExtensions.xml
│ │ ├── System.Data.Entity.Design.xml
│ │ ├── System.Data.Entity.xml
│ │ ├── System.Data.Linq.xml
│ │ ├── System.Data.OracleClient.xml
│ │ ├── System.Data.Services.Client.xml
│ │ ├── System.Data.Services.Design.xml
│ │ ├── System.Data.Services.xml
│ │ ├── System.Data.SqlXml.xml
│ │ ├── System.Data.xml
│ │ ├── System.Deployment.xml
│ │ ├── System.Design.xml
│ │ ├── System.Device.xml
│ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ ├── System.DirectoryServices.Protocols.xml
│ │ ├── System.DirectoryServices.xml
│ │ ├── System.Drawing.Design.xml
│ │ ├── System.Drawing.xml
│ │ ├── System.EnterpriseServices.xml
│ │ ├── System.IO.Log.xml
│ │ ├── System.IdentityModel.Selectors.xml
│ │ ├── System.IdentityModel.xml
│ │ ├── System.Management.Instrumentation.xml
│ │ ├── System.Management.xml
│ │ ├── System.Messaging.xml
│ │ ├── System.Net.xml
│ │ ├── System.Numerics.xml
│ │ ├── System.Printing.xml
│ │ ├── System.Runtime.Caching.xml
│ │ ├── System.Runtime.DurableInstancing.xml
│ │ ├── System.Runtime.Remoting.xml
│ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ ├── System.Runtime.Serialization.xml
│ │ ├── System.Security.xml
│ │ ├── System.ServiceModel.Activation.xml
│ │ ├── System.ServiceModel.Activities.xml
│ │ ├── System.ServiceModel.Channels.xml
│ │ ├── System.ServiceModel.Discovery.xml
│ │ ├── System.ServiceModel.Routing.xml
│ │ ├── System.ServiceModel.Web.xml
│ │ ├── System.ServiceModel.xml
│ │ ├── System.ServiceProcess.xml
│ │ ├── System.Speech.xml
│ │ ├── System.Transactions.xml
│ │ ├── System.Web.ApplicationServices.xml
│ │ ├── System.Web.DataVisualization.xml
│ │ ├── System.Web.DynamicData.Design.xml
│ │ ├── System.Web.DynamicData.xml
│ │ ├── System.Web.Entity.Design.xml
│ │ ├── System.Web.Entity.xml
│ │ ├── System.Web.Extensions.Design.xml
│ │ ├── System.Web.Extensions.xml
│ │ ├── System.Web.Mobile.xml
│ │ ├── System.Web.RegularExpressions.xml
│ │ ├── System.Web.Services.xml
│ │ ├── System.Web.xml
│ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ ├── System.Windows.Forms.xml
│ │ ├── System.Windows.Input.Manipulations.xml
│ │ ├── System.Windows.Presentation.xml
│ │ ├── System.Workflow.Activities.xml
│ │ ├── System.Workflow.ComponentModel.xml
│ │ ├── System.Workflow.Runtime.xml
│ │ ├── System.WorkflowServices.xml
│ │ ├── System.XML.xml
│ │ ├── System.Xaml.xml
│ │ ├── System.Xml.Linq.xml
│ │ ├── System.configuration.xml
│ │ ├── System.xml
│ │ ├── UIAutomationClient.xml
│ │ ├── UIAutomationClientsideProviders.xml
│ │ ├── UIAutomationProvider.xml
│ │ ├── UIAutomationTypes.xml
│ │ ├── WindowsBase.xml
│ │ ├── WindowsFormsIntegration.xml
│ │ ├── XamlBuildTask.xml
│ │ ├── mscorlib.xml
│ │ └── sysglobl.xml
│ ├── v4.5
│ │ ├── Accessibility.dll
│ │ ├── Accessibility.xml
│ │ ├── CustomMarshalers.dll
│ │ ├── CustomMarshalers.xml
│ │ ├── Facades
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ ├── System.ComponentModel.EventBasedAsync.dll
│ │ │ ├── System.ComponentModel.dll
│ │ │ ├── System.Diagnostics.Contracts.dll
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.Tools.dll
│ │ │ ├── System.Diagnostics.Tracing.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Globalization.dll
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.Parallel.dll
│ │ │ ├── System.Linq.Queryable.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.NetworkInformation.dll
│ │ │ ├── System.Net.Primitives.dll
│ │ │ ├── System.Net.Requests.dll
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Emit.ILGeneration.dll
│ │ │ ├── System.Reflection.Emit.Lightweight.dll
│ │ │ ├── System.Reflection.Emit.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Resources.ResourceManager.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.InteropServices.WindowsRuntime.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Numerics.dll
│ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Principal.dll
│ │ │ ├── System.ServiceModel.Duplex.dll
│ │ │ ├── System.ServiceModel.Http.dll
│ │ │ ├── System.ServiceModel.NetTcp.dll
│ │ │ ├── System.ServiceModel.Primitives.dll
│ │ │ ├── System.ServiceModel.Security.dll
│ │ │ ├── System.Text.Encoding.Extensions.dll
│ │ │ ├── System.Text.Encoding.dll
│ │ │ ├── System.Text.RegularExpressions.dll
│ │ │ ├── System.Threading.Tasks.Parallel.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.XDocument.dll
│ │ │ └── System.Xml.XmlSerializer.dll
│ │ ├── ISymWrapper.dll
│ │ ├── ISymWrapper.xml
│ │ ├── Microsoft.Activities.Build.dll
│ │ ├── Microsoft.Activities.Build.xml
│ │ ├── Microsoft.Build.Conversion.v4.0.dll
│ │ ├── Microsoft.Build.Conversion.v4.0.xml
│ │ ├── Microsoft.Build.Engine.dll
│ │ ├── Microsoft.Build.Engine.xml
│ │ ├── Microsoft.Build.Framework.dll
│ │ ├── Microsoft.Build.Framework.xml
│ │ ├── Microsoft.Build.Tasks.v4.0.dll
│ │ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ ├── Microsoft.Build.Utilities.v4.0.dll
│ │ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ ├── Microsoft.Build.dll
│ │ ├── Microsoft.Build.xml
│ │ ├── Microsoft.CSharp.dll
│ │ ├── Microsoft.CSharp.xml
│ │ ├── Microsoft.JScript.dll
│ │ ├── Microsoft.JScript.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.dll
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.dll
│ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ ├── Microsoft.VisualBasic.dll
│ │ ├── Microsoft.VisualBasic.xml
│ │ ├── Microsoft.VisualC.STLCLR.dll
│ │ ├── Microsoft.VisualC.STLCLR.xml
│ │ ├── Microsoft.VisualC.dll
│ │ ├── Microsoft.VisualC.xml
│ │ ├── PermissionSets
│ │ │ ├── FullTrust.xml
│ │ │ ├── Internet.xml
│ │ │ └── LocalIntranet.xml
│ │ ├── PresentationBuildTasks.dll
│ │ ├── PresentationBuildTasks.xml
│ │ ├── PresentationCore.dll
│ │ ├── PresentationCore.xml
│ │ ├── PresentationFramework.Aero.dll
│ │ ├── PresentationFramework.Aero.xml
│ │ ├── PresentationFramework.Aero2.dll
│ │ ├── PresentationFramework.AeroLite.dll
│ │ ├── PresentationFramework.Classic.dll
│ │ ├── PresentationFramework.Classic.xml
│ │ ├── PresentationFramework.Luna.dll
│ │ ├── PresentationFramework.Luna.xml
│ │ ├── PresentationFramework.Royale.dll
│ │ ├── PresentationFramework.Royale.xml
│ │ ├── PresentationFramework.dll
│ │ ├── PresentationFramework.xml
│ │ ├── ReachFramework.dll
│ │ ├── ReachFramework.xml
│ │ ├── RedistList
│ │ │ └── FrameworkList.xml
│ │ ├── System.Activities.Core.Presentation.dll
│ │ ├── System.Activities.Core.Presentation.xml
│ │ ├── System.Activities.DurableInstancing.dll
│ │ ├── System.Activities.DurableInstancing.xml
│ │ ├── System.Activities.Presentation.dll
│ │ ├── System.Activities.Presentation.xml
│ │ ├── System.Activities.dll
│ │ ├── System.Activities.xml
│ │ ├── System.AddIn.Contract.dll
│ │ ├── System.AddIn.Contract.xml
│ │ ├── System.AddIn.dll
│ │ ├── System.AddIn.xml
│ │ ├── System.ComponentModel.Composition.Registration.dll
│ │ ├── System.ComponentModel.Composition.dll
│ │ ├── System.ComponentModel.Composition.xml
│ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ ├── System.Configuration.Install.dll
│ │ ├── System.Configuration.Install.xml
│ │ ├── System.Configuration.dll
│ │ ├── System.Configuration.xml
│ │ ├── System.Core.dll
│ │ ├── System.Core.xml
│ │ ├── System.Data.DataSetExtensions.dll
│ │ ├── System.Data.DataSetExtensions.xml
│ │ ├── System.Data.Entity.Design.dll
│ │ ├── System.Data.Entity.Design.xml
│ │ ├── System.Data.Entity.dll
│ │ ├── System.Data.Entity.xml
│ │ ├── System.Data.Linq.dll
│ │ ├── System.Data.Linq.xml
│ │ ├── System.Data.OracleClient.dll
│ │ ├── System.Data.OracleClient.xml
│ │ ├── System.Data.Services.Client.dll
│ │ ├── System.Data.Services.Client.xml
│ │ ├── System.Data.Services.Design.dll
│ │ ├── System.Data.Services.Design.xml
│ │ ├── System.Data.Services.dll
│ │ ├── System.Data.Services.xml
│ │ ├── System.Data.SqlXml.dll
│ │ ├── System.Data.SqlXml.xml
│ │ ├── System.Data.dll
│ │ ├── System.Data.xml
│ │ ├── System.Deployment.dll
│ │ ├── System.Deployment.xml
│ │ ├── System.Design.dll
│ │ ├── System.Design.xml
│ │ ├── System.Device.dll
│ │ ├── System.Device.xml
│ │ ├── System.DirectoryServices.AccountManagement.dll
│ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ ├── System.DirectoryServices.Protocols.dll
│ │ ├── System.DirectoryServices.Protocols.xml
│ │ ├── System.DirectoryServices.dll
│ │ ├── System.DirectoryServices.xml
│ │ ├── System.Drawing.Design.dll
│ │ ├── System.Drawing.Design.xml
│ │ ├── System.Drawing.dll
│ │ ├── System.Drawing.xml
│ │ ├── System.EnterpriseServices.Thunk.dll
│ │ ├── System.EnterpriseServices.Wrapper.dll
│ │ ├── System.EnterpriseServices.dll
│ │ ├── System.EnterpriseServices.xml
│ │ ├── System.IO.Compression.FileSystem.dll
│ │ ├── System.IO.Compression.FileSystem.xml
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.Compression.xml
│ │ ├── System.IO.Log.dll
│ │ ├── System.IO.Log.xml
│ │ ├── System.IdentityModel.Selectors.dll
│ │ ├── System.IdentityModel.Selectors.xml
│ │ ├── System.IdentityModel.Services.dll
│ │ ├── System.IdentityModel.Services.xml
│ │ ├── System.IdentityModel.dll
│ │ ├── System.IdentityModel.xml
│ │ ├── System.Management.Instrumentation.dll
│ │ ├── System.Management.Instrumentation.xml
│ │ ├── System.Management.dll
│ │ ├── System.Management.xml
│ │ ├── System.Messaging.dll
│ │ ├── System.Messaging.xml
│ │ ├── System.Net.Http.WebRequest.dll
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Http.xml
│ │ ├── System.Net.dll
│ │ ├── System.Net.xml
│ │ ├── System.Numerics.dll
│ │ ├── System.Numerics.xml
│ │ ├── System.Printing.dll
│ │ ├── System.Printing.xml
│ │ ├── System.Reflection.Context.dll
│ │ ├── System.Reflection.Context.xml
│ │ ├── System.Runtime.Caching.dll
│ │ ├── System.Runtime.Caching.xml
│ │ ├── System.Runtime.DurableInstancing.dll
│ │ ├── System.Runtime.DurableInstancing.xml
│ │ ├── System.Runtime.Remoting.dll
│ │ ├── System.Runtime.Remoting.xml
│ │ ├── System.Runtime.Serialization.Formatters.Soap.dll
│ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ ├── System.Runtime.Serialization.dll
│ │ ├── System.Runtime.Serialization.xml
│ │ ├── System.Security.dll
│ │ ├── System.Security.xml
│ │ ├── System.ServiceModel.Activation.dll
│ │ ├── System.ServiceModel.Activation.xml
│ │ ├── System.ServiceModel.Activities.dll
│ │ ├── System.ServiceModel.Activities.xml
│ │ ├── System.ServiceModel.Channels.dll
│ │ ├── System.ServiceModel.Channels.xml
│ │ ├── System.ServiceModel.Discovery.dll
│ │ ├── System.ServiceModel.Discovery.xml
│ │ ├── System.ServiceModel.Routing.dll
│ │ ├── System.ServiceModel.Routing.xml
│ │ ├── System.ServiceModel.Web.dll
│ │ ├── System.ServiceModel.Web.xml
│ │ ├── System.ServiceModel.dll
│ │ ├── System.ServiceModel.xml
│ │ ├── System.ServiceProcess.dll
│ │ ├── System.ServiceProcess.xml
│ │ ├── System.Speech.dll
│ │ ├── System.Speech.xml
│ │ ├── System.Threading.Tasks.Dataflow.xml
│ │ ├── System.Transactions.dll
│ │ ├── System.Transactions.xml
│ │ ├── System.Web.Abstractions.dll
│ │ ├── System.Web.ApplicationServices.dll
│ │ ├── System.Web.ApplicationServices.xml
│ │ ├── System.Web.DataVisualization.Design.dll
│ │ ├── System.Web.DataVisualization.dll
│ │ ├── System.Web.DataVisualization.xml
│ │ ├── System.Web.DynamicData.Design.dll
│ │ ├── System.Web.DynamicData.Design.xml
│ │ ├── System.Web.DynamicData.dll
│ │ ├── System.Web.DynamicData.xml
│ │ ├── System.Web.Entity.Design.dll
│ │ ├── System.Web.Entity.Design.xml
│ │ ├── System.Web.Entity.dll
│ │ ├── System.Web.Entity.xml
│ │ ├── System.Web.Extensions.Design.dll
│ │ ├── System.Web.Extensions.Design.xml
│ │ ├── System.Web.Extensions.dll
│ │ ├── System.Web.Extensions.xml
│ │ ├── System.Web.Mobile.dll
│ │ ├── System.Web.Mobile.xml
│ │ ├── System.Web.RegularExpressions.dll
│ │ ├── System.Web.RegularExpressions.xml
│ │ ├── System.Web.Routing.dll
│ │ ├── System.Web.Services.dll
│ │ ├── System.Web.Services.xml
│ │ ├── System.Web.dll
│ │ ├── System.Web.xml
│ │ ├── System.Windows.Controls.Ribbon.dll
│ │ ├── System.Windows.Controls.Ribbon.xml
│ │ ├── System.Windows.Forms.DataVisualization.Design.dll
│ │ ├── System.Windows.Forms.DataVisualization.dll
│ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ ├── System.Windows.Forms.dll
│ │ ├── System.Windows.Forms.xml
│ │ ├── System.Windows.Input.Manipulations.dll
│ │ ├── System.Windows.Input.Manipulations.xml
│ │ ├── System.Windows.Presentation.dll
│ │ ├── System.Windows.Presentation.xml
│ │ ├── System.Windows.dll
│ │ ├── System.Workflow.Activities.dll
│ │ ├── System.Workflow.Activities.xml
│ │ ├── System.Workflow.ComponentModel.dll
│ │ ├── System.Workflow.ComponentModel.xml
│ │ ├── System.Workflow.Runtime.dll
│ │ ├── System.Workflow.Runtime.xml
│ │ ├── System.WorkflowServices.dll
│ │ ├── System.WorkflowServices.xml
│ │ ├── System.Xaml.dll
│ │ ├── System.Xaml.xml
│ │ ├── System.Xml.Linq.dll
│ │ ├── System.Xml.Linq.xml
│ │ ├── System.Xml.Serialization.dll
│ │ ├── System.Xml.dll
│ │ ├── System.Xml.xml
│ │ ├── System.dll
│ │ ├── System.xml
│ │ ├── UIAutomationClient.dll
│ │ ├── UIAutomationClient.xml
│ │ ├── UIAutomationClientsideProviders.dll
│ │ ├── UIAutomationClientsideProviders.xml
│ │ ├── UIAutomationProvider.dll
│ │ ├── UIAutomationProvider.xml
│ │ ├── UIAutomationTypes.dll
│ │ ├── UIAutomationTypes.xml
│ │ ├── WindowsBase.dll
│ │ ├── WindowsBase.xml
│ │ ├── WindowsFormsIntegration.dll
│ │ ├── WindowsFormsIntegration.xml
│ │ ├── XamlBuildTask.dll
│ │ ├── XamlBuildTask.xml
│ │ ├── mscorlib.dll
│ │ ├── mscorlib.xml
│ │ ├── sysglobl.dll
│ │ ├── sysglobl.xml
│ │ └── zh-Hans
│ │ ├── Accessibility.xml
│ │ ├── CustomMarshalers.xml
│ │ ├── ISymWrapper.xml
│ │ ├── Microsoft.Activities.Build.xml
│ │ ├── Microsoft.Build.Conversion.v4.0.xml
│ │ ├── Microsoft.Build.Engine.xml
│ │ ├── Microsoft.Build.Framework.xml
│ │ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ ├── Microsoft.Build.xml
│ │ ├── Microsoft.CSharp.xml
│ │ ├── Microsoft.JScript.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ ├── Microsoft.VisualBasic.xml
│ │ ├── Microsoft.VisualC.STLCLR.xml
│ │ ├── Microsoft.VisualC.xml
│ │ ├── PresentationBuildTasks.xml
│ │ ├── PresentationCore.xml
│ │ ├── PresentationFramework.Aero.xml
│ │ ├── PresentationFramework.Classic.xml
│ │ ├── PresentationFramework.Luna.xml
│ │ ├── PresentationFramework.Royale.xml
│ │ ├── PresentationFramework.xml
│ │ ├── ReachFramework.xml
│ │ ├── System.Activities.Core.Presentation.xml
│ │ ├── System.Activities.DurableInstancing.xml
│ │ ├── System.Activities.Presentation.xml
│ │ ├── System.Activities.xml
│ │ ├── System.AddIn.Contract.xml
│ │ ├── System.AddIn.xml
│ │ ├── System.ComponentModel.Composition.xml
│ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ ├── System.Configuration.Install.xml
│ │ ├── System.Core.xml
│ │ ├── System.Data.DataSetExtensions.xml
│ │ ├── System.Data.Entity.Design.xml
│ │ ├── System.Data.Entity.xml
│ │ ├── System.Data.Linq.xml
│ │ ├── System.Data.OracleClient.xml
│ │ ├── System.Data.Services.Client.xml
│ │ ├── System.Data.Services.Design.xml
│ │ ├── System.Data.Services.xml
│ │ ├── System.Data.SqlXml.xml
│ │ ├── System.Data.xml
│ │ ├── System.Deployment.xml
│ │ ├── System.Design.xml
│ │ ├── System.Device.xml
│ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ ├── System.DirectoryServices.Protocols.xml
│ │ ├── System.DirectoryServices.xml
│ │ ├── System.Drawing.Design.xml
│ │ ├── System.Drawing.xml
│ │ ├── System.EnterpriseServices.xml
│ │ ├── System.IO.Compression.FileSystem.xml
│ │ ├── System.IO.Compression.xml
│ │ ├── System.IO.Log.xml
│ │ ├── System.IdentityModel.Selectors.xml
│ │ ├── System.IdentityModel.Services.xml
│ │ ├── System.IdentityModel.xml
│ │ ├── System.Management.Instrumentation.xml
│ │ ├── System.Management.xml
│ │ ├── System.Messaging.xml
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.xml
│ │ ├── System.Net.xml
│ │ ├── System.Numerics.xml
│ │ ├── System.Printing.xml
│ │ ├── System.Reflection.Context.xml
│ │ ├── System.Runtime.Caching.xml
│ │ ├── System.Runtime.DurableInstancing.xml
│ │ ├── System.Runtime.Remoting.xml
│ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ ├── System.Runtime.Serialization.xml
│ │ ├── System.Security.xml
│ │ ├── System.ServiceModel.Activation.xml
│ │ ├── System.ServiceModel.Activities.xml
│ │ ├── System.ServiceModel.Channels.xml
│ │ ├── System.ServiceModel.Discovery.xml
│ │ ├── System.ServiceModel.Routing.xml
│ │ ├── System.ServiceModel.Web.xml
│ │ ├── System.ServiceModel.xml
│ │ ├── System.ServiceProcess.xml
│ │ ├── System.Speech.xml
│ │ ├── System.Transactions.xml
│ │ ├── System.Web.ApplicationServices.xml
│ │ ├── System.Web.DataVisualization.xml
│ │ ├── System.Web.DynamicData.Design.xml
│ │ ├── System.Web.DynamicData.xml
│ │ ├── System.Web.Entity.Design.xml
│ │ ├── System.Web.Entity.xml
│ │ ├── System.Web.Extensions.Design.xml
│ │ ├── System.Web.Extensions.xml
│ │ ├── System.Web.Mobile.xml
│ │ ├── System.Web.RegularExpressions.xml
│ │ ├── System.Web.Services.xml
│ │ ├── System.Web.xml
│ │ ├── System.Windows.Controls.Ribbon.xml
│ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ ├── System.Windows.Forms.xml
│ │ ├── System.Windows.Input.Manipulations.xml
│ │ ├── System.Windows.Presentation.xml
│ │ ├── System.Workflow.Activities.xml
│ │ ├── System.Workflow.ComponentModel.xml
│ │ ├── System.Workflow.Runtime.xml
│ │ ├── System.WorkflowServices.xml
│ │ ├── System.XML.xml
│ │ ├── System.Xaml.xml
│ │ ├── System.Xml.Linq.xml
│ │ ├── System.configuration.xml
│ │ ├── System.xml
│ │ ├── UIAutomationClient.xml
│ │ ├── UIAutomationClientsideProviders.xml
│ │ ├── UIAutomationProvider.xml
│ │ ├── UIAutomationTypes.xml
│ │ ├── WindowsBase.xml
│ │ ├── WindowsFormsIntegration.xml
│ │ ├── XamlBuildTask.xml
│ │ ├── mscorlib.xml
│ │ └── sysglobl.xml
│ ├── v4.5.1
│ │ ├── Accessibility.dll
│ │ ├── Accessibility.xml
│ │ ├── CustomMarshalers.dll
│ │ ├── CustomMarshalers.xml
│ │ ├── Facades
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ ├── System.ComponentModel.EventBasedAsync.dll
│ │ │ ├── System.ComponentModel.dll
│ │ │ ├── System.Diagnostics.Contracts.dll
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.Tools.dll
│ │ │ ├── System.Diagnostics.Tracing.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Globalization.dll
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.Parallel.dll
│ │ │ ├── System.Linq.Queryable.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.NetworkInformation.dll
│ │ │ ├── System.Net.Primitives.dll
│ │ │ ├── System.Net.Requests.dll
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Emit.ILGeneration.dll
│ │ │ ├── System.Reflection.Emit.Lightweight.dll
│ │ │ ├── System.Reflection.Emit.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Resources.ResourceManager.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.InteropServices.WindowsRuntime.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Numerics.dll
│ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Principal.dll
│ │ │ ├── System.ServiceModel.Duplex.dll
│ │ │ ├── System.ServiceModel.Http.dll
│ │ │ ├── System.ServiceModel.NetTcp.dll
│ │ │ ├── System.ServiceModel.Primitives.dll
│ │ │ ├── System.ServiceModel.Security.dll
│ │ │ ├── System.Text.Encoding.Extensions.dll
│ │ │ ├── System.Text.Encoding.dll
│ │ │ ├── System.Text.RegularExpressions.dll
│ │ │ ├── System.Threading.Tasks.Parallel.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.Threading.Timer.dll
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.XDocument.dll
│ │ │ └── System.Xml.XmlSerializer.dll
│ │ ├── ISymWrapper.dll
│ │ ├── ISymWrapper.xml
│ │ ├── Microsoft.Activities.Build.dll
│ │ ├── Microsoft.Activities.Build.xml
│ │ ├── Microsoft.Build.Conversion.v4.0.dll
│ │ ├── Microsoft.Build.Conversion.v4.0.xml
│ │ ├── Microsoft.Build.Engine.dll
│ │ ├── Microsoft.Build.Engine.xml
│ │ ├── Microsoft.Build.Framework.dll
│ │ ├── Microsoft.Build.Framework.xml
│ │ ├── Microsoft.Build.Tasks.v4.0.dll
│ │ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ ├── Microsoft.Build.Utilities.v4.0.dll
│ │ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ ├── Microsoft.Build.dll
│ │ ├── Microsoft.Build.xml
│ │ ├── Microsoft.CSharp.dll
│ │ ├── Microsoft.CSharp.xml
│ │ ├── Microsoft.JScript.dll
│ │ ├── Microsoft.JScript.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.dll
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.dll
│ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ ├── Microsoft.VisualBasic.dll
│ │ ├── Microsoft.VisualBasic.xml
│ │ ├── Microsoft.VisualC.STLCLR.dll
│ │ ├── Microsoft.VisualC.STLCLR.xml
│ │ ├── Microsoft.VisualC.dll
│ │ ├── Microsoft.VisualC.xml
│ │ ├── PermissionSets
│ │ │ ├── FullTrust.xml
│ │ │ ├── Internet.xml
│ │ │ └── LocalIntranet.xml
│ │ ├── PresentationBuildTasks.dll
│ │ ├── PresentationBuildTasks.xml
│ │ ├── PresentationCore.dll
│ │ ├── PresentationCore.xml
│ │ ├── PresentationFramework.Aero.dll
│ │ ├── PresentationFramework.Aero.xml
│ │ ├── PresentationFramework.Aero2.dll
│ │ ├── PresentationFramework.Aero2.xml
│ │ ├── PresentationFramework.AeroLite.dll
│ │ ├── PresentationFramework.AeroLite.xml
│ │ ├── PresentationFramework.Classic.dll
│ │ ├── PresentationFramework.Classic.xml
│ │ ├── PresentationFramework.Luna.dll
│ │ ├── PresentationFramework.Luna.xml
│ │ ├── PresentationFramework.Royale.dll
│ │ ├── PresentationFramework.Royale.xml
│ │ ├── PresentationFramework.dll
│ │ ├── PresentationFramework.xml
│ │ ├── ReachFramework.dll
│ │ ├── ReachFramework.xml
│ │ ├── RedistList
│ │ │ └── FrameworkList.xml
│ │ ├── System.Activities.Core.Presentation.dll
│ │ ├── System.Activities.Core.Presentation.xml
│ │ ├── System.Activities.DurableInstancing.dll
│ │ ├── System.Activities.DurableInstancing.xml
│ │ ├── System.Activities.Presentation.dll
│ │ ├── System.Activities.Presentation.xml
│ │ ├── System.Activities.dll
│ │ ├── System.Activities.xml
│ │ ├── System.AddIn.Contract.dll
│ │ ├── System.AddIn.Contract.xml
│ │ ├── System.AddIn.dll
│ │ ├── System.AddIn.xml
│ │ ├── System.ComponentModel.Composition.Registration.dll
│ │ ├── System.ComponentModel.Composition.Registration.xml
│ │ ├── System.ComponentModel.Composition.dll
│ │ ├── System.ComponentModel.Composition.xml
│ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ ├── System.Configuration.Install.dll
│ │ ├── System.Configuration.Install.xml
│ │ ├── System.Configuration.dll
│ │ ├── System.Configuration.xml
│ │ ├── System.Core.dll
│ │ ├── System.Core.xml
│ │ ├── System.Data.DataSetExtensions.dll
│ │ ├── System.Data.DataSetExtensions.xml
│ │ ├── System.Data.Entity.Design.dll
│ │ ├── System.Data.Entity.Design.xml
│ │ ├── System.Data.Entity.dll
│ │ ├── System.Data.Entity.xml
│ │ ├── System.Data.Linq.dll
│ │ ├── System.Data.Linq.xml
│ │ ├── System.Data.OracleClient.dll
│ │ ├── System.Data.OracleClient.xml
│ │ ├── System.Data.Services.Client.dll
│ │ ├── System.Data.Services.Client.xml
│ │ ├── System.Data.Services.Design.dll
│ │ ├── System.Data.Services.Design.xml
│ │ ├── System.Data.Services.dll
│ │ ├── System.Data.Services.xml
│ │ ├── System.Data.SqlXml.dll
│ │ ├── System.Data.SqlXml.xml
│ │ ├── System.Data.dll
│ │ ├── System.Data.xml
│ │ ├── System.Deployment.dll
│ │ ├── System.Deployment.xml
│ │ ├── System.Design.dll
│ │ ├── System.Design.xml
│ │ ├── System.Device.dll
│ │ ├── System.Device.xml
│ │ ├── System.DirectoryServices.AccountManagement.dll
│ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ ├── System.DirectoryServices.Protocols.dll
│ │ ├── System.DirectoryServices.Protocols.xml
│ │ ├── System.DirectoryServices.dll
│ │ ├── System.DirectoryServices.xml
│ │ ├── System.Drawing.Design.dll
│ │ ├── System.Drawing.Design.xml
│ │ ├── System.Drawing.dll
│ │ ├── System.Drawing.xml
│ │ ├── System.EnterpriseServices.Thunk.dll
│ │ ├── System.EnterpriseServices.Wrapper.dll
│ │ ├── System.EnterpriseServices.dll
│ │ ├── System.EnterpriseServices.xml
│ │ ├── System.IO.Compression.FileSystem.dll
│ │ ├── System.IO.Compression.FileSystem.xml
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.Compression.xml
│ │ ├── System.IO.Log.dll
│ │ ├── System.IO.Log.xml
│ │ ├── System.IdentityModel.Selectors.dll
│ │ ├── System.IdentityModel.Selectors.xml
│ │ ├── System.IdentityModel.Services.dll
│ │ ├── System.IdentityModel.Services.xml
│ │ ├── System.IdentityModel.dll
│ │ ├── System.IdentityModel.xml
│ │ ├── System.Management.Instrumentation.dll
│ │ ├── System.Management.Instrumentation.xml
│ │ ├── System.Management.dll
│ │ ├── System.Management.xml
│ │ ├── System.Messaging.dll
│ │ ├── System.Messaging.xml
│ │ ├── System.Net.Http.WebRequest.dll
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Http.xml
│ │ ├── System.Net.dll
│ │ ├── System.Net.xml
│ │ ├── System.Numerics.dll
│ │ ├── System.Numerics.xml
│ │ ├── System.Printing.dll
│ │ ├── System.Printing.xml
│ │ ├── System.Reflection.Context.dll
│ │ ├── System.Reflection.Context.xml
│ │ ├── System.Runtime.Caching.dll
│ │ ├── System.Runtime.Caching.xml
│ │ ├── System.Runtime.DurableInstancing.dll
│ │ ├── System.Runtime.DurableInstancing.xml
│ │ ├── System.Runtime.Remoting.dll
│ │ ├── System.Runtime.Remoting.xml
│ │ ├── System.Runtime.Serialization.Formatters.Soap.dll
│ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ ├── System.Runtime.Serialization.dll
│ │ ├── System.Runtime.Serialization.xml
│ │ ├── System.Security.dll
│ │ ├── System.Security.xml
│ │ ├── System.ServiceModel.Activation.dll
│ │ ├── System.ServiceModel.Activation.xml
│ │ ├── System.ServiceModel.Activities.dll
│ │ ├── System.ServiceModel.Activities.xml
│ │ ├── System.ServiceModel.Channels.dll
│ │ ├── System.ServiceModel.Channels.xml
│ │ ├── System.ServiceModel.Discovery.dll
│ │ ├── System.ServiceModel.Discovery.xml
│ │ ├── System.ServiceModel.Routing.dll
│ │ ├── System.ServiceModel.Routing.xml
│ │ ├── System.ServiceModel.Web.dll
│ │ ├── System.ServiceModel.Web.xml
│ │ ├── System.ServiceModel.dll
│ │ ├── System.ServiceModel.xml
│ │ ├── System.ServiceProcess.dll
│ │ ├── System.ServiceProcess.xml
│ │ ├── System.Speech.dll
│ │ ├── System.Speech.xml
│ │ ├── System.Threading.Tasks.Dataflow.xml
│ │ ├── System.Transactions.dll
│ │ ├── System.Transactions.xml
│ │ ├── System.Web.Abstractions.dll
│ │ ├── System.Web.ApplicationServices.dll
│ │ ├── System.Web.ApplicationServices.xml
│ │ ├── System.Web.DataVisualization.Design.dll
│ │ ├── System.Web.DataVisualization.dll
│ │ ├── System.Web.DataVisualization.xml
│ │ ├── System.Web.DynamicData.Design.dll
│ │ ├── System.Web.DynamicData.Design.xml
│ │ ├── System.Web.DynamicData.dll
│ │ ├── System.Web.DynamicData.xml
│ │ ├── System.Web.Entity.Design.dll
│ │ ├── System.Web.Entity.Design.xml
│ │ ├── System.Web.Entity.dll
│ │ ├── System.Web.Entity.xml
│ │ ├── System.Web.Extensions.Design.dll
│ │ ├── System.Web.Extensions.Design.xml
│ │ ├── System.Web.Extensions.dll
│ │ ├── System.Web.Extensions.xml
│ │ ├── System.Web.Mobile.dll
│ │ ├── System.Web.Mobile.xml
│ │ ├── System.Web.RegularExpressions.dll
│ │ ├── System.Web.RegularExpressions.xml
│ │ ├── System.Web.Routing.dll
│ │ ├── System.Web.Services.dll
│ │ ├── System.Web.Services.xml
│ │ ├── System.Web.dll
│ │ ├── System.Web.xml
│ │ ├── System.Windows.Controls.Ribbon.dll
│ │ ├── System.Windows.Controls.Ribbon.xml
│ │ ├── System.Windows.Forms.DataVisualization.Design.dll
│ │ ├── System.Windows.Forms.DataVisualization.dll
│ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ ├── System.Windows.Forms.dll
│ │ ├── System.Windows.Forms.xml
│ │ ├── System.Windows.Input.Manipulations.dll
│ │ ├── System.Windows.Input.Manipulations.xml
│ │ ├── System.Windows.Presentation.dll
│ │ ├── System.Windows.Presentation.xml
│ │ ├── System.Windows.dll
│ │ ├── System.Workflow.Activities.dll
│ │ ├── System.Workflow.Activities.xml
│ │ ├── System.Workflow.ComponentModel.dll
│ │ ├── System.Workflow.ComponentModel.xml
│ │ ├── System.Workflow.Runtime.dll
│ │ ├── System.Workflow.Runtime.xml
│ │ ├── System.WorkflowServices.dll
│ │ ├── System.WorkflowServices.xml
│ │ ├── System.Xaml.dll
│ │ ├── System.Xaml.xml
│ │ ├── System.Xml.Linq.dll
│ │ ├── System.Xml.Linq.xml
│ │ ├── System.Xml.Serialization.dll
│ │ ├── System.Xml.dll
│ │ ├── System.Xml.xml
│ │ ├── System.dll
│ │ ├── System.xml
│ │ ├── UIAutomationClient.dll
│ │ ├── UIAutomationClient.xml
│ │ ├── UIAutomationClientsideProviders.dll
│ │ ├── UIAutomationClientsideProviders.xml
│ │ ├── UIAutomationProvider.dll
│ │ ├── UIAutomationProvider.xml
│ │ ├── UIAutomationTypes.dll
│ │ ├── UIAutomationTypes.xml
│ │ ├── WindowsBase.dll
│ │ ├── WindowsBase.xml
│ │ ├── WindowsFormsIntegration.dll
│ │ ├── WindowsFormsIntegration.xml
│ │ ├── XamlBuildTask.dll
│ │ ├── XamlBuildTask.xml
│ │ ├── mscorlib.dll
│ │ ├── mscorlib.xml
│ │ ├── sysglobl.dll
│ │ ├── sysglobl.xml
│ │ └── zh-Hans
│ │ ├── Accessibility.xml
│ │ ├── CustomMarshalers.xml
│ │ ├── ISymWrapper.xml
│ │ ├── Microsoft.Activities.Build.xml
│ │ ├── Microsoft.Build.Conversion.v4.0.xml
│ │ ├── Microsoft.Build.Engine.xml
│ │ ├── Microsoft.Build.Framework.xml
│ │ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ ├── Microsoft.Build.xml
│ │ ├── Microsoft.CSharp.xml
│ │ ├── Microsoft.JScript.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ ├── Microsoft.VisualBasic.xml
│ │ ├── Microsoft.VisualC.STLCLR.xml
│ │ ├── Microsoft.VisualC.xml
│ │ ├── PresentationBuildTasks.xml
│ │ ├── PresentationCore.xml
│ │ ├── PresentationFramework.Aero.xml
│ │ ├── PresentationFramework.Aero2.xml
│ │ ├── PresentationFramework.AeroLite.xml
│ │ ├── PresentationFramework.Classic.xml
│ │ ├── PresentationFramework.Luna.xml
│ │ ├── PresentationFramework.Royale.xml
│ │ ├── PresentationFramework.xml
│ │ ├── ReachFramework.xml
│ │ ├── System.Activities.Core.Presentation.xml
│ │ ├── System.Activities.DurableInstancing.xml
│ │ ├── System.Activities.Presentation.xml
│ │ ├── System.Activities.xml
│ │ ├── System.AddIn.Contract.xml
│ │ ├── System.AddIn.xml
│ │ ├── System.ComponentModel.Composition.Registration.xml
│ │ ├── System.ComponentModel.Composition.xml
│ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ ├── System.Configuration.Install.xml
│ │ ├── System.Core.xml
│ │ ├── System.Data.DataSetExtensions.xml
│ │ ├── System.Data.Entity.Design.xml
│ │ ├── System.Data.Entity.xml
│ │ ├── System.Data.Linq.xml
│ │ ├── System.Data.OracleClient.xml
│ │ ├── System.Data.Services.Client.xml
│ │ ├── System.Data.Services.Design.xml
│ │ ├── System.Data.Services.xml
│ │ ├── System.Data.SqlXml.xml
│ │ ├── System.Data.xml
│ │ ├── System.Deployment.xml
│ │ ├── System.Design.xml
│ │ ├── System.Device.xml
│ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ ├── System.DirectoryServices.Protocols.xml
│ │ ├── System.DirectoryServices.xml
│ │ ├── System.Drawing.Design.xml
│ │ ├── System.Drawing.xml
│ │ ├── System.EnterpriseServices.xml
│ │ ├── System.IO.Compression.FileSystem.xml
│ │ ├── System.IO.Compression.xml
│ │ ├── System.IO.Log.xml
│ │ ├── System.IdentityModel.Selectors.xml
│ │ ├── System.IdentityModel.Services.xml
│ │ ├── System.IdentityModel.xml
│ │ ├── System.Management.Instrumentation.xml
│ │ ├── System.Management.xml
│ │ ├── System.Messaging.xml
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.xml
│ │ ├── System.Net.xml
│ │ ├── System.Numerics.xml
│ │ ├── System.Printing.xml
│ │ ├── System.Reflection.Context.xml
│ │ ├── System.Runtime.Caching.xml
│ │ ├── System.Runtime.DurableInstancing.xml
│ │ ├── System.Runtime.Remoting.xml
│ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ ├── System.Runtime.Serialization.xml
│ │ ├── System.Security.xml
│ │ ├── System.ServiceModel.Activation.xml
│ │ ├── System.ServiceModel.Activities.xml
│ │ ├── System.ServiceModel.Channels.xml
│ │ ├── System.ServiceModel.Discovery.xml
│ │ ├── System.ServiceModel.Routing.xml
│ │ ├── System.ServiceModel.Web.xml
│ │ ├── System.ServiceModel.xml
│ │ ├── System.ServiceProcess.xml
│ │ ├── System.Speech.xml
│ │ ├── System.Threading.Tasks.Dataflow.xml
│ │ ├── System.Transactions.xml
│ │ ├── System.Web.ApplicationServices.xml
│ │ ├── System.Web.DataVisualization.xml
│ │ ├── System.Web.DynamicData.Design.xml
│ │ ├── System.Web.DynamicData.xml
│ │ ├── System.Web.Entity.Design.xml
│ │ ├── System.Web.Entity.xml
│ │ ├── System.Web.Extensions.Design.xml
│ │ ├── System.Web.Extensions.xml
│ │ ├── System.Web.Mobile.xml
│ │ ├── System.Web.RegularExpressions.xml
│ │ ├── System.Web.Services.xml
│ │ ├── System.Web.xml
│ │ ├── System.Windows.Controls.Ribbon.xml
│ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ ├── System.Windows.Forms.xml
│ │ ├── System.Windows.Input.Manipulations.xml
│ │ ├── System.Windows.Presentation.xml
│ │ ├── System.Workflow.Activities.xml
│ │ ├── System.Workflow.ComponentModel.xml
│ │ ├── System.Workflow.Runtime.xml
│ │ ├── System.WorkflowServices.xml
│ │ ├── System.XML.xml
│ │ ├── System.Xaml.xml
│ │ ├── System.Xml.Linq.xml
│ │ ├── System.configuration.xml
│ │ ├── System.xml
│ │ ├── UIAutomationClient.xml
│ │ ├── UIAutomationClientsideProviders.xml
│ │ ├── UIAutomationProvider.xml
│ │ ├── UIAutomationTypes.xml
│ │ ├── WindowsBase.xml
│ │ ├── WindowsFormsIntegration.xml
│ │ ├── XamlBuildTask.xml
│ │ ├── mscorlib.xml
│ │ └── sysglobl.xml
│ ├── v4.5.2
│ │ ├── Accessibility.dll
│ │ ├── Accessibility.xml
│ │ ├── CustomMarshalers.dll
│ │ ├── CustomMarshalers.xml
│ │ ├── Facades
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ ├── System.ComponentModel.EventBasedAsync.dll
│ │ │ ├── System.ComponentModel.dll
│ │ │ ├── System.Diagnostics.Contracts.dll
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.Tools.dll
│ │ │ ├── System.Diagnostics.Tracing.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Globalization.dll
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.Parallel.dll
│ │ │ ├── System.Linq.Queryable.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.NetworkInformation.dll
│ │ │ ├── System.Net.Primitives.dll
│ │ │ ├── System.Net.Requests.dll
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Emit.ILGeneration.dll
│ │ │ ├── System.Reflection.Emit.Lightweight.dll
│ │ │ ├── System.Reflection.Emit.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Resources.ResourceManager.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.InteropServices.WindowsRuntime.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Numerics.dll
│ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Principal.dll
│ │ │ ├── System.ServiceModel.Duplex.dll
│ │ │ ├── System.ServiceModel.Http.dll
│ │ │ ├── System.ServiceModel.NetTcp.dll
│ │ │ ├── System.ServiceModel.Primitives.dll
│ │ │ ├── System.ServiceModel.Security.dll
│ │ │ ├── System.Text.Encoding.Extensions.dll
│ │ │ ├── System.Text.Encoding.dll
│ │ │ ├── System.Text.RegularExpressions.dll
│ │ │ ├── System.Threading.Tasks.Parallel.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.Threading.Timer.dll
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.XDocument.dll
│ │ │ └── System.Xml.XmlSerializer.dll
│ │ ├── ISymWrapper.dll
│ │ ├── ISymWrapper.xml
│ │ ├── Microsoft.Activities.Build.dll
│ │ ├── Microsoft.Activities.Build.xml
│ │ ├── Microsoft.Build.Conversion.v4.0.dll
│ │ ├── Microsoft.Build.Conversion.v4.0.xml
│ │ ├── Microsoft.Build.Engine.dll
│ │ ├── Microsoft.Build.Engine.xml
│ │ ├── Microsoft.Build.Framework.dll
│ │ ├── Microsoft.Build.Framework.xml
│ │ ├── Microsoft.Build.Tasks.v4.0.dll
│ │ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ ├── Microsoft.Build.Utilities.v4.0.dll
│ │ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ ├── Microsoft.Build.dll
│ │ ├── Microsoft.Build.xml
│ │ ├── Microsoft.CSharp.dll
│ │ ├── Microsoft.CSharp.xml
│ │ ├── Microsoft.JScript.dll
│ │ ├── Microsoft.JScript.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.dll
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.dll
│ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ ├── Microsoft.VisualBasic.dll
│ │ ├── Microsoft.VisualBasic.xml
│ │ ├── Microsoft.VisualC.STLCLR.dll
│ │ ├── Microsoft.VisualC.STLCLR.xml
│ │ ├── Microsoft.VisualC.dll
│ │ ├── Microsoft.VisualC.xml
│ │ ├── PermissionSets
│ │ │ ├── FullTrust.xml
│ │ │ ├── Internet.xml
│ │ │ └── LocalIntranet.xml
│ │ ├── PresentationBuildTasks.dll
│ │ ├── PresentationBuildTasks.xml
│ │ ├── PresentationCore.dll
│ │ ├── PresentationCore.xml
│ │ ├── PresentationFramework.Aero.dll
│ │ ├── PresentationFramework.Aero.xml
│ │ ├── PresentationFramework.Aero2.dll
│ │ ├── PresentationFramework.Aero2.xml
│ │ ├── PresentationFramework.AeroLite.dll
│ │ ├── PresentationFramework.AeroLite.xml
│ │ ├── PresentationFramework.Classic.dll
│ │ ├── PresentationFramework.Classic.xml
│ │ ├── PresentationFramework.Luna.dll
│ │ ├── PresentationFramework.Luna.xml
│ │ ├── PresentationFramework.Royale.dll
│ │ ├── PresentationFramework.Royale.xml
│ │ ├── PresentationFramework.dll
│ │ ├── PresentationFramework.xml
│ │ ├── ReachFramework.dll
│ │ ├── ReachFramework.xml
│ │ ├── RedistList
│ │ │ └── FrameworkList.xml
│ │ ├── System.Activities.Core.Presentation.dll
│ │ ├── System.Activities.Core.Presentation.xml
│ │ ├── System.Activities.DurableInstancing.dll
│ │ ├── System.Activities.DurableInstancing.xml
│ │ ├── System.Activities.Presentation.dll
│ │ ├── System.Activities.Presentation.xml
│ │ ├── System.Activities.dll
│ │ ├── System.Activities.xml
│ │ ├── System.AddIn.Contract.dll
│ │ ├── System.AddIn.Contract.xml
│ │ ├── System.AddIn.dll
│ │ ├── System.AddIn.xml
│ │ ├── System.ComponentModel.Composition.Registration.dll
│ │ ├── System.ComponentModel.Composition.Registration.xml
│ │ ├── System.ComponentModel.Composition.dll
│ │ ├── System.ComponentModel.Composition.xml
│ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ ├── System.Configuration.Install.dll
│ │ ├── System.Configuration.Install.xml
│ │ ├── System.Configuration.dll
│ │ ├── System.Configuration.xml
│ │ ├── System.Core.dll
│ │ ├── System.Core.xml
│ │ ├── System.Data.DataSetExtensions.dll
│ │ ├── System.Data.DataSetExtensions.xml
│ │ ├── System.Data.Entity.Design.dll
│ │ ├── System.Data.Entity.Design.xml
│ │ ├── System.Data.Entity.dll
│ │ ├── System.Data.Entity.xml
│ │ ├── System.Data.Linq.dll
│ │ ├── System.Data.Linq.xml
│ │ ├── System.Data.OracleClient.dll
│ │ ├── System.Data.OracleClient.xml
│ │ ├── System.Data.Services.Client.dll
│ │ ├── System.Data.Services.Client.xml
│ │ ├── System.Data.Services.Design.dll
│ │ ├── System.Data.Services.Design.xml
│ │ ├── System.Data.Services.dll
│ │ ├── System.Data.Services.xml
│ │ ├── System.Data.SqlXml.dll
│ │ ├── System.Data.SqlXml.xml
│ │ ├── System.Data.dll
│ │ ├── System.Data.xml
│ │ ├── System.Deployment.dll
│ │ ├── System.Deployment.xml
│ │ ├── System.Design.dll
│ │ ├── System.Design.xml
│ │ ├── System.Device.dll
│ │ ├── System.Device.xml
│ │ ├── System.DirectoryServices.AccountManagement.dll
│ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ ├── System.DirectoryServices.Protocols.dll
│ │ ├── System.DirectoryServices.Protocols.xml
│ │ ├── System.DirectoryServices.dll
│ │ ├── System.DirectoryServices.xml
│ │ ├── System.Drawing.Design.dll
│ │ ├── System.Drawing.Design.xml
│ │ ├── System.Drawing.dll
│ │ ├── System.Drawing.xml
│ │ ├── System.EnterpriseServices.Thunk.dll
│ │ ├── System.EnterpriseServices.Wrapper.dll
│ │ ├── System.EnterpriseServices.dll
│ │ ├── System.EnterpriseServices.xml
│ │ ├── System.IO.Compression.FileSystem.dll
│ │ ├── System.IO.Compression.FileSystem.xml
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.Compression.xml
│ │ ├── System.IO.Log.dll
│ │ ├── System.IO.Log.xml
│ │ ├── System.IdentityModel.Selectors.dll
│ │ ├── System.IdentityModel.Selectors.xml
│ │ ├── System.IdentityModel.Services.dll
│ │ ├── System.IdentityModel.Services.xml
│ │ ├── System.IdentityModel.dll
│ │ ├── System.IdentityModel.xml
│ │ ├── System.Management.Instrumentation.dll
│ │ ├── System.Management.Instrumentation.xml
│ │ ├── System.Management.dll
│ │ ├── System.Management.xml
│ │ ├── System.Messaging.dll
│ │ ├── System.Messaging.xml
│ │ ├── System.Net.Http.WebRequest.dll
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Http.xml
│ │ ├── System.Net.dll
│ │ ├── System.Net.xml
│ │ ├── System.Numerics.dll
│ │ ├── System.Numerics.xml
│ │ ├── System.Printing.dll
│ │ ├── System.Printing.xml
│ │ ├── System.Reflection.Context.dll
│ │ ├── System.Reflection.Context.xml
│ │ ├── System.Runtime.Caching.dll
│ │ ├── System.Runtime.Caching.xml
│ │ ├── System.Runtime.DurableInstancing.dll
│ │ ├── System.Runtime.DurableInstancing.xml
│ │ ├── System.Runtime.Remoting.dll
│ │ ├── System.Runtime.Remoting.xml
│ │ ├── System.Runtime.Serialization.Formatters.Soap.dll
│ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ ├── System.Runtime.Serialization.dll
│ │ ├── System.Runtime.Serialization.xml
│ │ ├── System.Security.dll
│ │ ├── System.Security.xml
│ │ ├── System.ServiceModel.Activation.dll
│ │ ├── System.ServiceModel.Activation.xml
│ │ ├── System.ServiceModel.Activities.dll
│ │ ├── System.ServiceModel.Activities.xml
│ │ ├── System.ServiceModel.Channels.dll
│ │ ├── System.ServiceModel.Channels.xml
│ │ ├── System.ServiceModel.Discovery.dll
│ │ ├── System.ServiceModel.Discovery.xml
│ │ ├── System.ServiceModel.Routing.dll
│ │ ├── System.ServiceModel.Routing.xml
│ │ ├── System.ServiceModel.Web.dll
│ │ ├── System.ServiceModel.Web.xml
│ │ ├── System.ServiceModel.dll
│ │ ├── System.ServiceModel.xml
│ │ ├── System.ServiceProcess.dll
│ │ ├── System.ServiceProcess.xml
│ │ ├── System.Speech.dll
│ │ ├── System.Speech.xml
│ │ ├── System.Threading.Tasks.Dataflow.xml
│ │ ├── System.Transactions.dll
│ │ ├── System.Transactions.xml
│ │ ├── System.Web.Abstractions.dll
│ │ ├── System.Web.ApplicationServices.dll
│ │ ├── System.Web.ApplicationServices.xml
│ │ ├── System.Web.DataVisualization.Design.dll
│ │ ├── System.Web.DataVisualization.dll
│ │ ├── System.Web.DataVisualization.xml
│ │ ├── System.Web.DynamicData.Design.dll
│ │ ├── System.Web.DynamicData.Design.xml
│ │ ├── System.Web.DynamicData.dll
│ │ ├── System.Web.DynamicData.xml
│ │ ├── System.Web.Entity.Design.dll
│ │ ├── System.Web.Entity.Design.xml
│ │ ├── System.Web.Entity.dll
│ │ ├── System.Web.Entity.xml
│ │ ├── System.Web.Extensions.Design.dll
│ │ ├── System.Web.Extensions.Design.xml
│ │ ├── System.Web.Extensions.dll
│ │ ├── System.Web.Extensions.xml
│ │ ├── System.Web.Mobile.dll
│ │ ├── System.Web.Mobile.xml
│ │ ├── System.Web.RegularExpressions.dll
│ │ ├── System.Web.RegularExpressions.xml
│ │ ├── System.Web.Routing.dll
│ │ ├── System.Web.Services.dll
│ │ ├── System.Web.Services.xml
│ │ ├── System.Web.dll
│ │ ├── System.Web.xml
│ │ ├── System.Windows.Controls.Ribbon.dll
│ │ ├── System.Windows.Controls.Ribbon.xml
│ │ ├── System.Windows.Forms.DataVisualization.Design.dll
│ │ ├── System.Windows.Forms.DataVisualization.dll
│ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ ├── System.Windows.Forms.dll
│ │ ├── System.Windows.Forms.xml
│ │ ├── System.Windows.Input.Manipulations.dll
│ │ ├── System.Windows.Input.Manipulations.xml
│ │ ├── System.Windows.Presentation.dll
│ │ ├── System.Windows.Presentation.xml
│ │ ├── System.Windows.dll
│ │ ├── System.Workflow.Activities.dll
│ │ ├── System.Workflow.Activities.xml
│ │ ├── System.Workflow.ComponentModel.dll
│ │ ├── System.Workflow.ComponentModel.xml
│ │ ├── System.Workflow.Runtime.dll
│ │ ├── System.Workflow.Runtime.xml
│ │ ├── System.WorkflowServices.dll
│ │ ├── System.WorkflowServices.xml
│ │ ├── System.Xaml.dll
│ │ ├── System.Xaml.xml
│ │ ├── System.Xml.Linq.dll
│ │ ├── System.Xml.Linq.xml
│ │ ├── System.Xml.Serialization.dll
│ │ ├── System.Xml.dll
│ │ ├── System.Xml.xml
│ │ ├── System.dll
│ │ ├── System.xml
│ │ ├── UIAutomationClient.dll
│ │ ├── UIAutomationClient.xml
│ │ ├── UIAutomationClientsideProviders.dll
│ │ ├── UIAutomationClientsideProviders.xml
│ │ ├── UIAutomationProvider.dll
│ │ ├── UIAutomationProvider.xml
│ │ ├── UIAutomationTypes.dll
│ │ ├── UIAutomationTypes.xml
│ │ ├── WindowsBase.dll
│ │ ├── WindowsBase.xml
│ │ ├── WindowsFormsIntegration.dll
│ │ ├── WindowsFormsIntegration.xml
│ │ ├── XamlBuildTask.dll
│ │ ├── XamlBuildTask.xml
│ │ ├── mscorlib.dll
│ │ ├── mscorlib.xml
│ │ ├── sysglobl.dll
│ │ ├── sysglobl.xml
│ │ └── zh-Hans
│ │ ├── Accessibility.xml
│ │ ├── CustomMarshalers.xml
│ │ ├── ISymWrapper.xml
│ │ ├── Microsoft.Activities.Build.xml
│ │ ├── Microsoft.Build.Conversion.v4.0.xml
│ │ ├── Microsoft.Build.Engine.xml
│ │ ├── Microsoft.Build.Framework.xml
│ │ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ ├── Microsoft.Build.xml
│ │ ├── Microsoft.CSharp.xml
│ │ ├── Microsoft.JScript.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.Data.xml
│ │ ├── Microsoft.VisualBasic.Compatibility.xml
│ │ ├── Microsoft.VisualBasic.xml
│ │ ├── Microsoft.VisualC.STLCLR.xml
│ │ ├── Microsoft.VisualC.xml
│ │ ├── PresentationBuildTasks.xml
│ │ ├── PresentationCore.xml
│ │ ├── PresentationFramework.Aero.xml
│ │ ├── PresentationFramework.Aero2.xml
│ │ ├── PresentationFramework.AeroLite.xml
│ │ ├── PresentationFramework.Classic.xml
│ │ ├── PresentationFramework.Luna.xml
│ │ ├── PresentationFramework.Royale.xml
│ │ ├── PresentationFramework.xml
│ │ ├── ReachFramework.xml
│ │ ├── System.Activities.Core.Presentation.xml
│ │ ├── System.Activities.DurableInstancing.xml
│ │ ├── System.Activities.Presentation.xml
│ │ ├── System.Activities.xml
│ │ ├── System.AddIn.Contract.xml
│ │ ├── System.AddIn.xml
│ │ ├── System.ComponentModel.Composition.Registration.xml
│ │ ├── System.ComponentModel.Composition.xml
│ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ ├── System.Configuration.Install.xml
│ │ ├── System.Core.xml
│ │ ├── System.Data.DataSetExtensions.xml
│ │ ├── System.Data.Entity.Design.xml
│ │ ├── System.Data.Entity.xml
│ │ ├── System.Data.Linq.xml
│ │ ├── System.Data.OracleClient.xml
│ │ ├── System.Data.Services.Client.xml
│ │ ├── System.Data.Services.Design.xml
│ │ ├── System.Data.Services.xml
│ │ ├── System.Data.SqlXml.xml
│ │ ├── System.Data.xml
│ │ ├── System.Deployment.xml
│ │ ├── System.Design.xml
│ │ ├── System.Device.xml
│ │ ├── System.DirectoryServices.AccountManagement.xml
│ │ ├── System.DirectoryServices.Protocols.xml
│ │ ├── System.DirectoryServices.xml
│ │ ├── System.Drawing.Design.xml
│ │ ├── System.Drawing.xml
│ │ ├── System.EnterpriseServices.xml
│ │ ├── System.IO.Compression.FileSystem.xml
│ │ ├── System.IO.Compression.xml
│ │ ├── System.IO.Log.xml
│ │ ├── System.IdentityModel.Selectors.xml
│ │ ├── System.IdentityModel.Services.xml
│ │ ├── System.IdentityModel.xml
│ │ ├── System.Management.Instrumentation.xml
│ │ ├── System.Management.xml
│ │ ├── System.Messaging.xml
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.xml
│ │ ├── System.Net.xml
│ │ ├── System.Numerics.xml
│ │ ├── System.Printing.xml
│ │ ├── System.Reflection.Context.xml
│ │ ├── System.Runtime.Caching.xml
│ │ ├── System.Runtime.DurableInstancing.xml
│ │ ├── System.Runtime.Remoting.xml
│ │ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ ├── System.Runtime.Serialization.xml
│ │ ├── System.Security.xml
│ │ ├── System.ServiceModel.Activation.xml
│ │ ├── System.ServiceModel.Activities.xml
│ │ ├── System.ServiceModel.Channels.xml
│ │ ├── System.ServiceModel.Discovery.xml
│ │ ├── System.ServiceModel.Routing.xml
│ │ ├── System.ServiceModel.Web.xml
│ │ ├── System.ServiceModel.xml
│ │ ├── System.ServiceProcess.xml
│ │ ├── System.Speech.xml
│ │ ├── System.Threading.Tasks.Dataflow.xml
│ │ ├── System.Transactions.xml
│ │ ├── System.Web.ApplicationServices.xml
│ │ ├── System.Web.DataVisualization.xml
│ │ ├── System.Web.DynamicData.Design.xml
│ │ ├── System.Web.DynamicData.xml
│ │ ├── System.Web.Entity.Design.xml
│ │ ├── System.Web.Entity.xml
│ │ ├── System.Web.Extensions.Design.xml
│ │ ├── System.Web.Extensions.xml
│ │ ├── System.Web.Mobile.xml
│ │ ├── System.Web.RegularExpressions.xml
│ │ ├── System.Web.Services.xml
│ │ ├── System.Web.xml
│ │ ├── System.Windows.Controls.Ribbon.xml
│ │ ├── System.Windows.Forms.DataVisualization.xml
│ │ ├── System.Windows.Forms.xml
│ │ ├── System.Windows.Input.Manipulations.xml
│ │ ├── System.Windows.Presentation.xml
│ │ ├── System.Workflow.Activities.xml
│ │ ├── System.Workflow.ComponentModel.xml
│ │ ├── System.Workflow.Runtime.xml
│ │ ├── System.WorkflowServices.xml
│ │ ├── System.XML.xml
│ │ ├── System.Xaml.xml
│ │ ├── System.Xml.Linq.xml
│ │ ├── System.configuration.xml
│ │ ├── System.xml
│ │ ├── UIAutomationClient.xml
│ │ ├── UIAutomationClientsideProviders.xml
│ │ ├── UIAutomationProvider.xml
│ │ ├── UIAutomationTypes.xml
│ │ ├── WindowsBase.xml
│ │ ├── WindowsFormsIntegration.xml
│ │ ├── XamlBuildTask.xml
│ │ ├── mscorlib.xml
│ │ └── sysglobl.xml
│ └── 请先阅读本文档.docx
└── 好例子网_VS2022下使用netv4v5.zip
25 directories, 1885 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论