Blend For Visual Studio
- Blend For Visual Studio 2013
- Blend For Visual Studio Code
- Microsoft Expression Web
- Blend For Visual Studio
You can use the tools in Blend for Visual Studio to debug the XAML in your app. When you build a project, any errors are displayed in the Results panel. Double-click an error to locate the markup related to the error. If you need more room to work, you can hide the Results panel by pressing F12.
Microsoft Blend for Visual Studio (formerly Microsoft Expressions Blend) is a design tool for creating graphical user interfaces for web and desktop applications. The application has a WYSIWYG front end for designing XAML based interfaces for WPF (Windows Presentation Foundation), Silverlight, and UWP (Universal Windows Platform) applications. To open a Blend project in Visual Studio, right-click the project in the Projects panel, and then click Edit in Visual Studio. After you have finished your debugging session in Visual Studio, press Ctrl+Shift+S to save all your changes, and then switch back to Blend. You will be prompted to reload the project. Microsoft Blend for Visual Studio (formerly Microsoft Expression Blend) is a user interface design tool developed and sold by Microsoft for creating graphical interfaces for web and desktop applications that blend the features of these two types of applications. Yesterday we released a preview of Visual Studio 2015, and as part of that we are introducing a new Blend experience. We redesigned Blend for Visual Studio 2015 to provide you with a great user. Blend for Visual Studio 2012 provides a rich design-centric environment for building Windows Store apps and Windows Phone apps.
Syntax errors
Blend For Visual Studio 2013
Syntax errors occur if the XAML or the code-behind files do not follow the formatting rules of the language. The description of the error can help you understand how to fix it. The list also specifies the name of the file and the line number where the error occurs. XAML errors are listed on the Markup tab in the Results panel.
Tip
XAML is an XML-based markup language and follows XML syntax rules.
Some common causes of XAML syntax errors are:
A keyword has been misspelled or the capitalization is wrong.
Quotation marks are missing around attributes or text strings.
A XAML element is missing a closing tag.
A XAML element exists in a location where it is not allowed.
For more information on common XAML syntax, see Basic XAML syntax guide.
You can also identify and resolve simple code-behind syntax errors, compilation errors, and run-time errors in Blend. However, code-behind errors may be easier to identify and resolve in Visual Studio.
Debugging sample XAML code
The following example will walk you through a simple XAML debugging session in Blend.
To create a project
In Blend, open the File menu, and then click New Project.
In the New Project dialog box, a list of project types appears on the left side. When you click a project type, the project templates that are associated with it appear on the right side.
In the list of project types, click Windows Universal.
In the list of project templates, click Blank App (Universal Windows).
In the Name text box, type
DebuggingSample
.In the Location text box, verify the location of the project.
In the Language list, click Visual C#, and then click OK to create the project.
Right-click on the design surface and then click View Source to switch to Split view.
Copy the following code by clicking the Copy link in the upper-right corner of the code.
Locate the default Grid, and paste the code between the opening and closing Grid tags. When you're finished, your code should look like the following:
Press Ctrl+Shift+B to build the project.
An error message appears alerting you that the project cannot be built, and the Results panel listing the errors appears at the bottom of the app.
Resolve XAML errors
When XAML errors are detected, the design surface displays an alert that your project contains invalid markup. As you resolve the errors, the error list in the Results panel is updated. When you have resolved all the errors, the design surface is enabled, and your app is displayed on the design surface.
To resolve the XAML errors
Double-click the first error in the list. The description is 'The value '<' is not valid in an attribute.' When you double-click the error, the pointer finds the corresponding location in the code. The
<
precedingButton
is valid, and not an attribute as suggested in the error message. If you look at the preceding line of code, you'll notice that the closing quotation marks for the attributeTop
are missing. Type the closing quotation marks. Notice that the error list in the Results panel updates to reflect your changes.Double-click the description '0' is not valid at the start of a name.'
Margin='0,149,0,0'
appears to be well formed. However, notice that the color coding ofMargin
does not match the other instances ofMargin
in the code. Because the closing quotation marks are missing from the preceding name/value pair (VerticalAlignment='Top
),Margin='
is read as part of the value of the preceding attribute, and 0 is read as the beginning of a name/value pair. Type the closing quotation marks forTop
. The error list in the Results panel updates to reflect your changes.Double-click the remaining error, 'The closing XML tag 'Button' is mismatched.' The pointer is located at the closing Grid tag (
</Grid>
), suggesting that the error is inside theGrid
object. Notice that the secondButton
object is missing the closing tag. After you add the closing/
, the Results panel list is updated. Now that these initial errors have been resolved, two additional errors have been identified.Double-click 'The member 'content' is not recognized or is not accessible.' The
c
incontent
should be upper-case. Replace the lower-case 'c' with an upper-case 'c.'Double-click 'The property 'Mame' does not exist in the
http://schemas.microsoft.com/winfx/2006/xaml
namespace.' The 'M' in 'Mame' should be an 'N.' Replace the 'M' with an 'N.' Now that the XAML can be parsed, the app appears on the design surface.Press Ctrl+Shift+B to build your project and confirm that there are no remaining errors.
Debug in Visual Studio
You can open Blend projects in Visual Studio to more easily debug the code in your app. To open a Blend project in Visual Studio, right-click the project in the Projects panel, and then click Edit in Visual Studio. After you have finished your debugging session in Visual Studio, press Ctrl+Shift+S to save all your changes, and then switch back to Blend. You will be prompted to reload the project. Click Yes to All to continue working in Blend.

For more information about debugging your app, see Debug UWP apps in Visual Studio.
Get help
If you need more help debugging your Blend app, you can search the UWP app community forums for posts related your issue or post a question.
-->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 Power Packs
- 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-.exe
uses three letter language code. For instance, NDP451-KB2858728-x86-x64-AllOS-ESN.exe
Note: 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.exeNDP451-KB2858725-x86-ENU.exeWindows8-RT-KB2881468-x86.msuWindows8-RT-KB2881468-x64.msuWindows8-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.
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
Blend For Visual Studio Code
ASP.NET Libraries
The following software components are licensed and supported separately under the Microsoft .NET Library terms located here. 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 Expression Web
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
Blend For Visual Studio
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.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.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
- Microsoft.VisualStudio.ExtensionManager.dll
- Microsoft.VisualStudio.Settings.11.0.dll
- Microsoft.VisualStudio.Shell.11.0.dll
- 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.Web.Publishing.Deploy.FileSystem.targets
- 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.WebApplication.Build.Tasks.Dll
- Microsoft.WebApplication.targets
- Microsoft.WindowsAzure.ServiceRuntime.dll
- Microsoft.WindowsAzure.StorageClient.dll
- System.ServiceModel.PollingDuplex.dll
- vslsHost.exe