Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I am using vs2010,c#.net window application.
I want to add folder into solution explorer and save like that formats jpg,docx,pdf. After
I want to include folder in my setup.In file system i haved added special folder. but i don't know how to pick jpg,doc,pdf file from the system.

how to find above file in system and how to include in my setup.


Is it Possible
so plz help........
help will be appreciated

Srinvas
Posted
Comments
Sergey Alexandrovich Kryukov 19-Apr-13 1:42am    
Do you want to write a Visual Studio extension, integrate a development tool?
—SA

1 solution

On the assumption that you want to create some files deployment folder, two ways :
1. Create a folder, add files to your folder and set the 'Copy to output Directory' to 'Copy always' to add file to the output directory.
2. In the special options folder - you could right click the folder and add files the selected folder.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900