1 Star 0 Fork 2

吴冬/XbimWindowsUI

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
SharedAssemblyInfo.cs 671 Bytes
Copy Edit Raw Blame History
Andy Ward authored 2018-11-27 13:11 . Removed obsolete nuspec
using System.Reflection;
// This file contains all Assembly meta-data that is common across the solution
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: AssemblyCompany("Xbim Team")]
[assembly: AssemblyProduct("Xbim Library")]
[assembly: AssemblyCopyright("Copyright © Xbim Team 2007-2018")]
[assembly: AssemblyTrademark("Xbim Team")]
[assembly: AssemblyCulture("")]
// AssemblyVersion is the CLR version. Change this only when making breaking changes
// Whenever breaking changes happen update this.
[assembly: AssemblyVersion("5.0")]
[assembly: AssemblyInformationalVersion("5.0.0.0")]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/wdhust/XbimWindowsUI.git
git@gitee.com:wdhust/XbimWindowsUI.git
wdhust
XbimWindowsUI
XbimWindowsUI
master

Search