Anyway around security warning when opening csproj in VS2005?
-
I'm not safe from my own source according to VS2005. So I built a sample solution in VS2005. After deployment of the solution to my own machine, I tried to add a csproj to the solution. Keep in mind I built these on my own machine. What does VS2005 say? Well, basically it says that MSBuild is a security nightmare in that it can run what essentially amounts to macros that could destroy my hard drive. Guess I'll never download another source project from myself and that I should really, really be sure about who I'm downloading source from. Wait, that's my source! Halfway down this link is what MS has to say: Linky to MS Build Overview Anyone come across any workarounds so that anyone who downloads my csproj won't get this message? Thanks!!! Jim