我正在尝试使用cmake为wix项目构建解决方案。但默认情况下它正在生成.vcxproj。CMakeLists.txt文件中的配置是什么将项目类型更改为.wixproj。提前致谢。我使用的配置是:####Minimumrequiredversionofthecmake#CMAKE_MINIMUM_REQUIRED(VERSION2.8)####SettheSolutionnameandthelanguagetosupportbytheproject#PROJECT(Transcend)####ManageCMakePolicysettings#CMAKE_POLICY(SETCMP00