Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using Visual Studio 2012 and trying to publish a solution using the ClickOnce feature. I created a project that calculates some data and reference text files that have been added to that project. Because many of my applications end up doing these calculation I just reference that project when writing a new application. The problem is that when I publish only the .exe file from my calculation project is published, the text files that this project would need to perform the calculations are not publish with them. I checked the Application Files list and the text files don't even show up as an option to Include or Exclude.

Is this simply not possible to do?
Posted

1 solution

Hi,

This may help you.

Project Deployment VS2012[^]

Thanks!
 
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