ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Move template temp folder back under obj\ #37

Closed sayedihashimi closed 10 years ago

sayedihashimi commented 10 years ago

With a previous commit we moved the templates temporary folder from obj\ to under %localappdata% because it was suspected that VS was incorrectly picking up the .csproj when it was copied under obj\. It turns out that the file is loaded even from %localappdata%. We'll need to get to a real fix for that issue. In the mean time we should move the temp folder back under obj\ because it will make it easier for folks who do run into the build issue to get around it.