c# - 如何将 Visual Studio 2013 项目降级为 Visual Studio 2008 项目?

标签 c# visual-studio visual-studio-2008 visual-studio-2013 downgrade

是否可以将 Visual Studio 2013 项目降级为 Visual Studio 2008 项目?我需要使用 VS 2008 运行一些在 VS 2013 中创建的 C# 程序。

最佳答案

查看此 answer .但我真的不会推荐这个,即使它确实有效,老实说也不能保证。

最好是创建一个新的 VS2008 解决方案并添加现有...手动引入所有源文件,或者更好的是,只需注册 VS Team Services,获取 VSExpress 2013,您就不必担心关于转换。

关于c# - 如何将 Visual Studio 2013 项目降级为 Visual Studio 2008 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21678737/

相关文章:

c# - 如何将两个 C# 列表拼接成一个?或者可能使用不同的集合类型?

c# - 为什么我不能在 asp.net 上使用 ToShortDateString

c# - Windows Phone 8.1 按钮点击参数

c# - Unity 中未设置输入 Axis 垂直 (C#)

git - Visual Studio Git 错误 : "The index is locked. This might be due to a concurrent or crashed process."

c# - 在构建过程中什么优先? nuget 引用或项目引用

c# - 防止 EDMX 合并冲突和 Cherry Picking 问题

c++ - 调用头文件中声明的函数

c++ - 如何让 VS2008 在 C++ 项目中使用 __cdecl 而不是 __thiscall?

c++ - Visual Studio 2008 中特定于文件的编译选项