|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Where does VS2005 store csproj file info?Hello,
I see and read that VS2005 Web apps no longer creates a csproj file. While it says that some of that info is now stored in the web.config, much of it is not. For example, what physical file stores the property settings, references to other assemblies, or default aspx page? I've tried to find such a file but can't. I even set the default page to something obscure and searched the directory to see if that would find the file. Practically, I would expect that adding a new reference changes some file, which now must be set in source control. It needs to store this info somewhere. Any ideas would be appreciative. Thanks, Mark The solution file stores some of this.
Karl Show quoteHide quote "Mark" <M***@discussions.microsoft.com> wrote in message news:01FA38AC-F261-45BF-A42E-33E622F961ED@microsoft.com... > Hello, > I see and read that VS2005 Web apps no longer creates a csproj file. > While > it says that some of that info is now stored in the web.config, much of it > is > not. For example, what physical file stores the property settings, > references > to other assemblies, or default aspx page? > I've tried to find such a file but can't. I even set the default page to > something obscure and searched the directory to see if that would find the > file. > > Practically, I would expect that adding a new reference changes some file, > which now must be set in source control. It needs to store this info > somewhere. > Any ideas would be appreciative. > Thanks, > Mark Don't know the answer to that either, but they just released a new VS
2005 project type that works like the old 2003. So you can use what you know... http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx Cheers Remy Blaettler www.collaboral.com
Other interesting topics
How to stop processing request in global.asax
remember me cookie in asp .net Problem compiling remote web in VS2005 What would be a good design for my application ASP:TableRow with dynamic design Asp.net And Firefox Validator inside WebControl How to raise exception which automatically written to Application event log? Hirarchical View in GridView How do access context in your class? |
|||||||||||||||||||||||