Why HIDE (Exclude From Project)?

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
12/11/2009 10:14:29 AM
Gravatar
Total Posts 39

Re: Why HIDE (Exclude From Project)?

I see... So it is the xcopy that is moving and overwriting the setup code in the Web project? So, even if those Files are "Excluded" xcopy could care less and moves or takes them into consideration anyway and replaces everything in the Web project?

I think it's all coming together now...

12/11/2009 10:54:44 AM
Gravatar
Total Posts 18439

Re: Why HIDE (Exclude From Project)?

Yes, all the needed files for mojoPortal.Features including the dlls in the bin are moved up to correct locations beneath Web by the post build script. 

The features projects are never run directly, they are only run via running the mojoPortal.Web project which is and must be the startup project in the solution, but, you can still set breakpoints in the features code and it works just fine in the debugger.

So mojoPortal.Web has no dependencies on the Features projects. The Features projects do have dependencies on the core projects.

Best,

Joe

12/11/2009 12:36:20 PM
Gravatar
Total Posts 39

Re: Why HIDE (Exclude From Project)?

Got it...

You must sign in to post in the forums. This thread is closed to new posts.