VSpniff - Visual Studio project not included files finderVSpniff is a simple tool to lookup for some missing files references in the Visual Studio project xml file. It helps to deploy full project to the testing/production/developing environment. Say goodbye to missing files references in your project files. Quick problem description http://tsubik.com/blog/keep-your-files-in-vs-project-included-fast-and-elegant-solution/ Let's assume that you have some files not added to the project. You may even do not know that until your application goes to the server and then this bug will be revelad. Right click on entire solution or project and choose "Find missing files" option
Then in output window all potencially missing files will be listed. The full description and instruction how to configure this tool to not show chosen files or folders is on the github, check out the link below. |