BDS2006 发表于 2013-8-16 14:31:25

DXBuildGenerator根据DevExpress源码产生编译脚本的工具

本帖最后由 BDS2006 于 2013-8-16 14:31 编辑

CAUTION: This is a pre-alpha version. The programm modifies .cs and .csproj files. Please make backup copies of the originals!

Requirements:- Silverlight 5.0- Newest Version of Code Contracts for .NET: http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970

Following assemblies are required to be installed in the GAC:

Microsoft.VisualStudio.Shell, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL
Microsoft.VisualStudio.Shell.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL
Microsoft.VisualStudio.Shell.Design, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL

Usage: DXBuildGenerator -s <source directory> -r <references directory>
Or: DXBuildGenerator -x <devexpress root directory>

Example DXGenerator -x "c:\Program Files (x86)\DevExpress\DXperience 12.2"-x         
Path to the DevExpress installation folder.If this option is            
specified, Source code directory,references directory and the            
output path are determinated automatically.

--op      Output path for the compiled assemblies. If the value is not            
specified, the property value from the template will be used.
-t          (Default: Template.proj) Template file name
-o          (Default: build.proj) Output file name
-s          Source code directory
-r          Reference files root directory
--nosl      Skip silverlight projects
--notest    Skip test projects
--nomvc   Skip ASP.NET MVC projects
--nowinrt   Skip WinRT (Windows 8) projects   
--help      Display this help screen.
源码链接:
https://github.com/derjabkin/DXBuildGenerator
编译后链接:
http://pan.baidu.com/share/link?shareid=1059262439&uk=2989171739
页: [1]
查看完整版本: DXBuildGenerator根据DevExpress源码产生编译脚本的工具