Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
1.7 KiB

<?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>