Microsoft Visual Basic Powerpacks 12.0 Download

Reported by SPEEDPRO ENTERPRISE CO., LTD. Aug 16, 2017 at 02:17 PM windows 10.0 Visual Studio 2017 version 15.2 solution. When I open a project of Vs2012 from Vs2017, in vs2012 project, I choose a [reference] Microsoft.VisualBasic.PowerPacks.Vs into my project.

-->

Represents a control displayed as a horizontal, vertical, or diagonal line.

Namespace:Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Inheritance Hierarchy

System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.VisualBasic.PowerPacks.Shape
Microsoft.VisualBasic.PowerPacks.LineShape

Syntax

Constructors

NameDescription
LineShape()

Initializes a new instance of the LineShape class.

LineShape(Int32, Int32, Int32, Int32)

Initializes a new instance of the LineShape class, specifying the coordinates for the line.

LineShape(ShapeContainer)

Initializes a new instance of the LineShape class, specifying the ShapeContainer where it will be parented.

Properties

NameDescription
AccessibilityObject

Gets the AccessibleObject that is assigned to the control.(Inherited from Shape.)

AccessibleDefaultActionDescription

Gets or sets the default action description of the control for use by accessibility client applications.(Inherited from Shape.)

AccessibleDescription

Gets or sets the description of the control that is used by accessibility client applications.(Inherited from Shape.)

AccessibleName

Gets or sets the name of the control that is used by accessibility client applications.(Inherited from Shape.)

AccessibleRole

Gets or sets the accessible role of the control.(Inherited from Shape.)

Anchor

Gets or sets the edges of the container to which a shape is bound, and determines how a shape is resized when its parent is resized.(Inherited from Shape.)

BorderColor

Gets or sets the color of the border of a shape or line control.(Inherited from Shape.)

BorderStyle

Gets or sets the border style for a shape or line control. (Inherited from Shape.)

BorderWidth

Gets or sets the width of a line or shape control's border.(Inherited from Shape.)

CanFocus

Gets a value indicating whether a line or shape control can receive focus.(Inherited from Shape.)

CanRaiseEvents

(Inherited from Component.)

CanSelect

Gets a value indicating whether a line or shape control can be selected.(Inherited from Shape.)

Container

Gets the IContainer that contains the Component.(Inherited from Shape.)

ContainsFocus

Gets a value indicating whether a line or shape control currently has the input focus.(Inherited from Shape.)

ContextMenu

Gets or sets the shortcut menu associated with a line or shape control.(Inherited from Shape.)

ContextMenuStrip

Gets or sets the ContextMenuStrip associated with a line or shape control.(Inherited from Shape.)

Created

Gets a value indicating whether a line or shape control has been created.(Inherited from Shape.)

Cursor

Gets or sets the cursor that is displayed when the mouse pointer is resting on a line or shape control.(Inherited from Shape.)

DesignMode

(Inherited from Component.)

Disposing

Gets a value indicating whether the base Shape class is disposing.(Inherited from Shape.)

Enabled

Gets or sets a value indicating whether a line or shape control can respond to user interaction.(Inherited from Shape.)

EndPoint

Gets or sets the ending coordinates of a line drawn by a LineShape control.

Events

(Inherited from Component.)

Focused

Gets a value indicating whether a line or shape control currently has the input focus.(Inherited from Shape.)

IsAccessible

Gets or sets a value indicating whether a line or shape control is available to accessibility applications.(Inherited from Shape.)

IsDisposed

Gets a value indicating whether a line or shape control has been disposed of.(Inherited from Shape.)

Name

Gets or sets the name of a line or shape control.(Inherited from Shape.)

Parent

Gets or sets the parent container of a line or shape control.(Inherited from Shape.)

Region

Gets or sets the window region associated with a line or shape control.(Inherited from Shape.)

SelectionColor

Gets or sets the selection color of a shape.(Inherited from Shape.)

Site

(Inherited from Component.)

StartPoint

Gets or sets the starting coordinates of a line drawn by a LineShape control.

Tag

Gets or sets the object that contains data about a line or shape control.(Inherited from Shape.)

UseWaitCursor

Gets or sets a value indicating whether to use the wait cursor for the current line or shape control.(Inherited from Shape.)

Visible

Gets or sets a value indicating whether a line or shape control is displayed.(Inherited from Shape.)

X1

Gets or sets the X coordinate of the starting point of a line drawn by a LineShape control.

X2

Gets or sets the X coordinate of the ending point of a line drawn by a LineShape control.

Y1

Gets or sets the Y coordinate of the starting point of a line drawn by a LineShape control.

Y2

Gets or sets the Y coordinate of the ending point of a line drawn by a LineShape control.

Methods

NameDescription
BringToFront()

Brings a line or shape control to the front of the z-order.(Inherited from Shape.)

CreateAccessibilityInstance()

Creates an object to provide information that accessibility applications use to adjust an application's user interface (UI) for users who have disabilities.(Overrides Shape.CreateAccessibilityInstance().)

CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

Dispose()

(Inherited from Component.)

Dispose(Boolean)

Releases the unmanaged resources used by a line or shape control and optionally releases the managed resources.(Inherited from Shape.)

DrawToBitmap(Bitmap, Rectangle)

Supports drawing to the specified bitmap.(Overrides Shape.DrawToBitmap(Bitmap, Rectangle).)

Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Component.)

FindForm()

Retrieves the form that a line or shape control is on.(Inherited from Shape.)

Focus()

Sets input focus to a line or shape control.(Inherited from Shape.)

GetContainerControl()

Returns the next ContainerControl up in a line or shape control's chain of parent controls.(Inherited from Shape.)

GetHashCode()

(Inherited from Object.)

GetLifetimeService()

(Inherited from MarshalByRefObject.)

GetService(Type)

(Inherited from Component.)

GetType()

(Inherited from Object.)

Hide()

Conceals a line or shape control from the user.(Inherited from Shape.)

HitTest(Int32, Int32)

Gets information about the LineShape control at the specified point on the screen.(Overrides Shape.HitTest(Int32, Int32).)

InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

Invalidate()

Invalidates a specific region of a line or shape control and causes a paint message to be sent to the control.(Inherited from Shape.)

MemberwiseClone()

(Inherited from Object.)

MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

OnClick(EventArgs)

Raises the Click event.(Inherited from Shape.)

OnContextMenuChanged(EventArgs)

Raises the ContextMenuChanged event.(Inherited from Shape.)

OnContextMenuStripChanged(EventArgs)

Raises the ContextMenuStripChanged event.(Inherited from Shape.)

OnCursorChanged(EventArgs)

Raises the CursorChanged event.(Inherited from Shape.)

OnDoubleClick(EventArgs)

Raises the DoubleClick event.(Inherited from Shape.)

OnEnabledChanged(EventArgs)

Raises the EnabledChanged event.(Inherited from Shape.)

OnEndPointChanged(EventArgs)

Raises the EndPointChanged event.

OnEnter(EventArgs)

Raises the Enter event.(Inherited from Shape.)

OnGotFocus(EventArgs)

Raises the GotFocus event.(Inherited from Shape.)

OnInvalidated(InvalidateEventArgs)

Raises the Invalidated event.(Inherited from Shape.)

OnKeyDown(KeyEventArgs)

Raises the KeyDown event.(Inherited from Shape.)

OnKeyPress(KeyPressEventArgs)

Raises the KeyPress event.(Inherited from Shape.)

OnKeyUp(KeyEventArgs)

Raises the KeyUp event.(Inherited from Shape.)

OnLeave(EventArgs)

Raises the Leave event.(Inherited from Shape.)

OnLostFocus(EventArgs)

Raises the LostFocus event.(Inherited from Shape.)

OnMouseClick(MouseEventArgs)

Raises the MouseClick event.(Inherited from Shape.)

OnMouseDoubleClick(MouseEventArgs)

Raises the MouseDoubleClick event.(Inherited from Shape.)

OnMouseDown(MouseEventArgs)

Raises the MouseDown event.(Inherited from Shape.)

OnMouseEnter(EventArgs)

Raises the MouseEnter event.(Inherited from Shape.)

OnMouseHover(EventArgs)

Raises the MouseHover event.(Inherited from Shape.)

OnMouseLeave(EventArgs)

Raises the MouseLeave event.(Inherited from Shape.)

OnMouseMove(MouseEventArgs)

Raises the MouseMove event.(Inherited from Shape.)

OnMouseUp(MouseEventArgs)

Raises the MouseUp event.(Inherited from Shape.)

OnMouseWheel(MouseEventArgs)

Raises the MouseWheel event.(Inherited from Shape.)

OnMove(EventArgs)

Raises the Move event.(Inherited from Shape.)

OnPaint(PaintEventArgs)

Raises the Paint event.(Overrides Shape.OnPaint(PaintEventArgs).)

OnParentChanged(EventArgs)

Raises the ParentChanged event.(Inherited from Shape.)

OnPreviewKeyDown(PreviewKeyDownEventArgs)

Raises the PreviewKeyDown event.(Inherited from Shape.)

OnQueryAccessibilityHelp(QueryAccessibilityHelpEventArgs)

Raises the QueryAccessibilityHelp event.(Inherited from Shape.)

OnRegionChanged(EventArgs)

Raises the RegionChanged event.(Inherited from Shape.)

OnStartPointChanged(EventArgs)

Raises the StartPointChanged event.

OnVisibleChanged(EventArgs)

Raises the VisibleChanged event.(Inherited from Shape.)

PointToClient(Point)

Computes the location of the specified screen point into client coordinates.(Inherited from Shape.)

PointToScreen(Point)

Computes the location of the specified client point into screen coordinates.(Inherited from Shape.)

RectangleToClient(Rectangle)

Computes the size and location of the specified screen rectangle in client coordinates.(Inherited from Shape.)

RectangleToScreen(Rectangle)

Computes the size and location of the specified client rectangle in screen coordinates.(Inherited from Shape.)

Refresh()

Forces a control to invalidate its client area and immediately redraw itself and any child controls.(Inherited from Shape.)

ResumePaint(Boolean)

Resumes usual painting logic, optionally forcing an immediate layout of pending paint requests.(Inherited from Shape.)

Scale(SizeF)

Resizes the LineShape control by the specified scaling factor.(Overrides Shape.Scale(SizeF).)

Select()

Enables a control.(Inherited from Shape.)

SendToBack()

Sends a line or shape control to the back of the z-order.(Inherited from Shape.)

Show()

Displays a shape to the user.(Inherited from Shape.)

SuspendPaint()

Suspends the painting logic for a shape.(Inherited from Shape.)

ToString()

(Inherited from Component.)

Update()

Causes the control to redraw the invalidated regions within its client area.(Inherited from Shape.)

Events

NameDescription
ChangeUICues

Occurs when the focus or keyboard user interface (UI) cues change.(Inherited from Shape.)

Click

Occurs when the shape is clicked.(Inherited from Shape.)

ContextMenuChanged

Occurs when the value of the ContextMenu property changes.(Inherited from Shape.)

ContextMenuStripChanged

Occurs when the value of the ContextMenuStrip property changes.(Inherited from Shape.)

CursorChanged

Occurs when the value of the Cursor property changes.(Inherited from Shape.)

Disposed

(Inherited from Component.)

DoubleClick

Occurs when the shape is double-clicked.(Inherited from Shape.)

EnabledChanged

Occurs when the Enabled property value has changed.(Inherited from Shape.)

EndPointChanged

Occurs when the EndPoint property value changes.

Enter

Occurs when the shape is entered.(Inherited from Shape.)

GotFocus

Occurs when the shape receives focus.(Inherited from Shape.)

Invalidated

Occurs when a shape's display requires redrawing.(Inherited from Shape.)

KeyDown

Occurs when a key is pressed and the shape has focus.(Inherited from Shape.)

KeyPress

Occurs when a key is pressed and the shape has focus.(Inherited from Shape.)

KeyUp

Occurs when a key is released and the shape has focus.(Inherited from Shape.)

Leave

Occurs when the input focus leaves the shape.(Inherited from Shape.)

LostFocus

Occurs when the shape loses focus.(Inherited from Shape.)

MouseClick

Occurs when the shape is clicked by the mouse.(Inherited from Shape.)

MouseDoubleClick

Occurs when the shape is double-clicked by the mouse.(Inherited from Shape.)

MouseDown

Occurs when the mouse pointer is over the shape and a mouse button is pressed.(Inherited from Shape.)

MouseEnter

Occurs when the mouse pointer enters the shape.(Inherited from Shape.)

MouseHover

Occurs when the mouse pointer rests on the shape.(Inherited from Shape.)

MouseLeave

Occurs when the mouse pointer leaves the shape. (Inherited from Shape.)

MouseMove

Occurs when the mouse pointer is moved over the shape.(Inherited from Shape.)

MouseUp

Occurs when the mouse pointer is over the shape and a mouse button is released.(Inherited from Shape.)

MouseWheel

Occurs when the mouse wheel moves and the shape has focus.(Inherited from Shape.)

Move

Occurs when the shape is moved.(Inherited from Shape.)

Paint

Occurs when the shape is redrawn.(Inherited from Shape.)

ParentChanged

Occurs when the Parent property value changes.(Inherited from Shape.)

PreviewKeyDown

Occurs before the KeyDown event when a key is pressed and focus is on the shape.(Inherited from Shape.)

QueryAccessibilityHelp

Occurs when an AccessibleObject is providing Help to accessibility applications. (Inherited from Shape.)

RegionChanged

Occurs when the value of the Region property changes.(Inherited from Shape.)

StartPointChanged

Occurs when the StartPoint property value changes.

VisibleChanged

Occurs when the Visible property value changes.(Inherited from Shape.)

Remarks

The LineShape control enables you to draw lines on a form or container at design time or run time.

When you add a Line or Shape control to a form or container, an invisible ShapeContainer object is created. The ShapeContainer acts as a drawing surface for the shapes within each container control; each ShapeContainer has a corresponding ShapeCollection that enables you to iterate through the Line and Shape controls.

When you create a LineShape control at run time, you must also create a ShapeContainer and set the Parent property of the LineShape to the ShapeContainer.

Examples

The following example creates a ShapeContainer and a LineShape, adds them to a form, and displays a vertical line from the top to the bottom of the form.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

ShapeContainer
Shape
Microsoft.VisualBasic.PowerPacks Namespace
How to: Draw Shapes with the OvalShape and RectangleShape Controls (Visual Studio)
How to: Draw Lines with the LineShape Control (Visual Studio)
Introduction to the Line and Shape Controls (Visual Studio)

Return to top

On this Page:

Distributable Code Files for Visual Studio Ultimate 2013, Visual Studio Premium 2013, and Visual Studio Professional 2013 editions

This is the “REDIST list” that is referenced in the “Distributable Code” section of the Microsoft Software License Terms for certain editions of Visual Studio 2013 (“the software”). If you have a validly licensed copy of such software, you may copy and distribute with your program the unmodified form of the files listed below, subject to the License Terms for the software.

Microsoft Azure:

Source

MobileServices.js
MobileServices.min.js

Object Code

Microsoft.WindowsAzure.Mobile.dll,
Microsoft.WindowsAzure.Mobile.resources.dll,
Microsoft.WindowsAzure.Mobile.UI.dll, and
Microsoft.WindowsAzure.Ext.dll

Blend and XAML Designers for Visual Studio:

Blend Project and Item Templates for Visual Studio

C:Program Files (x86)Microsoft Visual Studio 12.0BlendProjectTemplates
C:Program Files (x86)Microsoft Visual Studio 12.0BlendItemTemplates

Blend Fonts for Visual Studio

Buxton Sketch font, SketchFlow Print font, and SegoeMarker font.

Blend Sketch Styles and Simple Styles for Visual Studio

C:Program Files (x86)Microsoft Visual Studio 12.0BlendAppThemes
Contents under: MSBuildMicrosoftExpressionBlendSilverlight
Target files and a .dll for subsettext
Contents under: MSBuildMicrosoftExpressionBlend.NETFramework
Target files and a .dll for subsettext

Behaviors Runtime for HTML

.JS files under C:Program Files (x86)Microsoft Visual Studio 12.0BlendLibrariesHTML

Behaviors Runtime for XAML

C:Program Files (x86)Microsoft SDKsWindowsv8.1ExtensionSDKsBehaviorsXamlSDKManaged12.0

SDKManifest.xml
RedistCommonConfigurationNeutral
Microsoft.Xaml.Interactions.pri
Microsoft.Xaml.Interactivity.pri
ReferencesCommonConfigurationNeutral
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll
ReferencesCommonConfigurationNeutral<lang>
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll

C:Program Files (x86)Microsoft SDKsWindowsv8.1ExtensionSDKsBehaviorsXamlSDKNative12.0

SDKManifest.xml
RedistCommonConfiguration<arch>
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll
RedistCommonConfigurationNeutral
Microsoft.Xaml.Interactions.pri
Microsoft.Xaml.Interactivity.pri
ReferencesCommonConfigurationNeutral
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll
ReferencesCommonConfigurationNeutral<lang>
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll

Behaviors Runtime for Phone XAML:

C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1ExtensionSDKsBehaviorsXamlSDKManaged12.0

SDKManifest.xml
RedistCommonConfigurationNeutral
Microsoft.Xaml.Interactions.pri
Microsoft.Xaml.Interactivity.pri
ReferencesCommonConfigurationNeutral
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll
ReferencesCommonConfigurationNeutral<lang>
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll

C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1ExtensionSDKsBehaviorsXamlSDKNative12.0

SDKManifest.xml
RedistCommonConfiguration<arch>
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll
RedistCommonConfigurationNeutral
Microsoft.Xaml.Interactions.pri
Microsoft.Xaml.Interactivity.pri
ReferencesCommonConfigurationNeutral
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll
ReferencesCommonConfigurationNeutral<lang>
Microsoft.Xaml.Interactions.dll
Microsoft.Xaml.Interactivity.dll

Sample Data Resources

C:Program Files (x86)Microsoft Visual Studio 12.0BlendSampleDataResources

Microsoft Visual Basic PowerPacks:

vb_vbpowerpacks.exe

LightSwitch:

ajax-loader.gif
dark-theme-2.0.0.css
dark-theme-2.5.0.css
datajs-1.1.1.js
datajs-1.1.1.min.js
icons-18-black.png
icons-18-white.png
icons-36-black.png
icons-36-white.png
jquery.mobile.structure-1.3.0.css
jquery.mobile.structure-1.3.0.min.css
jquery.mobile.theme-1.3.0.css
jquery.mobile.theme-1.3.0.min.css
jquery.mobile-1.3.0.css
jquery.mobile-1.3.0.js
jquery.mobile-1.3.0.min.css
jquery.mobile-1.3.0.min.js
jquery.mobile-1.3.0-vsdoc.js
jquery-1.9.1.intellisense.js
jquery-1.9.1.js
jquery-1.9.1.min.js
light-theme-2.0.0.css
light-theme-2.5.0.css
Microsoft.CSharp.dll
Microsoft.Data.Edm.dll
Microsoft.Data.Edm.SL.dll
Microsoft.Data.OData.dll
Microsoft.Data.OData.SL.dll
Microsoft.Data.Services.Client.dll
Microsoft.Data.Services.Client.SL.dll
Microsoft.Data.Services.dll
Microsoft.IdentityModel.dll
Microsoft.IdentityModel.Extensions.dll
Microsoft.LightSwitch.AppBridge.dll
Microsoft.LightSwitch.Base.Client.dll
Microsoft.LightSwitch.Client.dll
Microsoft.LightSwitch.Client.Internal.dll
Microsoft.LightSwitch.CodeMarker.dll
Microsoft.LightSwitch.CodeMarker.dll
Microsoft.LightSwitch.Cosmopolitan.Client.dll
Microsoft.LightSwitch.dll
Microsoft.LightSwitch.dll
Microsoft.LightSwitch.ExportProvider.dll
Microsoft.LightSwitch.ExportProvider.dll
Microsoft.LightSwitch.Extensions.Client.dll
Microsoft.LightSwitch.Extensions.Design.Client.dll
Microsoft.LightSwitch.Extensions.Server.dll
Microsoft.LightSwitch.ManifestService.Client.dll
Microsoft.LightSwitch.ManifestService.dll
Microsoft.LightSwitch.Model.Xaml.Client.dll
Microsoft.LightSwitch.Model.Xaml.dll
Microsoft.LightSwitch.RuntimeEditor.Internal.dll
Microsoft.LightSwitch.SDKProxy.dll
Microsoft.LightSwitch.Server.dll
Microsoft.LightSwitch.Server.Host.dll
Microsoft.LightSwitch.Server.Manifest.dll
Microsoft.LightSwitch.Server.Sap.dll
Microsoft.VisualStudio.Debugger.Runtime.Dll.dll
msls.js
msls-2.0.0.css
msls-2.0.0.js
msls-2.0.0.min.css
msls-2.0.0.min.js
msls-2.0.0-vsdoc.js
msls-2.5.0.css
msls-2.5.0.js
msls-2.5.0.min.css
msls-2.5.0.min.js
msls-2.5.0-vsdoc.js
msls-black-icons-18.png
msls-black-icons-36.png
msls-dark-2.0.0.css
msls-dark-2.5.0.css
msls-light-2.0.0.css
msls-light-2.5.0.css
msls-loader-dark.gif
msls-loader-light.gif
msls-white-icons-18.png
msls-white-icons-36.png
System.ComponentModel.Composition.dll
System.ComponentModel.DataAnnotations.dll
System.ServiceModel.DomainServices.Client.dll
System.ServiceModel.DomainServices.Client.Web.dll
System.ServiceModel.DomainServices.EntityFramework.dll
System.ServiceModel.DomainServices.Hosting.dll
System.ServiceModel.DomainServices.Hosting.OData.dll
System.ServiceModel.DomainServices.Server.dll
System.ServiceModel.Extensions.dll
System.ServiceModel.PollingDuplex.dll
System.ServiceModel.PollingDuplex.dll
System.ServiceModel.Web.Extensions.dll
System.Spatial.dll
System.Spatial.SL.dll
System.Windows.Controls.Data.dll
System.Windows.Controls.Data.Input.dll
System.Windows.Controls.dll
System.Windows.Controls.DomainServices.dll
System.Windows.Controls.Input.dll
System.Windows.Controls.Navigation.dll
System.Windows.Data.dll
System.Xml.Linq.dll
System.Xml.Serialization.dll
user-customization.css
user-logo.png
user-splash-screen.png
winjs-1.0.0.js
winjs-1.0.0.min.js

.NET Framework 4.5.1

Subject to the License Terms for the software, you may copy and distribute the following .exe and .msu files, unmodified, with your program:

Web Installer:

  • NDP451-KB2859818-Web.exe

Offline Installer:

  • NDP451-KB2858728-x86-x64-AllOS-ENU.exe

Language Packs:

  • NDP451-KB2858728-x86-x64-AllOS-<Culture>.exe

<Culture> uses three letter language code. For instance, NDP451-KB2858728-x86-x64-AllOS-ESN.exe

Note: <Culture> represents the specific language identifier. Language Packs are available for the following (listed here with their associated identifier code):

Arabic (ar), Chinese-Taiwan (zh-cht), Czech (cs), Danish (da), German (de), Greek (el), Finnish (fi), French (fr), Hebrew (he), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Dutch-Netherlands (nl), Norwegian (no), Polish (pl), Portuguese-Brazil (pt-BR), Russian (ru), Swedish (sv), Turkish (tr), Chinese (zh-chs), Portuguese-Portugal (pt-PT), Spanish (es)

Individual Packages:

  • NDP451-KB2858725-x86-x64-ENU.exe
  • NDP451-KB2858725-x86-ENU.exe
  • Windows8-RT-KB2881468-x86.msu
  • Windows8-RT-KB2881468-x64.msu
  • Windows8-RT-KB2881468-arm.msu

F# Runtime:

Fsharp.Core.dll

ADO.NET:

Subject to the License Terms for the software, you may copy and distribute the following .dll files, unmodified, with your program:

  • System.Data.dll
  • System.Data.DatasetExtensions.dll
  • System.Data.OracleClient.dll
  • Adonetdiag.dll

Visual C++ Runtime:

Subject to the License Terms for the software, you may copy and distribute the .following EXE files, unmodified, with your program:

These files can be run as prerequisites during installation.

vcredist_x86.exe
vcredist_x64.exe
vcredist_arm.exe

Subject to the License Terms for the software, you may copy and distribute the following MSM files, unmodified, as a part of the installation package of your program:

Microsoft_VC120_CRT_arm.msm
Microsoft_VC120_CRT_x64.msm
Microsoft_VC120_CRT_x86.msm

Microsoft_VC120_CXXAMP_x64.msm
Microsoft_VC120_CXXAMP_x86.msm
Microsoft_VC120_CXXAMP_arm.msm

Microsoft_VC120_MFCLOC_x64.msm
Microsoft_VC120_MFCLOC_x86.msm

Microsoft_VC120_MFC_x64.msm
Microsoft_VC120_MFC_x86.msm

Microsoft_VC120_OpenMP_arm.msm
Microsoft_VC120_OpenMP_x64.msm
Microsoft_VC120_OpenMP_x86.msm

Side-loading of Windows 8.1 Store Apps. The AppX files downloaded from the following location can be distributed unmodified with your Windows Store 8.1 apps that you intend to side-load:
http://download.microsoft.com/download/5/F/0/5F0F8404-9329-44A9-8176-ED6F7F746F25/VCLibs_Redist_Packages.zip

Visual C++ Runtime Files:

For your convenience, we have provided the following folders for use when distributing VC++ runtime files. Subject to the License Terms for the software, you may copy and distribute with your program any of the files within the folders listed below. You may not modify these files.

VCredistarmMicrosoft.VC120.CRTmsvcp120.dll
VCredistarmMicrosoft.VC120.CRTmsvcr120.dll
VCredistarmMicrosoft.VC120.CRTvccorlib120.dll
VCredistarmMicrosoft.VC120.CXXAMPvcamp120.dll
VCredistarmMicrosoft.VC120.OPENMPvcomp120.dll

VCredistx64Microsoft.VC120.CRTmsvcp120.dll
VCredistx64Microsoft.VC120.CRTmsvcr120.dll
VCredistx64Microsoft.VC120.CRTvccorlib120.dll
VCredistx64Microsoft.VC120.CXXAMPvcamp120.dll
VCredistx64Microsoft.VC120.MFCmfc120.dll
VCredistx64Microsoft.VC120.MFCmfc120u.dll
VCredistx64Microsoft.VC120.MFCmfcm120.dll
VCredistx64Microsoft.VC120.MFCmfcm120u.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120chs.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120cht.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120deu.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120enu.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120esn.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120fra.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120ita.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120jpn.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120kor.dll
VCredistx64Microsoft.VC120.MFCLOCmfc120rus.dll
VCredistx64Microsoft.VC120.OpenMPvcomp120.dll
VCredistx86Microsoft.VC120.CRTmsvcp120.dll
VCredistx86Microsoft.VC120.CRTmsvcr120.dll
VCredistx86Microsoft.VC120.CRTvccorlib120.dll
VCredistx86Microsoft.VC120.CXXAMPvcamp120.dll
VCredistx86Microsoft.VC120.MFCmfc120.dll
VCredistx86Microsoft.VC120.MFCmfc120u.dll
VCredistx86Microsoft.VC120.MFCmfcm120.dll
VCredistx86Microsoft.VC120.MFCmfcm120u.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120chs.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120cht.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120deu.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120enu.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120esn.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120fra.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120ita.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120jpn.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120kor.dll
VCredistx86Microsoft.VC120.MFCLOCmfc120rus.dll
VCredistx86Microsoft.VC120.OPENMPvcomp120.dll
Microsoft Visual Studio 12.0DIA SDKbinmsdia120.dll
Microsoft Visual Studio 12.0DIA SDKbinamd64msdia120.dll
Microsoft Visual Studio 12.0DIA SDKbinarmmsdia120.dll

Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistRetailx86casablanca120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistRetailx64casablanca120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistRetailarmcasablanca120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistRetailx86zumosdk120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistRetailx64zumosdk120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistRetailarmzumosdk120.winrt.dll
Microsoft SDKs Microsoft Cpp REST SDK for Visual Studio 2013SDKbinx86Releasecasablanca120.dll
Microsoft SDKs Microsoft Cpp REST SDK for Visual Studio 2013SDKbinx64Releasecasablanca120.dll

Subject to the License Terms for the software, you may copy and distribute the following files with your program in your program’s application local folder or by deploying them into the Global Assembly Cache (GAC):

VCatlmfclibmfcmifc80.dll
VCatlmfclibamd64mfcmifc80.dll

Distributable Code Files for the Concurrency Visualizer Software Development Kit

Subject to the License Terms for the software, you may copy and distribute the following files, unmodified, with your program:

Microsoft.ConcurrencyVisualizer.Markers.dll (for .NET 3.5)

Microsoft.ConcurrencyVisualizer.Markers.dll (for .NET 4.0)

cvmarkers.h

cvmarkersobj.h

Redistributable Code list for Visual Studio Ultimate 2013: Premium, Professional and Visual Studio Express for Windows 8.1 editions

ASP.NET Libraries

The following software components are licensed and supported separately under the Microsoft .NET Library terms located at https://webpifeed.blob.core.windows.net/webpifeed/eula/aspnetcomponent_rtw_ENU.htm. If you do not agree to the license terms for these software components, you may not use them.

  • MVC
  • Web API
  • Web Pages with Razor
  • Entity Framework
  • SignalR
  • Katana
  • Microsoft XML Document Transformation

Redist list for Microsoft Windows Phone SDK 8.0

This is the “REDIST list” that is referenced in the “Distributable Code” section of the Microsoft Software License Terms for Microsoft Windows Phone SDK 8.0 (“the software”). If you have a validly licensed copy of the software, you may copy and distribute the files listed below, unmodified, subject to the License Terms for the software.

Microsoft XNA Game Studio 4.0

  • Andyb.ttf
  • JingJing.ttf
  • Kooten.ttf
  • Linds.ttf
  • Miramo.ttf
  • Miramob.ttf
  • Moire-Bold.ttf
  • Moire-ExtraBold.ttf
  • Moire-Light.ttf
  • Moire-Regular.ttf
  • MotorwerkOblique.ttf
  • NGO_____.ttf
  • NGOB____.ttf
  • OcraExt.ttf
  • Peric.ttf
  • Pericl.ttf
  • Pesca.ttf
  • Pescab.ttf
  • QuartMS.ttf
  • SegoeKeycaps.ttf
  • Segoepr.ttf
  • Segoeprb.ttf
  • SegoeUIMono-Bold.ttf
  • SegoeUIMono-Regular.ttf
  • Wscsnbd.ttf
  • Wscsnbdit.ttf
  • Wscsnit.ttf
  • Wscsnrg.ttf

Blend for Visual Studio

Redistributable files from Blend for Visual Studio are installed in the following locations:

  • C:Program files (x86)Microsoft SDKsExpressionBlendWindows Phonev8.0
  • C:Program files (x86)Microsoft SDKsExpressionBlendWindows Phonev7.1
  • C:Program FilesMicrosoft SDKsExpressionBlend.NETFrameworkv4.0
  • C:Program FilesMicrosoft SDKsExpressionBlend.NETFrameworkv4.5
  • C:Program FilesMicrosoft SDKsExpressionBlendSilverlightv5.0

Microsoft Advertising SDK for Windows Phone:

  • Microsoft.Advertising.Mobile.dll
  • Microsoft.Advertising.Mobile.resources.dll
  • Microsoft.Advertising.Mobile.UI.dll
  • Microsofot.Advertising.Mobile.XNA.dll

Windows Phone Assemblies:

  • DoneListeningEarcon.wav
  • ListeningEarcon.wav
  • Microsoft.Phone.Controls.dll
  • Microsoft.Phone.Controls.Maps.dll

Windows Phone icon files:

  • paths: %programfiles%Microsoft SDKsWindows Phonev7.0IconsDark, %programfiles%Microsoft SDKsWindows Phonev7.0IconsLight, %programfiles%Microsoft SDKsWindows Phonev7.1IconsDark, %programfiles%Microsoft SDKsWindows Phonev7.1IconsLight, %programfiles%Microsoft SDKsWindows Phonev8.0IconsDark, %programfiles%Microsoft SDKsWindows Phonev8.0IconsLight
  • appbar.add.rest.png
  • appbar.back.rest.png
  • appbar.basecircle.rest.png
  • appbar.cancel.rest.png
  • appbar.check.rest.png
  • appbar.close.rest.png
  • appbar.delete.rest.png
  • appbar.download.rest.png
  • appbar.edit.rest.png
  • appbar.favs.addto.rest.png
  • appbar.favs.rest.png
  • appbar.feature.camera.rest.png
  • appbar.feature.email.rest.png
  • appbar.feature.search.rest.png
  • appbar.feature.settings.rest.png
  • appbar.feature.video.rest.png
  • appbar.folder.rest.png
  • appbar.minus.rest.png
  • appbar.new.rest.png
  • appbar.next.rest.png
  • appbar.overflowdots.png
  • appbar.questionmark.rest.png
  • appbar.refresh.rest.png
  • appbar.save.rest.png
  • appbar.share.rest.png
  • appbar.stop.rest.png
  • appbar.sync.rest.png
  • appbar.transport.ff.rest.png
  • appbar.transport.pause.rest.png
  • appbar.transport.play.rest.png
  • appbar.transport.rew.rest.png
  • appbar.upload.rest.png

Distributable Code Files for Visual Studio 2013 SDK

This is the “REDIST list” that is referenced in the “Distributable Code” section of the Microsoft Software License Terms for the Microsoft Visual Studio 2013 Software Development Kit (“the software”). If you have a validly licensed copy of the software, you may copy and distribute the unmodified object code form of the files listed below, subject to the License Terms for the software.

vs120_piaredist.exe

vs_isoshell.exe

vs_isoshellLP.exe

vs_intshelladditional.exe

vs_intshelladditionalLP.exe

Visual Studio Express 2013 for Windows Desktop

Visual C++ Runtime Redistributable Packages:

These packages install runtime components of C Runtime (CRT), Standard C++, C++ AMP, and OpenMP libraries.

Subject to the License Terms for the software, you may copy and distribute the following MSM files, unmodified, as a part of the installation package of your program:Microsoft_VC120_CRT_x64.msm
Microsoft_VC120_CRT_x86.msm

Microsoft_VC120_CXXAMP_x64.msm
Microsoft_VC120_CXXAMP_x86.msm

Microsoft_VC120_OpenMP_x64.msm
Microsoft_VC120_OpenMP_x86.msm

Visual C++ Runtime files

For your convenience, we have provided the following folders for use when distributing VC++ runtime files. Subject to the License Terms for the software, you may copy and distribute with your program any of the files within the folders listed below. You may not modify these files.

VCredistx86Microsoft.VC120.CRT
msvcp120.dll
msvcr120.dll
vccorlib120.dll

VCredistx64Microsoft.VC120.CRT
msvcp120.dll
msvcr120.dll
vccorlib120.dll

VCredistx86Microsoft.VC120.OpenMP
vcomp120.dll

VCredistx64Microsoft.VC120.OpenMP
vcomp120.dll

VCredistx86Microsoft.VC120.CXXAMP
vcamp120.dll

VCredistx64Microsoft.VC120.CXXAMP
vcamp120.dll
Microsoft SDKs Microsoft Cpp REST SDK for Visual Studio 2013SDKbinx86Releasecasablanca120.dll
Microsoft SDKs Microsoft Cpp REST SDK for Visual Studio 2013SDKbinx64Releasecasablanca120.dll

Visual Studio Express 2013 for Windows

Visual C++ Runtime files

For your convenience, we have provided the following folders for use when distributing VC++ runtime files. Subject to the License terms for the software, you may copy and distribute with your program any of the files within the folders listed below. You may not modify these files.

Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistRetailx86casablanca120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistRetailx64casablanca120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistRetailarmcasablanca120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistRetailx86zumosdk120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistRetailx64zumosdk120.winrt.dll
Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistRetailarmzumosdk120.winrt.dll
Microsoft SDKs Microsoft Cpp REST SDK for Visual Studio 2013SDKbinx86Releasecasablanca120.dll
Microsoft SDKs Microsoft Cpp REST SDK for Visual Studio 2013SDKbinx64Releasecasablanca120.dll

List of Utilities for Visual Studio 2013

This is the “Utilities List” that is referenced in the “Utilities” section of Microsoft Software License Terms for certain editions of Visual Studio 2013 (the “software”). Depending on the specific edition of the software, the software you received may not include all of the files on this list. To determine your rights with respect to the following files, please refer to the Visual Studio License Terms that came with your edition of the software.

  • Visual Studio IntelliTrace Standalone Collector
  • IntelliTraceCollection.cab
  • Visual Studio Concurrency Visualizer
  • concvi_standalonecollection.exe
  • Visual Studio Remote Tools
  • rtools_setup_x86.exe
  • rtools_setup_x64.exe
  • rtools_setup_arm.exe
  • Visual Studio Standalone Profiler
  • vs_profiler_x64_*.exe
  • vs_profiler_x86_*.exe
  • VCredistDebug_NonRedistarmMicrosoft.VC120.DebugCRTmsvcp120d.dll
  • VCredistDebug_NonRedistarmMicrosoft.VC120.DebugCRTmsvcr120d.dll
  • VCredistDebug_NonRedistarmMicrosoft.VC120.DebugCRTvccorlib120d.dll
  • VCredistDebug_NonRedistarmMicrosoft.VC120.DebugCXXAMPvcamp120d.dll
  • VCredistDebug_NonRedistarmMicrosoft.VC120.DebugOPENMPvcomp120d.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugCRTmsvcp120d.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugCRTmsvcr120d.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugCRTvccorlib120d.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugCXXAMPvcamp120d.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugMFCmfc120d.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugMFCmfc120ud.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugMFCmfcm120d.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugMFCmfcm120ud.dll
  • VCredistDebug_NonRedistx64Microsoft.VC120.DebugOpenMPvcomp120d.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugCRTmsvcp120d.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugCRTmsvcr120d.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugCRTvccorlib120d.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugCXXAMPvcamp120d.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugMFCmfc120d.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugMFCmfc120ud.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugMFCmfcm120d.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugMFCmfcm120ud.dll
  • VCredistDebug_NonRedistx86Microsoft.VC120.DebugOpenMPvcomp120d.dll
  • VCredistGraphicsDbgRedistARMVsGraphicsHelper.dll
  • VCredistGraphicsDbgRedistARM1033VsGraphicsResources.dll
  • VCredistGraphicsDbgRedistX64VsGraphicsHelper.dll
  • VCredistGraphicsDbgRedistX641033VsGraphicsResources.dll
  • VCredistGraphicsDbgRedistX86VsGraphicsHelper.dll
  • VCredistGraphicsDbgRedistX861033VsGraphicsResources.dll
  • Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistDebugx86casablanca120.winrt.dll
  • Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistDebugx64casablanca120.winrt.dll
  • Microsoft SDKsWindowsv8.1ExtensionSDKsCppRESTWindowsSDK1.0redistDebugarmcasablanca120.winrt.dll
  • Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistDebugx86zumosdk120.winrt.dll
  • Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistDebugx64zumosdk120.winrt.dll
  • Microsoft SDKsWindowsv8.1ExtensionSDKsMobileServicesCppClient1.0redistDebugarmzumosdk120.winrt.dll
  • Microsoft SDKs Microsoft Cpp REST SDK for Visual Studio 2013SDKbinx86Debugcasablanca120.dll
  • Microsoft SDKs Microsoft Cpp REST SDK for Visual Studio 2013SDKbinx64Debugcasablanca120.dll
  • VCbinarm1033pgort120ui.dll
  • VCbinarmpgort120.dll
  • VCbinarmpgosweep.exe

List of BuildServer Files for Visual Studio 2013

This is the “BUILDSERVER list” that is referenced in the “BUILDSERVER.TXT File” section of the Microsoft Software License Terms for certain editions of Visual Studio 2013 (the “software”). To determine your rights with respect to the following files, please refer to the License Terms that came with your edition of the software.

SharePoint Tooling for Visual Studio 2012:

  • Program Files(86)MsBuildMicrosoftVisual Studiov11.0SharePointTools
    • Microsoft.VisualStudio.SharePoint.targets
    • Microsoft.VisualStudio.SharePoint.Tasks.dll
  • WindowsMicrosoft.NETassemblyGAC_MSIL
    • Microsoft.VisualStudio.SharePoint.Designers.Models.dll
    • Microsoft.VisualStudio.SharePoint.Designers.Models.Features.dll
    • Microsoft.VisualStudio.SharePoint.Designers.Models.Packages.dll
    • Microsoft.VisualStudio.SharePoint.dll

Visual C++ BuildServer files

All files in the following folders (and all files and folders within these folders, recursively)

  • Program FilesCommon FilesMerge Modules
  • Program FilesMicrosoft Visual Studio 12.0VC
  • Program FilesMicrosoft Visual Studio 12.0Common7ToolsProjectComponents
  • Program FilesMSBuildMicrosoft.Cppv4.0V120
Microsoft

Individual Files

  • Program FilesMicrosoft Visual Studio 12.0Common7IDEmsobj120.dll
  • Program FilesMicrosoft Visual Studio 12.0Common7IDEmsvcdis120.dll
  • Program FilesMicrosoft Visual Studio 12.0Common7Toolsmakehm.exe
  • Program FilesMicrosoft Visual Studio 12.0Common7ToolsVCVarsQueryRegistry.bat
  • Program FilesMicrosoft Visual Studio 12.0Common7Toolsvsvars32.bat

Light Switch BuildServer files

Microsoft.Data.Schema.dll

Microsoft.Data.Schema.ScriptDom.dll

Microsoft.Data.Schema.ScriptDom.Sql.dll

Microsoft.Data.Schema.Sql.dll

Microsoft.Data.Schema.Utilities.dll

Microsoft.LightSwitch.AppBridge.dll

Microsoft.LightSwitch.Base.Client.dll

Microsoft Visual Basic Powerpacks 12 Download

Microsoft.LightSwitch.Base.Server.dll

Microsoft.LightSwitch.Build.Publish.targets

Microsoft.LightSwitch.Build.Tasks.dll

Microsoft.LightSwitch.Build.Tasks.targets

Microsoft.LightSwitch.Client.dll

Microsoft.LightSwitch.Client.Internal.dll

Microsoft.LightSwitch.Client.Internal.Resources.dll

Microsoft.LightSwitch.Client.Resources.dll

Microsoft.LightSwitch.CodeMarker.dll

Microsoft.LightSwitch.CommandLineBuild.Manifest.dll

Microsoft.LightSwitch.CommandLineBuildLoader.dll

Microsoft.LightSwitch.Common.targets

Microsoft.LightSwitch.Deploy.Provider.dll

Microsoft visual basic power packs 12.0 download youtube

Microsoft.LightSwitch.Design.CodeGen.dll

Microsoft.LightSwitch.Design.CodeGen.Internal.dll

Microsoft.LightSwitch.Design.Core.dll

Microsoft.LightSwitch.Design.Core.Internal.dll

Microsoft.LightSwitch.Design.DataAccess.dll

Microsoft.LightSwitch.Design.DataAccess.Internal.dll

Microsoft.LightSwitch.Design.Designer.dll

Microsoft.LightSwitch.Design.Designer.Extensions.dll

Microsoft.LightSwitch.Design.Designer.Framework.dll

Microsoft.LightSwitch.Design.Designer.Internal.dll

Microsoft.LightSwitch.Design.DesignerWpfUtilities.dll

Microsoft.LightSwitch.Design.dll

Microsoft.LightSwitch.Design.Extensions.Internal.dll

Microsoft.LightSwitch.Design.Extensions.Reader.dll

Microsoft.LightSwitch.Design.Extensions.Reader.Internal.dll

Microsoft.LightSwitch.Design.Internal.dll

Microsoft.LightSwitch.Design.Loader.dll

Microsoft.LightSwitch.Design.Manifest.dll

Microsoft.LightSwitch.Design.Package.dll

Microsoft.LightSwitch.Design.PackageUI.Neutral.dll

Microsoft.LightSwitch.Design.Project.dll

Microsoft.LightSwitch.Design.Project.Upgrade.dll

Microsoft.LightSwitch.Design.Project.Upgrade.Internal.dll

Microsoft.LightSwitch.Design.Publish.dll

Microsoft.LightSwitch.Design.Publish.Internal.dll

Microsoft.LightSwitch.Design.Server.Internal.dll

Microsoft.LightSwitch.Design.Utilities.dll

Microsoft.LightSwitch.Design.VSTemplateWizard.dll

Microsoft.LightSwitch.Design.WpfUtils.dll

Microsoft.LightSwitch.dll

Microsoft.LightSwitch.ExportProvider.dll

Microsoft.LightSwitch.ExportProvider.Resources.dll

Microsoft.LightSwitch.ManifestService.Client.dll

Microsoft.LightSwitch.ManifestService.Client.Resources.dll

Microsoft.LightSwitch.ManifestService.dll

Microsoft.LightSwitch.Model.Xaml.Client.dll

Microsoft.LightSwitch.Model.Xaml.Client.Resources.dll

Microsoft.LightSwitch.Model.Xaml.dll

Microsoft.LightSwitch.Publish.targets

Microsoft.LightSwitch.Publish.Tasks.dll

Microsoft.LightSwitch.Resources.dll

Microsoft.LightSwitch.RuntimeEditor.Internal.dll

Microsoft.LightSwitch.RuntimeEditor.Internal.Resources.dll

Microsoft.LightSwitch.SDK.BuildTasks.dll

Microsoft.LightSwitch.SDK.targets

Microsoft.LightSwitch.SDKProxy.dll

Microsoft.LightSwitch.SecurityData.svc

Microsoft.LightSwitch.Server.dll

Microsoft.LightSwitch.Server.Host.dll

Microsoft.LightSwitch.Server.Internal.dll

Microsoft.VisualStudio.Debugger.Runtime.dll.dll

Visual Basic Powerpacks 2017

Microsoft.VisualStudio.ExtensionManager.dll

Microsoft.VisualStudio.Settings.11.0.dll

Microsoft.VisualStudio.Shell.11.0.dll

Microsoft Visual Basic Power Packs Version 10

Microsoft.VisualStudio.Shell.Interop.9.0.dll

Microsoft.VisualStudio.TextTemplating.11.0.dll

Microsoft.Web.Deployment.dll

Microsoft.Web.Publishing.AllFilesInTheProject.targets

Microsoft.Web.Publishing.AspNetCompileMerge.targets

Microsoft Visual Basic Power Packs 12.0 Download Music

Microsoft.Web.Publishing.Deploy.FileSystem.targets

Visual Basic Powerpacks Version 10

Microsoft.Web.Publishing.Deploy.FPSE.targets

Microsoft.Web.Publishing.Deploy.FTP.targets

Microsoft.Web.Publishing.Deploy.MsDeploy.targets

Microsoft.Web.Publishing.Deploy.Package.targets

Microsoft.Web.Publishing.MsDeploy.Common.targets

Microsoft.Web.Publishing.OnlyFilesToRunTheApp.targets

Microsoft.Web.Publishing.targets

Microsoft.Web.Publishing.Tasks.dll

Microsoft Visual Basic Power Packs 10.0 Download

Microsoft.WebApplication.Build.Tasks.Dll

Microsoft.WebApplication.targets

Microsoft Visual Basic Power Packs 10 Offline Download

Microsoft.WindowsAzure.ServiceRuntime.dll

Microsoft.WindowsAzure.StorageClient.dll

Microsoft Visual Basic Power Pack 10.0.0.0

System.ServiceModel.PollingDuplex.dll

vslsHost.exe