ClickOnce User Controlled Files

I am using the ClickOnce publish function using Visual C # 2008 and a WinForm application. I use Subversion to process my source control for this application and wondered which of the generated ClickOnce files in the project directory should I add to the source control and should be ignored as user files ...?

+3
source share
1 answer

As far as I know, published files do not need to be added to the original control, just like assemblies, they are generated by files whose management has nothing to do with

0
source

All Articles