I have a C#.net 2008 application that I want to keep only a few project folders. I want to complete this task since there are alot of proejct folkders in this C#.net 2008 application that are not used any longer.
Thus, can you tell me what I can do to remove the proejct folders I do not need any longer. I would need to remove any references to these folders also.
Loading
DianePosted Jul 12, 2011, 3:17 PM
[assembly: AssemblyVersion("5.0.0")][assembly: AssemblyDelaySign(false)]
assembly: AssemblyKeyFile("..\\..\\itxtshp.snk")]
assembly: AssemblyKeyName("")]
I am not certain if this is linked to other proejcts in the entire solutuion. However other project folders that I do not need may contain this information.
Sam HobbsPosted Jul 12, 2011, 2:21 PM
Jaganathan BantheswaranPosted Jul 12, 2011, 9:00 AM