今天到DevExpress官网看了下,发现DevExpress提供了18.2的源码编译工具
相关说明见:https://www.devexpress.com/Suppo ... rom-the-source-code
18.2 源码编译工具下载地址:http://downloads.devexpress.com/ ... uilderTool_18.2.zip
我没试过,大家可以试一下。
[size=14.6667px]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 ) [size=14.6667px]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. [size=14.6667px]- If you are rebuilding DevExpress.MVC projects you need to install MVC3
|