Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...