How to include specific folders on build with visual studio

前端 未结 4 1508
抹茶落季
抹茶落季 2021-01-04 13:35

I want to include a folder with the build in visual studio. This folder contains my .sqlite file and I need it with my exe file. I was wondering where in visual studio I can

4条回答
  •  没有蜡笔的小新
    2021-01-04 14:23

    1. show all file
    2. right click on the file -> include in project enter image description here
    3. right click on the file -> property
    4. set "Copy to output directory" as "Copy Always" enter image description here

提交回复
热议问题