Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sharepoint 如何区分条件编译的WSS和Moss?_Sharepoint_Moss_Wss - Fatal编程技术网

Sharepoint 如何区分条件编译的WSS和Moss?

Sharepoint 如何区分条件编译的WSS和Moss?,sharepoint,moss,wss,Sharepoint,Moss,Wss,我不想创建多个项目来分别编译WSS和Moss。如何创建条件以编译不同的Sharepoint版本?如何区分版本 表达意图的示例: #if Moss //reference a dll specific for moss #elif WSS //reference a dll specific for wss #endif 可能重复的

我不想创建多个项目来分别编译WSS和Moss。如何创建条件以编译不同的Sharepoint版本?如何区分版本

表达意图的示例:

#if Moss
//reference a dll specific for moss
#elif WSS
//reference a dll specific for wss
#endif
可能重复的