Showing results for XAML - Visual Studio Blog

Feb 20, 2010
0
0

MSBuild Task Factories: guest starring Windows Powershell

Andrew Arnott
Andrew Arnott

One of the cool new features of MSBuild 4.0 is the extensible task factory.  Task factories allow you to include scripts directly in your project file (or an imported .targets file) and have those scripts parsed and executed by your favorite interpreter.  Those scripts might even be C# or VB.NET code snippets that get compiled into assemb...

C#XAMLPython
Feb 16, 2010
0
0

WPF in Visual Studio 2010 – Part 1 : Introduction

Visual Studio Blog
Visual Studio Blog

This is the first part in a seven part series. Links to the other parts are included at the bottom of this post. Now that the Release Candidate for Visual Studio 2010 is publicly available, we’ve started receiving questions from inquisitive users about how Visual Studio 2010 itself was built. In particular, one questioner wanted to know if we we...

Debugging and DiagnosticsC#XAML
Feb 12, 2010
0
0

Content Load Error: Breaking Changes for Beta2 Start Pages

Visual Studio Blog
Visual Studio Blog

Visual Studio 2010 Beta2 custom Start Pages will fail to load in Visual Studio 2010 RC due to WPF namespaces changes caused by Shell assembly refactoring between the Beta2 and RC releases.  Specifically Microsoft.VisualStudio.Shell.UI.dll has been split between Microsoft.VisualStudio.Shell.10.0.dll and a new assembly, Microsoft.VisualStudio.Sh...

XAML
Jan 14, 2010
0
1

How to read/write the new Visual C++ project properties

Andrew Arnott
Andrew Arnott

Visual C++ 2010 introduces several new project and tool properties, and deprecates some old ones.  If you’re writing a project template or Visual Studio extension that needs to programmatically read and write the new properties, you will find that these properties are not available on the standard VCConfiguration, VCCLCompilerTool, etc. set of inte...

C#HTMLXAML
Dec 9, 2009
0
0

Building and publishing an extension for Visual Studio 2010

Visual Studio Blog
Visual Studio Blog

Quan To â€“ Program Manager, Visual Studio Platform Team Short Bio: Quan is responsible for the Extension Manager and Visual Studio SDK.  Quan has been with Microsoft for over ten years and has also spent time working on the Tablet PC Team and the Visual Studio Deployment team. Visual Studio 2010 supports more platforms and language...

HTMLC#Node.js