Best practices for .NET/MONO cross compiling

后端 未结 5 1051
自闭症患者
自闭症患者 2021-02-04 07:17

What are the best practices for writing code that can be cross compiled on .NET (windows) and Mono (linux)? Although I am very familiar with .NET, I am not that experienced in M

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-04 07:59

    You should be interrested by Prebuild :

    Prebuild is a cross-platform XML-driven pre-build tool which allows developers to easily generate project files for major IDE's and .NET development tools including: Visual Studio .NET 2002, 2003, 2005, SharpDevelop, MonoDevelop, NAnt and Autotools.

提交回复
热议问题