| How do I 'Exclude Files From Project' in VS 2005 I have a solution that requires files to exists in the directory structure but not be compiled. Where has this functionality moved to Also, what happened to the 'Show All Files' option Regards, |
| How do I 'Exclude Files From Project' in VS 2005 I have a solution that requires files to exists in the directory structure but not be compiled. Where has this functionality moved to Also, what happened to the 'Show All Files' option Regards, |
'Exclude Files From Project' - Beta 2
DGretlein
Breno
I do believe you can still do what you want, but differently now. I'll get back to you.
Alle
Dan Stojadinovic
I doubt MS will enable this feature,
Babu P P
percramer
http://msdn2.microsoft.com/library/ms164283(en-us,vs.80).aspx
Golfnut 1969
I have a bunch of ASPX files that should not be included in the solution and 1 ASCX that should be included in the solution all under one folder.
The actual component can be found here.
http://www.telerik.com/Default.aspx PageId=1612
Nik_MI
http://ShowProUSA.com/solution-explorer.gif
Doug McCall
For the sake of sanity... MS, please make the process of excluding folders/files easier than manually editing proj files...
Faithfully yours,
A C# Web/Win Developer
hajik
BINApp_Code folder.bikebogota.com
Hmm...for some reason it seems to be missing, you get around this adding it to the toolbar:
1. Choose Tools -> Customize
2. Under Categories, select Project then scoll Commands until you reach Exclude From Project.
3. Grab and drag Exclude From Project onto the toolbar.
That could do for now. However, I would report a bug at the Microsoft Feedback Center.
GCAL
Awaiting your response,
Charles
Marty McGee
Awaiting your response,
Charles
BikerRon
See MS FeedbackCenter threads.
MS feels this is more "natural" for web projects..... I miss it too.
Alle
Julian Kooiker
Of course, I got mixed up.
I won't pretend that I can solve your architecture, but I can say that the best place to ask would be the www.asp.net where the real ASPNET (also for the BETA 2) action is. We had a thread on "excluding files" there and at the time (about 12 months ago) no one had a problem that couldn't be solved with this model. Your's might have been the right argument.
Scott Guthrie is (was ) often in those forums and his team is certainly keeping tabs on it. I would post it at http://forums.asp.net/138/ShowForum.aspx and you will hopefully get an answer.
As you said you have aspx and ascx files, I assume these are compiled in another project What I have tried and does work is to have two separate web projects. Since each page is compiled to its own dll in it's BIN directory (in ASP 1.1 it was only 1 dll for all pages and user controls) it is also possible to just copy and paste single pages from one compiled (published) web into another. Of course you need to take the page dll too. Could that help I don't really see the advantage over one project though.
I still want the feature too. Let me know if you find an answer, I will continue looking too.
Alle