hytos / SPPIDConverter.wxs @ 2a074ac0
이력 | 보기 | 이력해설 | 다운로드 (36.6 KB)
1 | 5f5db8a5 | humkyung | <?xml version="1.0" encoding="UTF-8"?> |
---|---|---|---|
2 | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
||
3 | <Product Id="*" Name="SetupSPPIDConverter" Language="1033" Version="1.0.0.0" Manufacturer="DOFTECH(C)" UpgradeCode="737d1fb6-67bb-4638-b36a-9904a9437f02"> |
||
4 | <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
||
5 | |||
6 | <MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes"/> |
||
7 | <MediaTemplate EmbedCab="yes"/> |
||
8 | |||
9 | <WixVariable Id="WixUILicenseRtf" Value="license.rtf" /> |
||
10 | |||
11 | <Feature Id="ProductFeature" Title="SetupSPPIDConverter" Level="1"> |
||
12 | <ComponentGroupRef Id="cg_SPPIDConverter" /> |
||
13 | </Feature> |
||
14 | </Product> |
||
15 | |||
16 | <Fragment> |
||
17 | <Directory Id="TARGETDIR" Name="SourceDir"> |
||
18 | <!-- |
||
19 | <Directory Id="DesktopFolder" Name="Desktop"> |
||
20 | <Component Id="DesktopShortcut" Guid="{56E57116-5FD9-4774-B3DF-2E9185F522E6}" KeyPath="yes" Feature="ProductFeature"> |
||
21 | <Shortcut Id="DesktopShortcut" |
||
22 | Directory="DesktopFolder" |
||
23 | Name="SPPIDConverter" |
||
24 | Description="SPPIDConverter" |
||
25 | Target="[INSTALLFOLDER]SPPIDConverter.exe" |
||
26 | WorkingDirectory="INSTALLFOLDER" /> |
||
27 | <RemoveFolder Id="DesktopFolder" On="uninstall"/> |
||
28 | </Component> |
||
29 | </Directory> |
||
30 | --> |
||
31 | |||
32 | <Directory Id="ProgramFilesFolder"> |
||
33 | <Directory Id="INSTALLFOLDER" Name="SPPIDConverter" /> |
||
34 | </Directory> |
||
35 | </Directory> |
||
36 | <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" /> |
||
37 | <UIRef Id="WixUI_InstallDir"/> |
||
38 | </Fragment> |
||
39 | |||
40 | <Fragment> |
||
41 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
||
42 | <!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. --> |
||
43 | <!-- <Component Id="ProductComponent"> --> |
||
44 | <!-- TODO: Insert files, registry keys, and other resources here. --> |
||
45 | <!-- </Component> --> |
||
46 | </ComponentGroup> |
||
47 | </Fragment> |
||
48 | |||
49 | <Fragment> |
||
50 | <DirectoryRef Id="INSTALLFOLDER"> |
||
51 | <Component Id="cmp03D585731F502FABABF7FE0D232BF807" Guid="{B0BE7DFA-B5D7-41C7-9DE9-47F82F3C6B6A}"> |
||
52 | <File Id="fil2574805F4BD68F45B3FF16E4F29EF433" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ComUtil.MessageLog.dll" /> |
||
53 | </Component> |
||
54 | <Component Id="cmp1356CCB4E5EC82A3FE5B98F85D3945AA" Guid="{88DC442A-AAC3-4983-B76B-A4184108FE34}"> |
||
55 | <File Id="filC6A35E58AEF81DA59E9312FDBEF514F6" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Data.v18.1.dll" /> |
||
56 | </Component> |
||
57 | <Component Id="cmpBC5A6790F0BA9B2BB01FD77D5E6F0D57" Guid="{E39A667A-F80F-4BA1-B3A6-AA7FBD28B815}"> |
||
58 | <File Id="fil893BC6717E2EB836D914B3648C16CA16" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Data.v18.1.xml" /> |
||
59 | </Component> |
||
60 | <Component Id="cmpA9C8BA6FCE1FE2FCDA9E0B8B8A3477BD" Guid="{DAEE83A5-D05E-43FF-A036-D5E34B583F0E}"> |
||
61 | <File Id="filC664217FD58BABA92C38FD2E3AF60E2A" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Images.v18.1.dll" /> |
||
62 | </Component> |
||
63 | <Component Id="cmpAFED35B194ECAC1B6473E4DBE2147017" Guid="{AB8242FE-8925-4E07-9EF6-85FE794160D8}"> |
||
64 | <File Id="fil765C07C6E0BDBBD83512199C9C22809C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Office.v18.1.Core.dll" /> |
||
65 | </Component> |
||
66 | <Component Id="cmp3D5E47078228C2454C0AF8BBC6B482EC" Guid="{FEAAB1AB-9B57-4975-BD49-06B21B955498}"> |
||
67 | <File Id="fil8FFF0BF952B0DCFE857706D80EE019BC" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Office.v18.1.Core.xml" /> |
||
68 | </Component> |
||
69 | <Component Id="cmpFA83E9BF73FBFEC50F85A8F5FDCC8A45" Guid="{20E2E703-F78E-41B1-BB3B-2B0166BA3067}"> |
||
70 | <File Id="fil1EB011C67C038BD52D683A6E94240670" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Pdf.v18.1.Core.dll" /> |
||
71 | </Component> |
||
72 | <Component Id="cmp53944C93D3487612C76B750B63082E34" Guid="{E4F9BD18-31A2-42C5-BBEB-E4BB6EEB5C51}"> |
||
73 | <File Id="fil037C6265CBC4B040EAC0503790CEACD1" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Pdf.v18.1.Core.xml" /> |
||
74 | </Component> |
||
75 | <Component Id="cmp630953BB9224862FC152C8DE3ED56AC8" Guid="{8E5715DF-9306-410C-9E46-B620B762094A}"> |
||
76 | <File Id="filADDA86CB6362B15EE4B03129D04FE7BB" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Printing.v18.1.Core.dll" /> |
||
77 | </Component> |
||
78 | <Component Id="cmpAA9B11021525508A6A324B03CBD25667" Guid="{43AD5497-3901-47B9-A8FE-E17E28CF0780}"> |
||
79 | <File Id="fil473F16A916BF7CF966E0C7CF9A58A2F1" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Printing.v18.1.Core.xml" /> |
||
80 | </Component> |
||
81 | <Component Id="cmpE7BAF7E429E7D90F9768B022652E57D4" Guid="{57775DF9-6147-4DDF-820F-E532CA97DB76}"> |
||
82 | <File Id="fil6C9D91D5BFFA5DC16F5E3598F5D0D978" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.RichEdit.v18.1.Core.dll" /> |
||
83 | </Component> |
||
84 | <Component Id="cmpD27CEDBCD8EA371A919546F452766B76" Guid="{CEBC9DB1-D9CF-4D50-9690-A8B7438100F8}"> |
||
85 | <File Id="fil45EAC8076202CDC284E29D8AA124A242" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.RichEdit.v18.1.Core.xml" /> |
||
86 | </Component> |
||
87 | <Component Id="cmp5C4FB1950490D8D93BAEECCEA8C50331" Guid="{BE708EC1-97C6-4EEF-B2F6-6520EFDB3485}"> |
||
88 | <File Id="filD618603E3E4BC91F39483177D03322EF" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Sparkline.v18.1.Core.dll" /> |
||
89 | </Component> |
||
90 | <Component Id="cmp8706A08F42AA393F22454224D51FB6A9" Guid="{8FFF84B3-BA8F-4104-8D76-E59E78DC3ED1}"> |
||
91 | <File Id="filA5C031F814673B87BA980607D9D6721C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Sparkline.v18.1.Core.xml" /> |
||
92 | </Component> |
||
93 | <Component Id="cmp841EF8B7E14A7B46D2EA46B6D3617EBF" Guid="{23622AF9-78DE-4CF1-9464-36BAAEE5529F}"> |
||
94 | <File Id="fil7FAF4CB82F9CA8F2DC3E586F69855577" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Utils.v18.1.dll" /> |
||
95 | </Component> |
||
96 | <Component Id="cmpE76CFC9E248A1352516C61FFB37FA3F9" Guid="{4AB9B4DF-D2E4-4D6E-9E90-42B1007B6D4A}"> |
||
97 | <File Id="fil6D4F25EDD80FD32519D4810B654D09EF" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Utils.v18.1.xml" /> |
||
98 | </Component> |
||
99 | <Component Id="cmp35F2951837BD40A379CBA79186EF0C86" Guid="{7F5D873B-E528-46E4-B1C7-0E9924FD442C}"> |
||
100 | <File Id="fil14AB0421C44BC950665D80C1E2027C51" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraBars.v18.1.dll" /> |
||
101 | </Component> |
||
102 | <Component Id="cmp119FE8E1C5F9DB4E30A556CB48065808" Guid="{099540EF-B177-4833-9C0A-AFAA4ABAFFE6}"> |
||
103 | <File Id="fil224110986612D1E3AE3E99A7222E5068" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraBars.v18.1.xml" /> |
||
104 | </Component> |
||
105 | <Component Id="cmp0A808D72FF3AFF79F9F16B9E0651E067" Guid="{318F47EA-68BA-4455-BC0D-C34EF34FFFCA}"> |
||
106 | <File Id="fil0FB35C0233D334DF07C7E08D049C5AEF" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraEditors.v18.1.dll" /> |
||
107 | </Component> |
||
108 | <Component Id="cmpA7F77937245A37D85CD3E602F2123BCE" Guid="{3FC2374B-0265-404D-8696-05C009470D4E}"> |
||
109 | <File Id="fil9407A857273804E2ED5D58473A2DEF39" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraEditors.v18.1.xml" /> |
||
110 | </Component> |
||
111 | <Component Id="cmpA7A3872B852ECB11E9889AABBF24C424" Guid="{415507D0-F4A8-4B05-8BD9-FEF34C95D205}"> |
||
112 | <File Id="fil4012B48AEFF8CCC8C833ECAA60D4AC00" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraGrid.v18.1.dll" /> |
||
113 | </Component> |
||
114 | <Component Id="cmp45FC05A6C975F0F8E02676B26A592D68" Guid="{1066B6A7-A56C-49B3-856F-04816DD3D695}"> |
||
115 | <File Id="fil98338F2F82F9F30B709F6A1C71E0D3BD" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraGrid.v18.1.xml" /> |
||
116 | </Component> |
||
117 | <Component Id="cmp468ADE1E8AE862D8E12AD3964277BC8E" Guid="{265337E4-E3AF-4CFA-B063-87D9D415FB1E}"> |
||
118 | <File Id="fil6D56E8E8BD0F4FFCDD4E57F3DB64D0BE" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraLayout.v18.1.dll" /> |
||
119 | </Component> |
||
120 | <Component Id="cmpDFE3CE39E7D31F1AB256E69FBB02226F" Guid="{E7CC02EF-30D0-43CA-835D-093B963AEEBC}"> |
||
121 | <File Id="fil395ACE0D275618E3EBD5AD6D6DE17D42" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraLayout.v18.1.xml" /> |
||
122 | </Component> |
||
123 | <Component Id="cmpB132E0678D785C8D08DC777C29911C87" Guid="{9CBB5723-F12B-4CAB-B60C-384544C62574}"> |
||
124 | <File Id="fil67ED3FC7E0A92284ACA1A635A0B42FA9" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraPrinting.v18.1.dll" /> |
||
125 | </Component> |
||
126 | <Component Id="cmp751928E48BF90C604FEE6E3161E18FAE" Guid="{3CE7EA4C-8CCF-408B-A55E-855543A381FA}"> |
||
127 | <File Id="fil2101BF56039E78D291F470DA4F6D5299" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraPrinting.v18.1.xml" /> |
||
128 | </Component> |
||
129 | <Component Id="cmp89BD7BDE84F39396176B55F6182B2441" Guid="{8E4C14CB-14F0-4428-B42E-5A7A0F572F74}"> |
||
130 | <File Id="filE40A7622262B31D7B3A45833EA3A2769" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraTreeList.v18.1.dll" /> |
||
131 | </Component> |
||
132 | <Component Id="cmpC90EA65134AC4784E2B15D67FD012B86" Guid="{21F7657D-9198-4565-A77F-701D8533ADB3}"> |
||
133 | <File Id="filF7F93AA453730BAC64402160EEE4A980" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraTreeList.v18.1.xml" /> |
||
134 | </Component> |
||
135 | <Component Id="cmp381EC80B490A953D6597072496F92B2E" Guid="{831D993A-9E6D-4767-A386-0A7C5ECD0D95}"> |
||
136 | <File Id="fil7DFD2A683DC5DD9AE627D7E981F10CF0" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\EntityFramework.dll" /> |
||
137 | </Component> |
||
138 | <Component Id="cmp1D15F52EE2DA47C837A931786171486E" Guid="{276AF9C3-8648-43D4-A2AD-D921C97CBB48}"> |
||
139 | <File Id="filA912EE64A53B15C1D42E5728EB204CE7" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\EntityFramework.SqlServer.dll" /> |
||
140 | </Component> |
||
141 | <Component Id="cmp0C8A0810C6A0D5EDF6C8FADE2E317829" Guid="{C5B52A61-14CD-4323-AE81-38C70F3E8CA9}"> |
||
142 | <File Id="fil753895A598A12643844071A70FA84CE0" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\EntityFramework.SqlServer.xml" /> |
||
143 | </Component> |
||
144 | <Component Id="cmp71D316047F296A98365AA2F0B6B1C11A" Guid="{B5B535AC-B877-406E-A6D6-0118E88B5D91}"> |
||
145 | <File Id="filFC1348D75FED056A10197E522A36B6BA" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\EntityFramework.xml" /> |
||
146 | </Component> |
||
147 | <Component Id="cmp00A83DEF50E135E368580984BF6238B8" Guid="{DF517D0A-E65A-41D6-B68D-AA37915A46CC}"> |
||
148 | <File Id="filFB4A21A52AF29C31B78DDAFF9EA89062" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\GemBox.Spreadsheet.dll" /> |
||
149 | </Component> |
||
150 | <Component Id="cmpB4A9C144DAC695D6BDB2BEB64687F773" Guid="{909B47CA-E03C-4D3E-AB81-72ABD04A9633}"> |
||
151 | <File Id="fil8CC7310A558933139CD05ACD6D2353CA" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\Ne.xml" /> |
||
152 | </Component> |
||
153 | <Component Id="cmpAE86A8D57CAEF931A55408C165BF3A42" Guid="{9E59792D-411C-4FD6-B745-FF207E5A9CA1}"> |
||
154 | <File Id="filF6030E4E07721D9C51B9E8B325A9C0D5" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\PDFNet.dll" /> |
||
155 | </Component> |
||
156 | <Component Id="cmp7913037A184C0A49503196B386197A25" Guid="{C5ED4FB8-80DB-4BCE-82AE-1F1341412423}"> |
||
157 | <File Id="fil2DCDC700808BAFFB3C25BD273698E13D" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\PDFNetLoader.dll" /> |
||
158 | </Component> |
||
159 | <Component Id="cmp307CA463E9A1F1B61A8E3D033302B0F7" Guid="{BD9269DD-D0FC-4A4E-B3DA-0F34B922DA03}"> |
||
160 | <File Id="fil8CB4F80366E43BB32D5CE414CDA40911" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\SPPIDConverter.exe" /> |
||
161 | </Component> |
||
162 | <Component Id="cmp27962ECB7EF1DC6F51D235D65CE8E158" Guid="{0E89D21A-00E7-4CAF-9F6A-2BF95ED8AD51}"> |
||
163 | <File Id="fil00EECE5270522CD43FE6E8D7BE834FDD" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\SPPIDConverter.exe.config" /> |
||
164 | </Component> |
||
165 | <Component Id="cmpAFCD5ECC4DDAF8B1FFD3F5A51980803A" Guid="{41F4A10E-4452-4764-9BDA-974A1129FEB6}"> |
||
166 | <File Id="fil65B7315FD2C0DD0C8D958E0B291F13F6" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\SPPIDConverter.pdb" /> |
||
167 | </Component> |
||
168 | <Component Id="cmpC90079EC06B27F900AD04264028C916D" Guid="{FC619CEA-A5BA-4047-8144-EF11A0804A71}"> |
||
169 | <File Id="filF33684474A7E170A3D4C585FF6D5F7F4" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.dll" /> |
||
170 | </Component> |
||
171 | <Component Id="cmpC0D3353D10D50C2E9BEEEF94B07194E5" Guid="{8AAB7116-4936-4059-BADF-170CBAB0D3EE}"> |
||
172 | <File Id="fil30B8B640986445D142EA8F848860FB7C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.dll.config" /> |
||
173 | </Component> |
||
174 | <Component Id="cmp8A8A89AD3F7595DDB0B8BCE543A699B2" Guid="{6A7BDA1B-C2B4-4A95-ABD9-B74CF63DFD01}"> |
||
175 | <File Id="fil6CFCE19625723E82E66A1DE9510F0947" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.EF6.dll" /> |
||
176 | </Component> |
||
177 | <Component Id="cmp06295D66B7589EDC64CE3FDF6F2CF7FC" Guid="{33310EDD-CE33-427F-B1A5-0C51C6B7FB94}"> |
||
178 | <File Id="fil4D74E0EAED4DF0BF7ACC7C3A3683FCD0" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.Linq.dll" /> |
||
179 | </Component> |
||
180 | <Component Id="cmp1DFC86EE14B5D123EBDDB2CCD239E27E" Guid="{1EB54A76-598B-4CFC-910E-24F63C2B1149}"> |
||
181 | <File Id="fil25C402AE561582ED5C228B9B4AEDC6E6" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.xml" /> |
||
182 | </Component> |
||
183 | <Directory Id="dirF7618158CE8FEC39DAC1DD18D359DD11" Name="de"> |
||
184 | <Component Id="cmpC8C3A712A15C8CF72212852464F9E771" Guid="{AB81EF73-FB39-4B93-9CEE-99EBBF6A8E6F}"> |
||
185 | <File Id="filAC479D4F622A4F8556B7ED7712826420" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Data.v18.1.resources.dll" /> |
||
186 | </Component> |
||
187 | <Component Id="cmp1DB35F278DDB9B1620EB97940FB2CF2C" Guid="{E5D2E017-605C-4E94-B31B-3E7C8EF0A2C1}"> |
||
188 | <File Id="filE04DCF25BD53883DF36FCD2B9B89BDF2" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Office.v18.1.Core.resources.dll" /> |
||
189 | </Component> |
||
190 | <Component Id="cmp70D8B9B4FDC63F25641DCCBEEF353B07" Guid="{0808694A-152C-46E7-AAAF-58F4886A9781}"> |
||
191 | <File Id="filC806B021554D7F5EEF5B1707C99607E2" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Pdf.v18.1.Core.resources.dll" /> |
||
192 | </Component> |
||
193 | <Component Id="cmp10B94C1AABB3649A3A2C1AD2485EE1AE" Guid="{D41BA73D-6F15-4769-AF04-15F8DDE4D400}"> |
||
194 | <File Id="filE8B5B4E06989A01E16F78D58CF380E40" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Printing.v18.1.Core.resources.dll" /> |
||
195 | </Component> |
||
196 | <Component Id="cmp648C3C8E63F4A32FC277DDD565E525E6" Guid="{7E323034-B9FC-4588-93F4-B119C3C1060F}"> |
||
197 | <File Id="fil9AEAFB49B6C4CA8F6649BFBD922F0E93" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.RichEdit.v18.1.Core.resources.dll" /> |
||
198 | </Component> |
||
199 | <Component Id="cmp9E2FCB8C20899490B675E887A5250828" Guid="{3FAE00CD-6FF9-450D-9335-025C2A24E6E7}"> |
||
200 | <File Id="fil7E1FD121DC71534694DEAA00C00989E6" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Sparkline.v18.1.Core.resources.dll" /> |
||
201 | </Component> |
||
202 | <Component Id="cmpD6ADFD60DE3BE0BD2CC5C2950D764DCD" Guid="{7679E9A1-6A5F-4122-B60A-F82BC6382A40}"> |
||
203 | <File Id="fil52400286BADB5AE96AD8CDC6A7918906" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Utils.v18.1.resources.dll" /> |
||
204 | </Component> |
||
205 | <Component Id="cmp8C677A76C3F1E74BFA874FE8FABA47D9" Guid="{CDE6398B-A436-4471-9637-DA8800C7EDB2}"> |
||
206 | <File Id="filC093CB22C9CCAA4FB1A16786B76BF19E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraBars.v18.1.resources.dll" /> |
||
207 | </Component> |
||
208 | <Component Id="cmp6B5CA03C2FCB51022F1698294BBB080E" Guid="{328906C4-F605-4282-AF14-C6017CF9DEB1}"> |
||
209 | <File Id="fil2C924D71B9FD6C2929C25AFDD16548B0" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraEditors.v18.1.resources.dll" /> |
||
210 | </Component> |
||
211 | <Component Id="cmp18F4D57D53725D48F43295F55EC8F339" Guid="{E4DC297C-9539-4C03-A74A-C4DF77458A90}"> |
||
212 | <File Id="filE40CDA8C34A96D9FF7EF5C4739876334" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraGrid.v18.1.resources.dll" /> |
||
213 | </Component> |
||
214 | <Component Id="cmpCA4F3106ACEC1F09EB1E7D3D880CF419" Guid="{34EAF108-0108-4C9A-8335-4578178ADD91}"> |
||
215 | <File Id="fil2428DD98B64FAACC9D36120FAC4B591C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraLayout.v18.1.resources.dll" /> |
||
216 | </Component> |
||
217 | <Component Id="cmp618B8C998C41B4FE6900E91C0B754F19" Guid="{DCB8F848-532C-44C0-A307-B6FDB30E06BF}"> |
||
218 | <File Id="filE14A62397A876D563E786D5E984A55BA" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraPrinting.v18.1.resources.dll" /> |
||
219 | </Component> |
||
220 | <Component Id="cmpA998BA016052FA1B5BE0510943C49868" Guid="{28A202BC-E2FC-42B3-9A07-35D46E6CF483}"> |
||
221 | <File Id="filEFB215A0B326D213571BB7EF80887C3B" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraTreeList.v18.1.resources.dll" /> |
||
222 | </Component> |
||
223 | </Directory> |
||
224 | <Directory Id="dir63A634F9A8BE5EC5B8B7424D6A18E4C4" Name="es"> |
||
225 | <Component Id="cmpAA2F7A77303736D2243CC47D1E7F602F" Guid="{E8757C8B-8770-469B-9D72-498484EAA5AC}"> |
||
226 | <File Id="fil37FE9F19A4BE2B24FC483A5F9CE92733" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Data.v18.1.resources.dll" /> |
||
227 | </Component> |
||
228 | <Component Id="cmp60D1554934D517BFEE451AE12BE2A46D" Guid="{90657B43-5CB6-4ACD-B621-191C26045ACF}"> |
||
229 | <File Id="filD61D3B8DD134576A94D9D523094C76EE" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Office.v18.1.Core.resources.dll" /> |
||
230 | </Component> |
||
231 | <Component Id="cmpC5513FA65EB0305CC13772975394129A" Guid="{94BED99C-62D9-4DE0-8953-8E7DCF9FE493}"> |
||
232 | <File Id="fil26D1DB05444E75DAACE8588D98782DD9" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Pdf.v18.1.Core.resources.dll" /> |
||
233 | </Component> |
||
234 | <Component Id="cmp30738B3F46A93D53C5594F4C9D1C386D" Guid="{73C484AF-9D8F-4286-A362-6CC4FCF41141}"> |
||
235 | <File Id="filC4EECB280B1AF8EDEE8AB4E19F697743" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Printing.v18.1.Core.resources.dll" /> |
||
236 | </Component> |
||
237 | <Component Id="cmp15E7ADB783BCFE5FAD9EF3D9AC42D889" Guid="{D1D86F48-84AD-4109-BE10-8A56D27968A4}"> |
||
238 | <File Id="fil05109309BA459D674524A10BB52EF6FB" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.RichEdit.v18.1.Core.resources.dll" /> |
||
239 | </Component> |
||
240 | <Component Id="cmp572C2ED6BB987A97EB3344862567195D" Guid="{DC6BD40B-FC84-4C18-A278-8993B3A62A1B}"> |
||
241 | <File Id="fil9408E6CDC6D6CA0853B7E4DFC0228439" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Sparkline.v18.1.Core.resources.dll" /> |
||
242 | </Component> |
||
243 | <Component Id="cmp7852CDE1983AE58D5C11C101BAF7F3DA" Guid="{017E5EE5-B67A-4249-959D-8690EBB81D5B}"> |
||
244 | <File Id="fil124580061FCD43659C29B5655DD64A3E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Utils.v18.1.resources.dll" /> |
||
245 | </Component> |
||
246 | <Component Id="cmp9485CC7118EC92F3C83DEA9B9BD9615C" Guid="{E3E4AAB4-773D-42D0-9359-6C31BD4ABAC1}"> |
||
247 | <File Id="fil8884489D37391C7ADEFA70698303BBBC" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraBars.v18.1.resources.dll" /> |
||
248 | </Component> |
||
249 | <Component Id="cmpA04B0C70B030AF1DE20A5029C56DA7B2" Guid="{D256FAE7-9316-4D0E-8287-E5D9CC51675F}"> |
||
250 | <File Id="filD056DA1C560CD919590EC55D46020B44" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraEditors.v18.1.resources.dll" /> |
||
251 | </Component> |
||
252 | <Component Id="cmpDC93521D338CA8C735350D5859CD98FA" Guid="{B7E8409C-E876-4B91-ADF2-0F151D6577AD}"> |
||
253 | <File Id="filC3375299026CFDD92D7C852396D1E5E5" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraGrid.v18.1.resources.dll" /> |
||
254 | </Component> |
||
255 | <Component Id="cmpD73A8BD6F02EA6FF1F8137E6F8A5DEEA" Guid="{9AA17703-3FCE-4924-B715-CEA230B202C7}"> |
||
256 | <File Id="filFC9FF0FA207B73C47D9368CB236308CE" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraLayout.v18.1.resources.dll" /> |
||
257 | </Component> |
||
258 | <Component Id="cmp803ECB489BD4EF1863DB513ED55B283D" Guid="{7C6A1B19-052F-4A8D-88B0-54AD54522611}"> |
||
259 | <File Id="filB702E8941A180F059D2E2D284140BE0E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraPrinting.v18.1.resources.dll" /> |
||
260 | </Component> |
||
261 | <Component Id="cmp84AF39AB3B3110E9E2431F57B36CCE24" Guid="{B961CEC2-A277-4D72-8BEC-D4E56A2D28CA}"> |
||
262 | <File Id="fil6DBA8A09D758C73274EB298FC9159794" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraTreeList.v18.1.resources.dll" /> |
||
263 | </Component> |
||
264 | </Directory> |
||
265 | <Directory Id="dir4BAF3ACC1308889E29E86346A3C9852C" Name="ja"> |
||
266 | <Component Id="cmp0613598DDC86947FDFBE1D2BA2377175" Guid="{F71E3AB5-316F-4CD7-8551-F77F4269631D}"> |
||
267 | <File Id="filCB68252778A0E85FF3C64114A0A0B104" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Data.v18.1.resources.dll" /> |
||
268 | </Component> |
||
269 | <Component Id="cmp40EA14B09DECE5809CD5A7928E879058" Guid="{3865223F-889B-42C1-A778-C17B220B20FB}"> |
||
270 | <File Id="filD0A78E7510D249519F052E10F718E6B2" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Office.v18.1.Core.resources.dll" /> |
||
271 | </Component> |
||
272 | <Component Id="cmp02A383FB6ECEA109D5D8ACBBBF1D19DE" Guid="{CDEC8C1F-3B89-49DF-9E13-80B6D0CF2EA3}"> |
||
273 | <File Id="fil867A94DE511B276C380C5E1BE686B061" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Pdf.v18.1.Core.resources.dll" /> |
||
274 | </Component> |
||
275 | <Component Id="cmpA774F25F75C429E9EFC511C19CC915EA" Guid="{34987508-A018-44A4-BC88-507BBF4D381C}"> |
||
276 | <File Id="filE9321FBBBFE6C90FFF085CB885C88BB8" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Printing.v18.1.Core.resources.dll" /> |
||
277 | </Component> |
||
278 | <Component Id="cmp6214978DE622A4C8FFAE04D17C5A9DC2" Guid="{8EA43E07-1C97-4AF1-9687-73F77EE53CEF}"> |
||
279 | <File Id="fil3431ACB79CDD41556E1F4A5BFBCC4C9E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.RichEdit.v18.1.Core.resources.dll" /> |
||
280 | </Component> |
||
281 | <Component Id="cmpDF663B4453744793022025466D0ED816" Guid="{0CAAB0C8-C65C-4327-ABDA-E151529FB0B2}"> |
||
282 | <File Id="filEC84118AF9B1F56472671ED8092386DB" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Sparkline.v18.1.Core.resources.dll" /> |
||
283 | </Component> |
||
284 | <Component Id="cmp9376B3A364118AB22FB5F0E77923F3D3" Guid="{87C87C27-47FB-415E-90E7-87245ED7208D}"> |
||
285 | <File Id="fil36E54353B7EA7AE53BEB7F6DB695C30E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Utils.v18.1.resources.dll" /> |
||
286 | </Component> |
||
287 | <Component Id="cmp1FB5E2DF5B47C405064785E61C4A4C8C" Guid="{4323836D-B107-423E-BA6B-EF21619FAA2C}"> |
||
288 | <File Id="filDFD7099731F247EF5F40280D3A5B5A16" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraBars.v18.1.resources.dll" /> |
||
289 | </Component> |
||
290 | <Component Id="cmpD80712B9B116A3167BA41C6C51D38D0B" Guid="{4861BE0D-BDDC-491D-B5A4-9D16F65B1A4A}"> |
||
291 | <File Id="filAE0A32E095316088C38EA66090439A86" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraEditors.v18.1.resources.dll" /> |
||
292 | </Component> |
||
293 | <Component Id="cmpF2363C2A7D0891130F07994C4DB3195A" Guid="{4D81EF6E-4246-4AAA-A4FC-5C85F4AE8854}"> |
||
294 | <File Id="fil3611CCCC6CB1757DFED2304EA7DE9027" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraGrid.v18.1.resources.dll" /> |
||
295 | </Component> |
||
296 | <Component Id="cmpA718C74E7DE0AA9283833E9ABEFF8C32" Guid="{A70F9658-C56E-41BA-A671-30F909CB1B9A}"> |
||
297 | <File Id="filB57DF8E6D4675CEACDC9767A53463C7F" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraLayout.v18.1.resources.dll" /> |
||
298 | </Component> |
||
299 | <Component Id="cmpCC5FE6932A6F21C500589B76ED37DCD1" Guid="{45B01F0C-473E-41ED-A3A2-25D8237BC5CE}"> |
||
300 | <File Id="fil17E41EF7B98AB4BB756B81E9BEF9D17C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraPrinting.v18.1.resources.dll" /> |
||
301 | </Component> |
||
302 | <Component Id="cmp839909264DF21DC3BF14F716D5F7DA04" Guid="{5A581415-3965-4E00-A98C-F5B664172170}"> |
||
303 | <File Id="fil73421942A6E74B2536C3DD494A78F309" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraTreeList.v18.1.resources.dll" /> |
||
304 | </Component> |
||
305 | </Directory> |
||
306 | <Directory Id="dir2504C9D9F498602480420FA9BF4967B0" Name="PDFNet"> |
||
307 | <Directory Id="dir9EE322E06F7CBBA6BE564FEAEA46B0ED" Name="x64"> |
||
308 | <Component Id="cmpC51C25F4280C631FB3083CB396AFCB7C" Guid="{FF481240-270E-4696-A849-A1B493B37952}"> |
||
309 | <File Id="filFC1A3A459399287BC98DF6BCB9D25072" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\PDFNet\x64\PDFNet.dll" /> |
||
310 | </Component> |
||
311 | </Directory> |
||
312 | <Directory Id="dir42403AE6F77DF937494566A5007502F8" Name="x86"> |
||
313 | <Component Id="cmp945FEACE37C0A866891D0A5508F5F2F1" Guid="{1CDCA754-69F2-44EF-A2A4-34A0F24B5379}"> |
||
314 | <File Id="fil6486702E56A2E074D5FE39D782A49792" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\PDFNet\x86\PDFNet.dll" /> |
||
315 | </Component> |
||
316 | </Directory> |
||
317 | </Directory> |
||
318 | <Directory Id="dir0DF44C6AAA034D1DA7FB5C126F730566" Name="ru"> |
||
319 | <Component Id="cmp35C7B1A1FEB4309390D76601234540C1" Guid="{95C950C0-C30A-4F6E-A55C-E929A1F03798}"> |
||
320 | <File Id="fil24EE98DD1BD5502CF034EADD87B5B332" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Data.v18.1.resources.dll" /> |
||
321 | </Component> |
||
322 | <Component Id="cmp816B2F0013A886095D101B50C95BEDCE" Guid="{894D904C-F3B0-430F-9C2E-C6AEE3FFC522}"> |
||
323 | <File Id="fil7ABC5C0D61F0844B063581F3D8A97204" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Office.v18.1.Core.resources.dll" /> |
||
324 | </Component> |
||
325 | <Component Id="cmp6C5B2C88DF343F4263BD1463AEE8083F" Guid="{9B3A8653-1B21-4EFB-9D2A-F726E176758F}"> |
||
326 | <File Id="filD33497F669680F881F45562D7CA19186" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Pdf.v18.1.Core.resources.dll" /> |
||
327 | </Component> |
||
328 | <Component Id="cmp03E0BB22A768E3CF0C1A309C9F4F2FC5" Guid="{4E003F87-CB33-4542-A030-2BA3997EBAF0}"> |
||
329 | <File Id="fil5127F4AD3F7FB5E3A3C7355E213613DE" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Printing.v18.1.Core.resources.dll" /> |
||
330 | </Component> |
||
331 | <Component Id="cmp1F914DB6E0F71C1ABC3BE60F43B71849" Guid="{A756CAE5-F732-4CA1-A545-1DC43CEB54FB}"> |
||
332 | <File Id="fil9893C1507F043AC245AFBBE2BEE7DF23" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.RichEdit.v18.1.Core.resources.dll" /> |
||
333 | </Component> |
||
334 | <Component Id="cmp94CEC47E94E95E8520B35EE4F3539444" Guid="{13D72302-3720-428D-9E4C-D53C35E1F5B6}"> |
||
335 | <File Id="fil23FAB99873878B15ED91597E0A9E1B67" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Sparkline.v18.1.Core.resources.dll" /> |
||
336 | </Component> |
||
337 | <Component Id="cmp6A5B84A6B636C74EEF6EEE41428388F7" Guid="{EF99C54F-6510-4172-8BED-6A1FEBAC7874}"> |
||
338 | <File Id="fil5F7E5F446074A2B43DA3225B0BF9B026" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Utils.v18.1.resources.dll" /> |
||
339 | </Component> |
||
340 | <Component Id="cmp230725EA16B6C714B837CC46FFF0C9DA" Guid="{E334060F-335F-450B-8F02-34664112B66A}"> |
||
341 | <File Id="fil60E985E491E5E58D4958F74DB033022B" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraBars.v18.1.resources.dll" /> |
||
342 | </Component> |
||
343 | <Component Id="cmpD63C9C5316EBE3AD25C6D013E8900BC4" Guid="{C5E4C0E6-9355-4EC4-AEFB-2FEB9F096CC7}"> |
||
344 | <File Id="filBE58EFFE27EEB33DC39450E071AC716B" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraEditors.v18.1.resources.dll" /> |
||
345 | </Component> |
||
346 | <Component Id="cmpEF55D658F93856018C1F057F27963D05" Guid="{727C125B-F307-45EE-AA78-7BFB8D0BFDA6}"> |
||
347 | <File Id="filA11F747947361A86602C0D0BFC543129" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraGrid.v18.1.resources.dll" /> |
||
348 | </Component> |
||
349 | <Component Id="cmpE88B1C79DA764FB40B31FE4B32871971" Guid="{9C866FE4-CB83-45DE-95E7-BC44C2F7E6F8}"> |
||
350 | <File Id="filECB5E2EB2ABD6151084ED0EB7E8B738A" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraLayout.v18.1.resources.dll" /> |
||
351 | </Component> |
||
352 | <Component Id="cmpF8FFBB8F2828E27E997071F6D689E007" Guid="{B6A08D7D-2B11-4BFE-A73F-549C7BE068AB}"> |
||
353 | <File Id="fil86B73D00769C052114246B824DC3AF2E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraPrinting.v18.1.resources.dll" /> |
||
354 | </Component> |
||
355 | <Component Id="cmp345C0DDC3B2302B5A280DF062F3BAAAB" Guid="{3A00BFE3-2694-4020-AFAA-91795D1C45FA}"> |
||
356 | <File Id="filC5A1BCEC2B0BBC2A44B06D13E95ABFB9" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraTreeList.v18.1.resources.dll" /> |
||
357 | </Component> |
||
358 | </Directory> |
||
359 | <Directory Id="dir096C43812785BCD77A2155D3CCE2F853" Name="x64"> |
||
360 | <Component Id="cmpCC6B81D46B8C10D449D9C1E0F101D0FC" Guid="{C80B0383-2B18-46DF-B3C1-624CD9FDF36C}"> |
||
361 | <File Id="filFA4F9ACEDFB3582755974D347D8CA416" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\x64\SQLite.Interop.dll" /> |
||
362 | </Component> |
||
363 | </Directory> |
||
364 | <Directory Id="dirDCA185D1B92EA016355E8EBFD76289B7" Name="x86"> |
||
365 | <Component Id="cmp94AC417A1E48834422557CB2DCA605C8" Guid="{5CC8975F-FBD6-477F-AFAD-1098D456F2C7}"> |
||
366 | <File Id="fil9536DD4C9B2CBC0D817F9E9E7CB477F9" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\x86\SQLite.Interop.dll" /> |
||
367 | </Component> |
||
368 | </Directory> |
||
369 | </DirectoryRef> |
||
370 | </Fragment> |
||
371 | <Fragment> |
||
372 | <ComponentGroup Id="cg_SPPIDConverter"> |
||
373 | <ComponentRef Id="cmp03D585731F502FABABF7FE0D232BF807" /> |
||
374 | <ComponentRef Id="cmp1356CCB4E5EC82A3FE5B98F85D3945AA" /> |
||
375 | <ComponentRef Id="cmpBC5A6790F0BA9B2BB01FD77D5E6F0D57" /> |
||
376 | <ComponentRef Id="cmpA9C8BA6FCE1FE2FCDA9E0B8B8A3477BD" /> |
||
377 | <ComponentRef Id="cmpAFED35B194ECAC1B6473E4DBE2147017" /> |
||
378 | <ComponentRef Id="cmp3D5E47078228C2454C0AF8BBC6B482EC" /> |
||
379 | <ComponentRef Id="cmpFA83E9BF73FBFEC50F85A8F5FDCC8A45" /> |
||
380 | <ComponentRef Id="cmp53944C93D3487612C76B750B63082E34" /> |
||
381 | <ComponentRef Id="cmp630953BB9224862FC152C8DE3ED56AC8" /> |
||
382 | <ComponentRef Id="cmpAA9B11021525508A6A324B03CBD25667" /> |
||
383 | <ComponentRef Id="cmpE7BAF7E429E7D90F9768B022652E57D4" /> |
||
384 | <ComponentRef Id="cmpD27CEDBCD8EA371A919546F452766B76" /> |
||
385 | <ComponentRef Id="cmp5C4FB1950490D8D93BAEECCEA8C50331" /> |
||
386 | <ComponentRef Id="cmp8706A08F42AA393F22454224D51FB6A9" /> |
||
387 | <ComponentRef Id="cmp841EF8B7E14A7B46D2EA46B6D3617EBF" /> |
||
388 | <ComponentRef Id="cmpE76CFC9E248A1352516C61FFB37FA3F9" /> |
||
389 | <ComponentRef Id="cmp35F2951837BD40A379CBA79186EF0C86" /> |
||
390 | <ComponentRef Id="cmp119FE8E1C5F9DB4E30A556CB48065808" /> |
||
391 | <ComponentRef Id="cmp0A808D72FF3AFF79F9F16B9E0651E067" /> |
||
392 | <ComponentRef Id="cmpA7F77937245A37D85CD3E602F2123BCE" /> |
||
393 | <ComponentRef Id="cmpA7A3872B852ECB11E9889AABBF24C424" /> |
||
394 | <ComponentRef Id="cmp45FC05A6C975F0F8E02676B26A592D68" /> |
||
395 | <ComponentRef Id="cmp468ADE1E8AE862D8E12AD3964277BC8E" /> |
||
396 | <ComponentRef Id="cmpDFE3CE39E7D31F1AB256E69FBB02226F" /> |
||
397 | <ComponentRef Id="cmpB132E0678D785C8D08DC777C29911C87" /> |
||
398 | <ComponentRef Id="cmp751928E48BF90C604FEE6E3161E18FAE" /> |
||
399 | <ComponentRef Id="cmp89BD7BDE84F39396176B55F6182B2441" /> |
||
400 | <ComponentRef Id="cmpC90EA65134AC4784E2B15D67FD012B86" /> |
||
401 | <ComponentRef Id="cmp381EC80B490A953D6597072496F92B2E" /> |
||
402 | <ComponentRef Id="cmp1D15F52EE2DA47C837A931786171486E" /> |
||
403 | <ComponentRef Id="cmp0C8A0810C6A0D5EDF6C8FADE2E317829" /> |
||
404 | <ComponentRef Id="cmp71D316047F296A98365AA2F0B6B1C11A" /> |
||
405 | <ComponentRef Id="cmp00A83DEF50E135E368580984BF6238B8" /> |
||
406 | <ComponentRef Id="cmpB4A9C144DAC695D6BDB2BEB64687F773" /> |
||
407 | <ComponentRef Id="cmpAE86A8D57CAEF931A55408C165BF3A42" /> |
||
408 | <ComponentRef Id="cmp7913037A184C0A49503196B386197A25" /> |
||
409 | <ComponentRef Id="cmp307CA463E9A1F1B61A8E3D033302B0F7" /> |
||
410 | <ComponentRef Id="cmp27962ECB7EF1DC6F51D235D65CE8E158" /> |
||
411 | <ComponentRef Id="cmpAFCD5ECC4DDAF8B1FFD3F5A51980803A" /> |
||
412 | <ComponentRef Id="cmpC90079EC06B27F900AD04264028C916D" /> |
||
413 | <ComponentRef Id="cmpC0D3353D10D50C2E9BEEEF94B07194E5" /> |
||
414 | <ComponentRef Id="cmp8A8A89AD3F7595DDB0B8BCE543A699B2" /> |
||
415 | <ComponentRef Id="cmp06295D66B7589EDC64CE3FDF6F2CF7FC" /> |
||
416 | <ComponentRef Id="cmp1DFC86EE14B5D123EBDDB2CCD239E27E" /> |
||
417 | <ComponentRef Id="cmpC8C3A712A15C8CF72212852464F9E771" /> |
||
418 | <ComponentRef Id="cmp1DB35F278DDB9B1620EB97940FB2CF2C" /> |
||
419 | <ComponentRef Id="cmp70D8B9B4FDC63F25641DCCBEEF353B07" /> |
||
420 | <ComponentRef Id="cmp10B94C1AABB3649A3A2C1AD2485EE1AE" /> |
||
421 | <ComponentRef Id="cmp648C3C8E63F4A32FC277DDD565E525E6" /> |
||
422 | <ComponentRef Id="cmp9E2FCB8C20899490B675E887A5250828" /> |
||
423 | <ComponentRef Id="cmpD6ADFD60DE3BE0BD2CC5C2950D764DCD" /> |
||
424 | <ComponentRef Id="cmp8C677A76C3F1E74BFA874FE8FABA47D9" /> |
||
425 | <ComponentRef Id="cmp6B5CA03C2FCB51022F1698294BBB080E" /> |
||
426 | <ComponentRef Id="cmp18F4D57D53725D48F43295F55EC8F339" /> |
||
427 | <ComponentRef Id="cmpCA4F3106ACEC1F09EB1E7D3D880CF419" /> |
||
428 | <ComponentRef Id="cmp618B8C998C41B4FE6900E91C0B754F19" /> |
||
429 | <ComponentRef Id="cmpA998BA016052FA1B5BE0510943C49868" /> |
||
430 | <ComponentRef Id="cmpAA2F7A77303736D2243CC47D1E7F602F" /> |
||
431 | <ComponentRef Id="cmp60D1554934D517BFEE451AE12BE2A46D" /> |
||
432 | <ComponentRef Id="cmpC5513FA65EB0305CC13772975394129A" /> |
||
433 | <ComponentRef Id="cmp30738B3F46A93D53C5594F4C9D1C386D" /> |
||
434 | <ComponentRef Id="cmp15E7ADB783BCFE5FAD9EF3D9AC42D889" /> |
||
435 | <ComponentRef Id="cmp572C2ED6BB987A97EB3344862567195D" /> |
||
436 | <ComponentRef Id="cmp7852CDE1983AE58D5C11C101BAF7F3DA" /> |
||
437 | <ComponentRef Id="cmp9485CC7118EC92F3C83DEA9B9BD9615C" /> |
||
438 | <ComponentRef Id="cmpA04B0C70B030AF1DE20A5029C56DA7B2" /> |
||
439 | <ComponentRef Id="cmpDC93521D338CA8C735350D5859CD98FA" /> |
||
440 | <ComponentRef Id="cmpD73A8BD6F02EA6FF1F8137E6F8A5DEEA" /> |
||
441 | <ComponentRef Id="cmp803ECB489BD4EF1863DB513ED55B283D" /> |
||
442 | <ComponentRef Id="cmp84AF39AB3B3110E9E2431F57B36CCE24" /> |
||
443 | <ComponentRef Id="cmp0613598DDC86947FDFBE1D2BA2377175" /> |
||
444 | <ComponentRef Id="cmp40EA14B09DECE5809CD5A7928E879058" /> |
||
445 | <ComponentRef Id="cmp02A383FB6ECEA109D5D8ACBBBF1D19DE" /> |
||
446 | <ComponentRef Id="cmpA774F25F75C429E9EFC511C19CC915EA" /> |
||
447 | <ComponentRef Id="cmp6214978DE622A4C8FFAE04D17C5A9DC2" /> |
||
448 | <ComponentRef Id="cmpDF663B4453744793022025466D0ED816" /> |
||
449 | <ComponentRef Id="cmp9376B3A364118AB22FB5F0E77923F3D3" /> |
||
450 | <ComponentRef Id="cmp1FB5E2DF5B47C405064785E61C4A4C8C" /> |
||
451 | <ComponentRef Id="cmpD80712B9B116A3167BA41C6C51D38D0B" /> |
||
452 | <ComponentRef Id="cmpF2363C2A7D0891130F07994C4DB3195A" /> |
||
453 | <ComponentRef Id="cmpA718C74E7DE0AA9283833E9ABEFF8C32" /> |
||
454 | <ComponentRef Id="cmpCC5FE6932A6F21C500589B76ED37DCD1" /> |
||
455 | <ComponentRef Id="cmp839909264DF21DC3BF14F716D5F7DA04" /> |
||
456 | <ComponentRef Id="cmpC51C25F4280C631FB3083CB396AFCB7C" /> |
||
457 | <ComponentRef Id="cmp945FEACE37C0A866891D0A5508F5F2F1" /> |
||
458 | <ComponentRef Id="cmp35C7B1A1FEB4309390D76601234540C1" /> |
||
459 | <ComponentRef Id="cmp816B2F0013A886095D101B50C95BEDCE" /> |
||
460 | <ComponentRef Id="cmp6C5B2C88DF343F4263BD1463AEE8083F" /> |
||
461 | <ComponentRef Id="cmp03E0BB22A768E3CF0C1A309C9F4F2FC5" /> |
||
462 | <ComponentRef Id="cmp1F914DB6E0F71C1ABC3BE60F43B71849" /> |
||
463 | <ComponentRef Id="cmp94CEC47E94E95E8520B35EE4F3539444" /> |
||
464 | <ComponentRef Id="cmp6A5B84A6B636C74EEF6EEE41428388F7" /> |
||
465 | <ComponentRef Id="cmp230725EA16B6C714B837CC46FFF0C9DA" /> |
||
466 | <ComponentRef Id="cmpD63C9C5316EBE3AD25C6D013E8900BC4" /> |
||
467 | <ComponentRef Id="cmpEF55D658F93856018C1F057F27963D05" /> |
||
468 | <ComponentRef Id="cmpE88B1C79DA764FB40B31FE4B32871971" /> |
||
469 | <ComponentRef Id="cmpF8FFBB8F2828E27E997071F6D689E007" /> |
||
470 | <ComponentRef Id="cmp345C0DDC3B2302B5A280DF062F3BAAAB" /> |
||
471 | <ComponentRef Id="cmpCC6B81D46B8C10D449D9C1E0F101D0FC" /> |
||
472 | <ComponentRef Id="cmp94AC417A1E48834422557CB2DCA605C8" /> |
||
473 | </ComponentGroup> |
||
474 | </Fragment> |
||
475 | </Wix> |