的Visual Studio 2012项目将无法在2010年开

编程入门 行业动态 更新时间:2024-10-16 16:43:17
本文介绍了的Visual Studio 2012项目将无法在2010年开的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我已经创建了一个分配游戏在Visual Studio 2012和2010的用途,我的大学,它不会打开!它提到一些有关.NET框架4.5。我怎样才能将我的项目,所以它会在2010年开?我需要尽快解决这。

I've created a game for an assignment in Visual Studio 2012 and the university I'm at uses 2010 and it won't open! It mentions something about NET Framework 4.5. How can I convert my project so it will open in 2010? I need to sort this ASAP.

推荐答案

这需要三步:

第1步

在文本编辑器和变更

Microsoft Visual Studio Solution File, Format Version 12.00

Microsoft Visual Studio Solution File, Format Version 11.00

第2步

在文本编辑器和更改打开应用程序配置文件(App.config中)

Open application configuration file (App.config) in a text editor and change

sku=".NETFramework,Version=v4.5"

sku=".NETFramework,Version=v4.0"

第3步

打开项目文件(C#语言的.csproj)在文本编辑器和变更

Open project file (for C# language .csproj) in a text editor and change

<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>

<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

现在在VS 2010中享受你的项目!

Now enjoy your project in VS 2010 !

更多推荐

的Visual Studio 2012项目将无法在2010年开

本文发布于:2023-11-11 05:43:13,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1577540.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:项目   Studio   Visual   年开

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!