I am interested in creating a WiX project that includes HeatProject, the Heat.exe wrapper. I was hoping to add all the projects of my solution as references in a WiX project. I read that HeatProject can be included in the wixproj file that was generated. I am using WiX 3.6. When I try to add an ItemGroup or a PropertyGroup to parent the HeatProject element at the end of my WiX project file (but before the closing </Project> tag) I get an indication that the HeatProject tag is not known. Not known by the current namespace perhaps? Here is my declaration opening the project file:
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns=" http://schemas.microsoft.com/developer/msbuild/2003"> I was wondering if there was a "better" namespace than this one? Although the project file was generated there are several tags that in the file that indicate that they are not known including Private under a Projectreference tag and IntermediateOutputPath under a PropertyGroup tag. Also, does any one know of an example of using the HeatProject element? Here is the start that I attempted. < ItemGroup> < HeatProject Include="@(ProjectReference->'%(FullPath)')"> < ProjectOutputGroups>Binaries;Symbols;Documents;Satellites;Content</ ProjectOutputGroups> </ HeatProject>" </ ItemGroup> Any help will be much appreciated. I've been looking for information about this for a while now. Thanks, Charles ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users