You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
本通知面向 @PCL-Community/developers 及社区版其他开发者。
PCL.Core 已将构建配置结构由常规的 Release/Beta/Debug 更改为 Publish/CI/Debug 以使其更符合整个解决方案的构建配置。
项目构建注意事项
对之后开发的影响
对主项目无任何影响。
Core 项目开发时应注意在编译器宏中使用的符号常量由
RELEASE
BETA
DEBUG
变为PUBLISH
DEBUG
CI
TRACE
,其中 Debug 配置拥有DEBUG
TRACE
常量,CI 配置拥有CI
TRACE
常量,Publish 配置拥有PUBLISH
常量。截至 PCL-Community/PCL.Core@af58899 提交之前,项目中已存在的常量引用已同步更改,无需额外操作。Beta Was this translation helpful? Give feedback.
All reactions