Enable WiX project in Visual Studio 2013

后端 未结 7 1395
名媛妹妹
名媛妹妹 2020-12-12 15:57

I have a VS 2012 solution with WiX Installer projects. However, when I open the solution in VS 2013 (Release) the WiX project is incompatible.

Does anyone know where

7条回答
  •  执念已碎
    2020-12-12 16:31

    With WiX 3.7, even if you cannot open wixproj in Visual Studio 2013, it does compile using MSBuild for a VS2013 solution. (change wixproj ToolsVersion="12.0")

提交回复
热议问题