简体   繁体   中英

How to target .Net 3.5 in Visual Studio 2012 Express?

Is there a way in Visual Studio 2012 Express to target .Net 3.5? By default .Net 4.0 is targeted, but i couldn't change it. Is there a way to change this setting?

Thanks!

Target framework is related to the project template not to the IDE and Since VS2012 doesn't have Export Template Wizard,I think you have to get a template project that targets .Net Framework 3.5 and create your projects with it.
Hope it helps

I see the template export option under the File menu in Visual Studio 2012 Express. I have used it to create project templates for targeting .net 3.5 and .net 4.0.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM