csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
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.
29 lines
1.7 KiB
29 lines
1.7 KiB
<?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>
|