I have a folder, and I want it to be automatically copied to the bin / Debug folder when creating the project.
Is there an automatic way to let Visual Studio (2013) do this for me?
Use the build event in post :
copy "$(ProjectDir)\yourfolder*.*" "$(TargetDir)"
Source: https://habr.com/ru/post/1523767/More articles:Route ID Overrides Model.Id - asp.net-mvcHow to check gate combinations with t-sql? - sqljquery ui draggable sortable elements in iframe - jqueryПочему я не могу скрыть какое-то имя символа, если я использую его как элементы контейнера STL? - c++Cannot set BoxLayout (JPanel) correctly in GridLayout / FlowLayout - javaКак обновить данные в мешке ets? - erlangPhoneGap CLI on linux does nothing - linuxAndroid: PublisherInterstitialAd and DoubleClick for Google Publishers - androidUsing a string as a variable clause in an if statement - javasqlalchemy.exc.ProgrammingError: (ProgrammingError) there is no unique restriction on matching given keys for a table - indexingAll Articles