@ -0,0 +1,166 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.BizTalk.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd"/> |
|||
<xs:element name="MSBuild.ExtensionPack.BizTalk.BizTalkApplication" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="AddReference"/> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="Delete"/> |
|||
<xs:enumeration value="DisableAllReceiveLocations"/> |
|||
<xs:enumeration value="EnableAllReceiveLocations"/> |
|||
<xs:enumeration value="Get"/> |
|||
<xs:enumeration value="RemoveReference"/> |
|||
<xs:enumeration value="StartAll"/> |
|||
<xs:enumeration value="StartAllOrchestrations"/> |
|||
<xs:enumeration value="StartAllSendPortGroups"/> |
|||
<xs:enumeration value="StartAllSendPorts"/> |
|||
<xs:enumeration value="StartReferencedApplications"/> |
|||
<xs:enumeration value="StopAll"/> |
|||
<xs:enumeration value="StopReferencedApplications"/> |
|||
<xs:enumeration value="UndeployAllPolicies"/> |
|||
<xs:enumeration value="UnenlistAllOrchestrations"/> |
|||
<xs:enumeration value="UnenlistAllSendPortGroups"/> |
|||
<xs:enumeration value="UnenlistAllSendPorts"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="Application"/> |
|||
<xs:attribute name="Database"/> |
|||
<xs:attribute name="Default" type="msb:boolean"/> |
|||
<xs:attribute name="Description"/> |
|||
<xs:attribute name="Force" type="msb:boolean"/> |
|||
<xs:attribute name="References"/> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.BizTalk.BizTalkReceiveHandler" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="Delete"/> |
|||
</xs:attribute> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="DatabaseServer"/> |
|||
<xs:attribute name="Database"/> |
|||
<xs:attribute name="Force"/> |
|||
<xs:attribute name="HostName" type="msb:non_empty_string" use="required"/> |
|||
<xs:attribute name="CustomCfg"/> |
|||
<xs:attribute name="Exists"/> |
|||
<xs:attribute name="AdapterName"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.BizTalk.BizTalkHostInstance" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="Delete"/> |
|||
<xs:enumeration value="GetState"/> |
|||
<xs:enumeration value="Start"/> |
|||
<xs:enumeration value="Stop"/> |
|||
</xs:attribute> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="HostName" type="msb:non_empty_string" use="required"/> |
|||
<xs:attribute name="Exists"/> |
|||
<xs:attribute name="Force"/> |
|||
<xs:attribute name="AccountName"/> |
|||
<xs:attribute name="AccountPassword"/> |
|||
<xs:attribute name="State"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.BizTalk.BizTalkAssembly" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:enumeration value="Add"/> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="RTemove"/> |
|||
</xs:attribute> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="DatabaseServer"/> |
|||
<xs:attribute name="Application" type="msb:non_empty_string" use="required"/> |
|||
<xs:attribute name="DeploymentPath"/> |
|||
<xs:attribute name="Database"/> |
|||
<xs:attribute name="Assemblies" use="required"/> |
|||
<xs:attribute name="Exists"/> |
|||
<xs:attribute name="Gac"/> |
|||
<xs:attribute name="Force"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.BizTalk.BizTalkHost" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="Delete"/> |
|||
<xs:enumeration value="Update"/> |
|||
</xs:attribute> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="DatabaseServer"/> |
|||
<xs:attribute name="Database"/> |
|||
<xs:attribute name="HostName" type="msb:non_empty_string" use="required"/> |
|||
<xs:attribute name="HostType"/> |
|||
<xs:attribute name="Use32BitHostOnly"/> |
|||
<xs:attribute name="Exists"/> |
|||
<xs:attribute name="Trusted"/> |
|||
<xs:attribute name="Tracking"/> |
|||
<xs:attribute name="Default"/> |
|||
<xs:attribute name="WindowsGroup"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.BizTalk.BizTalkSendHandler" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="Delete"/> |
|||
</xs:attribute> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="DatabaseServer"/> |
|||
<xs:attribute name="Database"/> |
|||
<xs:attribute name="Force"/> |
|||
<xs:attribute name="HostName" type="msb:non_empty_string" use="required"/> |
|||
<xs:attribute name="CustomCfg"/> |
|||
<xs:attribute name="Exists"/> |
|||
<xs:attribute name="Default"/> |
|||
<xs:attribute name="AdapterName"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,118 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.Iis7.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd" /> |
|||
<xs:element name="MSBuild.ExtensionPack.Web.Iis7AppPool" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="Delete"/> |
|||
<xs:enumeration value="GetInfo"/> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Modify"/> |
|||
<xs:enumeration value="Recycle"/> |
|||
<xs:enumeration value="SetIdentity"/> |
|||
<xs:enumeration value="SetPipelineMode"/> |
|||
<xs:enumeration value="Start"/> |
|||
<xs:enumeration value="Stop"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="AutoStart" type="msb:boolean"/> |
|||
<xs:attribute name="Enable32BitAppOnWin64" type="msb:boolean"/> |
|||
<xs:attribute name="Force" type="msb:boolean"/> |
|||
<xs:attribute name="IdentityPassword"/> |
|||
<xs:attribute name="IdentityType"/> |
|||
<xs:attribute name="ManagedRuntimeVersion"/> |
|||
<xs:attribute name="MaxProcesses"/> |
|||
<xs:attribute name="Name" use="required"/> |
|||
<xs:attribute name="PeriodicRestartPrivateMemory"/> |
|||
<xs:attribute name="PeriodicRestartTime"/> |
|||
<xs:attribute name="PipelineMode"/> |
|||
<xs:attribute name="PoolIdentity"/> |
|||
<xs:attribute name="QueueLength"/> |
|||
<xs:attribute name="RecycleInterval"/> |
|||
<xs:attribute name="RecycleRequests"/> |
|||
<xs:attribute name="RecycleTimes"/> |
|||
<xs:attribute name="Authority"/> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="UserName"/> |
|||
<xs:attribute name="UserPassword"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.Web.Iis7Binding" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="Add"/> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Modify"/> |
|||
<xs:enumeration value="Remove"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="BindingInformation"/> |
|||
<xs:attribute name="BindingProtocol"/> |
|||
<xs:attribute name="CertificateHash"/> |
|||
<xs:attribute name="CertificateStoreName"/> |
|||
<xs:attribute name="Name" use="required"/> |
|||
<xs:attribute name="Port"/> |
|||
<xs:attribute name="PreviousBindingInformation"/> |
|||
<xs:attribute name="PreviousBindingProtocol"/> |
|||
<xs:attribute name="Authority"/> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="UserName"/> |
|||
<xs:attribute name="UserPassword"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.Web.Iis7Website" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="AddApplication"/> |
|||
<xs:enumeration value="AddVirtualDirectory"/> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="ModifyPath"/> |
|||
<xs:enumeration value="Delete"/> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="GetInfo"/> |
|||
<xs:enumeration value="Start"/> |
|||
<xs:enumeration value="Stop"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="Applications"/> |
|||
<xs:attribute name="AppPool"/> |
|||
<xs:attribute name="Force" type="msb:boolean"/> |
|||
<xs:attribute name="Name" use="required"/> |
|||
<xs:attribute name="Path"/> |
|||
<xs:attribute name="PhysicalPath"/> |
|||
<xs:attribute name="Port"/> |
|||
<xs:attribute name="VirtualDirectories"/> |
|||
<xs:attribute name="Authority"/> |
|||
<xs:attribute name="MachineName"/> |
|||
<xs:attribute name="UserName"/> |
|||
<xs:attribute name="UserPassword"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,29 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.JSharp.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd" /> |
|||
<xs:element name="MSBuild.ExtensionPack.Compression.Zip" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="Extract"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="CompressFiles"/> |
|||
<xs:attribute name="CompressPath"/> |
|||
<xs:attribute name="ZipFileName" use="required"/> |
|||
<xs:attribute name="ExtractPath"/> |
|||
<xs:attribute name="RemoveRoot"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,745 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.MSTFSBuild2008.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd" /> |
|||
<xs:element name="Get" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The Get task retrieves a read-only copy of the files and folders in a workspace by using specified options. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildUri"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The build URI. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Workspace" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The workspace name. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Version"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The file versionspec. By default the versionspec used is T, or the latest version. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Filespec"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The items in the workspace. By default, Team Foundation Build gets all items in the workspace specified by the WorkspaceName property. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Overwrite" type="msb:boolean"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Specifies whether to overwrite writable files that are not checked out. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="PopulateOutput" type="msb:boolean"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Populate the Gets, Replaces, Deletes and GetWarnings Item Groups |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Preview" type="msb:boolean"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Specifies whether to display what would occur without actually performing the Get operation. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Recursive" type="msb:boolean"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Specifies whether files are retrieved recursively. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Force" type="msb:boolean"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Specifies whether the files are retrieved incrementally. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="Label" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The Label task attaches a label to the latest version of the files in the workspace. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Name" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The label name. By default, the name of the label created by Team Foundation Build is the same as the BuildNumber property. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Version"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The version of the file or folder. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Scope"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Specifies the scope of the label |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Files" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The items to be labeled. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Child"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
This corresponds to the /child option of tf.exe label command. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Recursive" type="msb:boolean"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Specifies whether the files are labeled recursively. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Comments"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The comment used for the label by Team Foundation Build. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="GenCheckinNotesUpdateWorkItems" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The GenCheckinNotesUpdateWorkItems task associates changesets and work items with a specified build. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildUri" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The URI for the build definition. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildNumber"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The Team Foundation Build build number. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="CurrentLabel" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The version number label to which the changesets and work items are associated. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="LastLabel"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The starting version number label from which the changesets and work items are associated. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="UpdateWorkItems" type="msb:boolean"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Boolean property that specifies whether the Microsoft.VSTS.Build.IntegrationBuild of the associated work items should be updated with the build number. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="CreateNewWorkItem" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The CreateNewWorkItem task creates a new work item of the specified type and with the specified title and description. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildNumber"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The Team Foundation Build build number. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Description" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The work item description. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="TeamProject" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The team project name. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Title" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The work item title. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="WorkItemFieldValues"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Specifies a list of field names and values for the created work item. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="WorkItemType"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The work item type. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="CreateWorkspaceTask" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The CreateWorkspaceTask task creates a workspace with the name and mapping file specified in the TFSBuild.proj file. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildUri" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The URI for the build definition. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildDirectory" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The build directory. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="SourcesDirectory" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The solution root for directory for source files. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Name" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The workspace name. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Comment"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The comment used for the workspace. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="DeleteWorkspaceTask" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The DeleteWorkspaceTask task deletes the workspace left by the previous build. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="DeleteLocalItems"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Indicates whether local items that are specified in the workspace mappings are deleted or not. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Name" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The workspace name. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="TestToolsTask" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The TestToolsTask task runs tests for an end-to-end build or for a desktop build. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="BuildFlavor"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The build configuration e.g. debug |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Platform"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The platform e.g. x86 |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="PublishServer"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="PublishBuild"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The build number for the build. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="SearchPathRoot"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The search path for test files. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="PathToResultsFilesRoot"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
Specifies where test results get uploaded. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="MetaDataFile"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The test metadata file. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="RunConfigFile"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The test configuration file. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="TestLists"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The test list that is contained in the test metadata file. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="TeamProject"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The team project name. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="TestContainers"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The files that contain tests. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="UpdateBuildNumberDropLocation" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The UpdateBuildNumberDropLocation updates the build number and drop location in the Team Foundation version control database. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildUri" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The URI for the build definition. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildNumber" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The new build number. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="DropLocation" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The new drop location. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="BuildStep" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The BuildStep task is a convenience task that adds, and potentially updates via the output ID property, a BuildStep. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Id" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
If specified, this is the Id of the build step that is updated. If not specified, a new build step is created. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildUri" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The URI for the build definition. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Name"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The name of the build step that this task adds. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Message"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The message that is displayed in the build report in the build steps section. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Status"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The status for the build step. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="GetBuildProperties" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The GetBuildProperties task outputs the initial values for the build properties. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildUri" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The URI for the build definition. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="SetBuildProperties" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The SetBuildProperty task sets various properties for a build. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildUri" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The URI for the build definition. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildNumber"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The build number. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="LabelName"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The label name. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="LogLocation"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The Log Location. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="SourceGetVersion"/> |
|||
<xs:attribute name="CompilationStatus"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The compilation status. Valid values are Succeeded, Failed and Unknown. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="Succeeded"/> |
|||
<xs:enumeration value="Failed"/> |
|||
<xs:enumeration value="Unknown"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="DropLocation"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The drop location. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Quality"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The build quality. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="Status"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The build status. Valid values are NotStarted, InProgress, Succeeded, PartiallySucceeded, Failed, and Stopped. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="NotStarted"/> |
|||
<xs:enumeration value="InProgress"/> |
|||
<xs:enumeration value="Succeeded"/> |
|||
<xs:enumeration value="PartiallySucceeded"/> |
|||
<xs:enumeration value="Failed"/> |
|||
<xs:enumeration value="Stopped"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="TestStatus"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The test status. Valid values are Succeeded, Failed, and Unknown. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="Succeeded"/> |
|||
<xs:enumeration value="Failed"/> |
|||
<xs:enumeration value="Unknown"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
|
|||
<xs:element name="WorkspaceItemConverterTask" substitutionGroup="msb:Task"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The WorkspaceItemConverterTask task converts server items to local items and local items to server items. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TeamFoundationServerUrl" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. Team Foundation Server URL. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="WorkspaceName" type="msb:non_empty_string" use="required"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
REQUIRED. The workspace name. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="WorkspaceOwner"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The workspace owner. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="ServerItems"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The server items that are converted to local items. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
<xs:attribute name="LocalItems"> |
|||
<xs:annotation> |
|||
<xs:documentation> |
|||
The local items that are converted to server items. |
|||
</xs:documentation> |
|||
</xs:annotation> |
|||
</xs:attribute> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,72 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.Sync.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd" /> |
|||
<xs:element name="MSBuild.ExtensionPack.Sql2005.Server" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent mixed="false"> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="GetConnectionCount"/> |
|||
<xs:enumeration value="GetInfo"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="NoPooling" /> |
|||
<xs:attribute name="ConnectionCount" /> |
|||
<xs:attribute name="Information" /> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.Sql2005.Database" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent mixed="false"> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="Backup"/> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="DataFilePath"/> |
|||
<xs:enumeration value="Delete"/> |
|||
<xs:enumeration value="DeleteBackupHistory"/> |
|||
<xs:enumeration value="FileGroupName"/> |
|||
<xs:enumeration value="GetConnectionCount"/> |
|||
<xs:enumeration value="GetInfo"/> |
|||
<xs:enumeration value="LogFilePath"/> |
|||
<xs:enumeration value="LogName"/> |
|||
<xs:enumeration value="Rename"/> |
|||
<xs:enumeration value="Restore"/> |
|||
<xs:enumeration value="Script"/> |
|||
<xs:enumeration value="SetOffline"/> |
|||
<xs:enumeration value="SetOnline"/> |
|||
<xs:enumeration value="VerifyBackup"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="NoPooling" /> |
|||
<xs:attribute name="ReplaceDatabase" /> |
|||
<xs:attribute name="Incremental" /> |
|||
<xs:attribute name="Force" /> |
|||
<xs:attribute name="DatabaseItem" /> |
|||
<xs:attribute name="LogName"/> |
|||
<xs:attribute name="BackupAction"/> |
|||
<xs:attribute name="RestoreAction"/> |
|||
<xs:attribute name="NotificationInterval" /> |
|||
<xs:attribute name="DataFilePath" /> |
|||
<xs:attribute name="LogFilePath" /> |
|||
<xs:attribute name="OutputFilePath" /> |
|||
<xs:attribute name="Exists" /> |
|||
<xs:attribute name="Information" /> |
|||
<xs:attribute name="ConnectionCount" /> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,72 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.Sync.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd" /> |
|||
<xs:element name="MSBuild.ExtensionPack.Sql2008.Server" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent mixed="false"> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="GetConnectionCount"/> |
|||
<xs:enumeration value="GetInfo"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="NoPooling" /> |
|||
<xs:attribute name="ConnectionCount" /> |
|||
<xs:attribute name="Information" /> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.Sql2008.Database" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent mixed="false"> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="Backup"/> |
|||
<xs:enumeration value="CheckExists"/> |
|||
<xs:enumeration value="Create"/> |
|||
<xs:enumeration value="DataFilePath"/> |
|||
<xs:enumeration value="Delete"/> |
|||
<xs:enumeration value="DeleteBackupHistory"/> |
|||
<xs:enumeration value="FileGroupName"/> |
|||
<xs:enumeration value="GetConnectionCount"/> |
|||
<xs:enumeration value="GetInfo"/> |
|||
<xs:enumeration value="LogFilePath"/> |
|||
<xs:enumeration value="LogName"/> |
|||
<xs:enumeration value="Rename"/> |
|||
<xs:enumeration value="Restore"/> |
|||
<xs:enumeration value="Script"/> |
|||
<xs:enumeration value="SetOffline"/> |
|||
<xs:enumeration value="SetOnline"/> |
|||
<xs:enumeration value="VerifyBackup"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="NoPooling" /> |
|||
<xs:attribute name="ReplaceDatabase" /> |
|||
<xs:attribute name="Incremental" /> |
|||
<xs:attribute name="Force" /> |
|||
<xs:attribute name="DatabaseItem" /> |
|||
<xs:attribute name="LogName"/> |
|||
<xs:attribute name="BackupAction"/> |
|||
<xs:attribute name="RestoreAction"/> |
|||
<xs:attribute name="NotificationInterval" /> |
|||
<xs:attribute name="DataFilePath" /> |
|||
<xs:attribute name="LogFilePath" /> |
|||
<xs:attribute name="OutputFilePath" /> |
|||
<xs:attribute name="Exists" /> |
|||
<xs:attribute name="Information" /> |
|||
<xs:attribute name="ConnectionCount" /> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,28 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.StyleCop.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd" /> |
|||
<xs:element name="MSBuild.ExtensionPack.CodeQuality.StyleCop" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="Scan"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="CacheResults" type="msb:boolean"/> |
|||
<xs:attribute name="ForceFullAnalysis" type="msb:boolean"/> |
|||
<xs:attribute name="ShowOutput" type="msb:boolean"/> |
|||
<xs:attribute name="LogFile"/> |
|||
<xs:attribute name="SettingsFile"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,30 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.Sync.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd" /> |
|||
<xs:element name="MSBuild.ExtensionPack.FileSystem.Sync" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="SyncFolders"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="Destination"/> |
|||
<xs:attribute name="Source"/> |
|||
<xs:attribute name="IdFileName"/> |
|||
<xs:attribute name="ExclusionFilters"/> |
|||
<xs:attribute name="SyncOptions"/> |
|||
<xs:attribute name="Direction"/> |
|||
<xs:attribute name="ShowOutput" type="msb:boolean"/> |
|||
<xs:attribute name="LogExceptionStack" type="msb:boolean"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,46 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
// <copyright file="MSBuild.ExtensionPack.Tfs.xsd">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright> |
|||
--> |
|||
<xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|||
<xs:include schemaLocation="Microsoft.Build.Core.xsd" /> |
|||
<xs:element name="MSBuild.ExtensionPack.Tfs.DevEnv" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="BuildUri" use="required"/> |
|||
<xs:attribute name="AdditionalCommandLineSwitches"/> |
|||
<xs:attribute name="Project"/> |
|||
<xs:attribute name="ProjectConfiguration"/> |
|||
<xs:attribute name="Solution"/> |
|||
<xs:attribute name="SolutionConfiguration" use="required"/> |
|||
<xs:attribute name="SolutionPlatform" use="required"/> |
|||
<xs:attribute name="Target" use="required"/> |
|||
<xs:attribute name="TeamFoundationServerUrl" use="required"/> |
|||
<xs:attribute name="Version"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
<xs:element name="MSBuild.ExtensionPack.Tfs.TeamBuild" substitutionGroup="msb:Task"> |
|||
<xs:complexType> |
|||
<xs:complexContent> |
|||
<xs:extension base="msb:TaskType"> |
|||
<xs:attribute name="TaskAction" use="required"> |
|||
<xs:simpleType> |
|||
<xs:restriction base="xs:string"> |
|||
<xs:enumeration value="GetLatest"/> |
|||
<xs:enumeration value="Queue"/> |
|||
</xs:restriction> |
|||
</xs:simpleType> |
|||
</xs:attribute> |
|||
<xs:attribute name="BuildDefinitionName"/> |
|||
<xs:attribute name="TeamFoundationServerUrl" use="required"/> |
|||
<xs:attribute name="TeamProject" use="required"/> |
|||
<xs:attribute name="Status"/> |
|||
<xs:attribute name="Version"/> |
|||
</xs:extension> |
|||
</xs:complexContent> |
|||
</xs:complexType> |
|||
</xs:element> |
|||
</xs:schema> |
|||
@ -0,0 +1,127 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
This task is based on the AssemblyInfo task written by Neil Enns (http://code.msdn.microsoft.com/AssemblyInfoTaskvers). It is used here with permission. |
|||
|
|||
This targets file includes all the necessary information to automatically increment build numbers as part of |
|||
a regular build process. To use it simply include it in your project file after any other includes. The typical |
|||
include line looks like this: |
|||
|
|||
<Import Project="$(MSBuildExtensionsPath)\ExtensionPack\MSBuild.ExtensionPack.VersionNumber.targets"/> |
|||
--> |
|||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<!-- Properties for controlling the Assembly Version --> |
|||
<PropertyGroup> |
|||
<AssemblyMajorVersion>1</AssemblyMajorVersion> |
|||
<AssemblyMinorVersion>0</AssemblyMinorVersion> |
|||
<AssemblyBuildNumber></AssemblyBuildNumber> |
|||
<AssemblyRevision></AssemblyRevision> |
|||
<AssemblyBuildNumberType>DateString</AssemblyBuildNumberType> |
|||
<AssemblyBuildNumberFormat>MMdd</AssemblyBuildNumberFormat> |
|||
<AssemblyRevisionType>AutoIncrement</AssemblyRevisionType> |
|||
<AssemblyRevisionFormat>00</AssemblyRevisionFormat> |
|||
</PropertyGroup> |
|||
|
|||
<!-- Properties for controlling the Assembly File Version --> |
|||
<PropertyGroup> |
|||
<AssemblyFileMajorVersion>1</AssemblyFileMajorVersion> |
|||
<AssemblyFileMinorVersion>0</AssemblyFileMinorVersion> |
|||
<AssemblyFileBuildNumber></AssemblyFileBuildNumber> |
|||
<AssemblyFileRevision></AssemblyFileRevision> |
|||
<AssemblyFileBuildNumberType>DateString</AssemblyFileBuildNumberType> |
|||
<AssemblyFileBuildNumberFormat>MMdd</AssemblyFileBuildNumberFormat> |
|||
<AssemblyFileRevisionType>AutoIncrement</AssemblyFileRevisionType> |
|||
<AssemblyFileRevisionFormat>00</AssemblyFileRevisionFormat> |
|||
</PropertyGroup> |
|||
|
|||
<!-- Properties for controlling COM visibility --> |
|||
<PropertyGroup> |
|||
<AssemblyComVisible></AssemblyComVisible> |
|||
<AssemblyGuid></AssemblyGuid> |
|||
</PropertyGroup> |
|||
|
|||
<!-- Propeties for controlling extended assembly attributes --> |
|||
<PropertyGroup> |
|||
<AssemblyCompany></AssemblyCompany> |
|||
<AssemblyConfiguration></AssemblyConfiguration> |
|||
<AssemblyCopyright></AssemblyCopyright> |
|||
<AssemblyCulture></AssemblyCulture> |
|||
<AssemblyDescription></AssemblyDescription> |
|||
<AssemblyProduct></AssemblyProduct> |
|||
<AssemblyTitle></AssemblyTitle> |
|||
</PropertyGroup> |
|||
|
|||
<!-- Properties for controlling key signing through assemblyinfo files --> |
|||
<PropertyGroup> |
|||
<AssemblyIncludeSigningInformation>false</AssemblyIncludeSigningInformation> |
|||
<AssemblyDelaySign>false</AssemblyDelaySign> |
|||
<AssemblyKeyFile></AssemblyKeyFile> |
|||
<AssemblyKeyName></AssemblyKeyName> |
|||
</PropertyGroup> |
|||
|
|||
<!-- The items that get processed by the task --> |
|||
<ItemGroup> |
|||
<AssemblyInfoFiles Include="**\AssemblyInfo.*"/> |
|||
</ItemGroup> |
|||
|
|||
<!-- Import the task --> |
|||
<UsingTask AssemblyFile="MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.AssemblyInfo"/> |
|||
|
|||
<!-- Re-define CoreCompileDependsOn to ensure the assemblyinfo files are updated before compilation. --> |
|||
<PropertyGroup> |
|||
<CoreCompileDependsOn> |
|||
$(CoreCompileDependsOn); |
|||
UpdateAssemblyInfoFiles |
|||
</CoreCompileDependsOn> |
|||
</PropertyGroup> |
|||
|
|||
<!-- The target that actually does all the work. The inputs are the same as the CoreCompileDependsOn target |
|||
(with the addition of @(AssemblyInfoFiles) to ensure that we only ever update the AssemblyInfo files if a |
|||
compile is actually going to take place. The outputs are the AssemblyInfoFiles that were passed in for update. --> |
|||
<Target Name="UpdateAssemblyInfoFiles" |
|||
Inputs="$(MSBuildAllProjects); |
|||
@(Compile); |
|||
@(ManifestResourceWithNoCulture); |
|||
$(ApplicationIcon); |
|||
$(AssemblyOriginatorKeyFile); |
|||
@(ManifestNonResxWithNoCultureOnDisk); |
|||
@(ReferencePath); |
|||
@(CompiledLicenseFile); |
|||
@(EmbeddedDocumentation); |
|||
@(CustomAdditionalCompileInputs); |
|||
@(AssemblyInfoFiles)" |
|||
Outputs="@(AssemblyInfoFiles);@(IntermediateAssembly)"> |
|||
<AssemblyInfo AssemblyInfoFiles="@(AssemblyInfoFiles)" |
|||
AssemblyMajorVersion="$(AssemblyMajorVersion)" |
|||
AssemblyMinorVersion="$(AssemblyMinorVersion)" |
|||
AssemblyBuildNumber="$(AssemblyBuildNumber)" |
|||
AssemblyRevision="$(AssemblyRevision)" |
|||
AssemblyBuildNumberType="$(AssemblyBuildNumberType)" |
|||
AssemblyBuildNumberFormat="$(AssemblyBuildNumberFormat)" |
|||
AssemblyRevisionType="$(AssemblyRevisionType)" |
|||
AssemblyRevisionFormat="$(AssemblyRevisionFormat)" |
|||
AssemblyFileMajorVersion="$(AssemblyFileMajorVersion)" |
|||
AssemblyFileMinorVersion="$(AssemblyFileMinorVersion)" |
|||
AssemblyFileBuildNumber="$(AssemblyFileBuildNumber)" |
|||
AssemblyFileRevision="$(AssemblyFileRevision)" |
|||
AssemblyFileBuildNumberType="$(AssemblyFileBuildNumberType)" |
|||
AssemblyFileBuildNumberFormat="$(AssemblyFileBuildNumberFormat)" |
|||
AssemblyFileRevisionType="$(AssemblyFileRevisionType)" |
|||
AssemblyFileRevisionFormat="$(AssemblyFileRevisionFormat)" |
|||
ComVisible="$(AssemblyComVisible)" |
|||
AssemblyGuid="$(AssemblyGuid)" |
|||
AssemblyCompany="$(AssemblyCompany)" |
|||
AssemblyConfiguration="$(AssemblyConfiguration)" |
|||
AssemblyCopyright="$(AssemblyCopyright)" |
|||
AssemblyCulture="$(AssemblyCulture)" |
|||
AssemblyDescription="$(AssemblyDescription)" |
|||
AssemblyProduct="$(AssemblyProduct)" |
|||
AssemblyTitle="$(AssemblyTitle)" |
|||
AssemblyIncludeSigningInformation="$(AssemblyIncludeSigningInformation)" |
|||
AssemblyDelaySign="$(AssemblyDelaySign)" |
|||
AssemblyKeyFile="$(AssemblyKeyFile)" |
|||
AssemblyKeyName="$(AssemblyKeyName)"> |
|||
<Output TaskParameter="MaxAssemblyVersion" PropertyName="MaxAssemblyVersion"/> |
|||
<Output TaskParameter="MaxAssemblyFileVersion" PropertyName="MaxAssemblyFileVersion"/> |
|||
</AssemblyInfo> |
|||
</Target> |
|||
</Project> |
|||
@ -0,0 +1,10 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<configuration> |
|||
<configSections> |
|||
</configSections> |
|||
<connectionStrings> |
|||
<add name="MSBuild.ExtensionPack.Properties.Settings.UserDataConnectionString" |
|||
connectionString="Data Source=YOURSERVER;Initial Catalog=YOURDATABASE;Integrated Security=True" |
|||
providerName="System.Data.SqlClient" /> |
|||
</connectionStrings> |
|||
</configuration> |
|||
@ -0,0 +1,107 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup> |
|||
<BuildPath Condition="'$(BuildPath)' == ''">$(MSBuildProjectDirectory)</BuildPath> |
|||
<ExtensionTasksPath Condition="Exists('$(BuildPath)\..\..\BuildBinaries\MSBuild.ExtensionPack.dll')">$(BuildPath)\..\..\BuildBinaries\</ExtensionTasksPath> |
|||
<ExtensionTasksPath Condition="'$(ExtensionTasksPath)' == ''">$(MSBuildExtensionsPath)\ExtensionPack\</ExtensionTasksPath> |
|||
</PropertyGroup> |
|||
|
|||
<!-- ============== Framework ============== --> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.CodeQuality.FxCop"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Communication.Email"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Communication.Twitter"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Compression.Cab"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.ActiveDirectory"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.ComponentServices"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.EnvironmentVariable"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.EventLog"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.EventSource"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.Network"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.PerformanceCounters"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.Registry"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.SystemDrive"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Computer.WindowsService"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.FileSystem.Detokenise"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.FileSystem.File"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.FileSystem.FindUnder"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.FileSystem.Folder"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.FileSystem.Share"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.Assembly"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.AssemblyInfo"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.DateAndTime"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.DynamicExecute"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.Gac"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.Guid"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.Metadata"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.MSBuildHelper"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.UpdateMetadata"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.Signing"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.TextString"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Framework.Thread"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Management.Wmi"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Multimedia.Sound"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Science.Maths"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Security.Certificate"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.SqlServer.SqlCmd"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.SqlServer.SqlExecute"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.SqlServer.SqlVersion"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.UI.Console"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.UI.Dialog"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.VisualStudio.SourceSafe"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.VisualStudio.TfsSource"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.VisualStudio.TfsSourceAdmin"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.VisualStudio.TfsVersion"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.VisualStudio.VB6"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Web.HttpWebRequest"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Web.Iis6AppPool"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Web.Iis6ServiceExtensionFile"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Web.Iis6VirtualDirectory"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Web.Iis6Website"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Xml.XmlFile"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.Xml.XmlTask"/> |
|||
|
|||
|
|||
<!-- ============== BizTalk ============== --> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkApplication"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkAssembly"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkHost"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkHostInstance"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkOrchestration"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkSendHandler"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkSendPort"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkReceiveHandler"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.BizTalk.dll" TaskName="MSBuild.ExtensionPack.BizTalk.BizTalkReceivePort"/> |
|||
|
|||
|
|||
<!-- ============== Iis7 ============== --> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.Iis7.dll" TaskName="MSBuild.ExtensionPack.Web.Iis7AppPool"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.Iis7.dll" TaskName="MSBuild.ExtensionPack.Web.Iis7Binding"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.Iis7.dll" TaskName="MSBuild.ExtensionPack.Web.Iis7Website"/> |
|||
|
|||
|
|||
<!-- ============== JSharp ============== --> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)MSBuild.ExtensionPack.JSharp.dll" TaskName="MSBuild.ExtensionPack.Compression.Zip"/> |
|||
|
|||
|
|||
<!-- ============== StyleCop ============== --> |
|||
<UsingTask AssemblyFile="$(MSBuildExtensionsPath)\Microsoft\StyleCop\v4.3\MSBuild.ExtensionPack.StyleCop.dll" TaskName="MSBuild.ExtensionPack.CodeQuality.StyleCop"/> |
|||
|
|||
|
|||
<!-- ============== Sql2005 ============== --> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)\MSBuild.ExtensionPack.Sql2005.dll" TaskName="MSBuild.ExtensionPack.Sql2005.Database"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)\MSBuild.ExtensionPack.Sql2005.dll" TaskName="MSBuild.ExtensionPack.Sql2005.Server"/> |
|||
|
|||
|
|||
<!-- ============== Sql2008 ============== --> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)\MSBuild.ExtensionPack.Sql2008.dll" TaskName="MSBuild.ExtensionPack.Sql2008.Database"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)\MSBuild.ExtensionPack.Sql2008.dll" TaskName="MSBuild.ExtensionPack.Sql2008.Server"/> |
|||
|
|||
|
|||
<!-- ============== Sync ============== --> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)\MSBuild.ExtensionPack.Sync.dll" TaskName="MSBuild.ExtensionPack.FileSystem.Sync"/> |
|||
|
|||
|
|||
<!-- ============== Tfs ============== --> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)\MSBuild.ExtensionPack.Tfs.dll" TaskName="MSBuild.ExtensionPack.Tfs.DevEnv"/> |
|||
<UsingTask AssemblyFile="$(ExtensionTasksPath)\MSBuild.ExtensionPack.Tfs.dll" TaskName="MSBuild.ExtensionPack.Tfs.TeamBuild"/> |
|||
</Project> |
|||
@ -0,0 +1,11 @@ |
|||
Contributors: |
|||
Neil Mitchell (the first version of reflective generators and shrinker) |
|||
Ganesh Sittampalam (various improvements and fixes in the property DSL) |
|||
toyvo (Makefile for mono users) |
|||
Steve Gilham (byte arbitrary instance) |
|||
David Crocker (first version of replay mechanism, bug fix) |
|||
(my sincerest apologies to anyone I overlooked - feel free to protest!) |
|||
|
|||
Thanks to: |
|||
Howard Mansell and team from Credit Suisse, for taking the time to clear up legal stuff and donate code, and being enthusiastic early adopters :). |
|||
Everyone that takes the time to report bugs or send feedback. |
|||
@ -0,0 +1,12 @@ |
|||
Copyright (c) 2008-2009, Kurt Schelfthout |
|||
All rights reserved. |
|||
|
|||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
|||
|
|||
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
|||
|
|||
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. |
|||
|
|||
* Neither the name of Kurt Schelfthout nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. |
|||
|
|||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|||
@ -0,0 +1,57 @@ |
|||
Apache License, Version 2.0 |
|||
|
|||
Apache License |
|||
Version 2.0, January 2004 |
|||
http://www.apache.org/licenses/ |
|||
|
|||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
|||
|
|||
1. Definitions. |
|||
|
|||
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. |
|||
|
|||
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. |
|||
|
|||
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. |
|||
|
|||
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. |
|||
|
|||
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. |
|||
|
|||
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. |
|||
|
|||
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). |
|||
|
|||
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. |
|||
|
|||
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." |
|||
|
|||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. |
|||
|
|||
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. |
|||
|
|||
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. |
|||
|
|||
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: |
|||
|
|||
1. You must give any other recipients of the Work or Derivative Works a copy of this License; and |
|||
|
|||
2. You must cause any modified files to carry prominent notices stating that You changed the files; and |
|||
|
|||
3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and |
|||
|
|||
4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. |
|||
|
|||
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. |
|||
|
|||
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. |
|||
|
|||
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. |
|||
|
|||
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. |
|||
|
|||
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. |
|||
|
|||
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. |
|||
|
|||
END OF TERMS AND CONDITIONS |
|||
@ -0,0 +1,37 @@ |
|||
<html> |
|||
<head> |
|||
<title>Cecil.FlowAnalysis.license</title> |
|||
<Style> |
|||
BODY, P, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666 } |
|||
H2,H3,H4,H5 { color: black; font-weight: bold; } |
|||
H2 { font-size: 13pt; } |
|||
H3 { font-size: 12pt; } |
|||
H4 { font-size: 10pt; color: black; } |
|||
</style> |
|||
</head> |
|||
<body bgcolor="#FFFFFF" color=#000000> |
|||
<p> |
|||
(C) 2005-2006 db4objects, Inc. http://www.db4o.com |
|||
</p> |
|||
<p> |
|||
Permission is hereby granted, free of charge, to any person obtaining a copy of |
|||
this software and associated documentation files (the "Software"), to deal in the |
|||
Software without restriction, including without limitation the rights to use, copy, |
|||
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, |
|||
and to permit persons to whom the Software is furnished to do so, subject to the |
|||
following conditions: |
|||
</p> |
|||
<p> |
|||
The above copyright notice and this permission notice shall be included in all copies |
|||
or substantial portions of the Software. |
|||
</p> |
|||
<p> |
|||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
|||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR |
|||
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
|||
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
|||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|||
USE OR OTHER DEALINGS IN THE SOFTWARE. |
|||
</p> |
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,83 @@ |
|||
<html> |
|||
<head><title>Credits</title></head> |
|||
<body> |
|||
<p> |
|||
Many people have donated their creativity, insight, time and effort |
|||
to the Gallio and MbUnit projects. |
|||
</p><p> |
|||
We would like to take a moment to recognize and thank these individuals. |
|||
</p> |
|||
<h3>Contributors</h3> |
|||
<p> |
|||
These people have contributed directly to this project as developers, |
|||
writers, editors, leaders, and promoters. |
|||
</p><p> |
|||
We thank them all for their careful attention to detail and work |
|||
in pursuit of excellence. |
|||
</p><p> |
|||
<ul> |
|||
<li><a href="http://der-albert.com">Albert Weinert</a>, developer</li> |
|||
<li><a href="http://weblogs.asp.net/astopford/">Andrew Stopford</a>, former lead of MbUnit</li> |
|||
<li><a href="http://Blog.BenHall.me.uk">Ben Hall</a>, developer and blogger</li> |
|||
<li><a href="http://www.hmobius.com">Dan Maharry</a>, documentation writer</li> |
|||
<li>Dave Griffiths, web developer</li> |
|||
<li>Eddy Young, developer</li> |
|||
<li>Francois Retief, developer</li> |
|||
<li>Graham Hay, developer</li> |
|||
<li><a href="http://blog.bits-in-motion.com">Jeff Brown</a>, lead of Gallio and MbUnit</li> |
|||
<li><a href="http://community.devpinoy.org/blogs/joeycalisay/">Joey Calisay</a>, developer</li> |
|||
<li>Johan Appelgren, developer</li> |
|||
<li><a href="http://blog.dotnetwiki.org/default.aspx">Jonathan "Peli" de Halleux</a>, creator of MbUnit</li> |
|||
<li><a href="http://techblog.julianhidalgo.com">Julian Hidalgo</a>, developer</li> |
|||
<li><a href="http://www.marcstober.com/blog/category/Software%20Blog">Marc Stober</a>, developer</a> |
|||
<li>Mark Haley, graphic artist and Gallio.org branding</li> |
|||
<li>Mike Sandberg, developer (AutoCAD integration)</li> |
|||
<li><a href="http://vadim-net.blogspot.com/">Vadim Kreynin</a>, developer</li> |
|||
<li><a href="http://www.interfacingreality.blogspot.com/">Yann Trévin</a>, developer</li> |
|||
</ul> |
|||
</p> |
|||
<h3>Acknowledgements</h3> |
|||
<p> |
|||
These people have contributed indirectly to this project as peers, |
|||
users, reviewers, bug reporters, friends and family. |
|||
</p><p> |
|||
We thank them all for their ideas, support and constructive criticism. |
|||
</p><p> |
|||
<ul> |
|||
<li>Brad Wilson, co-creator of xUnit.Net</li> |
|||
<li>Cathal Connolly, patches</li> |
|||
<li>Charlie Poole, lead of NUnit</li> |
|||
<li>Damir Gorenman, tester</li> |
|||
<li>Elizabeth Hanelt, spouse</li> |
|||
<li>Ilya Ryzhenkov, developer at JetBrains</li> |
|||
<li>James Newkirk, co-creator of xUnit.Net</li> |
|||
<li>Jamie Cansdale, creator of TestDriven.Net</li> |
|||
<li>Jay Flowers, creator of CI Factory</li> |
|||
<li>Jeroen van Menen, creator of WatiN</li> |
|||
<li>Joe O'Campo, co-creator of NBehave</li> |
|||
<li>Lior Friedman, developer at JetBrains</li> |
|||
<li>Manfred Lange, creator of CSUnit</li> |
|||
<li>Matthew Podwysocki, blogger</li> |
|||
<li>Oren "Ayende" Eini, blogger</li> |
|||
<li>Phil Haack, patches</li> |
|||
<li>Ray Johnson, employer</li> |
|||
<li>Roy Osherove, blogger</li> |
|||
<li>Santosh Kumar Gottipamula, tester</li> |
|||
<li>Todd Menier, patches</li> |
|||
<li>Tomas Chaloupka, patches</li> |
|||
</ul> |
|||
</p> |
|||
<h3>Final Thanks</h3> |
|||
<p> |
|||
In addition to these fine people, there are always countless others whose |
|||
efforts directly or indirectly supported this project. They produced |
|||
the tools we use, invented the ideas we borrowed, and offered a kind word |
|||
in a time of need. |
|||
</p><p> |
|||
We thank them all. |
|||
</p><p> |
|||
If you are one of these people and your name does not appear on this list, |
|||
please let us know and we shall update it. |
|||
</p> |
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,14 @@ |
|||
Copyright 2005-2009 Gallio Project - http://www.gallio.org/ |
|||
Portions Copyright 2000-2004 Jonathan de Halleux |
|||
|
|||
Licensed under the Apache License, Version 2.0 (the "License"); |
|||
you may not use this file except in compliance with the License. |
|||
You may obtain a copy of the License at |
|||
|
|||
http://www.apache.org/licenses/LICENSE-2.0 |
|||
|
|||
Unless required by applicable law or agreed to in writing, software |
|||
distributed under the License is distributed on an "AS IS" BASIS, |
|||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|||
See the License for the specific language governing permissions and |
|||
limitations under the License. |
|||
@ -0,0 +1,8 @@ |
|||
[InternetShortcut] |
|||
URL=http://www.gallio.org/ |
|||
IDList= |
|||
IconFile=http://www.mbunit.com/favicon.ico |
|||
IconIndex=1 |
|||
HotKey=0 |
|||
[{000214A0-0000-0000-C000-000000000046}] |
|||
Prop3=19,2 |
|||
@ -0,0 +1,8 @@ |
|||
[InternetShortcut] |
|||
URL=http://www.mbunit.com/ |
|||
IDList= |
|||
IconFile=http://www.mbunit.com/favicon.ico |
|||
IconIndex=1 |
|||
HotKey=0 |
|||
[{000214A0-0000-0000-C000-000000000046}] |
|||
Prop3=19,2 |
|||
@ -0,0 +1,36 @@ |
|||
<html> |
|||
<head> |
|||
<title>Mono.Cecil.license</title> |
|||
<Style> |
|||
BODY, P, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666 } |
|||
H2,H3,H4,H5 { color: black; font-weight: bold; } |
|||
H2 { font-size: 13pt; } |
|||
H3 { font-size: 12pt; } |
|||
H4 { font-size: 10pt; color: black; } |
|||
</style> |
|||
</head> |
|||
<body bgcolor="#FFFFFF" color=#000000> |
|||
<p> |
|||
(C) 2004-2006 Jb Evain |
|||
</p> |
|||
<p> |
|||
Permission is hereby granted, free of charge, to any person obtaining a copy of |
|||
this software and associated documentation files (the "Software"), to deal in the |
|||
Software without restriction, including without limitation the rights to use, copy, |
|||
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, |
|||
and to permit persons to whom the Software is furnished to do so, subject to the |
|||
following conditions: |
|||
</p> |
|||
<p> |
|||
The above copyright notice and this permission notice shall be included in all copies |
|||
or substantial portions of the Software. |
|||
</p> |
|||
<p> |
|||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
|||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR |
|||
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
|||
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
|||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|||
USE OR OTHER DEALINGS IN THE SOFTWARE.</p> |
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,38 @@ |
|||
<html> |
|||
<head> |
|||
<title>Mono.GetOptions.license</title> |
|||
<Style> |
|||
BODY, P, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666 } |
|||
H2,H3,H4,H5 { color: black; font-weight: bold; } |
|||
H2 { font-size: 13pt; } |
|||
H3 { font-size: 12pt; } |
|||
H4 { font-size: 10pt; color: black; } |
|||
</style> |
|||
</head> |
|||
<body bgcolor="#FFFFFF" color=#000000> |
|||
<p> |
|||
Mono.GetOptions - |
|||
(C) 2002, 2003, 2004, 2005 Rafael Teixeira |
|||
</p> |
|||
<p> |
|||
Permission is hereby granted, free of charge, to any person obtaining a copy of |
|||
this software and associated documentation files (the "Software"), to deal in the |
|||
Software without restriction, including without limitation the rights to use, copy, |
|||
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, |
|||
and to permit persons to whom the Software is furnished to do so, subject to the |
|||
following conditions: |
|||
</p> |
|||
<p> |
|||
The above copyright notice and this permission notice shall be included in all copies |
|||
or substantial portions of the Software. |
|||
</p> |
|||
<p> |
|||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
|||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR |
|||
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
|||
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
|||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|||
USE OR OTHER DEALINGS IN THE SOFTWARE. |
|||
</p> |
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,384 @@ |
|||
<html> |
|||
<head> |
|||
<title>GNU GENERAL PUBLIC LICENSE</title> |
|||
<Style> |
|||
BODY, P, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666 } |
|||
H2,H3,H4,H5 { color: black; font-weight: bold; } |
|||
H2 { font-size: 13pt; } |
|||
H3 { font-size: 12pt; } |
|||
H4 { font-size: 10pt; color: black; } |
|||
</style> |
|||
</head> |
|||
<body bgcolor="#FFFFFF" color=#000000 style="text-align: justify"> |
|||
<h2> |
|||
GNU GENERAL PUBLIC LICENSE |
|||
<br /> |
|||
</h2> |
|||
Version 2, June 1991 |
|||
<br /> |
|||
Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
|||
<br /> |
|||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|||
<br /> |
|||
Everyone is permitted to copy and distribute verbatim copies of this license document, |
|||
but changing it is not allowed. |
|||
<br /> |
|||
<br /> |
|||
<p> |
|||
Preamble</p> |
|||
<p> |
|||
The licenses for most software are designed to take away your freedom to share and |
|||
change it. By contrast, the GNU General Public License is intended to guarantee |
|||
your freedom to share and change free software--to make sure the software is free |
|||
for all its users. This General Public License applies to most of the Free Software |
|||
Foundation's software and to any other program whose authors commit to using it. |
|||
(Some other Free Software Foundation software is covered by the GNU Library General |
|||
Public License instead.) You can apply it to your programs, too. |
|||
<br /> |
|||
</p> |
|||
<p> |
|||
When we speak of free software, we are referring to freedom, not price. Our General |
|||
Public Licenses are designed to make sure that you have the freedom to distribute |
|||
copies of free software (and charge for this service if you wish), that you receive |
|||
source code or can get it if you want it, that you can change the software or use |
|||
pieces of it in new free programs; and that you know you can do these things. |
|||
<br /> |
|||
</p> |
|||
<p> |
|||
To protect your rights, we need to make restrictions that forbid anyone to deny |
|||
you these rights or to ask you to surrender the rights. These restrictions translate |
|||
to certain responsibilities for you if you distribute copies of the software, or |
|||
if you modify it. |
|||
<br /> |
|||
<br /> |
|||
For example, if you distribute copies of such a program, whether gratis or for a |
|||
fee, you must give the recipients all the rights that you have. You must make sure |
|||
that they, too, receive or can get the source code. And you must show them these |
|||
terms so they know their rights. |
|||
<br /> |
|||
<br /> |
|||
We protect your rights with two steps: (1) copyright the software, and (2) offer |
|||
you this license which gives you legal permission to copy, distribute and/or modify |
|||
the software. |
|||
<br /> |
|||
<br /> |
|||
Also, for each author's protection and ours, we want to make certain that everyone |
|||
understands that there is no warranty for this free software. If the software is |
|||
modified by someone else and passed on, we want its recipients to know that what |
|||
they have is not the original, so that any problems introduced by others will not |
|||
reflect on the original authors' reputations. |
|||
<br /> |
|||
<br /> |
|||
Finally, any free program is threatened constantly by software patents. We wish |
|||
to avoid the danger that redistributors of a free program will individually obtain |
|||
patent licenses, in effect making the program proprietary. To prevent this, we have |
|||
made it clear that any patent must be licensed for everyone's free use or not licensed |
|||
at all. |
|||
<br /> |
|||
<br /> |
|||
The precise terms and conditions for copying, distribution and modification follow. |
|||
<br /> |
|||
</p> |
|||
<p> |
|||
GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
|||
<br /> |
|||
<br /> |
|||
0. This License applies to any program or other work which contains a notice placed |
|||
by the copyright holder saying it may be distributed under the terms of this General |
|||
Public License. The "Program", below, refers to any such program or work, and a |
|||
"work based on the Program" means either the Program or any derivative work under |
|||
copyright law: that is to say, a work containing the Program or a portion of it, |
|||
either verbatim or with modifications and/or translated into another language. (Hereinafter, |
|||
translation is included without limitation in the term "modification".) Each licensee |
|||
is addressed as "you". |
|||
<br /> |
|||
<br /> |
|||
Activities other than copying, distribution and modification are not covered by |
|||
this License; they are outside its scope. The act of running the Program is not |
|||
restricted, and the output from the Program is covered only if its contents constitute |
|||
a work based on the Program (independent of having been made by running the Program). |
|||
Whether that is true depends on what the Program does. |
|||
<br /> |
|||
<br /> |
|||
1. You may copy and distribute verbatim copies of the Program's source code as you |
|||
receive it, in any medium, provided that you conspicuously and appropriately publish |
|||
on each copy an appropriate copyright notice and disclaimer of warranty; keep intact |
|||
all the notices that refer to this License and to the absence of any warranty; and |
|||
give any other recipients of the Program a copy of this License along with the Program. |
|||
<br /> |
|||
<br /> |
|||
You may charge a fee for the physical act of transferring a copy, and you may at |
|||
your option offer warranty protection in exchange for a fee. |
|||
<br /> |
|||
<br /> |
|||
2. You may modify your copy or copies of the Program or any portion of it, thus |
|||
forming a work based on the Program, and copy and distribute such modifications |
|||
or work under the terms of Section 1 above, provided that you also meet all of these |
|||
conditions: |
|||
<br /> |
|||
a) You must cause the modified files to carry prominent notices stating that you |
|||
changed the files and the date of any change. |
|||
<br /> |
|||
b) You must cause any work that you distribute or publish, that in whole or in part |
|||
contains or is derived from the Program or any part thereof, to be licensed as a |
|||
whole at no charge to all third parties under the terms of this License. |
|||
<br /> |
|||
c) If the modified program normally reads commands interactively when run, you must |
|||
cause it, when started running for such interactive use in the most ordinary way, |
|||
to print or display an announcement including an appropriate copyright notice and |
|||
a notice that there is no warranty (or else, saying that you provide a warranty) |
|||
and that users may redistribute the program under these conditions, and telling |
|||
the user how to view a copy of this License. (Exception: if the Program itself is |
|||
interactive but does not normally print such an announcement, your work based on |
|||
the Program is not required to print an announcement.) |
|||
<br /> |
|||
<br /> |
|||
These requirements apply to the modified work as a whole. If identifiable sections |
|||
of that work are not derived from the Program, and can be reasonably considered |
|||
independent and separate works in themselves, then this License, and its terms, |
|||
do not apply to those sections when you distribute them as separate works. But when |
|||
you distribute the same sections as part of a whole which is a work based on the |
|||
Program, the distribution of the whole must be on the terms of this License, whose |
|||
permissions for other licensees extend to the entire whole, and thus to each and |
|||
every part regardless of who wrote it. |
|||
<br /> |
|||
<br /> |
|||
Thus, it is not the intent of this section to claim rights or contest your rights |
|||
to work written entirely by you; rather, the intent is to exercise the right to |
|||
control the distribution of derivative or collective works based on the Program. |
|||
<br /> |
|||
<br /> |
|||
In addition, mere aggregation of another work not based on the Program with the |
|||
Program (or with a work based on the Program) on a volume of a storage or distribution |
|||
medium does not bring the other work under the scope of this License. |
|||
<br /> |
|||
<br /> |
|||
3. You may copy and distribute the Program (or a work based on it, under Section |
|||
2) in object code or executable form under the terms of Sections 1 and 2 above provided |
|||
that you also do one of the following: |
|||
<br /> |
|||
a) Accompany it with the complete corresponding machine-readable source code, which |
|||
must be distributed under the terms of Sections 1 and 2 above on a medium customarily |
|||
used for software interchange; or, |
|||
<br /> |
|||
b) Accompany it with a written offer, valid for at least three years, to give any |
|||
third party, for a charge no more than your cost of physically performing source |
|||
distribution, a complete machine-readable copy of the corresponding source code, |
|||
to be distributed under the terms of Sections 1 and 2 above on a medium customarily |
|||
used for software interchange; or, |
|||
<br /> |
|||
c) Accompany it with the information you received as to the offer to distribute |
|||
corresponding source code. (This alternative is allowed only for noncommercial distribution |
|||
and only if you received the program in object code or executable form with such |
|||
an offer, in accord with Subsection b above.) |
|||
<br /> |
|||
<br /> |
|||
The source code for a work means the preferred form of the work for making modifications |
|||
to it. For an executable work, complete source code means all the source code for |
|||
all modules it contains, plus any associated interface definition files, plus the |
|||
scripts used to control compilation and installation of the executable. However, |
|||
as a special exception, the source code distributed need not include anything that |
|||
is normally distributed (in either source or binary form) with the major components |
|||
(compiler, kernel, and so on) of the operating system on which the executable runs, |
|||
unless that component itself accompanies the executable. |
|||
<br /> |
|||
<br /> |
|||
If distribution of executable or object code is made by offering access to copy |
|||
from a designated place, then offering equivalent access to copy the source code |
|||
from the same place counts as distribution of the source code, even though third |
|||
parties are not compelled to copy the source along with the object code. |
|||
<br /> |
|||
<br /> |
|||
4. You may not copy, modify, sublicense, or distribute the Program except as expressly |
|||
provided under this License. Any attempt otherwise to copy, modify, sublicense or |
|||
distribute the Program is void, and will automatically terminate your rights under |
|||
this License. However, parties who have received copies, or rights, from you under |
|||
this License will not have their licenses terminated so long as such parties remain |
|||
in full compliance. |
|||
<br /> |
|||
<br /> |
|||
5. You are not required to accept this License, since you have not signed it. However, |
|||
nothing else grants you permission to modify or distribute the Program or its derivative |
|||
works. These actions are prohibited by law if you do not accept this License. Therefore, |
|||
by modifying or distributing the Program (or any work based on the Program), you |
|||
indicate your acceptance of this License to do so, and all its terms and conditions |
|||
for copying, distributing or modifying the Program or works based on it. |
|||
<br /> |
|||
<br /> |
|||
6. Each time you redistribute the Program (or any work based on the Program), the |
|||
recipient automatically receives a license from the original licensor to copy, distribute |
|||
or modify the Program subject to these terms and conditions. You may not impose |
|||
any further restrictions on the recipients' exercise of the rights granted herein. |
|||
You are not responsible for enforcing compliance by third parties to this License. |
|||
<br /> |
|||
<br /> |
|||
7. If, as a consequence of a court judgment or allegation of patent infringement |
|||
or for any other reason (not limited to patent issues), conditions are imposed on |
|||
you (whether by court order, agreement or otherwise) that contradict the conditions |
|||
of this License, they do not excuse you from the conditions of this License. If |
|||
you cannot distribute so as to satisfy simultaneously your obligations under this |
|||
License and any other pertinent obligations, then as a consequence you may not distribute |
|||
the Program at all. For example, if a patent license would not permit royalty-free |
|||
redistribution of the Program by all those who receive copies directly or indirectly |
|||
through you, then the only way you could satisfy both it and this License would |
|||
be to refrain entirely from distribution of the Program. |
|||
<br /> |
|||
<br /> |
|||
If any portion of this section is held invalid or unenforceable under any particular |
|||
circumstance, the balance of the section is intended to apply and the section as |
|||
a whole is intended to apply in other circumstances. |
|||
<br /> |
|||
<br /> |
|||
It is not the purpose of this section to induce you to infringe any patents or other |
|||
property right claims or to contest validity of any such claims; this section has |
|||
the sole purpose of protecting the integrity of the free software distribution system, |
|||
which is implemented by public license practices. Many people have made generous |
|||
contributions to the wide range of software distributed through that system in reliance |
|||
on consistent application of that system; it is up to the author/donor to decide |
|||
if he or she is willing to distribute software through any other system and a licensee |
|||
cannot impose that choice. |
|||
<br /> |
|||
<br /> |
|||
This section is intended to make thoroughly clear what is believed to be a consequence |
|||
of the rest of this License. |
|||
<br /> |
|||
<br /> |
|||
8. If the distribution and/or use of the Program is restricted in certain countries |
|||
either by patents or by copyrighted interfaces, the original copyright holder who |
|||
places the Program under this License may add an explicit geographical distribution |
|||
limitation excluding those countries, so that distribution is permitted only in |
|||
or among countries not thus excluded. In such case, this License incorporates the |
|||
limitation as if written in the body of this License. |
|||
<br /> |
|||
<br /> |
|||
9. The Free Software Foundation may publish revised and/or new versions of the General |
|||
Public License from time to time. Such new versions will be similar in spirit to |
|||
the present version, but may differ in detail to address new problems or concerns. |
|||
<br /> |
|||
<br /> |
|||
Each version is given a distinguishing version number. If the Program specifies |
|||
a version number of this License which applies to it and "any later version", you |
|||
have the option of following the terms and conditions either of that version or |
|||
of any later version published by the Free Software Foundation. If the Program does |
|||
not specify a version number of this License, you may choose any version ever published |
|||
by the Free Software Foundation. |
|||
<br /> |
|||
<br /> |
|||
10. If you wish to incorporate parts of the Program into other free programs whose |
|||
distribution conditions are different, write to the author to ask for permission. |
|||
For software which is copyrighted by the Free Software Foundation, write to the |
|||
Free Software Foundation; we sometimes make exceptions for this. Our decision will |
|||
be guided by the two goals of preserving the free status of all derivatives of our |
|||
free software and of promoting the sharing and reuse of software generally. |
|||
<br /> |
|||
<br /> |
|||
NO WARRANTY |
|||
<br /> |
|||
<br /> |
|||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE |
|||
PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED |
|||
IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" |
|||
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED |
|||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|||
THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD |
|||
THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR |
|||
OR CORRECTION. |
|||
<br /> |
|||
<br /> |
|||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY |
|||
COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM |
|||
AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, |
|||
INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE |
|||
PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE |
|||
OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE |
|||
WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF |
|||
THE POSSIBILITY OF SUCH DAMAGES. |
|||
<br /> |
|||
<br /> |
|||
END OF TERMS AND CONDITIONS |
|||
<br /> |
|||
<br /> |
|||
How to Apply These Terms to Your New Programs |
|||
<br /> |
|||
<br /> |
|||
If you develop a new program, and you want it to be of the greatest possible use |
|||
to the public, the best way to achieve this is to make it free software which everyone |
|||
can redistribute and change under these terms. |
|||
<br /> |
|||
<br /> |
|||
To do so, attach the following notices to the program. It is safest to attach them |
|||
to the start of each source file to most effectively convey the exclusion of warranty; |
|||
and each file should have at least the "copyright" line and a pointer to where the |
|||
full notice is found. <br /> |
|||
<br /></p> |
|||
<blockquote><p> |
|||
<one line to give the program's name and a brief idea of what it does.><br/> |
|||
|
|||
Copyright (C) <year> <name of author> |
|||
</p> |
|||
|
|||
<p> |
|||
This program is free software; you can redistribute it and/or modify it under the |
|||
terms of the GNU General Public License as published by the Free Software Foundation; |
|||
either version 2 of the License, or (at your option) any later version. |
|||
</p> |
|||
<p> |
|||
This program |
|||
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without |
|||
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|||
See the GNU General Public License for more details. |
|||
</p> |
|||
<p> |
|||
You should have received a |
|||
copy of the GNU General Public License along with this program; if not, write to |
|||
the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|||
USA </p> |
|||
</blockquote> |
|||
<p> |
|||
Also add information on how to contact you by electronic and paper mail. |
|||
</p> |
|||
<p> |
|||
If |
|||
the program is interactive, make it output a short notice like this when it starts |
|||
in an interactive mode: |
|||
</p> |
|||
<blockquote> |
|||
Gnomovision version 69, Copyright (C) year name of author |
|||
<br /> |
|||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.<br /> |
|||
This is |
|||
free software, and you are welcome to redistribute it under certain conditions; |
|||
type `show c' for details. |
|||
</blockquote> |
|||
<p> |
|||
The hypothetical commands `show w' and `show c' should |
|||
show the appropriate parts of the General Public License. Of course, the commands |
|||
you use may be called something other than `show w' and `show c'; they could even |
|||
be mouse-clicks or menu items |
|||
-whatever suits your program. |
|||
</p> |
|||
<p> |
|||
You should also get |
|||
your employer (if you work as a programmer) or your school, if any, to sign a "copyright |
|||
disclaimer" for the program, if necessary. Here is a sample; alter the names: |
|||
</p> |
|||
|
|||
<blockquote> |
|||
<p> |
|||
Yoyodyne, |
|||
Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which |
|||
makes passes at compilers) written by James Hacker.</p> |
|||
<p> |
|||
<signature of Ty Coon>, |
|||
1 April 1989 <br />Ty Coon, President of Vice |
|||
</p> |
|||
</blockquote> |
|||
<p> |
|||
This General Public License does not permit |
|||
incorporating your program into proprietary programs. If your program is a subroutine |
|||
library, you may consider it more useful to permit linking proprietary applications |
|||
with the library. If this is what you want to do, use the GNU Library General Public |
|||
License instead of this License. |
|||
</p> |
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,8 @@ |
|||
EasyTest Sample |
|||
=============== |
|||
|
|||
This sample illustrates the process of creating a new test framework |
|||
using Gallio. |
|||
|
|||
For more information about this sample, please refer to the |
|||
"Creating a Test Framework" chapter in the Gallio book. |
|||
@ -0,0 +1,14 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!DOCTYPE HelpCollection[]> |
|||
<HelpCollection DTDVersion="1.0" FileVersion="1.0.0.0" LangId="1033" Title="Gallio API Documentation" Copyright="Copyright 2005-2009 Gallio Project - http://www.gallio.org/"> |
|||
<TOCDef File="GallioCollection.HxT" /> |
|||
<KeywordIndexDef File="GallioCollection_K.HxK" /> |
|||
<KeywordIndexDef File="GallioCollection_F.HxK" /> |
|||
<KeywordIndexDef File="GallioCollection_A.HxK" /> |
|||
<ItemMoniker Name="!DefaultFullTextSearch" ProgId="HxDs.HxFullTextSearch" InitData="FTS" /> |
|||
<ItemMoniker Name="!DefaultAssociativeIndex" ProgId="HxDs.HxIndex" InitData="A" /> |
|||
<ItemMoniker Name="!DefaultContextWindowIndex" ProgId="HxDs.HxIndex" InitData="F" /> |
|||
<ItemMoniker Name="!DefaultKeywordIndex" ProgId="HxDs.HxIndex" InitData="K" /> |
|||
<ItemMoniker Name="!DefaultTOC" ProgId="HxDs.HxHierarchy" InitData="" /> |
|||
<ItemMoniker Name="!DefaultNamedUrlIndex" ProgId="HxDs.HxIndex" InitData="" /> |
|||
</HelpCollection> |
|||
@ -0,0 +1,5 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!DOCTYPE HelpTOC[]> |
|||
<HelpTOC DTDVersion="1.0" FileVersion="1.0" LangId="1033" Charset="0" ParentNodeIcon="Book" PluginStyle="Hierarchical" PluginTitle="Gallio API Documentation"> |
|||
<HelpTOCNode NodeType="TOC" Url="Gallio" /> |
|||
</HelpTOC> |
|||
@ -0,0 +1,28 @@ |
|||
; This file is intended for input into the H2Reg.exe help registration utility. |
|||
; H2Reg.exe is a shareware product from The Helpware Group that can be integrated into |
|||
; installers used for deploying html help 2 titles and collections. |
|||
; H2Reg.exe can be downloaded and licensed from http://www.helpware.net |
|||
|
|||
[Reg_Namespace] |
|||
GallioCollection|GallioCollection.HxC|Gallio API Documentation |
|||
|
|||
[UnReg_Namespace] |
|||
GallioCollection |
|||
|
|||
[Reg_Plugin] |
|||
ms.vsipcc+|_DEFAULT|GallioCollection|_DEFAULT| |
|||
|
|||
[UnReg_Plugin] |
|||
ms.vsipcc+|_DEFAULT|GallioCollection|_DEFAULT| |
|||
|
|||
[Reg_Filter] |
|||
GallioCollection|Gallio API Documentation|("DocSet"="Gallio") |
|||
|
|||
[UnReg_Filter] |
|||
GallioCollection|Gallio API Documentation |
|||
|
|||
[Reg_Title] |
|||
GallioCollection|Gallio|1033|Gallio.HxS|Gallio.HxS|||||| |
|||
|
|||
[UnReg_Title] |
|||
GallioCollection|Gallio|1033 |
|||
@ -0,0 +1,4 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!DOCTYPE HelpIndex[]> |
|||
<HelpIndex Name="A" AutoInclude="Yes" Merge="Yes" Sort="Yes" Visible="No" Title="A-link Index" PrefixChars="" DTDVersion="1.0" Id="" FileVersion="1.0" LangId="1033" Font="Tahoma" FontSize="10" Charset="0"> |
|||
</HelpIndex> |
|||
@ -0,0 +1,4 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!DOCTYPE HelpIndex[]> |
|||
<HelpIndex Name="F" AutoInclude="Yes" Merge="Yes" Sort="Yes" Visible="No" Title="F-Link Index" PrefixChars="" DTDVersion="1.0" Id="" FileVersion="1.0" LangId="1033" Font="Tahoma" FontSize="10" Charset="0"> |
|||
</HelpIndex> |
|||
@ -0,0 +1,4 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!DOCTYPE HelpIndex[]> |
|||
<HelpIndex Name="K" AutoInclude="Yes" Merge="Yes" Sort="Yes" Visible="Yes" Title="Keyword Index" PrefixChars="" DTDVersion="1.0" Id="" FileVersion="1.0" LangId="1033" Font="Tahoma" FontSize="10" Charset="0"> |
|||
</HelpIndex> |
|||
@ -0,0 +1,107 @@ |
|||
How to use Gallio with CruiseControl.Net |
|||
======================================== |
|||
|
|||
Using Gallio in CruiseControl.Net is very straightforward. |
|||
|
|||
NOTE: These instructions are designed for use with CruiseControl.Net v1.4 RTM. |
|||
They may work with other versions but there are no guarantees. |
|||
|
|||
|
|||
CONFIGURING THE SERVER |
|||
---------------------- |
|||
|
|||
For the server, we need to ensure that the build script runs the tests and generates an XML |
|||
formatted Gallio Test Report that is then merged into the CruiseControl.Net artifacts file |
|||
with the <merge> publisher task. |
|||
|
|||
You can use any of the supported Gallio test runners to run your tests such as Gallio.Echo, |
|||
Gallio.MSBuildTasks, Gallio.NAntTasks or Gallio.PowerShellCmdlet. The important thing is |
|||
to provide appropriate arguments to the test runner such that an XML report is generated |
|||
so that the test results can be saved for subsequent display in the dashboard. |
|||
|
|||
Here is one way to do this: |
|||
|
|||
1. Edit the "ccnet.config" file in the CruiseControl.Net "server" folder. |
|||
|
|||
* Within the <tasks> element, add an element similar to the following AFTER the tasks that |
|||
build your project. This will run the tests in your test assembly and generate an |
|||
XML test report in the project working directory. |
|||
|
|||
<exec> |
|||
<executable>$$$PathToGallioInstallationFolder$$$\bin\Gallio.Echo.exe</executable> |
|||
<buildArgs>/rnf:test-report /rt:Xml-Inline /v:Quiet $$$MyTestAssembly.dll$$$</buildArgs> |
|||
</exec> |
|||
|
|||
* Within the <publishers> element, add an element similar to the following BEFORE the |
|||
<xmllogger> task element. This will merge the XML test report into the build artifacts. |
|||
|
|||
<merge><files><file>test-report.xml</file></files></merge> |
|||
|
|||
2. Double-check: |
|||
|
|||
* The XML test report is being generated as part of a build task. |
|||
* The XML test report is being merged into the CruiseControl.Net artifacts file |
|||
as part of a publisher task. |
|||
|
|||
3. There is normally no need to restart the CruiseControl.Net server since it automatically |
|||
detects changes to the "ccnet.config" file. |
|||
|
|||
|
|||
CONFIGURING THE DASHBOARD |
|||
------------------------- |
|||
|
|||
For the dashboard, we need to add some new resources that are used to render the Gallio Test Report |
|||
we must update the dashboard configuration file to include the new test report plugin. |
|||
|
|||
1. Copy the entire contents of the "extras\CCNet\webdashboard" folder from the Gallio |
|||
installation direction into the "webdashboard" folder of your CruiseControl.Net |
|||
installation. |
|||
|
|||
2. (Skip if running CruiseControl.Net v1.4 or more recent.) |
|||
|
|||
Edit the "templates/SiteTemplates.vm" file manually to add the following DTD |
|||
declaraction to the top of this file: |
|||
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
|||
|
|||
3. Edit the "dashboard.config" file in the CruiseControl.Net "webdashboard" folder. |
|||
|
|||
* Within the <buildPlugins> element, add the following elements: |
|||
|
|||
<xslReportBuildPlugin description="Gallio Test Report" |
|||
actionName="GallioTestReport" |
|||
xslFileName="gallio\xsl\Gallio-Report.ccnet-details.xsl" /> |
|||
<xslReportBuildPlugin description="Gallio Test Report (Condensed)" |
|||
actionName="GallioTestReportCondensed" |
|||
xslFileName="gallio\xsl\Gallio-Report.ccnet-details-condensed.xsl" /> |
|||
<gallioAttachmentBuildPlugin /> |
|||
|
|||
4. Double-check: |
|||
|
|||
* The "webdashboard" folder now contains "gallio\css", "gallio\img", "gallio\js", "gallio\xml". |
|||
* The "webdashboard" folder now contains "bin\CCNet.Gallio.WebDashboard.Plugin.dll". |
|||
* The "webdashboard" folder now contains "templates\SiteTemplate.vm" with an updated DTD declaration. |
|||
* The "dashboard.config" file has been edited to include the new build report section. |
|||
|
|||
5. Restart the CruiseControl.Net web application. (eg. By resetting IIS.) |
|||
|
|||
Note: |
|||
|
|||
It can happen that the plugin distributed with Gallio is incompatible with the version |
|||
of CruiseControl.Net that you have installed. The dashboard may fail to start in this |
|||
case. |
|||
|
|||
In this case you may choose to omit the <gallioAttachmentBuildPlugin /> element and |
|||
delete the plugin dll from your dashboard's bin directory which will cause attachments and |
|||
images within the Gallio reports to not be displayed. |
|||
|
|||
Or you may choose to recompile the plugin yourself by checking out the Gallio source tree, |
|||
replacing the version of the CruiseControl.Net libraries in the "src\Extensions\CCNet\libs" |
|||
folder and running the "Build.bat" file. |
|||
|
|||
|
|||
Usage Remark: |
|||
|
|||
The full Gallio report may be quite large and take a long time to load because it includes |
|||
all test results. In contrast, the "Condensed" report excludes passing tests so it is |
|||
often somewhat easier to work with when there are only a few failures in a large test suite. |
|||
@ -0,0 +1,509 @@ |
|||
/* Common inherited text options */ |
|||
.gallio-report |
|||
{ |
|||
font-family: Verdana, Arial, Helvetica, Helv, sans-serif; |
|||
font-size: 10pt; |
|||
word-wrap: break-word; /* IE and CSS3, we use <wbr> for other browsers */ |
|||
} |
|||
|
|||
/* Containers */ |
|||
div.gallio-report, body.gallio-report |
|||
{ |
|||
margin: 0px 0px 0px 0px; |
|||
padding: 0px 0px 0px 0px; |
|||
overflow: hidden; |
|||
width: 100%; |
|||
} |
|||
|
|||
.gallio-report div.header |
|||
{ |
|||
margin: 0px 0px 0px 0px; |
|||
padding: 0px 0px 0px 0px; |
|||
background-color: #95b0be; |
|||
background-image: url(../img/header-background.gif); |
|||
background-repeat: repeat-y; |
|||
width: 100%; |
|||
height: 59px; |
|||
border-bottom: solid 1px black; |
|||
} |
|||
|
|||
.gallio-report div.header-image |
|||
{ |
|||
margin: 0px 0px 0px 0px; |
|||
padding: 0px 0px 0px 0px; |
|||
width: 100%; |
|||
height: 60px; |
|||
background-image: url(../img/GallioTestReportHeader.png); |
|||
background-repeat: no-repeat; |
|||
background-position: 0 0; |
|||
} |
|||
|
|||
.gallio-report div.content |
|||
{ |
|||
width: 100%; |
|||
} |
|||
|
|||
/* Navigation bar */ |
|||
.gallio-report div.navigator |
|||
{ |
|||
position: fixed; |
|||
right: 0px; |
|||
bottom: 0px; |
|||
margin: 0px 0px 0px 0px; |
|||
padding: 0px 0px 0px 0px; |
|||
width: 17px; |
|||
background-color: #d0d4d8; |
|||
overflow: hidden; |
|||
} |
|||
|
|||
.gallio-report div.navigator a.navigator-box |
|||
{ |
|||
display: block; |
|||
cursor: pointer; |
|||
width: 9px; |
|||
height: 9px; |
|||
position: absolute; |
|||
top: 3px; |
|||
left: 3px; |
|||
border: solid 1px black; |
|||
} |
|||
|
|||
.gallio-report div.navigator div.navigator-stripes |
|||
{ |
|||
position: absolute; |
|||
top: 17px; |
|||
bottom: 0px; |
|||
width: 17px; |
|||
} |
|||
|
|||
.gallio-report div.navigator div.navigator-stripes a |
|||
{ |
|||
display: block; |
|||
cursor: pointer; |
|||
width: 11px; |
|||
height: 2px; |
|||
position: absolute; |
|||
left: 3px; |
|||
} |
|||
|
|||
/* Generate a fixed layout when the report is the whole document */ |
|||
body.gallio-report div.header |
|||
{ |
|||
position: fixed; |
|||
top: 0px; |
|||
left: 0px; |
|||
} |
|||
|
|||
body.gallio-report div.content |
|||
{ |
|||
position: fixed; |
|||
top: 60px; |
|||
left: 0px; |
|||
right: 17px; |
|||
bottom: 0px; |
|||
overflow: auto; |
|||
width: auto; |
|||
} |
|||
|
|||
body.gallio-report div.navigator |
|||
{ |
|||
top: 60px; |
|||
} |
|||
|
|||
/* Generate an embedded layout when the report is only a fragment */ |
|||
div.gallio-report div.header |
|||
{ |
|||
border: solid 1px black; |
|||
} |
|||
|
|||
div.gallio-report div.navigator |
|||
{ |
|||
top: 0px; |
|||
} |
|||
|
|||
/* Section headings */ |
|||
.gallio-report h2 |
|||
{ |
|||
font-size: 13pt; |
|||
letter-spacing: 0.15em; |
|||
color: #1f1f1f; |
|||
padding: 0; |
|||
margin: 0 0 3px 0; |
|||
text-indent: 8px; |
|||
} |
|||
|
|||
/* Toggle regions */ |
|||
.gallio-report ul |
|||
{ |
|||
list-style-type: none; |
|||
padding-left: 0px; |
|||
margin: 0px 0px 0px 0px; |
|||
} |
|||
|
|||
.gallio-report div.panel |
|||
{ |
|||
margin: 0px 0px 0px 24px; |
|||
} |
|||
|
|||
.gallio-report img.toggle |
|||
{ |
|||
cursor: pointer; |
|||
margin-right: 6px; |
|||
} |
|||
|
|||
/* Status colors */ |
|||
.gallio-report .status-passed |
|||
{ |
|||
background-color: #008000; |
|||
} |
|||
|
|||
.gallio-report .status-failed |
|||
{ |
|||
background-color: #ff0000; |
|||
} |
|||
|
|||
.gallio-report .status-inconclusive |
|||
{ |
|||
background-color: #ffff00; |
|||
} |
|||
|
|||
.gallio-report .status-skipped |
|||
{ |
|||
background-color: #999999; |
|||
} |
|||
|
|||
/* Outcome bar */ |
|||
.gallio-report table.outcome-bar |
|||
{ |
|||
display: inline; |
|||
vertical-align: middle; |
|||
margin-left: 8px; |
|||
} |
|||
|
|||
.gallio-report div.outcome-bar |
|||
{ |
|||
overflow: hidden; |
|||
|
|||
border: solid 1px #000000; |
|||
padding: 0px 0px 0px 0px; |
|||
margin: 0px 0px 0px 0px; |
|||
|
|||
height: 8px; |
|||
width: 72px; |
|||
} |
|||
|
|||
.gallio-report div.outcome-bar.condensed |
|||
{ |
|||
height: 6px; |
|||
width: 20px; |
|||
} |
|||
|
|||
|
|||
/* Outcome statistics */ |
|||
.gallio-report span.outcome-icons |
|||
{ |
|||
font-size: 11pt; |
|||
} |
|||
|
|||
|
|||
/* Test runs */ |
|||
.gallio-report .testStepRun |
|||
{ |
|||
margin-top: 12pt; |
|||
font-size: 10pt; |
|||
} |
|||
|
|||
.gallio-report .testStepRunHeading |
|||
{ |
|||
font-weight: bold; |
|||
font-size: 10pt; |
|||
} |
|||
|
|||
.gallio-report .testStepRunHeading-Level1 |
|||
{ |
|||
font-size: 12pt; |
|||
} |
|||
|
|||
.gallio-report .testStepRunHeading-Level2 |
|||
{ |
|||
font-size: 11pt; |
|||
} |
|||
|
|||
.gallio-report .testStepRunHeading-Level3 |
|||
{ |
|||
font-size: 10pt; |
|||
} |
|||
|
|||
.gallio-report .testStepRunHeading-Level4 |
|||
{ |
|||
font-size: 10pt; |
|||
} |
|||
|
|||
|
|||
/* Metadata entries */ |
|||
.gallio-report .metadata |
|||
{ |
|||
margin: 5px 5px 5px 0px; |
|||
padding: 5px 5px 5px 5px; |
|||
|
|||
background: #f4f4ff; |
|||
font-size: 9pt; |
|||
} |
|||
|
|||
/* Test logs */ |
|||
.gallio-report .log |
|||
{ |
|||
margin: 5px 0px 5px 0px; |
|||
} |
|||
|
|||
.gallio-report .logAttachmentList |
|||
{ |
|||
font-size: 10pt; |
|||
font-style: italic; |
|||
} |
|||
|
|||
.gallio-report .logStream |
|||
{ |
|||
background-color: #f0f0f0; |
|||
border-bottom: solid 1px #c6c6c6; |
|||
border-right: solid 1px #c6c6c6; |
|||
margin: 5px 5px 5px 0px; |
|||
padding: 5px 5px 5px 5px; |
|||
} |
|||
|
|||
.gallio-report .logStreamHeading |
|||
{ |
|||
font-weight:bold; |
|||
font-size: 10pt; |
|||
text-decoration: underline; |
|||
} |
|||
|
|||
.gallio-report .logStreamBody |
|||
{ |
|||
font-size: 9pt; |
|||
border-style: none; |
|||
} |
|||
|
|||
.gallio-report .logStreamSection |
|||
{ |
|||
margin-top: 12pt; |
|||
margin-bottom: 12pt; |
|||
padding-left: 6px; |
|||
border-left: solid 3px black; |
|||
} |
|||
|
|||
.gallio-report .logStreamSectionHeading |
|||
{ |
|||
font-weight: bold; |
|||
text-decoration: underline; |
|||
} |
|||
|
|||
.gallio-report .logStreamEmbed |
|||
{ |
|||
font-style: italic; |
|||
padding: 5px 10px 5px 10px; |
|||
} |
|||
|
|||
/* Test log streams */ |
|||
.gallio-report .logStream-Failures |
|||
{ |
|||
background-color: #ffd8d8; |
|||
border: dotted 1px #905050; |
|||
} |
|||
|
|||
.gallio-report .logStream-Warnings |
|||
{ |
|||
background-color: #ffffc8; |
|||
border: dotted 1px #909050; |
|||
} |
|||
|
|||
/* Test log stream markers */ |
|||
.gallio-report .logStreamMarker-AssertionFailure |
|||
{ |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-Label |
|||
{ |
|||
font-weight: bold; |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-Exception |
|||
{ |
|||
font-style: italic; |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-StackTrace |
|||
{ |
|||
font-style: italic; |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-Monospace |
|||
{ |
|||
font-family: Consolas, Courier New, Courier; |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-Highlight |
|||
{ |
|||
background-color: Yellow; |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-DiffAddition |
|||
{ |
|||
background-color: #b0ffb0; |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-DiffDeletion |
|||
{ |
|||
background-color: #ffb0b0; |
|||
text-decoration: line-through; |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-DiffChange |
|||
{ |
|||
background-color: #b0b0ff; |
|||
} |
|||
|
|||
.gallio-report .logStreamMarker-Ellipsis |
|||
{ |
|||
text-decoration: underline; |
|||
} |
|||
|
|||
.gallio-report .embeddedImage |
|||
{ |
|||
/* Nice idea in principle but IE will not navigate to the full-size embedded image |
|||
* (or to any other links) when the report is stored on the local filesystem. -- Jeff. |
|||
max-width: 800px; |
|||
*/ |
|||
} |
|||
|
|||
/* Sections */ |
|||
.gallio-report div.section |
|||
{ |
|||
background-color: #ebeaea; |
|||
margin: 5px; |
|||
padding: 10px; |
|||
border-bottom: solid 1px #dcdcdc; |
|||
border-right: solid 1px #dcdcdc; |
|||
overflow: hidden; |
|||
} |
|||
|
|||
.gallio-report div.section-content |
|||
{ |
|||
background-color: #fbfbfb; |
|||
padding: 10px 10px 10px 10px; |
|||
overflow: hidden; |
|||
} |
|||
|
|||
.gallio-report table.statistics-table |
|||
{ |
|||
border-collapse: collapse; |
|||
} |
|||
|
|||
.gallio-report table.statistics-table td |
|||
{ |
|||
width: 100%; |
|||
} |
|||
|
|||
.gallio-report table.statistics-table td.statistics-label-cell |
|||
{ |
|||
font-weight: bolder; |
|||
color: #646464; |
|||
padding: 0px 10px 0px 10px; |
|||
width: auto; |
|||
} |
|||
|
|||
.gallio-report table.statistics-table tr.alternate-row td |
|||
{ |
|||
background-color: #f2f2f2; |
|||
} |
|||
|
|||
|
|||
/* Annotations */ |
|||
.gallio-report div.annotation |
|||
{ |
|||
} |
|||
|
|||
.gallio-report div.annotation-message |
|||
{ |
|||
margin-left: 2em; |
|||
text-indent: -2em; |
|||
} |
|||
|
|||
.gallio-report div.annotation-location, div.annotation-reference, div.annotation-details |
|||
{ |
|||
margin-left: 4em; |
|||
text-indent: -2em; |
|||
font-style: italic; |
|||
} |
|||
|
|||
.gallio-report .annotation-type-error |
|||
{ |
|||
color: #990000; |
|||
} |
|||
|
|||
.gallio-report .annotation-type-warning |
|||
{ |
|||
color: #999900; |
|||
} |
|||
|
|||
.gallio-report .annotation-type-info |
|||
{ |
|||
color: #999999; |
|||
} |
|||
|
|||
/* Log Entries */ |
|||
.gallio-report div.logEntry |
|||
{ |
|||
} |
|||
|
|||
.gallio-report div.logEntry-text |
|||
{ |
|||
margin-left: 2em; |
|||
text-indent: -2em; |
|||
} |
|||
|
|||
.gallio-report div.logEntry-details |
|||
{ |
|||
margin-left: 4em; |
|||
text-indent: -2em; |
|||
font-style: italic; |
|||
} |
|||
|
|||
.gallio-report .logEntry-severity-error |
|||
{ |
|||
color: #990000; |
|||
} |
|||
|
|||
.gallio-report .logEntry-severity-warning |
|||
{ |
|||
color: #999900; |
|||
} |
|||
|
|||
.gallio-report .logEntry-severity-important |
|||
{ |
|||
color: #000000; |
|||
} |
|||
|
|||
.gallio-report .logEntry-severity-info |
|||
{ |
|||
color: #999999; |
|||
} |
|||
|
|||
.gallio-report .logEntry-severity-debug |
|||
{ |
|||
color: #aaaaaa; |
|||
} |
|||
|
|||
/* Cross-References */ |
|||
|
|||
.gallio-report a:hover.crossref |
|||
{ |
|||
background-color: #eeee99; |
|||
} |
|||
|
|||
.gallio-report a.crossref |
|||
{ |
|||
color: #000000; |
|||
text-decoration: none; |
|||
border-bottom: dotted 1px #aa00dd; |
|||
} |
|||
|
After Width: | Height: | Size: 231 B |
|
After Width: | Height: | Size: 129 B |
|
After Width: | Height: | Size: 481 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 193 B |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 88 B |
|
After Width: | Height: | Size: 293 B |
|
After Width: | Height: | Size: 88 B |
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,47 @@ |
|||
function toggle(id) |
|||
{ |
|||
var icon = document.getElementById('toggle-' + id); |
|||
if (icon != null) |
|||
{ |
|||
var childElement = document.getElementById(id); |
|||
if (icon.src.indexOf('Plus.gif') != -1) |
|||
{ |
|||
icon.src = icon.src.replace('Plus.gif', 'Minus.gif'); |
|||
if (childElement != null) |
|||
childElement.style.display = "block"; |
|||
} |
|||
else |
|||
{ |
|||
icon.src = icon.src.replace('Minus.gif', 'Plus.gif'); |
|||
if (childElement != null) |
|||
childElement.style.display = "none"; |
|||
} |
|||
} |
|||
} |
|||
|
|||
function expand(ids) |
|||
{ |
|||
for (var i = 0; i < ids.length; i++) |
|||
{ |
|||
var id = ids[i]; |
|||
var icon = document.getElementById('toggle-' + id); |
|||
if (icon != null) |
|||
{ |
|||
if (icon.src.indexOf('Plus.gif') != -1) |
|||
{ |
|||
icon.src = icon.src.replace('Plus.gif', 'Minus.gif'); |
|||
|
|||
var childElement = document.getElementById(id); |
|||
if (childElement != null) |
|||
childElement.style.display = "block"; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
|||
function navigateTo(path, line, column) |
|||
{ |
|||
var navigator = new ActiveXObject("Gallio.Navigator.GallioNavigator"); |
|||
if (navigator) |
|||
navigator.NavigateTo(path, line, column); |
|||
} |
|||
@ -0,0 +1,20 @@ |
|||
<?xml version="1.0" encoding="iso-8859-1"?> |
|||
<xsl:stylesheet version="1.0" |
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|||
xmlns:g="http://www.gallio.org/"> |
|||
<xsl:output method="html" indent="no" encoding="utf-8" omit-xml-declaration="yes" /> |
|||
<xsl:param name="resourceRoot" select="''" /> |
|||
|
|||
<xsl:variable name="cssDir">/gallio/css/</xsl:variable> |
|||
<xsl:variable name="jsDir">/gallio/js/</xsl:variable> |
|||
<xsl:variable name="imgDir">/gallio/img/</xsl:variable> |
|||
<xsl:variable name="attachmentBrokerUrl">GallioAttachment.aspx?</xsl:variable> |
|||
<xsl:variable name="condensed" select="1" /> |
|||
|
|||
<xsl:template match="/"> |
|||
<xsl:apply-templates select="//g:report" mode="html-fragment" /> |
|||
</xsl:template> |
|||
|
|||
<!-- Include the base HTML / XHTML report template --> |
|||
<xsl:include href="Gallio-Report.html+xhtml.xsl" /> |
|||
</xsl:stylesheet> |
|||
@ -0,0 +1,20 @@ |
|||
<?xml version="1.0" encoding="iso-8859-1"?> |
|||
<xsl:stylesheet version="1.0" |
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|||
xmlns:g="http://www.gallio.org/"> |
|||
<xsl:output method="html" indent="no" encoding="utf-8" omit-xml-declaration="yes" /> |
|||
<xsl:param name="resourceRoot" select="''" /> |
|||
|
|||
<xsl:variable name="cssDir">/gallio/css/</xsl:variable> |
|||
<xsl:variable name="jsDir">/gallio/js/</xsl:variable> |
|||
<xsl:variable name="imgDir">/gallio/img/</xsl:variable> |
|||
<xsl:variable name="attachmentBrokerUrl">GallioAttachment.aspx?</xsl:variable> |
|||
<xsl:variable name="condensed" select="0" /> |
|||
|
|||
<xsl:template match="/"> |
|||
<xsl:apply-templates select="//g:report" mode="html-fragment" /> |
|||
</xsl:template> |
|||
|
|||
<!-- Include the base HTML / XHTML report template --> |
|||
<xsl:include href="Gallio-Report.html+xhtml.xsl" /> |
|||
</xsl:stylesheet> |
|||
@ -0,0 +1,356 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<xsl:stylesheet version="1.0" |
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|||
xmlns:msxsl="urn:schemas-microsoft-com:xslt" |
|||
xmlns:g="http://www.gallio.org/" |
|||
xmlns="http://www.w3.org/1999/xhtml"> |
|||
<!-- Common utility functions --> |
|||
|
|||
<!-- Formats a statistics line like 5 run, 3 passed, 2 failed (1 error), 0 inconclusive, 2 skipped --> |
|||
<xsl:template name="format-statistics"> |
|||
<xsl:param name="statistics" /> |
|||
|
|||
<xsl:value-of select="$statistics/@runCount"/> |
|||
<xsl:text> run, </xsl:text> |
|||
|
|||
<xsl:value-of select="$statistics/@passedCount"/> |
|||
<xsl:text> passed</xsl:text> |
|||
<xsl:call-template name="format-statistics-category-counts"> |
|||
<xsl:with-param name="statistics" select="$statistics" /> |
|||
<xsl:with-param name="status">passed</xsl:with-param> |
|||
</xsl:call-template> |
|||
<xsl:text>, </xsl:text> |
|||
|
|||
<xsl:value-of select="$statistics/@failedCount"/> |
|||
<xsl:text> failed</xsl:text> |
|||
<xsl:call-template name="format-statistics-category-counts"> |
|||
<xsl:with-param name="statistics" select="$statistics" /> |
|||
<xsl:with-param name="status">failed</xsl:with-param> |
|||
</xsl:call-template> |
|||
<xsl:text>, </xsl:text> |
|||
|
|||
<xsl:value-of select="$statistics/@inconclusiveCount"/> |
|||
<xsl:text> inconclusive</xsl:text> |
|||
<xsl:call-template name="format-statistics-category-counts"> |
|||
<xsl:with-param name="statistics" select="$statistics" /> |
|||
<xsl:with-param name="status">inconclusive</xsl:with-param> |
|||
</xsl:call-template> |
|||
<xsl:text>, </xsl:text> |
|||
|
|||
<xsl:value-of select="$statistics/@skippedCount"/> |
|||
<xsl:text> skipped</xsl:text> |
|||
<xsl:call-template name="format-statistics-category-counts"> |
|||
<xsl:with-param name="statistics" select="$statistics" /> |
|||
<xsl:with-param name="status">skipped</xsl:with-param> |
|||
</xsl:call-template> |
|||
</xsl:template> |
|||
|
|||
<xsl:template name="format-statistics-category-counts"> |
|||
<xsl:param name="statistics" /> |
|||
<xsl:param name="status" /> |
|||
|
|||
<xsl:variable name="outcomeSummaries" select="$statistics/g:outcomeSummaries/g:outcomeSummary[g:outcome/@status=$status and g:outcome/@category]" /> |
|||
|
|||
<xsl:if test="$outcomeSummaries"> |
|||
<xsl:text> (</xsl:text> |
|||
<xsl:for-each select="$outcomeSummaries"> |
|||
<xsl:sort data-type="text" order="ascending" select="g:outcome/@category"/> |
|||
|
|||
<xsl:if test="position() != 1"><xsl:text>, </xsl:text></xsl:if> |
|||
<xsl:value-of select="@count"/> |
|||
<xsl:text> </xsl:text> |
|||
<xsl:value-of select="g:outcome/@category"/> |
|||
</xsl:for-each> |
|||
<xsl:text>)</xsl:text> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<!-- Formats a CodeLocation --> |
|||
<xsl:template name="format-code-location"> |
|||
<xsl:param name="codeLocation" /> |
|||
|
|||
<xsl:choose> |
|||
<xsl:when test="$codeLocation/@path"> |
|||
<xsl:value-of select="$codeLocation/@path"/> |
|||
<xsl:if test="$codeLocation/@line"> |
|||
<xsl:text>(</xsl:text> |
|||
<xsl:value-of select="$codeLocation/@line"/> |
|||
<xsl:if test="$codeLocation/@column"> |
|||
<xsl:text>,</xsl:text> |
|||
<xsl:value-of select="$codeLocation/@column"/> |
|||
</xsl:if> |
|||
<xsl:text>)</xsl:text> |
|||
</xsl:if> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:text>(unknown)</xsl:text> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:template> |
|||
|
|||
<!-- Formats a CodeReference --> |
|||
<xsl:template name="format-code-reference"> |
|||
<xsl:param name="codeReference" /> |
|||
|
|||
<xsl:if test="$codeReference/@parameter"> |
|||
<xsl:text>Parameter </xsl:text> |
|||
<xsl:value-of select="$codeReference/@parameter"/> |
|||
<xsl:text> of </xsl:text> |
|||
</xsl:if> |
|||
|
|||
<xsl:choose> |
|||
<xsl:when test="$codeReference/@type"> |
|||
<xsl:value-of select="$codeReference/@type"/> |
|||
<xsl:if test="$codeReference/@member"> |
|||
<xsl:text>.</xsl:text> |
|||
<xsl:value-of select="$codeReference/@member"/> |
|||
</xsl:if> |
|||
</xsl:when> |
|||
<xsl:when test="$codeReference/@namespace"> |
|||
<xsl:value-of select="$codeReference/@namespace"/> |
|||
</xsl:when> |
|||
</xsl:choose> |
|||
|
|||
<xsl:if test="$codeReference/@assembly"> |
|||
<xsl:if test="$codeReference/@namespace"> |
|||
<xsl:text>, </xsl:text> |
|||
</xsl:if> |
|||
<xsl:value-of select="$codeReference/@assembly"/> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<!-- Creates an aggregate statistics summary from a test instance run and its descendants --> |
|||
<xsl:template name="aggregate-statistics"> |
|||
<xsl:param name="testStepRun" /> |
|||
|
|||
<xsl:variable name="testCaseResults" select="$testStepRun/descendant-or-self::g:testStepRun[g:testStep/@isTestCase='true']/g:result" /> |
|||
<xsl:variable name="testCaseOutcomes" select="$testCaseResults/g:outcome" /> |
|||
|
|||
<xsl:variable name="skippedOutcomes" select="$testCaseOutcomes[@status = 'skipped']" /> |
|||
<xsl:variable name="passedOutcomes" select="$testCaseOutcomes[@status = 'passed']" /> |
|||
<xsl:variable name="inconclusiveOutcomes" select="$testCaseOutcomes[@status = 'inconclusive']" /> |
|||
<xsl:variable name="failedOutcomes" select="$testCaseOutcomes[@status = 'failed']" /> |
|||
|
|||
<xsl:variable name="skippedCount" select="count($skippedOutcomes)"/> |
|||
<xsl:variable name="passedCount" select="count($passedOutcomes)"/> |
|||
<xsl:variable name="inconclusiveCount" select="count($inconclusiveOutcomes)"/> |
|||
<xsl:variable name="failedCount" select="count($failedOutcomes)"/> |
|||
|
|||
<g:statistics> |
|||
<xsl:attribute name="duration"><xsl:value-of select="$testStepRun/g:result/@duration"/></xsl:attribute> |
|||
<xsl:attribute name="assertCount"><xsl:value-of select="$testStepRun/g:result/@assertCount"/></xsl:attribute> |
|||
|
|||
<xsl:attribute name="skippedCount"><xsl:value-of select="$skippedCount"/></xsl:attribute> |
|||
<xsl:attribute name="passedCount"><xsl:value-of select="$passedCount"/></xsl:attribute> |
|||
<xsl:attribute name="inconclusiveCount"><xsl:value-of select="$inconclusiveCount"/></xsl:attribute> |
|||
<xsl:attribute name="failedCount"><xsl:value-of select="$failedCount"/></xsl:attribute> |
|||
|
|||
<xsl:attribute name="runCount"><xsl:value-of select="$passedCount + $inconclusiveCount + $failedCount"/></xsl:attribute> |
|||
|
|||
<g:outcomeSummaries> |
|||
<xsl:call-template name="aggregate-statistics-outcome-summaries"> |
|||
<xsl:with-param name="status">skipped</xsl:with-param> |
|||
<xsl:with-param name="outcomes" select="$skippedOutcomes" /> |
|||
</xsl:call-template> |
|||
<xsl:call-template name="aggregate-statistics-outcome-summaries"> |
|||
<xsl:with-param name="status">passed</xsl:with-param> |
|||
<xsl:with-param name="outcomes" select="$passedOutcomes" /> |
|||
</xsl:call-template> |
|||
<xsl:call-template name="aggregate-statistics-outcome-summaries"> |
|||
<xsl:with-param name="status">inconclusive</xsl:with-param> |
|||
<xsl:with-param name="outcomes" select="$inconclusiveOutcomes" /> |
|||
</xsl:call-template> |
|||
<xsl:call-template name="aggregate-statistics-outcome-summaries"> |
|||
<xsl:with-param name="status">failed</xsl:with-param> |
|||
<xsl:with-param name="outcomes" select="$failedOutcomes" /> |
|||
</xsl:call-template> |
|||
</g:outcomeSummaries> |
|||
</g:statistics> |
|||
</xsl:template> |
|||
|
|||
<xsl:key name="outcome-category" match="g:outcome" use="@category" /> |
|||
<xsl:template name="aggregate-statistics-outcome-summaries"> |
|||
<xsl:param name="status" /> |
|||
<xsl:param name="outcomes" /> |
|||
|
|||
<xsl:for-each select="$outcomes[generate-id() = generate-id(key('outcome-category', @category)[1])]"> |
|||
<xsl:variable name="category" select="@category" /> |
|||
<g:outcomeSummary count="{count($outcomes[@category = $category])}"> |
|||
<g:outcome status="{$status}" category="{$category}" /> |
|||
</g:outcomeSummary> |
|||
</xsl:for-each> |
|||
</xsl:template> |
|||
|
|||
<!-- Indents text using the specified prefix --> |
|||
<xsl:template name="indent"> |
|||
<xsl:param name="text" /> |
|||
<xsl:param name="firstLinePrefix" select="' '" /> |
|||
<xsl:param name="otherLinePrefix" select="' '" /> |
|||
<xsl:param name="trailingNewline" select="1" /> |
|||
|
|||
<xsl:if test="$text!=''"> |
|||
<xsl:call-template name="indent-recursive"> |
|||
<xsl:with-param name="text" select="translate($text, '	

', ' 
')" /> |
|||
<xsl:with-param name="firstLinePrefix" select="$firstLinePrefix" /> |
|||
<xsl:with-param name="otherLinePrefix" select="$otherLinePrefix" /> |
|||
<xsl:with-param name="trailingNewline" select="$trailingNewline" /> |
|||
</xsl:call-template> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<xsl:template name="indent-recursive"> |
|||
<xsl:param name="text" /> |
|||
<xsl:param name="firstLinePrefix" /> |
|||
<xsl:param name="otherLinePrefix" /> |
|||
<xsl:param name="trailingNewline" /> |
|||
|
|||
<xsl:choose> |
|||
<xsl:when test="contains($text, '
')"> |
|||
<xsl:value-of select="$firstLinePrefix"/> |
|||
<xsl:value-of select="substring-before($text, '
')"/> |
|||
<xsl:text>
</xsl:text> |
|||
<xsl:call-template name="indent-recursive"> |
|||
<xsl:with-param name="text" select="substring-after($text, '
')" /> |
|||
<xsl:with-param name="firstLinePrefix" select="$otherLinePrefix" /> |
|||
<xsl:with-param name="otherLinePrefix" select="$otherLinePrefix" /> |
|||
<xsl:with-param name="trailingNewline" select="$trailingNewline" /> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
<!-- Note: when we are not adding a trailing new line, we must be careful |
|||
to include the leading prefix space even when the text line is empty |
|||
because subsequently appended text will assume that the current |
|||
line is already indented appropriately --> |
|||
<xsl:when test="$text!='' or not($trailingNewline)"> |
|||
<xsl:value-of select="$firstLinePrefix"/> |
|||
<xsl:value-of select="$text"/> |
|||
<xsl:if test="$trailingNewline"> |
|||
<xsl:text>
</xsl:text> |
|||
</xsl:if> |
|||
</xsl:when> |
|||
</xsl:choose> |
|||
</xsl:template> |
|||
|
|||
<!-- Prints text with <br/> at line breaks. |
|||
Also introduces <wbr/> word break characters every so often if no natural breakpoints appear. |
|||
Some of the soft breaks are useful, but the forced break at 20 chars is intended to work around |
|||
limitations in browsers that do not support the word-wrap:break-all CSS3 property. |
|||
--> |
|||
<xsl:template name="print-text-with-breaks"> |
|||
<xsl:param name="text" /> |
|||
<xsl:param name="count" select="0" /> |
|||
|
|||
<xsl:if test="$text"> |
|||
<xsl:variable name="char" select="substring($text, 1, 1)"/> |
|||
|
|||
<xsl:choose> |
|||
<!-- natural word breaks --> |
|||
<xsl:when test="$char = ' '"> |
|||
<!-- Always replace spaces by non-breaking spaces followed by word-breaks to ensure that |
|||
text can reflow without actually consuming the space. Without this detail |
|||
it can happen that spaces that are supposed to be highligted (perhaps as part |
|||
of a marker for a diff) will instead vanish when the text reflow occurs, giving |
|||
a false impression of the content. --> |
|||
<xsl:text> </xsl:text> |
|||
<wbr/> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="substring($text, 2)" /> |
|||
<xsl:with-param name="count" select="0" /> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
|
|||
<!-- line breaks --> |
|||
<xsl:when test="$char = ' '"> |
|||
<br/> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="substring($text, 2)" /> |
|||
<xsl:with-param name="count" select="0" /> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
|
|||
<!-- characters to break before --> |
|||
<xsl:when test="$char = '.' or $char = '/' or $char = '\' or $char = ':' or $char = '(' or $char = '<' or $char = '[' or $char = '{' or $char = '_'"> |
|||
<wbr/> |
|||
<xsl:value-of select="$char"/> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="substring($text, 2)" /> |
|||
<xsl:with-param name="count" select="1" /> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
|
|||
<!-- characters to break after --> |
|||
<xsl:when test="$char = ')' or $char = '>' or $char = ']' or $char = '}'"> |
|||
<xsl:value-of select="$char"/> |
|||
<wbr/> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="substring($text, 2)" /> |
|||
<xsl:with-param name="count" select="0" /> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
|
|||
<!-- other characters --> |
|||
<xsl:when test="$count = 19"> |
|||
<xsl:value-of select="$char"/> |
|||
<wbr/> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="substring($text, 2)" /> |
|||
<xsl:with-param name="count" select="0" /> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
|
|||
<xsl:otherwise> |
|||
<xsl:value-of select="$char"/> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="substring($text, 2)" /> |
|||
<xsl:with-param name="count" select="$count + 1" /> |
|||
</xsl:call-template> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<!-- Pretty print date time values --> |
|||
<xsl:template name="format-datetime"> |
|||
<xsl:param name="datetime" /> |
|||
<xsl:value-of select="substring($datetime, 12, 8)" />, <xsl:value-of select="substring($datetime, 1, 10)" /> |
|||
</xsl:template> |
|||
|
|||
<!-- Namespace stripping adapted from http://www.xml.com/pub/a/2004/05/05/tr.html --> |
|||
<xsl:template name="strip-namespace"> |
|||
<xsl:param name="nodes" /> |
|||
<xsl:apply-templates select="msxsl:node-set($nodes)" mode="strip-namespace" /> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="*" mode="strip-namespace"> |
|||
<xsl:element name="{local-name()}" namespace=""> |
|||
<xsl:apply-templates select="@*|node()" mode="strip-namespace"/> |
|||
</xsl:element> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="@*" mode="strip-namespace"> |
|||
<xsl:attribute name="{local-name()}" namespace=""> |
|||
<xsl:value-of select="."/> |
|||
</xsl:attribute> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="processing-instruction()|comment()" mode="strip-namespace"> |
|||
<xsl:copy> |
|||
<xsl:apply-templates select="node()" mode="strip-namespace"/> |
|||
</xsl:copy> |
|||
</xsl:template> |
|||
|
|||
<!-- Converting paths to URIs --> |
|||
<xsl:template name="path-to-uri"> |
|||
<xsl:param name="path" /> |
|||
<xsl:if test="$path != ''"> |
|||
<xsl:choose> |
|||
<xsl:when test="starts-with($path, '\')">/</xsl:when> |
|||
<xsl:when test="starts-with($path, ' ')">%20</xsl:when> |
|||
<xsl:when test="starts-with($path, '%')">%25</xsl:when> |
|||
<xsl:otherwise><xsl:value-of select="substring($path, 1, 1)"/></xsl:otherwise> |
|||
</xsl:choose> |
|||
<xsl:call-template name="path-to-uri"> |
|||
<xsl:with-param name="path" select="substring($path, 2)" /> |
|||
</xsl:call-template> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
</xsl:stylesheet> |
|||
@ -0,0 +1,785 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
This stylesheet is used for all HTML detail reports. |
|||
It can be rendered in any of the following modes. |
|||
|
|||
Document / Fragment: |
|||
A report can either be rendered a self-contained document or as |
|||
a fragment meant to be included in another document. |
|||
|
|||
HTML / XHTML: |
|||
A report can either be rendered in HTML or in XHTML syntax. |
|||
|
|||
One very important characteristic of the report is that while it uses JavaScript, |
|||
it does not require it. All of the report's contents may be accessed without error |
|||
or serious inconvenience even with JavaScript disabled. This is extremely important |
|||
for Visual Studio integration since the IE browser prevents execution of scripts |
|||
in local files by default. |
|||
--> |
|||
<xsl:stylesheet version="1.0" |
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|||
xmlns:msxsl="urn:schemas-microsoft-com:xslt" |
|||
xmlns:g="http://www.gallio.org/" |
|||
xmlns="http://www.w3.org/1999/xhtml"> |
|||
<xsl:template match="g:report" mode="xhtml-document"> |
|||
<html xml:lang="en" lang="en" dir="ltr"> |
|||
<xsl:comment> saved from url=(0014)about:internet </xsl:comment><xsl:text> </xsl:text> |
|||
<head> |
|||
<title>Gallio Test Report</title> |
|||
<link rel="stylesheet" type="text/css" href="{$cssDir}Gallio-Report.css" /> |
|||
<script type="text/javascript" src="{$jsDir}Gallio-Report.js"> |
|||
<xsl:comment> comment inserted for Internet Explorer </xsl:comment> |
|||
</script> |
|||
<style type="text/css"> |
|||
html |
|||
{ |
|||
overflow: auto; |
|||
} |
|||
</style> |
|||
</head> |
|||
<body class="gallio-report"> |
|||
<xsl:apply-templates select="." mode="xhtml-body" /> |
|||
</body> |
|||
</html> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:report" mode="html-document"> |
|||
<xsl:call-template name="strip-namespace"> |
|||
<xsl:with-param name="nodes"><xsl:apply-templates select="." mode="xhtml-document" /></xsl:with-param> |
|||
</xsl:call-template> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:report" mode="xhtml-fragment"> |
|||
<div class="gallio-report"> |
|||
<!-- Technically a link element should not appear outside of the "head" |
|||
but most browsers tolerate it and this gives us better out of the box |
|||
support in embedded environments like CCNet since no changes need to |
|||
be made to the stylesheets of the containing application. |
|||
--> |
|||
<link rel="stylesheet" type="text/css" href="{$cssDir}Gallio-Report.css" /> |
|||
<style type="text/css"> |
|||
html |
|||
{ |
|||
margin: 0px 0px 0px 0px; |
|||
padding: 0px 17px 0px 0px; |
|||
overflow: auto; |
|||
} |
|||
</style> |
|||
<script type="text/javascript" src="{$jsDir}Gallio-Report.js"> |
|||
<xsl:comment> comment inserted for Internet Explorer </xsl:comment> |
|||
</script> |
|||
|
|||
<xsl:apply-templates select="." mode="xhtml-body" /> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:report" mode="html-fragment"> |
|||
<xsl:call-template name="strip-namespace"> |
|||
<xsl:with-param name="nodes"><xsl:apply-templates select="." mode="xhtml-fragment" /></xsl:with-param> |
|||
</xsl:call-template> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:report" mode="xhtml-body"> |
|||
<div id="Header" class="header"> |
|||
<div class="header-image"></div> |
|||
</div> |
|||
<div id="Navigator" class="navigator"> |
|||
<xsl:apply-templates select="g:testPackageRun" mode="navigator" /> |
|||
</div> |
|||
<div id="Content" class="content"> |
|||
<xsl:apply-templates select="g:testPackageRun" mode="statistics" /> |
|||
<xsl:apply-templates select="g:testPackageConfig" mode="assemblies" /> |
|||
<xsl:apply-templates select="g:testModel/g:annotations" mode="annotations"/> |
|||
<xsl:apply-templates select="g:testPackageRun" mode="summary"/> |
|||
<xsl:apply-templates select="g:testPackageRun" mode="details"/> |
|||
<xsl:apply-templates select="g:logEntries" mode="log"/> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testPackageConfig" mode="assemblies"> |
|||
<div id="Assemblies" class="section"> |
|||
<h2>Assemblies</h2> |
|||
<div class="section-content"> |
|||
<ul> |
|||
<xsl:for-each select="g:assemblyFiles/g:assemblyFile"> |
|||
<li><xsl:call-template name="print-text-with-breaks"><xsl:with-param name="text" select="text()" /></xsl:call-template></li> |
|||
</xsl:for-each> |
|||
</ul> |
|||
</div> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:annotations" mode="annotations"> |
|||
<xsl:if test="g:annotation"> |
|||
<div id="Annotations" class="section"> |
|||
<h2>Annotations</h2> |
|||
<div class="section-content"> |
|||
<ul> |
|||
<xsl:apply-templates select="g:annotation[@type='error']" mode="annotations"/> |
|||
<xsl:apply-templates select="g:annotation[@type='warning']" mode="annotations"/> |
|||
<xsl:apply-templates select="g:annotation[@type='info']" mode="annotations"/> |
|||
</ul> |
|||
</div> |
|||
</div> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:annotation" mode="annotations"> |
|||
<li> |
|||
<xsl:attribute name="class">annotation annotation-type-<xsl:value-of select="@type"/></xsl:attribute> |
|||
<div class="annotation-message"> |
|||
<xsl:text>[</xsl:text><xsl:value-of select="@type"/><xsl:text>] </xsl:text> |
|||
<xsl:call-template name="print-text-with-breaks"><xsl:with-param name="text" select="@message" /></xsl:call-template> |
|||
</div> |
|||
|
|||
<xsl:if test="g:codeLocation/@path"> |
|||
<div class="annotation-location"> |
|||
<xsl:text>Location: </xsl:text> |
|||
<xsl:call-template name="code-location-link"> |
|||
<xsl:with-param name="path" select="g:codeLocation/@path" /> |
|||
<xsl:with-param name="line" select="g:codeLocation/@line" /> |
|||
<xsl:with-param name="column" select="g:codeLocation/@column" /> |
|||
<xsl:with-param name="content"> |
|||
<xsl:call-template name="format-code-location"> |
|||
<xsl:with-param name="codeLocation" select="g:codeLocation" /> |
|||
</xsl:call-template> |
|||
</xsl:with-param> |
|||
</xsl:call-template> |
|||
</div> |
|||
</xsl:if> |
|||
|
|||
<xsl:if test="g:codeReference/@assembly"> |
|||
<div class="annotation-reference"> |
|||
<xsl:text>Reference: </xsl:text> |
|||
<xsl:call-template name="format-code-reference"><xsl:with-param name="codeReference" select="g:codeReference" /></xsl:call-template> |
|||
</div> |
|||
</xsl:if> |
|||
|
|||
<xsl:if test="@details"> |
|||
<div class="annotation-details"> |
|||
<xsl:text>Details: </xsl:text> |
|||
<xsl:call-template name="print-text-with-breaks"><xsl:with-param name="text" select="@details" /></xsl:call-template> |
|||
</div> |
|||
</xsl:if> |
|||
</li> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testPackageRun" mode="navigator"> |
|||
<xsl:variable name="box-label"><xsl:call-template name="format-statistics"><xsl:with-param name="statistics" select="g:statistics" /></xsl:call-template></xsl:variable> |
|||
<a href="#Statistics" title="{$box-label}"> |
|||
<xsl:attribute name="class">navigator-box <xsl:call-template name="status-from-statistics"><xsl:with-param name="statistics" select="g:statistics" /></xsl:call-template></xsl:attribute> |
|||
</a> |
|||
|
|||
<div class="navigator-stripes"> |
|||
<xsl:for-each select="descendant::g:testStepRun"> |
|||
<xsl:variable name="status" select="g:result/g:outcome/@status"/> |
|||
<xsl:if test="$status != 'passed' and (g:testStep/@isTestCase = 'true' or not(g:children/g:testStepRun))"> |
|||
<xsl:variable name="stripe-label"><xsl:value-of select="g:testStep/@name"/><xsl:text> </xsl:text><xsl:value-of select="$status"/>.</xsl:variable> |
|||
<a href="#testStepRun-{g:testStep/@id}" style="top:{position() * 98 div last() + 1}%" class="status-{$status}" title="{$stripe-label}"> |
|||
<xsl:attribute name="onclick"> |
|||
<xsl:text>expand([</xsl:text> |
|||
<xsl:for-each select="ancestor-or-self::g:testStepRun"> |
|||
<xsl:if test="position() != 1"> |
|||
<xsl:text>,</xsl:text> |
|||
</xsl:if> |
|||
<xsl:text>'detailPanel-</xsl:text> |
|||
<xsl:value-of select="g:testStep/@id"/> |
|||
<xsl:text>'</xsl:text> |
|||
</xsl:for-each> |
|||
<xsl:text>]);</xsl:text> |
|||
</xsl:attribute> |
|||
</a> |
|||
</xsl:if> |
|||
</xsl:for-each> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testPackageRun" mode="statistics"> |
|||
<div id="Statistics" class="section"> |
|||
<h2>Statistics</h2> |
|||
<div class="section-content"> |
|||
<table class="statistics-table"> |
|||
<tr> |
|||
<td class="statistics-label-cell">Start time:</td> |
|||
<td><xsl:call-template name="format-datetime"><xsl:with-param name="datetime" select="@startTime" /></xsl:call-template></td> |
|||
</tr> |
|||
<tr class="alternate-row"> |
|||
<td class="statistics-label-cell">End time:</td> |
|||
<td><xsl:call-template name="format-datetime"><xsl:with-param name="datetime" select="@endTime" /></xsl:call-template></td> |
|||
</tr> |
|||
<xsl:apply-templates select="g:statistics" /> |
|||
</table> |
|||
</div> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:statistics"> |
|||
<tr> |
|||
<td class="statistics-label-cell">Tests:</td> |
|||
<td><xsl:value-of select="@testCount" /> (<xsl:value-of select="@stepCount" /> steps)</td> |
|||
</tr> |
|||
<tr class="alternate-row"> |
|||
<td class="statistics-label-cell">Results:</td> |
|||
<td><xsl:call-template name="format-statistics"><xsl:with-param name="statistics" select="." /></xsl:call-template></td> |
|||
</tr> |
|||
<tr> |
|||
<td class="statistics-label-cell">Duration:</td> |
|||
<td><xsl:value-of select="format-number(@duration, '0.00')" />s</td> |
|||
</tr> |
|||
<tr class="alternate-row"> |
|||
<td class="statistics-label-cell">Assertions:</td> |
|||
<td><xsl:value-of select="@assertCount" /></td> |
|||
</tr> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testPackageRun" mode="summary"> |
|||
<div id="Summary" class="section"> |
|||
<h2>Summary<xsl:if test="$condensed"> (Condensed)</xsl:if></h2> |
|||
<div class="section-content"> |
|||
<xsl:choose> |
|||
<xsl:when test="g:testStepRun/g:children/g:testStepRun"> |
|||
<xsl:choose> |
|||
<xsl:when test="not($condensed) or g:testStepRun/g:result/g:outcome/@status!='passed'"> |
|||
<ul> |
|||
<xsl:apply-templates select="g:testStepRun/g:children/g:testStepRun" mode="summary" /> |
|||
</ul> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<em>All tests passed.</em> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<em>This report does not contain any test runs.</em> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</div> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testStepRun" mode="summary"> |
|||
<xsl:variable name="id" select="g:testStep/@id" /> |
|||
|
|||
<xsl:if test="g:testStep/@isTestCase='false' and (not($condensed) or g:result/g:outcome/@status!='passed')"> |
|||
<xsl:variable name="statisticsRaw"> |
|||
<xsl:call-template name="aggregate-statistics"> |
|||
<xsl:with-param name="testStepRun" select="." /> |
|||
</xsl:call-template> |
|||
</xsl:variable> |
|||
<xsl:variable name="statistics" select="msxsl:node-set($statisticsRaw)/g:statistics" /> |
|||
|
|||
<li> |
|||
<span> |
|||
<xsl:choose> |
|||
<xsl:when test="g:children/g:testStepRun/g:testStep/@isTestCase='false'"> |
|||
<xsl:call-template name="toggle"> |
|||
<xsl:with-param name="href">summaryPanel-<xsl:value-of select="$id"/></xsl:with-param> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:call-template name="toggle-stop" /> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
|
|||
<a class="crossref" href="#testStepRun-{$id}"> |
|||
<xsl:attribute name="onclick"> |
|||
<xsl:text>expand([</xsl:text> |
|||
<xsl:for-each select="ancestor-or-self::g:testStepRun"> |
|||
<xsl:if test="position() != 1"> |
|||
<xsl:text>,</xsl:text> |
|||
</xsl:if> |
|||
<xsl:text>'detailPanel-</xsl:text> |
|||
<xsl:value-of select="g:testStep/@id"/> |
|||
<xsl:text>'</xsl:text> |
|||
</xsl:for-each> |
|||
<xsl:text>]);</xsl:text> |
|||
</xsl:attribute> |
|||
<xsl:call-template name="print-text-with-breaks"><xsl:with-param name="text" select="g:testStep/@name" /></xsl:call-template> |
|||
</a> |
|||
|
|||
<xsl:call-template name="outcome-bar"> |
|||
<xsl:with-param name="outcome" select="g:result/g:outcome" /> |
|||
<xsl:with-param name="statistics" select="$statistics" /> |
|||
</xsl:call-template> |
|||
</span> |
|||
|
|||
<div class="panel"> |
|||
<xsl:if test="g:children/g:testStepRun"> |
|||
<ul id="summaryPanel-{$id}"> |
|||
<xsl:apply-templates select="g:children/g:testStepRun" mode="summary" /> |
|||
</ul> |
|||
</xsl:if> |
|||
</div> |
|||
</li> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testPackageRun" mode="details"> |
|||
<div id="Details" class="section"> |
|||
<h2>Details<xsl:if test="$condensed"> (Condensed)</xsl:if></h2> |
|||
<div class="section-content"> |
|||
<xsl:choose> |
|||
<xsl:when test="g:testStepRun/g:children/g:testStepRun"> |
|||
<xsl:choose> |
|||
<xsl:when test="not($condensed) or g:testStepRun/g:result/g:outcome/@status!='passed'"> |
|||
<ul class="testStepRunContainer"> |
|||
<xsl:apply-templates select="g:testStepRun/g:children/g:testStepRun" mode="details" /> |
|||
</ul> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<em>All tests passed.</em> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<em>This report does not contain any test runs.</em> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</div> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testStepRun" mode="details"> |
|||
<xsl:if test="not($condensed) or g:result/g:outcome/@status!='passed'"> |
|||
<xsl:variable name="id" select="g:testStep/@id" /> |
|||
|
|||
<xsl:variable name="metadataEntries" select="g:testStep/g:metadata/g:entry" /> |
|||
<xsl:variable name="kind" select="$metadataEntries[@key='TestKind']/g:value" /> |
|||
<xsl:variable name="nestingLevel" select="count(ancestor::g:testStepRun)" /> |
|||
|
|||
<xsl:variable name="statisticsRaw"> |
|||
<xsl:call-template name="aggregate-statistics"> |
|||
<xsl:with-param name="testStepRun" select="." /> |
|||
</xsl:call-template> |
|||
</xsl:variable> |
|||
<xsl:variable name="statistics" select="msxsl:node-set($statisticsRaw)/g:statistics" /> |
|||
|
|||
<li id="testStepRun-{$id}"> |
|||
<span class="testStepRunHeading testStepRunHeading-Level{$nestingLevel}"> |
|||
<xsl:call-template name="toggle"> |
|||
<xsl:with-param name="href">detailPanel-<xsl:value-of select="$id"/></xsl:with-param> |
|||
</xsl:call-template> |
|||
<!-- |
|||
<xsl:call-template name="icon"> |
|||
<xsl:with-param name="kind" select="$kind" /> |
|||
</xsl:call-template> |
|||
--> |
|||
|
|||
<xsl:call-template name="code-location-link"> |
|||
<xsl:with-param name="path" select="g:testStep/g:codeLocation/@path" /> |
|||
<xsl:with-param name="line" select="g:testStep/g:codeLocation/@line" /> |
|||
<xsl:with-param name="column" select="g:testStep/g:codeLocation/@column" /> |
|||
<xsl:with-param name="content"> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="g:testStep/@name" /> |
|||
</xsl:call-template> |
|||
</xsl:with-param> |
|||
</xsl:call-template> |
|||
|
|||
<xsl:call-template name="outcome-bar"> |
|||
<xsl:with-param name="outcome" select="g:result/g:outcome" /> |
|||
<xsl:with-param name="statistics" select="$statistics" /> |
|||
<xsl:with-param name="small" select="not(g:children/g:testStepRun)" /> |
|||
</xsl:call-template> |
|||
</span> |
|||
|
|||
<div id="detailPanel-{$id}" class="panel"> |
|||
<xsl:choose> |
|||
<xsl:when test="$kind = 'Assembly' or $kind = 'Framework'"> |
|||
<table class="statistics-table"> |
|||
<tr class="alternate-row"> |
|||
<td class="statistics-label-cell">Results:</td> |
|||
<td><xsl:call-template name="format-statistics"><xsl:with-param name="statistics" select="$statistics" /></xsl:call-template></td> |
|||
</tr> |
|||
<tr> |
|||
<td class="statistics-label-cell">Duration:</td> |
|||
<td><xsl:value-of select="format-number($statistics/@duration, '0.00')" />s</td> |
|||
</tr> |
|||
<tr class="alternate-row"> |
|||
<td class="statistics-label-cell">Assertions:</td> |
|||
<td><xsl:value-of select="$statistics/@assertCount" /></td> |
|||
</tr> |
|||
</table> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:text>Duration: </xsl:text> |
|||
<xsl:value-of select="format-number($statistics/@duration, '0.00')" /> |
|||
<xsl:text>s, Assertions: </xsl:text> |
|||
<xsl:value-of select="$statistics/@assertCount"/> |
|||
<xsl:text>.</xsl:text> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
|
|||
<xsl:call-template name="print-metadata-entries"> |
|||
<xsl:with-param name="entries" select="$metadataEntries" /> |
|||
</xsl:call-template> |
|||
|
|||
<div id="testStepRun-{g:testStepRun/g:testStep/@id}" class="testStepRun"> |
|||
<xsl:apply-templates select="." mode="details-content" /> |
|||
</div> |
|||
|
|||
<xsl:choose> |
|||
<xsl:when test="g:children/g:testStepRun"> |
|||
<ul class="testStepRunContainer"> |
|||
<xsl:apply-templates select="g:children/g:testStepRun" mode="details" /> |
|||
</ul> |
|||
</xsl:when> |
|||
<xsl:when test="g:result/g:outcome/@status = 'passed'"> |
|||
<xsl:call-template name="toggle-autoclose"> |
|||
<xsl:with-param name="href">detailPanel-<xsl:value-of select="$id"/></xsl:with-param> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
</xsl:choose> |
|||
</div> |
|||
</li> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testStepRun" mode="details-content"> |
|||
<xsl:apply-templates select="g:testLog"> |
|||
<xsl:with-param name="stepId" select="g:testStep/@id" /> |
|||
</xsl:apply-templates> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:metadata"> |
|||
<xsl:call-template name="print-metadata-entries"> |
|||
<xsl:with-param name="entries" select="g:entry" /> |
|||
</xsl:call-template> |
|||
</xsl:template> |
|||
|
|||
<xsl:template name="print-metadata-entries"> |
|||
<xsl:param name="entries" /> |
|||
<xsl:variable name="visibleEntries" select="$entries[@key != 'TestKind']" /> |
|||
|
|||
<xsl:if test="$visibleEntries"> |
|||
<ul class="metadata"> |
|||
<xsl:apply-templates select="$visibleEntries"> |
|||
<xsl:sort select="translate(@key, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')" lang="en" data-type="text" /> |
|||
<xsl:sort select="translate(@value, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')" lang="en" data-type="text" /> |
|||
</xsl:apply-templates> |
|||
</ul> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:entry"> |
|||
<li><xsl:value-of select="@key" />: <xsl:call-template name="print-text-with-breaks"><xsl:with-param name="text" select="g:value" /></xsl:call-template></li> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:testLog"> |
|||
<xsl:param name="stepId" /> |
|||
|
|||
<xsl:if test="g:streams/g:stream"> |
|||
<div id="log-{$stepId}" class="log"> |
|||
<xsl:apply-templates select="g:streams/g:stream" mode="stream"> |
|||
<xsl:with-param name="attachments" select="g:attachments" /> |
|||
</xsl:apply-templates> |
|||
|
|||
<xsl:if test="g:attachments/g:attachment"> |
|||
<div class="logAttachmentList"> |
|||
Attachments: <xsl:for-each select="g:attachments/g:attachment"> |
|||
<xsl:apply-templates select="." mode="link" /><xsl:if test="position() != last()">, </xsl:if> |
|||
</xsl:for-each>. |
|||
</div> |
|||
</xsl:if> |
|||
</div> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:streams/g:stream" mode="stream"> |
|||
<xsl:param name="attachments" /> |
|||
|
|||
<div class="logStream logStream-{@name}"> |
|||
<span class="logStreamHeading"> |
|||
<xsl:value-of select="@name" /> |
|||
</span> |
|||
|
|||
<xsl:apply-templates select="g:body" mode="stream"> |
|||
<xsl:with-param name="attachments" select="$attachments" /> |
|||
</xsl:apply-templates> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:body" mode="stream"> |
|||
<xsl:param name="attachments" /> |
|||
|
|||
<div class="logStreamBody"> |
|||
<xsl:apply-templates select="g:contents" mode="stream"> |
|||
<xsl:with-param name="attachments" select="$attachments" /> |
|||
</xsl:apply-templates> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:section" mode="stream"> |
|||
<xsl:param name="attachments" /> |
|||
|
|||
<div class="logStreamSection"> |
|||
<span class="logStreamSectionHeading"> |
|||
<xsl:value-of select="@name"/> |
|||
</span> |
|||
<div> |
|||
<xsl:apply-templates select="g:contents" mode="stream"> |
|||
<xsl:with-param name="attachments" select="$attachments" /> |
|||
</xsl:apply-templates> |
|||
</div> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:marker" mode="stream"> |
|||
<xsl:param name="attachments" /> |
|||
|
|||
<span class="logStreamMarker-{@class}"> |
|||
<xsl:choose> |
|||
<xsl:when test="@class = 'CodeLocation'"> |
|||
<xsl:call-template name="code-location-link"> |
|||
<xsl:with-param name="path" select="g:attributes/g:attribute[@name='path']/@value" /> |
|||
<xsl:with-param name="line" select="g:attributes/g:attribute[@name='line']/@value" /> |
|||
<xsl:with-param name="column" select="g:attributes/g:attribute[@name='column']/@value" /> |
|||
<xsl:with-param name="content"> |
|||
<xsl:apply-templates select="g:contents" mode="stream"> |
|||
<xsl:with-param name="attachments" select="$attachments" /> |
|||
</xsl:apply-templates> |
|||
</xsl:with-param> |
|||
</xsl:call-template> |
|||
</xsl:when> |
|||
<xsl:when test="@class = 'Link'"> |
|||
<a class="crossref" href="{g:attributes/g:attribute[@name = 'url']/@value}"> |
|||
<xsl:apply-templates select="g:contents" mode="stream"> |
|||
<xsl:with-param name="attachments" select="$attachments" /> |
|||
</xsl:apply-templates> |
|||
</a> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:apply-templates select="g:contents" mode="stream"> |
|||
<xsl:with-param name="attachments" select="$attachments" /> |
|||
</xsl:apply-templates> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</span> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:contents" mode="stream"> |
|||
<xsl:param name="attachments" /> |
|||
|
|||
<xsl:apply-templates select="child::node()[self::g:text or self::g:section or self::g:embed or self::g:marker]" mode="stream"> |
|||
<xsl:with-param name="attachments" select="$attachments" /> |
|||
</xsl:apply-templates> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:text" mode="stream"> |
|||
<xsl:param name="attachments" /> |
|||
|
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="text()" /> |
|||
</xsl:call-template> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:embed" mode="stream"> |
|||
<xsl:param name="attachments" /> |
|||
<xsl:variable name="attachmentName" select="@attachmentName" /> |
|||
|
|||
<div class="logStreamEmbed"> |
|||
<xsl:apply-templates select="$attachments/g:attachment[@name=$attachmentName]" mode="embed" /> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:attachment" mode="embed"> |
|||
<xsl:variable name="isImage" select="starts-with(@contentType, 'image/')" /> |
|||
<xsl:choose> |
|||
<xsl:when test="$attachmentBrokerUrl != ''"> |
|||
<xsl:variable name="attachmentBrokerQuery"><xsl:value-of select="$attachmentBrokerUrl"/>testStepId=<xsl:value-of select="../../../g:testStep/@id"/>&attachmentName=<xsl:value-of select="@name"/></xsl:variable> |
|||
<xsl:choose> |
|||
<xsl:when test="$isImage"> |
|||
<a href="{$attachmentBrokerQuery}"><img class="embeddedImage" src="{$attachmentBrokerQuery}" alt="Attachment: {@name}" /></a> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:text>Attachment: </xsl:text> |
|||
<a href="{$attachmentBrokerQuery}"><xsl:value-of select="@name" /></a> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:when> |
|||
<xsl:when test="@contentDisposition = 'link'"> |
|||
<xsl:variable name="attachmentUri"><xsl:call-template name="path-to-uri"><xsl:with-param name="path" select="@contentPath" /></xsl:call-template></xsl:variable> |
|||
<xsl:choose> |
|||
<xsl:when test="$isImage"> |
|||
<a href="{$attachmentUri}"><img class="embeddedImage" src="{$attachmentUri}" alt="Attachment: {@name}" /></a> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:text>Attachment: </xsl:text> |
|||
<a href="{$attachmentUri}"><xsl:value-of select="@name" /></a> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:when> |
|||
<xsl:when test="@contentDisposition = 'inline' and $isImage and @encoding = 'base64'"> |
|||
<img class="embeddedImage" src="data:{@contentType};base64,{text()}" alt="Attachment: {@name}" /> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:text>Attachment: </xsl:text> |
|||
<xsl:value-of select="@name" /> |
|||
<xsl:text> (n/a)</xsl:text> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:attachment" mode="link"> |
|||
<xsl:choose> |
|||
<xsl:when test="$attachmentBrokerUrl != ''"> |
|||
<xsl:variable name="attachmentBrokerQuery"><xsl:value-of select="$attachmentBrokerUrl"/>testStepId=<xsl:value-of select="../../../g:testStep/@id"/>&attachmentName=<xsl:value-of select="@name"/></xsl:variable> |
|||
<a href="{$attachmentBrokerQuery}"><xsl:value-of select="@name" /></a> |
|||
</xsl:when> |
|||
<xsl:when test="@contentDisposition = 'link'"> |
|||
<xsl:variable name="attachmentUri"><xsl:call-template name="path-to-uri"><xsl:with-param name="path" select="@contentPath" /></xsl:call-template></xsl:variable> |
|||
<a href="{$attachmentUri}"><xsl:value-of select="@name" /></a> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:value-of select="@name" /> (n/a) |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:template> |
|||
|
|||
<!-- |
|||
<xsl:template name="icon"> |
|||
<xsl:param name="kind" /> |
|||
|
|||
<img> |
|||
<xsl:choose> |
|||
<xsl:when test="$kind = 'Fixture'"> |
|||
<xsl:attribute name="src">{$imgDir}Fixture.png</xsl:attribute> |
|||
<xsl:attribute name="alt">Fixture Icon</xsl:attribute> |
|||
</xsl:when> |
|||
<xsl:when test="$kind = 'Test'"> |
|||
<xsl:attribute name="src">{$imgDir}Test.png</xsl:attribute> |
|||
<xsl:attribute name="alt">Test Icon</xsl:attribute> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:attribute name="src">{$imgDir}Container.png</xsl:attribute> |
|||
<xsl:attribute name="alt">Container Icon</xsl:attribute> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</img> |
|||
</xsl:template> |
|||
--> |
|||
|
|||
<!-- Toggle buttons --> |
|||
<xsl:template name="toggle"> |
|||
<xsl:param name="href" /> |
|||
|
|||
<img src="{$imgDir}Minus.gif" class="toggle" id="toggle-{$href}" onclick="toggle('{$href}');" alt="Toggle Button" /> |
|||
</xsl:template> |
|||
|
|||
<xsl:template name="toggle-stop"> |
|||
<img src="{$imgDir}FullStop.gif" class="toggle" alt="Toggle Placeholder" /> |
|||
</xsl:template> |
|||
|
|||
<xsl:template name="toggle-autoclose"> |
|||
<xsl:param name="href" /> |
|||
|
|||
<!-- Auto-close certain toggles by default when JavaScript is available --> |
|||
<script type="text/javascript">toggle('<xsl:value-of select="$href"/>');</script> |
|||
</xsl:template> |
|||
|
|||
<!-- Displays visual statistics using a status bar and outcome icons --> |
|||
<xsl:template name="outcome-bar"> |
|||
<xsl:param name="outcome" /> |
|||
<xsl:param name="statistics"/> |
|||
<xsl:param name="small" select="0" /> |
|||
|
|||
<table class="outcome-bar"> |
|||
<tr> |
|||
<td> |
|||
<div> |
|||
<xsl:attribute name="class">outcome-bar status-<xsl:value-of select="$outcome/@status"/><xsl:if test="$small"> condensed</xsl:if></xsl:attribute> |
|||
<xsl:attribute name="title"> |
|||
<xsl:choose> |
|||
<xsl:when test="$outcome/@category"><xsl:value-of select="$outcome/@category"/></xsl:when> |
|||
<xsl:otherwise><xsl:value-of select="$outcome/@status"/></xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:attribute> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
</table> |
|||
|
|||
<xsl:if test="not($small)"> |
|||
<span class="outcome-icons"> |
|||
<img src="{$imgDir}Passed.gif" alt="Passed"/> |
|||
<xsl:value-of select="$statistics/@passedCount"/> |
|||
<img src="{$imgDir}Failed.gif" alt="Failed"/> |
|||
<xsl:value-of select="$statistics/@failedCount"/> |
|||
<img src="{$imgDir}Ignored.gif" alt="Inconclusive or Skipped"/> |
|||
<xsl:value-of select="$statistics/@inconclusiveCount + $statistics/@skippedCount" /> |
|||
</span> |
|||
</xsl:if> |
|||
</xsl:template> |
|||
|
|||
<xsl:template name="status-from-statistics"> |
|||
<xsl:param name="statistics"/> |
|||
|
|||
<xsl:choose> |
|||
<xsl:when test="$statistics/@failedCount > 0">status-failed</xsl:when> |
|||
<xsl:when test="$statistics/@inconclusiveCount > 0">status-inconclusive</xsl:when> |
|||
<xsl:when test="$statistics/@passedCount > 0">status-passed</xsl:when> |
|||
<xsl:otherwise>status-skipped</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:template> |
|||
|
|||
<xsl:template name="code-location-link"> |
|||
<xsl:param name="path" /> |
|||
<xsl:param name="line" /> |
|||
<xsl:param name="column" /> |
|||
<xsl:param name="content" /> |
|||
|
|||
<xsl:choose> |
|||
<xsl:when test="$path and $line > 0 and $column > 0"> |
|||
<a class="crossref" href="gallio:navigateTo?path={$path}&line={$line}&column={$column}"><xsl:value-of select="$content"/></a> |
|||
</xsl:when> |
|||
<xsl:when test="$path and $line > 0"> |
|||
<a class="crossref" href="gallio:navigateTo?path={$path}&line={$line}"><xsl:value-of select="$content"/></a> |
|||
</xsl:when> |
|||
<xsl:when test="$path"> |
|||
<a class="crossref" href="gallio:navigateTo?path={$path}"><xsl:value-of select="$content"/></a> |
|||
</xsl:when> |
|||
<xsl:otherwise> |
|||
<xsl:value-of select="$content"/> |
|||
</xsl:otherwise> |
|||
</xsl:choose> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:logEntries" mode="log"> |
|||
<div id="Log" class="section"> |
|||
<h2>Diagnostic Log</h2> |
|||
<div class="section-content"> |
|||
<ul> |
|||
<xsl:apply-templates select="g:logEntry[@severity != 'debug']" mode="log" /> |
|||
</ul> |
|||
</div> |
|||
</div> |
|||
</xsl:template> |
|||
|
|||
<xsl:template match="g:logEntry" mode="log"> |
|||
<li> |
|||
<xsl:attribute name="class"> |
|||
logEntry logEntry-severity-<xsl:value-of select="@severity"/> |
|||
</xsl:attribute> |
|||
<div class="logEntry-text"> |
|||
<xsl:text>[</xsl:text> |
|||
<xsl:value-of select="@severity"/> |
|||
<xsl:text>] </xsl:text> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="@message" /> |
|||
</xsl:call-template> |
|||
</div> |
|||
|
|||
<xsl:if test="@details"> |
|||
<div class="logEntry-details"> |
|||
<xsl:text>Details: </xsl:text> |
|||
<xsl:call-template name="print-text-with-breaks"> |
|||
<xsl:with-param name="text" select="@details" /> |
|||
</xsl:call-template> |
|||
</div> |
|||
</xsl:if> |
|||
</li> |
|||
</xsl:template> |
|||
|
|||
<!-- Include the common report template --> |
|||
<xsl:include href="Gallio-Report.common.xsl" /> |
|||
</xsl:stylesheet> |
|||
@ -0,0 +1,109 @@ |
|||
|
|||
[MAIN] |
|||
DebugMode=0 ;set to 1 to log everything - Check your resources (ship with =0) |
|||
DumpNSToLog_before=0 ;Very verbose but good for debugging - dumps all NS info to log file before Registration |
|||
DumpNSToLog_after=0 ;Very verbose but good for debugging - dumps all NS info to log file after Registration |
|||
OKtoReport_FinalRegError=0 ;Report general error at end if a registration error was logged |
|||
OKtoReport_FinalUnRegError=0 ;Report general error at end if a unregistration error was logged |
|||
|
|||
;Advanced feature - These can be set then used as <userdir1> etc specifiers. They can |
|||
;also be set via the H2Reg.exe command line. Command line has preference over INI file. |
|||
UserDir1='' |
|||
UserDir2='' |
|||
UserDir3='' |
|||
UserDir4='' |
|||
|
|||
; Resource Strings |
|||
|
|||
[en] ; English |
|||
ErrSt_SysFileNotFound = 'Installation Error. Error reading system file or file not found.|%s' |
|||
ErrSt_MSHelp2RTNotFound = 'MS Help 2.x runtime files are not installed on this PC.' |
|||
ErrSt_NotAdminMode = 'You must be logged on as an Administrator.' |
|||
ErrSt_Extra = 'Installation/registration of Help files cannot proceed.' |
|||
|
|||
Msg_Registering = 'Registering Online Documentation Files:' |
|||
Msg_UnRegistering = 'Unregistering Online Documentation Files:' |
|||
Msg_LoggingNSInfo = 'Logging Namespace Info' |
|||
Msg_Registering_Namespaces = 'Registering Namespaces' |
|||
Msg_Registering_Titles = 'Registering Titles' |
|||
Msg_Registering_Plugins = 'Registering Plug-ins' |
|||
Msg_Registering_Filters = 'Registering Filters' |
|||
Msg_UnRegistering_Namespaces = 'Unregistering Namespaces' |
|||
Msg_UnRegistering_Titles = 'Unregistering Titles' |
|||
Msg_UnRegistering_Plugins = 'Unregistering Plug-ins' |
|||
Msg_UnRegistering_Filters = 'Unregistering Filters' |
|||
|
|||
Msg_Merging_Namespaces = 'Merging Help - This may take several minutes' |
|||
Msg_Merging = 'Merging "%s"' |
|||
|
|||
PopupSt_FinalRegError='There were errors reported while Registering help files.||View Log file?' |
|||
PopupSt_FinalUnRegError='There were errors reported while Unregistering help files.||View Log file?' |
|||
|
|||
|
|||
|
|||
; International Strings - Defaults to [en] |
|||
[de] ; German |
|||
[ja] ; Japanese |
|||
[fr] ; French |
|||
[es] ; Spanish |
|||
[it] ; Italian |
|||
[ko] ; Korean |
|||
[cn] ; Chinese (Simplified) |
|||
[tw] ; Chinese (Traditional) |
|||
[sv] ; Swedish |
|||
[nl] ; Dutch |
|||
[ru] ; Russian |
|||
[ar] ; Arabic |
|||
[he] ; Hebrew |
|||
[da] ; Danish |
|||
[no] ; Norwegian |
|||
[fi] ; Finnish |
|||
[pt] ; Portuguese |
|||
[br] ; Brazilian |
|||
[cs] ; Czech |
|||
[pl] ; Polish |
|||
[hu] ; Hungarian |
|||
[el] ; Greek |
|||
[tr] ; Turkish |
|||
[sl] ; Slovenian |
|||
[sk] ; Slovakian |
|||
[eu] ; Basque |
|||
[ca] ; Catalan |
|||
|
|||
|
|||
;--- Optionally you can place your Registration Commands in this file |
|||
|
|||
|
|||
;------- Register -r switch |
|||
|
|||
[Reg_Namespace] |
|||
;<nsName>|<nsColfile>|<nsDesc> |
|||
|
|||
[Reg_Title] |
|||
;<nsName>|<TitleID>|<LangId>|<HxS_HelpFile>|<HxI_IndexFile>|<HxQ_QueryFile>|<HxR_AttrQueryFile>|<HxsMediaLoc>|<HxqMediaLoc>|<HxrMediaLoc>|<SampleMediaLoc> |
|||
|
|||
[Reg_Plugin] |
|||
;<nsName_Parent>|<HxT_Parent>|<nsName_Child>|<HxT_Child>|<HxA_Child> |
|||
|
|||
[Reg_Filter] |
|||
;<nsName>|<FilterName>|<FilterQueryStr> |
|||
|
|||
;------- Unregister -u switch |
|||
|
|||
[UnReg_Filter] |
|||
;<nsName>|<FilterName> |
|||
|
|||
[UnReg_Plugin] |
|||
;<nsName_Parent>|<HxT_Parent>|<nsName_Child>|<HxT_Child>|<HxA_Child> |
|||
|
|||
[UnReg_Title] |
|||
;<nsName>|<TitleID>|<LangId> |
|||
|
|||
[UnReg_Namespace] |
|||
;<nsName> |
|||
|
|||
|
|||
;------- Merge -m switch |
|||
|
|||
[Merge_Namespace] |
|||
;<nsName>|[AUTO] |
|||
@ -0,0 +1,5 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<TestRunConfiguration name="Local Test Run" id="be4623ee-2f32-4d53-aa47-568c3889955e" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2006"> |
|||
<Description>This is a default test run configuration for a local test run.</Description> |
|||
<TestTypeSpecific /> |
|||
</TestRunConfiguration> |
|||
@ -0,0 +1,52 @@ |
|||
// Copyright 2005-2009 Gallio Project - http://www.gallio.org/
|
|||
// Portions Copyright 2000-2004 Jonathan De Halleux, Jamie Cansdale
|
|||
//
|
|||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|||
// you may not use this file except in compliance with the License.
|
|||
// You may obtain a copy of the License at
|
|||
//
|
|||
// http://www.apache.org/licenses/LICENSE-2.0
|
|||
//
|
|||
// Unless required by applicable law or agreed to in writing, software
|
|||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
// See the License for the specific language governing permissions and
|
|||
// limitations under the License.
|
|||
|
|||
using System; |
|||
using System.Text; |
|||
using System.Collections.Generic; |
|||
using Microsoft.VisualStudio.TestTools.UnitTesting; |
|||
|
|||
namespace MbUnit.Samples.VSTSIntegration |
|||
{ |
|||
/// <summary>
|
|||
/// Summary description for UnitTest1
|
|||
/// </summary>
|
|||
[TestClass] |
|||
public class MSTestTestFixture |
|||
{ |
|||
private TestContext testContextInstance; |
|||
|
|||
/// <summary>
|
|||
///Gets or sets the test context which provides
|
|||
///information about and functionality for the current test run.
|
|||
///</summary>
|
|||
public TestContext TestContext |
|||
{ |
|||
get { return testContextInstance; } |
|||
set { testContextInstance = value; } |
|||
} |
|||
|
|||
[TestMethod] |
|||
public void Pass() |
|||
{ |
|||
} |
|||
|
|||
[TestMethod] |
|||
public void Fail() |
|||
{ |
|||
Assert.Fail(); |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,60 @@ |
|||
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup> |
|||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|||
<ProductVersion>9.0.30729</ProductVersion> |
|||
<SchemaVersion>2.0</SchemaVersion> |
|||
<ProjectGuid>{51FD0718-1728-4062-9649-5561C6035ACA}</ProjectGuid> |
|||
<OutputType>Library</OutputType> |
|||
<AppDesignerFolder>Properties</AppDesignerFolder> |
|||
<RootNamespace>MbUnit.Samples.VSTSIntegration</RootNamespace> |
|||
<AssemblyName>MbUnit.Samples.VSTSIntegration</AssemblyName> |
|||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
|||
<FileAlignment>512</FileAlignment> |
|||
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|||
</PropertyGroup> |
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|||
<DebugSymbols>true</DebugSymbols> |
|||
<DebugType>full</DebugType> |
|||
<Optimize>false</Optimize> |
|||
<OutputPath>bin\Debug\</OutputPath> |
|||
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|||
<ErrorReport>prompt</ErrorReport> |
|||
<WarningLevel>4</WarningLevel> |
|||
</PropertyGroup> |
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|||
<DebugType>pdbonly</DebugType> |
|||
<Optimize>true</Optimize> |
|||
<OutputPath>bin\Release\</OutputPath> |
|||
<DefineConstants>TRACE</DefineConstants> |
|||
<ErrorReport>prompt</ErrorReport> |
|||
<WarningLevel>4</WarningLevel> |
|||
</PropertyGroup> |
|||
<ItemGroup> |
|||
<Reference Include="Gallio, Version=0.0.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL"> |
|||
<SpecificVersion>False</SpecificVersion> |
|||
<HintPath>..\..\MbUnit\bin\Gallio.dll</HintPath> |
|||
</Reference> |
|||
<Reference Include="MbUnit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL"> |
|||
<SpecificVersion>False</SpecificVersion> |
|||
<HintPath>..\..\MbUnit\bin\MbUnit.dll</HintPath> |
|||
</Reference> |
|||
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|||
<Reference Include="System" /> |
|||
<Reference Include="System.Data" /> |
|||
<Reference Include="System.Xml" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Compile Include="MbUnitTestFixture.cs" /> |
|||
<Compile Include="Properties\AssemblyInfo.cs" /> |
|||
<Compile Include="MSTestTestFixture.cs" /> |
|||
</ItemGroup> |
|||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|||
Other similar extension points exist, see Microsoft.Common.targets. |
|||
<Target Name="BeforeBuild"> |
|||
</Target> |
|||
<Target Name="AfterBuild"> |
|||
</Target> |
|||
--> |
|||
</Project> |
|||
@ -0,0 +1,65 @@ |
|||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup> |
|||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|||
<ProductVersion>9.0.30729</ProductVersion> |
|||
<SchemaVersion>2.0</SchemaVersion> |
|||
<ProjectGuid>{51FD0718-1728-4062-9649-5561C6035ACA}</ProjectGuid> |
|||
<OutputType>Library</OutputType> |
|||
<AppDesignerFolder>Properties</AppDesignerFolder> |
|||
<RootNamespace>MbUnit.Samples.VSTSIntegration</RootNamespace> |
|||
<AssemblyName>MbUnit.Samples.VSTSIntegration</AssemblyName> |
|||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|||
<FileAlignment>512</FileAlignment> |
|||
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|||
<FileUpgradeFlags> |
|||
</FileUpgradeFlags> |
|||
<OldToolsVersion>3.5</OldToolsVersion> |
|||
<UpgradeBackupLocation> |
|||
</UpgradeBackupLocation> |
|||
</PropertyGroup> |
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|||
<DebugSymbols>true</DebugSymbols> |
|||
<DebugType>full</DebugType> |
|||
<Optimize>false</Optimize> |
|||
<OutputPath>bin\Debug\</OutputPath> |
|||
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|||
<ErrorReport>prompt</ErrorReport> |
|||
<WarningLevel>4</WarningLevel> |
|||
</PropertyGroup> |
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|||
<DebugType>pdbonly</DebugType> |
|||
<Optimize>true</Optimize> |
|||
<OutputPath>bin\Release\</OutputPath> |
|||
<DefineConstants>TRACE</DefineConstants> |
|||
<ErrorReport>prompt</ErrorReport> |
|||
<WarningLevel>4</WarningLevel> |
|||
</PropertyGroup> |
|||
<ItemGroup> |
|||
<Reference Include="Gallio, Version=0.0.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL"> |
|||
<SpecificVersion>False</SpecificVersion> |
|||
<HintPath>..\..\MbUnit\bin\Gallio.dll</HintPath> |
|||
</Reference> |
|||
<Reference Include="MbUnit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL"> |
|||
<SpecificVersion>False</SpecificVersion> |
|||
<HintPath>..\..\MbUnit\bin\MbUnit.dll</HintPath> |
|||
</Reference> |
|||
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|||
<Reference Include="System" /> |
|||
<Reference Include="System.Data" /> |
|||
<Reference Include="System.Xml" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Compile Include="MbUnitTestFixture.cs" /> |
|||
<Compile Include="Properties\AssemblyInfo.cs" /> |
|||
<Compile Include="MSTestTestFixture.cs" /> |
|||
</ItemGroup> |
|||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|||
Other similar extension points exist, see Microsoft.Common.targets. |
|||
<Target Name="BeforeBuild"> |
|||
</Target> |
|||
<Target Name="AfterBuild"> |
|||
</Target> |
|||
--> |
|||
</Project> |
|||
@ -0,0 +1,37 @@ |
|||
// Copyright 2005-2009 Gallio Project - http://www.gallio.org/
|
|||
// Portions Copyright 2000-2004 Jonathan De Halleux, Jamie Cansdale
|
|||
//
|
|||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|||
// you may not use this file except in compliance with the License.
|
|||
// You may obtain a copy of the License at
|
|||
//
|
|||
// http://www.apache.org/licenses/LICENSE-2.0
|
|||
//
|
|||
// Unless required by applicable law or agreed to in writing, software
|
|||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
// See the License for the specific language governing permissions and
|
|||
// limitations under the License.
|
|||
|
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
using MbUnit.Framework; |
|||
|
|||
namespace MbUnit.Samples.VSTSIntegration |
|||
{ |
|||
[TestFixture] |
|||
public class MbUnitTestFixture |
|||
{ |
|||
[Test] |
|||
public void Pass() |
|||
{ |
|||
} |
|||
|
|||
[Test] |
|||
public void Fail() |
|||
{ |
|||
Assert.Fail(); |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,39 @@ |
|||
// Copyright 2005-2009 Gallio Project - http://www.gallio.org/
|
|||
// Portions Copyright 2000-2004 Jonathan De Halleux, Jamie Cansdale
|
|||
//
|
|||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|||
// you may not use this file except in compliance with the License.
|
|||
// You may obtain a copy of the License at
|
|||
//
|
|||
// http://www.apache.org/licenses/LICENSE-2.0
|
|||
//
|
|||
// Unless required by applicable law or agreed to in writing, software
|
|||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
// See the License for the specific language governing permissions and
|
|||
// limitations under the License.
|
|||
|
|||
using System.Reflection; |
|||
using System.Runtime.CompilerServices; |
|||
using System.Runtime.InteropServices; |
|||
|
|||
// General Information about an assembly is controlled through the following
|
|||
// set of attributes. Change these attribute values to modify the information
|
|||
// associated with an assembly.
|
|||
[assembly: AssemblyTitle("MbUnit.Samples.VSTSIntegration")] |
|||
[assembly: AssemblyDescription("")] |
|||
[assembly: AssemblyConfiguration("")] |
|||
[assembly: AssemblyCompany("")] |
|||
[assembly: AssemblyProduct("MbUnit.Samples.VSTSIntegration")] |
|||
[assembly: AssemblyCopyright("Copyright © 2008")] |
|||
[assembly: AssemblyTrademark("")] |
|||
[assembly: AssemblyCulture("")] |
|||
|
|||
// Setting ComVisible to false makes the types in this assembly not visible
|
|||
// to COM componenets. If you need to access a type in this assembly from
|
|||
// COM, set the ComVisible attribute to true on that type.
|
|||
[assembly: ComVisible(false)] |
|||
|
|||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|||
[assembly: Guid("43766d09-6d1b-4e70-89d9-48d351fbe068")] |
|||
|
|||
@ -0,0 +1,20 @@ |
|||
|
|||
Microsoft Visual Studio Solution File, Format Version 9.00 |
|||
# Visual Studio 2005 |
|||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MbUnit.Samples", "MbUnit.Samples\MbUnit.Samples.csproj", "{12850856-0A27-4E50-9116-5A3B19C7D779}" |
|||
EndProject |
|||
Global |
|||
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|||
Debug|Any CPU = Debug|Any CPU |
|||
Release|Any CPU = Release|Any CPU |
|||
EndGlobalSection |
|||
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
|||
{12850856-0A27-4E50-9116-5A3B19C7D779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|||
{12850856-0A27-4E50-9116-5A3B19C7D779}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|||
{12850856-0A27-4E50-9116-5A3B19C7D779}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|||
{12850856-0A27-4E50-9116-5A3B19C7D779}.Release|Any CPU.Build.0 = Release|Any CPU |
|||
EndGlobalSection |
|||
GlobalSection(SolutionProperties) = preSolution |
|||
HideSolutionNode = FALSE |
|||
EndGlobalSection |
|||
EndGlobal |
|||
@ -0,0 +1,35 @@ |
|||
|
|||
Microsoft Visual Studio Solution File, Format Version 10.00 |
|||
# Visual Studio 2008 |
|||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MbUnit.Samples", "MbUnit.Samples\MbUnit.Samples.csproj", "{12850856-0A27-4E50-9116-5A3B19C7D779}" |
|||
EndProject |
|||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{958E7B15-D2EE-4931-A10B-A8ED90B4D4C8}" |
|||
ProjectSection(SolutionItems) = preProject |
|||
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig |
|||
MbUnit.Samples.vs2008.vsmdi = MbUnit.Samples.vs2008.vsmdi |
|||
EndProjectSection |
|||
EndProject |
|||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MbUnit.Samples.VSTSIntegration", "MbUnit.Samples.VSTSIntegration\MbUnit.Samples.VSTSIntegration.csproj", "{51FD0718-1728-4062-9649-5561C6035ACA}" |
|||
EndProject |
|||
Global |
|||
GlobalSection(TestCaseManagementSettings) = postSolution |
|||
CategoryFile = MbUnit.Samples.vs2008.vsmdi |
|||
EndGlobalSection |
|||
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|||
Debug|Any CPU = Debug|Any CPU |
|||
Release|Any CPU = Release|Any CPU |
|||
EndGlobalSection |
|||
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
|||
{12850856-0A27-4E50-9116-5A3B19C7D779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|||
{12850856-0A27-4E50-9116-5A3B19C7D779}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|||
{12850856-0A27-4E50-9116-5A3B19C7D779}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|||
{12850856-0A27-4E50-9116-5A3B19C7D779}.Release|Any CPU.Build.0 = Release|Any CPU |
|||
{51FD0718-1728-4062-9649-5561C6035ACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|||
{51FD0718-1728-4062-9649-5561C6035ACA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|||
{51FD0718-1728-4062-9649-5561C6035ACA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|||
{51FD0718-1728-4062-9649-5561C6035ACA}.Release|Any CPU.Build.0 = Release|Any CPU |
|||
EndGlobalSection |
|||
GlobalSection(SolutionProperties) = preSolution |
|||
HideSolutionNode = FALSE |
|||
EndGlobalSection |
|||
EndGlobal |
|||