|
I've been trying to accomplish something that it looks like TV is doing in the source. I have numerous "content" files, things like XSL, XML, RTF, and *.exe.manifest files. I'd like to include these in my project/solution, and when I build it, these files are simply copied (NOT BUILT or INCLUDED in the DLL/EXE) into the target directory. Currently, I'm doing this manually when there's a new file. The problem really comes into play when I want to use an assembly (DLL) in my application... I've been including the entire project for that assembly in the solution and just establishing a reference to the DLL from the dependent project, something I know is wrong.
Can someone please point out how to go about this? Looks like TV did this with the /obj directory and /bin directory, but I can't determine exactly how they did it.
Thanks! |