gpt4 book ai didi

c# - 如何在 Visual Studio 中创建 C# makefile 以支持 Mono?

转载 作者:太空宇宙 更新时间:2023-11-03 13:07:40 26 4
gpt4 key购买 nike

我需要为我的 C# 项目创建联编文件。解决方案包含两个项目(类库和测试)。我正在使用 Visual Studio 2013。

有没有创建makefile的工具?或者我可以手动创建 makefile 吗?

项目需要在 Mono 中编译,项目还需要 GNU make 的 makefile。

最佳答案

这取决于您要使用的构建系统。实际上你已经有了你的 make 文件..它是 .sln.csproj 文件。您可以通过调用 msbuild.exe YourSolution.slnmsbuild.exe YourProjectFile.csproj 来实现。在 Visual Studio 中,您可以右键单击项目文件,卸载它并编辑它以扩展构建过程。

关于c# - 如何在 Visual Studio 中创建 C# makefile 以支持 Mono?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30199662/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com