单词 | MSBuild | ||||||||||
释义 | MSBuild
更多释义 收起释义 例句释义: 程序验证程序命令,模式,新方法 1. MSBuild introduces a new XML-based project file format that is simple to understand, easy to extend, and fully supported by Microsoft. MSBuild引入了一种新的基于XML的项目文件格式,这种格式容易理解、易于扩展并且完全受Microsoft支持。 msdn2.microsoft.com 2. You execute a task in an MSBuild project file by creating an element with the name of the task as a child of a Target element. 通过创建一个元素并将任务的名称作为Target元素的子元素,可执行MSBuild项目文件中的任务。 msdn2.microsoft.com 3. If a task inside of a target uses batching, MSBuild needs to determine if the inputs and outputs for each batch of items is up-to-date. 如果目标内的任务使用批处理,MSBuild需要确定项的各个批的输入和输出是否都是最新的。 msdn2.microsoft.com 4. MSBuild checks if the inputs and outputs of a target are up-to-date before it runs the target. MSBuild在运行目标之前会检查该目标的输入和输出是否是最新的。 msdn2.microsoft.com 5. MSBuild is the engine behind Team Foundation Build and the custom tasks have to be in a format that MSBuild understands. MSBuild是TeamFoundationBuild的后台引擎,自定义任务必须为MSBuild可以理解的格式。 msdn2.microsoft.com 6. Element. This lets MSBuild know where to look for the execution logic of your task when it finds it in your project file. 这样,当MSBuild在项目文件中找到任务后,就知道在何处查找任务的执行逻辑了。 msdn2.microsoft.com 7. Converts the specified string into a syntax that allows the MSBuild engine to interpret the character literally. 将指定的字符串转换为使MSBuild引擎可以按原义解释字符的语法。 msdn2.microsoft.com 8. Describes the general concepts behind the MSBuild file format and how all of the pieces fit together. 介绍MSBuild文件格式背后的常规概念,以及所有这些概念之间的关系。 msdn2.microsoft.com 9. Data Dude. These include refactoring, static analysis, MSBuild tasks for data and schema comparison, and a dependency walker. 其中包括了重构、静态分析、针对数据和结构比较的MSBuild任务,以及一个依赖查看器(Walker)。 www.infoq.com 10. The Team Foundation Build process is controlled by a set of XML files that correspond to the MSBuild project file schema. TeamFoundationBuild过程由对应于MSBuild项目文件架构的一组XML文件控制。 msdn2.microsoft.com 1. In Visual Studio 2005, it is possible to customize an MSBuild project file to redefine the build process. 在VisualStudio2005中,可以自定义MSBuild项目文件以重新定义生成过程。 msdn2.microsoft.com 2. Type msbuild. Exe followed by the name of the solution or project file. 键入msbuild.exe,后面跟随解决方案或项目文件的名称。 msdn2.microsoft.com 3. Defines the metadata attribute that MSBuild uses to identify tasks that must be executed in their own application domains. 定义MSBuild用来标识必须在其自己的应用程序域中执行的任务的元数据属性。 msdn2.microsoft.com 4. For more information, see How to: Reference the Name or Location of the Project File and MSBuild Reserved Properties. 有关更多信息,请参见如何:引用项目文件的名称或位置和MSBuild保留属性。 msdn2.microsoft.com 5. MSBuild provides a set of reserved properties that store information about the project fille and the MSBuild binaries. MSBuild提供一组保留的属性,这些属性存储有关项目文件和MSBuild二进制文件的信息。 msdn2.microsoft.com 6. This task is useful when a specific MSBuild task for the job that you want to perform is not available. 当您要执行的作业的特定MSBuild任务不可用时,此任务非常有用。 msdn2.microsoft.com 7. The Target element is used to define targets, and contains a set of tasks that MSBuild executes sequentially. Target元素用于定义目标,包含一组由MSBuild顺序执行的任务。 msdn2.microsoft.com 8. MSBuild executes the OnError element if one of the Target element's tasks fails with the ContinueOnError attribute set to false. 如果Target元素的某个任务失败,并且ContinueOnError属性设置为false,那么MSBuild将执行OnError元素。 msdn2.microsoft.com 9. This file can be used to specify a custom logger or override MSBuild properties. 该文件可用于指定自定义记录器或重写MSBuild属性。 msdn2.microsoft.com 10. Tasks provide the code that runs during the build process and are contained in Target elements of MSBuild project files. 这些任务提供了生成过程中运行的代码,且包含在MSBuild项目文件的Target元素中。 msdn2.microsoft.com 1. The MSBuild engine is called once per target. 则MSBuild引擎对每个目标调用一次。 msdn2.microsoft.com 2. When a target is run, the MSBuild engine will automatically run any targets listed in this attribute first. 目标运行时,MSBuild引擎将首先自动运行此属性中列出的任何目标。 msdn2.microsoft.com 3. MSBuild project file comments are written in the standard format for comments in an XML file. MSBuild项目文件的注释以XML文件的标准注释的格式编写。 msdn2.microsoft.com 4. MSBuild ships with several. Targets files that contain items, properties, targets, and tasks for common scenarios. MSBuild附带几个.targets文件,这些文件包含常见方案中用到的项、属性、目标和任务。 msdn2.microsoft.com 5. Contains classes that make up the tasks, loggers, and events of MSBuild. 包含构成MSBuild任务、记录器和事件的类。 msdn2.microsoft.com 6. The MSBuild engine is called once to build all targets. 则将调用一次MSBuild引擎生成所有目标。 msdn2.microsoft.com 7. A new version of the MSBuild Extension Pack is now available. 新版本的MSBuild扩展包已经发布了。 www.infoq.com 8. This topic explains the steps that are required to customize a build type to use MSBuild Exec task to build a Visual Studio setup project. 本主题解释自定义生成类型以使用MSBuildExec任务生成VisualStudio安装项目所需的步骤。 msdn2.microsoft.com 9. Provides helper classes that you can use to create your own MSBuild loggers and tasks. 提供可用于创建您自己的MSBuild记录器和任务的帮助器类。 msdn2.microsoft.com 10. Target elements contain a set of tasks that MSBuild runs sequentially. Target元素包含一组任务,这些任务由MSBuild按顺序运行。 msdn2.microsoft.com 1. A Toolset is a matched set of MSBuild tasks, MSBuild targets, and tools that installs with MSBuild and the. NET Framework. 工具集是一组匹配的MSBuild任务、MSBuild目标,以及随MSBuild和.NETFramework一起安装的工具。 msdn2.microsoft.com 2. MSBuild provides some reserved properties that you can use in your project files without defining them each time. MSBuild提供了一些保留属性,您可以在项目文件中使用这些属性,而不用每次都定义它们。 msdn2.microsoft.com 3. The following sections describe some of the basic elements of the MSBuild project file format. 以下各节描述了MSBuild项目文件格式的一些基本要素。 msdn2.microsoft.com 4. The presence of %(Number)in the Text attribute notifies MSBuild that batching should be performed. Text属性中%(Number)的存在通知MSBuild应执行批处理。 msdn2.microsoft.com 5. The Microsoft. TeamFoundation. Build. Targets file defines several MSBuild targets, tasks, and properties for Team Foundation Build. Microsoft.TeamFoundation.Build.targets文件为TeamFoundationBuild定义了多个MSBuild目标、任务和属性。 msdn2.microsoft.com 6. Describes all of the XML elements that make up the MSBuild file format. 描述组成MSBuild文件格式的所有XML元素。 msdn2.microsoft.com 7. The Microsoft. Build. Tasks. Hosting namespace contains classes used internally by MSBuild. Microsoft.Build.Tasks.Hosting命名空间包含MSBuild在内部使用的类。 msdn2.microsoft.com 8. Explains targets, which define how the MSBuild project is built. 介绍定义如何生成MSBuild项目的目标。 msdn2.microsoft.com 9. You run MSBuild from the command line by passing a project file to MSBuild. Exe with the appropriate command line options. 通过使用适当的命令行选项将项目文件传递给MSBuild.exe,从命令行运行MSBuild。 msdn2.microsoft.com 10. MSBuild also includes a file logger that logs build event information to a file. MSBuild还包括一个文件记录器,它将生成事件信息记录到一个文件。 msdn2.microsoft.com 1. This file stores the configuration parameters you provide in the MSBuild Project File Creation Wizard. “MSBuild项目文件创建向导”中提供的配置参数存储在该文件中。 msdn2.microsoft.com 2. The Toolset version can be specified by the ToolsVersion attribute on the Project Element (MSBuild) in the project file. 工具集版本可通过项目文件中Project元素(MSBuild)上的ToolsVersion属性来指定。 msdn2.microsoft.com 3. Contains a set of tasks for MSBuild to sequentially execute. 包含MSBuild的一组任务,这组任务应顺序执行。 msdn2.microsoft.com 4. The auto-response file is a special. Rsp file that MSBuild. Exe automatically uses when building a project. 自动响应文件是一个特殊的.rsp文件,生成项目时MSBuild.exe会自动使用该文件。 msdn2.microsoft.com 5. Other MSBuild build options can be used depending on your needs. 可根据需要使用其他MSBuild生成选项。 technet.microsoft.com 6. The presence of %(ExampColl. Number)in the Text attribute notifies MSBuild that batching should be performed. Text属性中%(ExampColl.Number)的存在通知MSBuild应当执行批处理。 msdn2.microsoft.com 7. MSBuild. Exe builds the specified project or solution file with the specified options. MSBuild.exe用指定的选项生成指定的项目或解决方案文件。 msdn2.microsoft.com 8. Message task allows MSBuild projects to issue messages to loggers at different steps in the build process. 任务,MSBuild项目可以在生成过程中的不同阶段将消息发放到记录器中。 msdn2.microsoft.com 9. Element may be used in an MSBuild project. MSBuild项目中只能使用一个。 msdn2.microsoft.com 10. Tasks are reusable units of executable code used by MSBuild projects to perform build operations. 任务是MSBuild项目用于执行生成操作的可执行代码的可重用单元。 msdn2.microsoft.com 1. Describes some of the common tasks that ship with MSBuild. 描述MSBuild附带的一些常见任务。 msdn2.microsoft.com 2. The Microsoft Build Engine (MSBuild) is the new build platform for Microsoft and Visual Studio. MicrosoftBuildEngine(MSBuild)是Microsoft和VisualStudio的新的生成平台。 msdn2.microsoft.com 3. Both of these tasks are part of the library of common tasks provided with MSBuild. 这些任务都是MSBuild附带的常见任务库的一部分。 msdn2.microsoft.com 4. The root element name is not spelled correctly or is not recognized by MSBuild. 根元素名称未正确拼写或者无法由MSBuild识别。 msdn2.microsoft.com 5. The Project element is the root element of an MSBuild project file and. Project元素是MSBuild项目文件的根元素。 msdn2.microsoft.com 6. When using the XML editor to edit project files, IntelliSense and validation is driven by the MSBuild schema files. 使用XML编辑器编辑项目文件时,IntelliSense和验证受MSBuild架构文件驱动。 msdn2.microsoft.com 7. Response (. Rsp) files are text files that contain MSBuild. Exe command line switches. 响应(.rsp)文件是包含MSBuild.exe命令行开关的文本文件。 msdn2.microsoft.com 8. The MSBuild task GenerateDeployManifest generates the deployment manifest in the output folder. MSBuild的GenerateDeployManifest任务在输出文件夹中生成部署清单。 msdn2.microsoft.com 9. Explains the concepts behind properties, tasks, targets, and other MSBuild components. 解释属性、任务、目标和其他MSBuild组件背后的概念。 msdn2.microsoft.com 10. Syntax to escape the semicolon and prevent MSBuild from declaring two separate items. 语法对分号进行转义,防止MSBuild声明两个单独的项。 msdn2.microsoft.com 1. The Error task allows MSBuild projects issue error text to loggers and stop build execution. 任务使MSBuild项目可以向记录器发出错误文本并停止执行生成。 msdn2.microsoft.com 2. By default, MSBuild uses semicolons to separate items in a list. 默认情况下,MSBuild用分号分隔列表中的项。 msdn2.microsoft.com 3. You can use MSBuild. Exe to build specific targets of specific projects in a solution. 可以使用MSBuild.exe生成解决方案中特定项目的特定目标。 msdn2.microsoft.com 4. MSBuild will accept wildcards as parameter values, but will treat them as string literals and not evaluate them. MSBuild可以接受通配符作为参数值,但会将它们作为字符串对待,而不会计算它们。 msdn2.microsoft.com 5. Certain characters have special meaning in MSBuild project files. 某些字符在MSBuild项目文件中具有特殊含义。 msdn2.microsoft.com 6. Represents a single property in an MSBuild project. 表示MSBuild项目中的单个属性。 msdn2.microsoft.com 7. MSBuild reserves some property names to store information about the project file and the MSBuild binaries. MSBuild保留了一些属性名来存储有关项目文件和MSBuild二进制文件的信息。 msdn2.microsoft.com 8. For more information on properties, see MSBuild Properties and Property Element (MSBuild). 有关属性的更多信息,请参见MSBuild属性和Property元素(MSBuild)。 msdn2.microsoft.com 9. Describes the elements of the MSBuild project file format. 介绍MSBuild项目文件格式的元素。 msdn2.microsoft.com 10. Allows MSBuild project files to contain non-MSBuild information. 允许MSBuild项目文件包含非MSBuild信息。 msdn2.microsoft.com 1. Builds MSBuild projects from another MSBuild project. 基于另一个MSBuild项目生成MSBuild项目。 msdn2.microsoft.com 2. Provides links to topics describing MSBuild concepts. 提供介绍MSBuild概念的主题的链接。 msdn2.microsoft.com 3. Required root element of an MSBuild project file. MSBuild项目文件必需的根元素。 msdn2.microsoft.com 4. These properties are evaluated the same as other MSBuild properties. 这些属性的计算方式与其他MSBuild属性相同。 msdn2.microsoft.com 5. MSBuild item collections and properties can be used as parameters. 可以使用MSBuild的项集合和属性作为参数。 msdn2.microsoft.com 6. For more information on reserved properties, see MSBuild Reserved Properties. 有关保留属性的更多信息,请参见MSBuild保留属性。 msdn2.microsoft.com 7. MSBuild includes a collection of common tasks you can use to customize the build process. MSBuild包含一系列常见任务,这些任务可用于自定义生成过程。 msdn2.microsoft.com 8. Describes the conditions available in MSBuild files. 描述MSBuild文件中可用的条件。 msdn2.microsoft.com 9. Creates and executes an instance of an MSBuild task. 创建并执行MSBuild任务的一个实例。 msdn2.microsoft.com 10. If there are ambiguities, MSBuild will choose an arbitrary match, which could produce unexpected results. 如果存在多义性,MSBuild将选择任意匹配方式,该匹配方式可能产生意外的结果。 msdn2.microsoft.com 1. A task is a unit of executable code used by MSBuild to perform atomic build operations. 任务是MSBuild用来执行原子生成操作的可执行代码单元。 msdn2.microsoft.com 2. Target. MSBuild automatically provides all the outputs from one target as inputs for another target when you use the. 元素时,MSBuild会自动将一个目标的所有输出作为另一个目标的输入。 msdn2.microsoft.com 3. Visual Studio 2005 uses the MSBuild project file format to store build information about managed projects. VisualStudio2005使用MSBuild项目文件格式来存储托管项目的生成信息。 msdn2.microsoft.com 4. MSBuild replaces the property references with their respective property values. MSBuild用属性引用各自的属性值替换属性引用。 msdn2.microsoft.com 5. The first step was to create a MSBuild provider. 第一步是创建一个MSBuild提供程序。 www.infoq.com 6. The following table describes the MSBuild reserved properties. 下表描述MSBuild保留属性。 msdn2.microsoft.com 7. Describes the. Targets files included with MSBuild. 描述MSBuild中包含的.Targets文件。 msdn2.microsoft.com 8. MSBuild provides reserved properties that reference the project file name and other properties related to the project. MSBuild提供了保留属性,它们引用与项目相关的项目文件名和其他属性。 msdn2.microsoft.com 9. This topic explains transforms and how MSBuild uses them to build projects more efficiently. 本主题介绍了转换以及MSBuild如何使用转换来更高效地生成项目。 msdn2.microsoft.com 10. A host of MSBuild typically unregisters loggers immediately before quitting. MSBuild的宿主通常在退出之前才注销记录器。 msdn2.microsoft.com 1. Represents a single item in an MSBuild project. 表示MSBuild项目中的单个项。 msdn2.microsoft.com 2. MSBuild project files are XML files that adhere to the MSBuild XML schema. MSBuild项目文件是符合MSBuildXML架构的XML文件。 msdn2.microsoft.com 3. The basic elements of an MSBuild project file. MSBuild项目文件的基本要素。 msdn2.microsoft.com 4. Navigate to the directory where you ran msbuild. Exe or opened the. Sln file. 定位到运行msbuild.exe或打开.sln文件时所在的目录。 msdn2.microsoft.com 5. Contains the classes that represent the MSBuild engine. 包含表示MSBuild引擎的类。 msdn2.microsoft.com 6. Contains classes used internally by MSBuild. 包含由MSBuild在内部使用的类。 msdn2.microsoft.com 7. You can edit this file to specify default command line switches to MSBuild. Exe. 您可以编辑此文件来指定MSBuild.exe的默认命令行开关。 msdn2.microsoft.com 8. For more information on the common tasks provided with MSBuild, see MSBuild Task Reference. 有关MSBuild附带的常见任务的更多信息,请参见MSBuild任务参考。 msdn2.microsoft.com 9. For more information on how Visual Studio uses MSBuild, see MSBuild Advanced Concepts. 有关VisualStudio如何使用MSBuild的更多信息,请参见MSBuild高级概念。 msdn2.microsoft.com 10. Defines an MSBuild logger, which subscribes to build system events. 定义MSBuild记录器,该记录器订阅生成系统事件。 msdn2.microsoft.com 1. Contains MSBuild task classes that are used by Visual Studio Tools for Office to build projects. 包含VisualStudioToolsforOffice用来生成项目的MSBuild任务类。 msdn2.microsoft.com 2. Build the application in the solution file in the CS folder using Microsoft Visual Studio 2005 or MSBuild. 使用MicrosoftVisualStudio2005或MSBuild在CS文件夹中编译解决方案文件中的应用程序。 technet.microsoft.com 3. Provides a way to persist non-MSBuild information within an MSBuild project file. 提供了一种在MSBuild项目文件内保持非MSBuild信息的方法。 msdn2.microsoft.com 4. Contains the implementation of all tasks shipping with MSBuild. 包含随MSBuild提供的所有任务的实现。 msdn2.microsoft.com 5. For more information on task outputs, see MSBuild Tasks and Output Element (MSBuild). 有关任务输出的更多信息,请参见MSBuild任务和Output元素(MSBuild)。 msdn2.microsoft.com 6. Visual Studio uses the MSBuild tool to create assemblies. VisualStudio使用MSBuild工具创建程序集。 msdn2.microsoft.com 7. MSBuild is the new build system for Microsoft and Visual Studio. MSBuild是Microsoft和VisualStudio的新生成系统。 msdn2.microsoft.com 8. This is an empty file generated by the MSBuild Project File Creation Wizard. 这是由“MSBuild项目文件创建向导”生成的空文件。 msdn2.microsoft.com 9. Provides links to MSBuild Web sites and newsgroups. 提供指向MSBuild网站和新闻组的链接。 msdn2.microsoft.com 10. MSBuild project files are built using MSBuild. Exe. MSBuild项目文件是使用MSBuild.exe生成的。 msdn2.microsoft.com 1. MSBuild script files can import other script files. MSBuild脚本文件可以导入其他脚本文件。 msdn2.microsoft.com 2. Command tells MSBuild to invoke the publish target. 命令通知MSBuild调用发布目标。 msdn2.microsoft.com 3. You can use MSBuild. Exe to perform more complicated builds. 可以使用MSBuild.exe来执行更复杂的生成。 msdn2.microsoft.com 4. For more information on MSBuild. Exe, see MSBuild Command Line Reference. 有关MSBuild.exe的更多信息,请参见MSBuild命令行参考。 msdn2.microsoft.com 5. Discusses how to customize Team Foundation Build using custom MSBuild tasks and properties. 讨论如何使用自定义MSBuild任务和属性自定义TeamFoundationBuild。 msdn2.microsoft.com 6. This section contains conceptual information about MSBuild and how to use it to build projects. 本节包含有关MSBuild的概念性信息以及如何使用它生成项目。 msdn2.microsoft.com 7. Attribute or the MSBuild command line, the engine will execute the first target in the project file after the. 元素后,该引擎将执行项目文件中的第一个目标。 msdn2.microsoft.com 8. Defines an MSBuild item that can be consumed and emitted by tasks. 定义任务可以使用和发出的MSBuild项。 msdn2.microsoft.com 9. The MSBuild file where the task is defined. 定义该任务的MSBuild文件。 msdn2.microsoft.com 10. Build the application in the solution file in the CS folder by using Visual Studio 2005 or Microsoft MSBuild. 使用VisualStudio2005或MicrosoftMSBuild在CS文件夹中的解决方案文件中生成应用程序。 msdn2.microsoft.com 1. Specifies the logger to use to log events from MSBuild. 指定要用来从MSBuild记录事件的记录器。 msdn2.microsoft.com 2. The MSBuild copy task is used to copy the. Msi file to the release folder. MSBuildcopy任务用于将.msi文件复制到发布文件夹。 msdn2.microsoft.com 3. Contains links to external resources that can help you find solutions to MSBuild errors. 包含外部资源的链接,它们有助于找出MSBuild错误的解决方案。 msdn2.microsoft.com 4. Defines a task, which is a unit of executable code used by MSBuild to perform build operations. 定义一个任务,即MSBuild用来执行生成操作的可执行代码单元。 msdn2.microsoft.com 5. This topic explains how to write a simple MSBuild project file that uses a task to compile a project containing one file. 本主题解释了如何编写一个简单的MSBuild项目文件,该项目文件使用任务来编译包含一个文件的项目。 msdn2.microsoft.com 6. The following table lists all of the MSBuild XML schema elements along with their child elements and attributes. 下表列出了所有MSBuildXML架构元素及其子元素和属性。 msdn2.microsoft.com 7. MSBuild can divide multiple item collections into batches based on the same metadata. MSBuild可以根据相同的元数据将多个项集合划分为批。 msdn2.microsoft.com 8. We are also planning to include command line tool and MsBuild task. 我们也打算包含命令行工具和MsBuild任务。 www.infoq.com 9. By using Toolsets, you can direct MSBuild to target specific. NET Framework versions. 通过使用工具集,您可以指示MSBuild将特定的.NETFramework版本确定为目标版本。 msdn2.microsoft.com 10. This task is also faster because no new MSBuild process is created. 此外,此任务的速度更快,因为它不创建任何新的MSBuild进程。 msdn2.microsoft.com 1. The MSBuild tool is used in Microsoft Visual Studio to build projects from the command line. 在MicrosoftVisualStudio中使用MSBuild工具可以从命令行中生成项目。 msdn2.microsoft.com 2. Visual Studio 2005 hosts MSBuild to load and build managed projects. VisualStudio2005承载MSBuild以加载和生成托管项目。 msdn2.microsoft.com 3. This property is useful if you need to refer to files in the MSBuild directory. 如果需要引用MSBuild目录中的文件,此属性十分有用。 msdn2.microsoft.com 4. MSBuild project files have the ability to execute tasks that can damage your system. MSBuild项目文件所执行的任务可能会破坏您的系统。 msdn2.microsoft.com 5. The MSBuild folder under the Program Files directory. MSBuild文件夹位于ProgramFiles目录下。 msdn2.microsoft.com 6. The warning text that MSBuild logs if the. 时,MSBuild记录的警告文本。 msdn2.microsoft.com 7. A library of common tasks is provided with MSBuild, and you can also write tasks yourself. MSBuild附带一个常见任务库,您也可以自己编写任务。 msdn2.microsoft.com 8. Type msbuild to build the sample using the solution (. Sln) file provided. 键入msbuild以使用提供的解决方案(.sln)文件生成示例。 msdn2.microsoft.com 9. This command executes msbuild. Exe, which is on the path in the Visual Studio command-prompt environment. 此命令执行msbuild.exe(位于VisualStudio命令提示环境中的路径上)。 msdn2.microsoft.com 10. Provides a way to register tasks within MSBuild. 提供了一种在MSBuild内注册任务的方法。 msdn2.microsoft.com 1. Not all MSBuild error messages have a specific Help topic for the error. 并非所有MSBuild错误消息都有针对该错误的特定帮助主题。 msdn2.microsoft.com 2. Describes how to use property names and values in MSBuild project files. 介绍如何在MSBuild项目文件中使用属性名称和值。 msdn2.microsoft.com 3. You can also use MSBuild from the command line to publish your solution. 您也可以从命令行使用MSBuild发布解决方案。 msdn2.microsoft.com 4. In addition to creating new rules, developers will find information in the SDK on how to integrate StyleCop in MSBuild tasks. 除了创建新规则外,开发人员将在SDK中发现如何把StyleCop和MSBuild任务集成起来的信息。 www.infoq.com 5. And finally use a MSBuild file to build a project. 最后,你可以利用MSBuild文件以创建一个项目。 www.infoq.com 6. In order to perform Code Analysis on managed binaries, MSBuild must start FxCop. 为了对托管二进制代码执行代码分析,MSBuild需要启动FxCop。 msdn2.microsoft.com 7. How MSBuild is used to build projects. 如何使用MSBuild生成项目。 msdn2.microsoft.com 8. MSBuild uses project files to instruct the build engine what to build and how to build it. MSBuild使用项目文件来指示生成引擎生成哪些内容以及应采用的生成方式。 msdn2.microsoft.com 9. This section explains the library of common tasks that is provided with MSBuild. 此部分解释随MSBuild一起提供的常见任务库。 msdn2.microsoft.com 10. To execute a task in an MSBuild project file, create an element with the name of the task as a child of a 要在MSBuild项目文件中执行任务,请创建一个具有任务的名称的元素,作为 msdn2.microsoft.com 1. For MSBuild 3. 5, the default ToolsVersion value is set to 2. 0. 对于MSBuild3.5,ToolsVersion默认值被设置为2. msdn2.microsoft.com 2. Every property used in an MSBuild project must be specified as a child of a MSBuild项目中使用的每个属性都必须指定为 msdn2.microsoft.com 3. Every item used in a MSBuild project must be specified as a child of an 必须将MSBuild项目中使用的每个项指定为 msdn2.microsoft.com 4. The tool is responsible for calling the appropriate compiler for a given project type; for Web projects, MSBuild invokes the 该工具负责针对给定项目类型调用相应的编译器;对于Web项目,MSBuild调用 msdn2.microsoft.com 5. Multiple profile support (publish settings, cloud configuration and build configuration will all be stored in MSBuild files) 多个配置文件支持(发布设置、云配置和构建配置都将存储在若干MSBuild文件中) www.infoq.com 6. The execution logic of a task is written in managed code and mapped to MSBuild with the 任务的执行逻辑在托管代码中编写,并使用 msdn2.microsoft.com 7. The logic of a logger is written in managed code and specified at the MSBuild command line using the 记录器的逻辑以托管代码编写,并在MSBuild命令行中使用 msdn2.microsoft.com 8. MSBuild supports a specific set of conditions that can be applied wherever a MSBuild支持一组特定的条件,这些条件可以应用于允许使用 msdn2.microsoft.com 9. Attributes and no target is specified on the command line, MSBuild runs the targets specified in the 属性中都指定了目标,并且没有在命令行指定目标,则MSBuild将运行在 msdn2.microsoft.com 10. To use an MSBuild special character as a literal character 使用MSBuild特殊字符作为原义字符 msdn2.microsoft.com 1. Creating and Building a Basic ClickOnce Application Using MSBuild 使用MSBuild创建和生成基本的ClickOnce应用程序 msdn2.microsoft.com 2. For more information about using MSBuild from the command line, see 有关从命令行使用MSBuild的更多信息,请参见 msdn2.microsoft.com 3. Support for multi-threaded builds with the new MSBuild 通过新的MSBuild对多线程构建进行支持 www.infoq.com 4. For more information on MSBuild command line options, see 有关MSBuild命令行选项的更多信息,请参见 msdn2.microsoft.com 5. To build from the command prompt using MSBuild 使用MSBuild在命令提示符处进行编译 www.ichacha.net 6. For more information about how to use MSBuild to compile projects, see 有关使用MSBuild编译项目的更多信息,请参见 msdn2.microsoft.com 7. For information on configuring an MSBuild XML schema file to build projects, see the 有关配置MSBuildXML架构文件生成项目的信息,请参见 msdn2.microsoft.com 8. an msbuild task which lets you build an F# ". fsproj" project from the command line 一个msbuild任务,让你能从命令行构建F#“.fsproj”工程 www.infoq.com 9. Option 2: To build the sample by using msbuild. Exe from. Net Framework SDK 选项2:使用.NetFrameworkSDK中的msbuild.exe生成示例 msdn2.microsoft.com 10. How To: Escape Special Characters in MSBuild 如何:转义MSBuild中的特殊字符 msdn2.microsoft.com 1. How to: Build Specific Targets in Solutions By Using MSBuild. Exe 如何:使用MSBuild.exe生成解决方案中的特定目标 msdn2.microsoft.com 2. How To: Write a Simple MSBuild Project 如何:编写简单的MSBuild项目 msdn2.microsoft.com 3. MSBuild ships with many common tasks such as MSBuild附带了许多常见的任务,例如 msdn2.microsoft.com 4. For example, MSBuild finds the Microsoft. CSharp. Targets file by using the following XML element 例如,MSBuild使用下面的XML元素查找Microsoft.CSharp.targets文件 msdn2.microsoft.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。