Hi, You should be able to edit the csproj file directly. It's just an xml file, so you can use XmlDocument to add nodes to it. Compare a csproj from before and after adding a file by hand to see exactly what you have to modifiy.
Rolf On Fri, Jan 20, 2012 at 11:32 PM, pplp <[email protected]> wrote: > Hi, > > During our build process we have content being preprocessed specifically > for > iOS. We often modify or add new content and the final processed content > might have a different filenames from one build to another. > > We were wondering if there was a way to automate the process of adding > content to a project (to be deployed with the executable to the simulator > or > the device). Having to add each new file by hand and setting the build > option to "Content" can be quite tedious. > > Thanks in advance for any help. > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Automating-content-deployment-tp4314709p4314709.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
