简体   繁体   English

具有多个项目的 Visual Studio 解决方案

[英]Visual studio solution with multiple projects

I am relatively new to the corporate world and hence just started to use Visual Studio 2019. I have been given the task of testing a new software on some C++ project built using MSVC compiler.我是企业界的新手,因此刚开始使用 Visual Studio 2019。我的任务是在使用 MSVC 编译器构建的某个 C++ 项目上测试新软件。 And I have been asked to test it on a solution containing multiple projects.我被要求在包含多个项目的解决方案上对其进行测试。 I know that a single solution of visual studio can contain multiple projects.我知道 visual studio 的单个解决方案可以包含多个项目。 I have trying to find such a solution but so far I have no luck in finding such a project.我试图找到这样的解决方案,但到目前为止我还没有找到这样的项目。 Can anyone please tell me if there is any Microsoft visual studio open source solution with multiple projects written in C++?任何人都可以告诉我是否有任何 Microsoft visual studio 开源解决方案,其中包含 C++ 中编写的多个项目?

Try to search for open source projects on github.尝试在github上搜索开源项目。

After searching, you will find many examples.搜索之后,你会发现很多例子。 Eg Link1 Link2 from MSDN例如来自 MSDN 的Link1 Link2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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