アセンブリが中立的に実行されるプラットフォーム、またはアセンブリが ProcessorArchitectures 単純型の値を使用して実行されるプラットフォームを識別するのに使う値を定義します。
<xs:simpleType name="Platform">
<xs:union
memberValues="ProcessorArchitectures"
>
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="*"
/>
<xs:enumeration
value="neutral"
/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
列挙値
Platform 単純型によって定義される値を次に示します。
値 |
説明 |
---|---|
* |
プラットフォームに中立的な識別子。 |
neutral |
プラットフォームを中立的として識別します。 |