I have a .NET 4 WPF app deployed via ClickOnce.
The app itself is located in this folder:
C:\Users\User\AppData\Local\Apps\2.0\20M1K3QV.1J5\YBVR1JRD.ZCH\mana..tion_94f2a286b90217ab_0001.0000_92543ff193690b91
In my solution images used by the app are located in a subfolder named Images, in a deployed app folder, however, there is no subfolder Images and I did a full search of the drive and was not able to find a specific image by name anywhere but in the original solution Images folder…
Anyway, my question is where are the images stored after ClickOnce deployement? Are they embedded into the app executable?
In your case the images are embedded in the .exe file, which is correct and recommended. If you want something else you should check the
Build actionandCopy to Output Directorysettings in thePropertiestool window for each image.