Hi..
I will make a "release" of a project I have done in VC++ 2008 Express Edition.
I go to: Project/Form1 properties.
Here I choose: Configuration: Release
In the General tab, I choose: Output Directory C:\Release & Intermediate Directory: C:\Release.
In Debugging tab I choose: Command: C:\Release
Now I press "Apply" and "OK" and press F7(Build Solution)
It creates 25 files in the "C:\Release", (I have 4 Forms in the application)
Now when doing a setup, wich files is needed for the setup of these ?
I dont beleive all of them is needed ?
Form1 (Precompiled Header File)
metagen.dep
mt.dep
stdafx(Object File)
vc90(VC++ Minimum Rebuild Dependencies)
vc90 (Program Debug Database)
AssemblyInfo(Object File)
Form1(Object File)
Form2(Object File)
Form3(Object File)
Form4(Object File)
app(RES File)
Form1.exe
Form1.exe.intermediate.manifest.dll
Form1.Form1.resources
Form1.Form2.resources
Form1.Form3.resources
Form1.Form4.resources
Form1 (Incremental Linker File)
Form1 (Program Debug Database)