[wix-devs] VS2019 - How to get intellisense working for WIX tasks and extensions in .wixproj msbuild file
Rob Mensching
rob at firegiant.com
Fri Jul 17 15:57:46 PDT 2020
Wrong mailing list. This is for devs developing the WiX Toolset itself. Try wix-users mailing instead.
-----Original Message-----
From: wix-devs <wix-devs-bounces at lists.wixtoolset.org> On Behalf Of Roberto via wix-devs
Sent: Thursday, July 16, 2020 4:03 PM
To: wix-devs at lists.wixtoolset.org
Cc: jovan27 at gmx.de
Subject: [wix-devs] VS2019 - How to get intellisense working for WIX tasks and extensions in .wixproj msbuild file
The `.wixproj` project file starts like this:
```
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build"
InitialTargets="EnsureWixToolsetInstalled"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
```
For example I want to have intellisense for the following schemas in my `wixproj` file:
```
xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension"
```
I've already checked the schemas under `XML-->Schemas` in VS.
What else do I need to do, to get intellisense working?
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-devs
mailing list