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.
一部の .NET コードを mono に移植しています。これには、次のような #if ブロックが含まれます。
#if !MONO // Stuff that only works in >NET #endif
これらを csproj ファイルで定義し、mono ビルド ターゲットを設定できます。ただし、xbuild または gmcs で何かが事前定義されているかどうか疑問に思っていたので、mono でコンパイルしているかどうかがわかります。