Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Visual Studio 上有一个 C# Windows 8.1 项目,我想将其转换为 Windows 桌面应用程序。
有简单的方法吗?
谢谢
没有自动的方法。最简单的方法是创建两个新项目,一个是桌面 (WPF) 应用程序,另一个是共享项目。然后将您可以使用的所有代码移至共享项目。您可能需要使用条件编译 ( #if)。
#if