diff options
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Msmq.wixext.csproj | 3 | ||||
-rw-r--r-- | src/wixext/msmq.xsd | 121 |
2 files changed, 1 insertions, 123 deletions
diff --git a/src/wixext/WixToolset.Msmq.wixext.csproj b/src/wixext/WixToolset.Msmq.wixext.csproj index 4c421bac..4bd6a3f5 100644 --- a/src/wixext/WixToolset.Msmq.wixext.csproj +++ b/src/wixext/WixToolset.Msmq.wixext.csproj | |||
@@ -13,7 +13,6 @@ | |||
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <Content Include="$(MSBuildThisFileName).targets" /> | 15 | <Content Include="$(MSBuildThisFileName).targets" /> |
16 | <Content Include="msmq.xsd" PackagePath="tools" /> | ||
17 | <EmbeddedResource Include="$(OutputPath)..\msmq.wixlib" /> | 16 | <EmbeddedResource Include="$(OutputPath)..\msmq.wixlib" /> |
18 | </ItemGroup> | 17 | </ItemGroup> |
19 | 18 | ||
@@ -26,6 +25,6 @@ | |||
26 | </ItemGroup> | 25 | </ItemGroup> |
27 | 26 | ||
28 | <ItemGroup> | 27 | <ItemGroup> |
29 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> | 28 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> |
30 | </ItemGroup> | 29 | </ItemGroup> |
31 | </Project> | 30 | </Project> |
diff --git a/src/wixext/msmq.xsd b/src/wixext/msmq.xsd deleted file mode 100644 index 26348330..00000000 --- a/src/wixext/msmq.xsd +++ /dev/null | |||
@@ -1,121 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <xs:schema xmlns:html="http://www.w3.org/1999/xhtml" | ||
6 | xmlns:wix="http://wixtoolset.org/schemas/v4/wxs" | ||
7 | xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||
8 | xmlns:xse=" http://wixtoolset.org/schemas/XmlSchemaExtension" | ||
9 | targetNamespace="http://wixtoolset.org/schemas/v4/wxs/msmq" | ||
10 | xmlns="http://wixtoolset.org/schemas/v4/wxs/msmq"> | ||
11 | <xs:annotation> | ||
12 | <xs:documentation> | ||
13 | The source code schema for the WiX Toolset MSMQ Extension. | ||
14 | </xs:documentation> | ||
15 | </xs:annotation> | ||
16 | |||
17 | <xs:import namespace="http://wixtoolset.org/schemas/v4/wxs" /> | ||
18 | |||
19 | <xs:element name="MessageQueue"> | ||
20 | <xs:annotation><xs:documentation> | ||
21 | </xs:documentation> | ||
22 | <xs:appinfo> | ||
23 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Component" /> | ||
24 | </xs:appinfo> | ||
25 | </xs:annotation> | ||
26 | <xs:complexType> | ||
27 | <xs:sequence> | ||
28 | <xs:element ref="MessageQueuePermission" minOccurs="0" maxOccurs="unbounded" /> | ||
29 | </xs:sequence> | ||
30 | <xs:attribute name="Id" use="required" type="xs:string"> | ||
31 | <xs:annotation><xs:documentation> | ||
32 | </xs:documentation></xs:annotation> | ||
33 | </xs:attribute> | ||
34 | <xs:attribute name="Authenticate" use="optional" type="YesNoType"> | ||
35 | <xs:annotation><xs:documentation> | ||
36 | Default: No. | ||
37 | </xs:documentation></xs:annotation> | ||
38 | </xs:attribute> | ||
39 | <xs:attribute name="BasePriority" use="optional" type="xs:integer" /> | ||
40 | <xs:attribute name="Journal" use="optional" type="YesNoType"> | ||
41 | <xs:annotation><xs:documentation> | ||
42 | Default: No. | ||
43 | </xs:documentation></xs:annotation> | ||
44 | </xs:attribute> | ||
45 | <xs:attribute name="JournalQuota" use="optional" type="xs:integer" /> | ||
46 | <xs:attribute name="Label" use="required" type="xs:string" /> | ||
47 | <xs:attribute name="MulticastAddress" use="optional" type="xs:string" /> | ||
48 | <xs:attribute name="PathName" use="required" type="xs:string" /> | ||
49 | <xs:attribute name="PrivLevel" use="optional"> | ||
50 | <xs:simpleType> | ||
51 | <xs:restriction base="xs:NMTOKEN"> | ||
52 | <xs:enumeration value="none" /> | ||
53 | <xs:enumeration value="optional" /> | ||
54 | <xs:enumeration value="body" /> | ||
55 | </xs:restriction> | ||
56 | </xs:simpleType> | ||
57 | </xs:attribute> | ||
58 | <xs:attribute name="Quota" use="optional" type="xs:integer" /> | ||
59 | <xs:attribute name="Transactional" use="optional" type="YesNoType"> | ||
60 | <xs:annotation><xs:documentation> | ||
61 | Default: No. | ||
62 | </xs:documentation></xs:annotation> | ||
63 | </xs:attribute> | ||
64 | <xs:attribute name="ServiceTypeGuid" use="optional" type="xs:string" /> | ||
65 | </xs:complexType> | ||
66 | </xs:element> | ||
67 | |||
68 | <xs:element name="MessageQueuePermission"> | ||
69 | <xs:annotation><xs:documentation> | ||
70 | </xs:documentation> | ||
71 | <xs:appinfo> | ||
72 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Component" /> | ||
73 | </xs:appinfo> | ||
74 | </xs:annotation> | ||
75 | <xs:complexType> | ||
76 | <xs:attribute name="Id" use="required" type="xs:string"> | ||
77 | <xs:annotation><xs:documentation> | ||
78 | </xs:documentation></xs:annotation> | ||
79 | </xs:attribute> | ||
80 | <xs:attribute name="MessageQueue" use="optional" type="xs:string"> | ||
81 | <xs:annotation><xs:documentation> | ||
82 | </xs:documentation></xs:annotation> | ||
83 | </xs:attribute> | ||
84 | <xs:attribute name="User" use="optional" type="xs:string"> | ||
85 | <xs:annotation><xs:documentation> | ||
86 | </xs:documentation></xs:annotation> | ||
87 | </xs:attribute> | ||
88 | <xs:attribute name="Group" use="optional" type="xs:string"> | ||
89 | <xs:annotation><xs:documentation> | ||
90 | </xs:documentation></xs:annotation> | ||
91 | </xs:attribute> | ||
92 | <xs:attribute name="DeleteMessage" use="optional" type="YesNoType" /> | ||
93 | <xs:attribute name="PeekMessage" use="optional" type="YesNoType" /> | ||
94 | <xs:attribute name="WriteMessage" use="optional" type="YesNoType" /> | ||
95 | <xs:attribute name="DeleteJournalMessage" use="optional" type="YesNoType" /> | ||
96 | <xs:attribute name="SetQueueProperties" use="optional" type="YesNoType" /> | ||
97 | <xs:attribute name="GetQueueProperties" use="optional" type="YesNoType" /> | ||
98 | <xs:attribute name="DeleteQueue" use="optional" type="YesNoType" /> | ||
99 | <xs:attribute name="GetQueuePermissions" use="optional" type="YesNoType" /> | ||
100 | <xs:attribute name="ChangeQueuePermissions" use="optional" type="YesNoType" /> | ||
101 | <xs:attribute name="TakeQueueOwnership" use="optional" type="YesNoType" /> | ||
102 | <xs:attribute name="ReceiveMessage" use="optional" type="YesNoType" /> | ||
103 | <xs:attribute name="ReceiveJournalMessage" use="optional" type="YesNoType" /> | ||
104 | <xs:attribute name="QueueGenericRead" use="optional" type="YesNoType" /> | ||
105 | <xs:attribute name="QueueGenericWrite" use="optional" type="YesNoType" /> | ||
106 | <xs:attribute name="QueueGenericExecute" use="optional" type="YesNoType" /> | ||
107 | <xs:attribute name="QueueGenericAll" use="optional" type="YesNoType" /> | ||
108 | </xs:complexType> | ||
109 | </xs:element> | ||
110 | |||
111 | <xs:simpleType name="YesNoType"> | ||
112 | <xs:annotation> | ||
113 | <xs:documentation>Values of this type will either be "yes" or "no".</xs:documentation> | ||
114 | </xs:annotation> | ||
115 | <xs:restriction base="xs:NMTOKEN"> | ||
116 | <xs:enumeration value="no" /> | ||
117 | <xs:enumeration value="yes" /> | ||
118 | </xs:restriction> | ||
119 | </xs:simpleType> | ||
120 | |||
121 | </xs:schema> | ||