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.
我可以在 csproj 文件中指定在预构建事件中执行的 exe 应该在执行之前构建吗?
您可以通过 Visual Studio 来完成,它实际上会编辑您的 .csproj 文件。
右键单击项目并选择项目依赖项并选择您需要在此项目之前构建的项目。通过选择 Build order 选项卡对其进行验证。