microsoft / VSProjectSystem

Documentation for extending Visual Studio with new types of projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import targets and props files

faresamr opened this issue · comments

when I run through Visual studio targets and props files are moved to "$(LocalAppData)\xyz\xyz"
but when I try to install the extension on another machine these files missing

There are actually two references in the project-template. Only if there are no files in $(LocalAppData) the $(MSBuildExtensionsPath) is used.