blob: b0900549f94a6c279476a932d0e9af470218ad76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<attribute name="CommandLineVariables">
<annotation>
<documentation>
This value determines whether case sensitivity is used to match overridable variables specified on the command line. The default is "caseSensitive".
</documentation>
<appinfo>
<parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Bundle" />
</appinfo>
</annotation>
<simpleType>
<restriction base="xs:NMTOKEN">
<enumeration value="caseSensitive" />
<enumeration value="caseInsensitive" />
</restriction>
</simpleType>
</attribute>
|