M MAF Aug 19, 2005 #1 Is there anyway to access a project file and get the following, location and name of assembly. I want to do this in code.
Is there anyway to access a project file and get the following, location and name of assembly. I want to do this in code.
R Robbe Morris [C# MVP] Aug 20, 2005 #2 The project file is a text file formatted as xml. You can read it and find where the project outputs assemblies to. The information you are after can be seen by opening the project file in notepad. -- Robbe Morris - 2004/2005 Microsoft MVP C# Earn money answering .NET Framework messageboard posts at EggHeadCafe.com. http://www.eggheadcafe.com/forums/merit.asp
The project file is a text file formatted as xml. You can read it and find where the project outputs assemblies to. The information you are after can be seen by opening the project file in notepad. -- Robbe Morris - 2004/2005 Microsoft MVP C# Earn money answering .NET Framework messageboard posts at EggHeadCafe.com. http://www.eggheadcafe.com/forums/merit.asp