Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Installation 在TFS2010中使用WiX时,如何避免签出wxs文件?_Installation_Wix - Fatal编程技术网

Installation 在TFS2010中使用WiX时,如何避免签出wxs文件?

Installation 在TFS2010中使用WiX时,如何避免签出wxs文件?,installation,wix,Installation,Wix,我刚刚开始将WiX与我需要安装的项目结合使用。WiX项目和待安装项目都在同一个解决方案中,所有内容都在TFS 2010中 现在,当我尝试构建WiX项目时,需要签出文件ToBeInstalledProject.wxs,因为它似乎是在构建过程中生成的 是否有某种方法可以从TFS中排除此文件,但仍将其包含在WiX项目中?欢迎使用WiX 如果ToBeInstalledProject.wxsa片段文件 如果是,则不通过添加新文件将文件添加到TFS的beinstalledProject.wxs。只需继续项目

我刚刚开始将WiX与我需要安装的项目结合使用。WiX项目和待安装项目都在同一个解决方案中,所有内容都在TFS 2010中

现在,当我尝试构建WiX项目时,需要签出文件
ToBeInstalledProject.wxs
,因为它似乎是在构建过程中生成的

是否有某种方法可以从TFS中排除此文件,但仍将其包含在WiX项目中?

欢迎使用WiX

如果
ToBeInstalledProject.wxs
a片段文件

如果是,则不通过添加新文件将文件
添加到TFS的beinstalledProject.wxs
。只需继续项目,然后包括文件。这样,文件的属性将不会是只读的,因此无论何时构建解决方案,它都会自动更新