posts - 4238, comments - 3946, trackbacks - 370

My Links

News



Subscribe Subscribe

image image image





This is my personal weblog. These postings are provided 'AS IS' with no warranties, and confer no rights. The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employer.

Licenza Creative Commons

Tag Cloud

Archives

Post Categories

Intellisense per i file di NAnt e Wix, per 2003 e VS2005 Beta...

This blog tells you how to enable intellisense for NAnt .build files in VS2003.
This blog does the same for Wix .wxs files.

Both should be slightly altered to work with VS2005 beta1.

1) copy the schema files (.xsd) to the following folder: C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas

2) the registry key with which Wix (.wxs) and NAnt (.build) files can be registered as being xml is now:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Editors\{412B8852-4F21-413B-9B47-0C9751D3EBFB}\Extensions]"wxs"=dword:00000029
(replace the "wxs" by "build" for NAnt)
Note the subtle difference: dword value is 0x29 and not 0x28, which is ".htm" in vs2005b1, and the guid is different.

Molto utile, fonte: http://dotnetjunkies.com/WebLog/appeng/archive/2005/03/15/60381.aspx

Print | posted on martedì 15 marzo 2005 20:00 |

Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET