J
Joe
Hi
Working with a large solution with many projects and many different people
working on the code
I was looking for a way to loop thru all projects and file to ensure
everyone has done some standard things
ie
-all forms have localizable set to true
-name spaces following same format
do I need to write my own pgm to loop thru the actual source files and look
for these items
ie. for forms localizable I would need to find all .resx files and look for
that property
or is there someother way thru DotNet
thanks
Working with a large solution with many projects and many different people
working on the code
I was looking for a way to loop thru all projects and file to ensure
everyone has done some standard things
ie
-all forms have localizable set to true
-name spaces following same format
do I need to write my own pgm to loop thru the actual source files and look
for these items
ie. for forms localizable I would need to find all .resx files and look for
that property
or is there someother way thru DotNet
thanks