Visual-Studio-2010 – How to add a file to the project instead of TFS 2010

I am adding a WIX project to my solution and I am using HEAT to create a file list. I have not been able to make the build work unless I check out the file list (wxs). < p>

I came across this tutorial, it said:

“If you have source control you have to include the FilesFragment.wxs< br> into your project but remove its source control binding. “

Is this possible in TFS 2010 using VS2010?

click/select file.

In VS, Go to File Menu/Source Control/Exclude File from Source Control.

This method only allows you to execute this one file at a time.

The file will still be in your project , And is not under source control.

I am adding a WIX project to my solution, and I am using HEAT to create a file list. Unless the file list is checked out ( wxs), otherwise I have not been able to make the build work.

I came across this tutorial, it said:

“If you have source control you have to include the FilesFragment.wxs
into your project but remove its source control binding. “

Is this possible in TFS 2010 using VS2010?

Click/select the file.

In VS, go to the file menu/source control from the source control /Exclude file.

This method only allows you to execute this one file at a time.

The file will still be in your project and not under source control.

Leave a Comment

Your email address will not be published.