In a .csproj file, what is for?

后端 未结 8 658
北恋
北恋 2020-12-23 20:02

How is


different from


?<

8条回答
  •  旧时难觅i
    2020-12-23 20:33

    You need None in a template project file to include files you define in the .vstemplate otherwise they are lost in the creation & translation process. They get left behind in the temp folder it uses to build everything and then deleted shortly after.

提交回复
热议问题