I have VS Express C# and I am trying to build for release, simply meaning so it can run on a PC without VS installed and just the target .NET platform.
I have the project properties tab which I can use to configure build settings. I can set configuration and versions, but it seems I cannot build directly to a specific folder and vile version.
There is the publish function, which seems to be what I want, if auto increments versions and I give it a destination to publish, but it only seems to like URLs.
In my project folder, I have Debug and Release folders in the obj and bin folders. Is one of these the Release version of the program I can use?
In both folders, I have the executable, a pdb file and a DLL file. Is it possible to build these files into one. I would much rather not have to deal with 3 files, just one consistent fully contained executable package.
I searched online and cannot believe I could not find any related topics for this.
Thanks,
elkinm
I have the project properties tab which I can use to configure build settings. I can set configuration and versions, but it seems I cannot build directly to a specific folder and vile version.
There is the publish function, which seems to be what I want, if auto increments versions and I give it a destination to publish, but it only seems to like URLs.
In my project folder, I have Debug and Release folders in the obj and bin folders. Is one of these the Release version of the program I can use?
In both folders, I have the executable, a pdb file and a DLL file. Is it possible to build these files into one. I would much rather not have to deal with 3 files, just one consistent fully contained executable package.
I searched online and cannot believe I could not find any related topics for this.
Thanks,
elkinm