Add a file to a VS 2008 Project

I am currently evaluating FinalBuilder and s far I am very impressed.  I have one thing that I have not yet been able to figure out how to do though.

Part of my build process is to create a database script that includes all of the schema, data and stored procedure changes for that build.  I would like to have the build file that I have generated added to my database project in Visual Studio.  I have seen the action to add it to Team Foundation server, but that doesn't seem to add it to the actual project.

Any help would be greatly appreciated,

Greg

Hi Greg,

I think you'll have to add it to the .csproj file. The .csproj is xml so you should be able to use the xml based actions to insert the file. Probably need a separate like this: