Diesel Posted October 25, 2005 Posted October 25, 2005 Let's say I have an xml file...it doesn't make a difference, but let's say the format is <project> <file><name>assemblyInfo.cs</name></file> <file><name>Form1.cs</name></file> <file><name>SuperCoolApp.cs</name></file> <file><name>Form1.cs.resx</name></file> <file><path>Resources</path><name>Logo.gif</name></file> </project> It just lists the files in the project. Now, In Visual Studio, when you add/delete a file from the project I want to update this Xml file. Im thinking I maybe able to accomplish this through a VS project template. Anyone done this? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.