Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

The following is a screenshot from Microsoft Visual Studio: Explain, in your own

ID: 3782682 • Letter: T

Question

The following is a screenshot from Microsoft Visual Studio:

Explain, in your own words, what the current “Output type” selection means. If our project was created as a Windows application, and the “Output Type” was set as above, give an example of a line of code that you COULD NOT use effectively, due to these selections.

DA FinalTest windowsForms Microsoft Visual studio (Administratoro ELE EDIT MEW BROIECT BUILD DE BUG TEAM IOOLS TEST ANALYZE MANDow HELP Start Debug Any CPU Final Test WindowsForms x Program.cs Form1 cs lDesign configuration NA Platform NA Build Events Assembly name: Defaut namespace: Examples Target framework: NET Framework 451 Windows Application Startup object Reference Paths ONot set) Specify how application resources willbe managed kon and manifest Code Analysis A manifest determines specific settings for an applicati on. To embed a custom manifest, first additto your project and then select it from the list below. Icon: (Default con) Embed manifest with default settings Resource file Show output from Build Error List Output Y7 Quick Launch (Chl-Q) David Hernandez Search Solution Explorer (Ctrl+) Solution Final Test.WindowsForms a project) FinaLTest. Properties D References App.config c Program/cs Solution Explorer Explorer Class Vew

Explanation / Answer

there are 3 types in output type

windows applicatoin and console application generate any exe file for execution for the project.

class library generates .dll file for  execution for the project.