zxSunrise 发表于 2019-1-14 11:23:26

DevExpress 18.2 官方源码编译工具

今天到DevExpress官网看了下,发现DevExpress提供了18.2的源码编译工具
相关说明见:https://www.devexpress.com/Support/Center/Question/Details/A609/how-to-rebuild-assemblies-from-the-source-code
18.2 源码编译工具下载地址:http://downloads.devexpress.com/DXperience/SourceCodeBuilderTool/SourceBuilderTool_18.2.zip

我没试过,大家可以试一下。

For building v18.2 and older:
- Visual Studio 2015, 2017 Community
- .NET Framework 4.7.2
- Following assemblies must be copied to the 'dlls' folder in the installation directory:
   1. Microsoft.VisualStudio.ComponentModelHost.dll ( Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a )
   2. Microsoft.VisualStudio.Shell.10.0.dll ( Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a )
   3. Microsoft.VisualStudio.Shell.Design.dll ( Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a )
   4. Microsoft.VisualStudio.Shell.dll ( Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a )
   5. Microsoft.VisualStudio.Shell.Immutable.10.0.dll ( Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a )
   6. Microsoft.Windows.Design.Extensibility.dll ( Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a)
   7. Microsoft.Windows.Design.Interaction.dll ( Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a )NOTE: These assemblies are part of Visual Studio 2010 installation and can be found in the Visual Studio 2010 installation folder. Note that you do not need to install Visual Studio 2010 to your machine, you need to create the 'dlls' folder in the DevExpress installation directory (the default path to the installation directory is "C:\Program Files (x86)\DevExpress 18.x\Components\") and copy these assemblies into to it.- If you are rebuilding DevExpress.MVC projects you need to install MVC3

pedoc 发表于 2019-3-28 10:27:38

通过这个工具编译18.2.7成功,部分项目需要略微调整,不过都问题不大。

peacock 发表于 2019-3-31 09:56:39

这个工具不支持Visual Studio 2015?打开就提示“MSBuild tool is not found. Tools version: 15.0”
页: [1]
查看完整版本: DevExpress 18.2 官方源码编译工具