Why do I have to rebuild my project everytime to see the new silverlight xap file created in my browser
a little more background info:
this is the structure of my setup
solution
 |-project1(asp.net website)
     |- Client Bin
        |- xap file
     |- Xml file
 |-project2(silverlight project)
     |- Shortcut to Xml file (added as link)
Xml file is updated by project1, project 2 is supposed to generate something based on the value of Xml file. However I have to rebuild project every time to see these changes