Below are couple of quick suggestions using Visual Studio
Include/ Exclude :
If the number of file are minimum, then you could include
or exclude
files to a project manually.
- You could add a directory to a project by copying the files to a folder under the .vcxproj(ur .<>proj) file.
- Then select the project in the solution explorer and on the tool bar you would get an option
Show All Files
- Right click on the Folder or File and hit
Include In Project
. This will include the file/folder into your project.
- You could
Exclude
any file that is already included in your project by, clicking the file and hit Exclude From Project
.
Remove From Compilation Only:
- Select the file in Solution Explorer and right click
Properties
- Under
Configuration Properties -> General -> Excluded From Build
set it to Yes/No