Wednesday, March 28, 2012

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 i
s
not. For example, what physical file stores the property settings, reference
s
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,
MarkThe solution file stores some of this.
Karl
--
http://www.openmymind.net/
"Mark" <Mark@.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/r...ap/default.aspx
Cheers
Remy Blaettler
www.collaboral.com

0 comments:

Post a Comment