프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MARKUS.wxs @ c657aefd

이력 | 보기 | 이력해설 | 다운로드 (77.4 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<?define NetFx461MinRelease = 394254 ?>
3
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
4
  <?define SourceDir=".\Publish"?>
5
  <Product Id="*" Name="MARKUS" Language="1033" Version="{VERSION}" Manufacturer="DOFTECH(C)" UpgradeCode="83FC35CA-6B7D-40C3-9D5F-E8F76097B25C">
6
    <Package Platform="x64" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
7

    
8
    <MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes" />
9
    <MediaTemplate EmbedCab="yes" />
10

    
11
    <WixVariable Id="WixUILicenseRtf" Value="license.rtf" />
12
    <WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" />
13

    
14
    <Feature Id="ProductFeature" Title="MARKUS" Level="1">
15
      <ComponentGroupRef Id="MARKUS" />
16
    </Feature>
17
  </Product>
18
  
19
  <Fragment>
20
    <Directory Id="TARGETDIR" Name="SourceDir">
21
      <Directory Id="DesktopFolder" Name="Desktop">
22
        <Component Id="DesktopShortcut" Guid="DF06024A-95FE-43E2-BDF2-7C686EAF391F" Feature="ProductFeature" Win64="yes">
23
          <RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes" />
24
          <RemoveFolder Id="DesktopFolder" On="uninstall" />
25
        </Component>
26
      </Directory>
27

    
28
      <Directory Id="ProgramFiles64Folder">
29
        <Directory Id="COMPANYFOLDER" Name="DOFTECH">
30
          <Directory Id="INSTALLFOLDER" Name="MARKUS" />
31
        </Directory>
32
      </Directory>
33
    </Directory>
34
    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
35
    <UI>
36
      <UIRef Id="WixUI_InstallDir" />
37
      <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg" Order="2">1</Publish>
38
      <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg" Order="2">1</Publish>
39
      <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="SetupFX">
40
        WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed and NOT WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED
41
      </Publish>
42
    </UI>
43
    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1" />
44
    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Install .Net Framework 4.6.1" />
45
    <Property Id="WixShellExecTarget" Value="[#NDP461-KB3102438-Web.exe]" />
46
    <Property Id="NETFRAMEWORK40">
47
      <RegistrySearch Id="NetFramework40" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Release" Type="raw" />
48
    </Property>
49
    <Property Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED" Secure="yes" />
50
    <SetProperty Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED" Value="1" After="AppSearch">
51
      NETFRAMEWORK40 &gt;= "#$(var.NetFx461MinRelease)"
52
    </SetProperty>
53
    <CustomAction Id="SetupFX" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
54
  </Fragment>
55

    
56
  <Fragment>
57
    <DirectoryRef Id="TARGETDIR">
58
      <Component Id="cmp67889FD2219FCD1ECDA0BD9FE906CD7A" Guid="57D045D4-AFC0-4874-8BA9-A1E8B9C348F9" KeyPath="yes">
59
        <RegistryKey ForceCreateOnInstall="yes" Key="KCOM\shell\open" Root="HKCR" />
60
      </Component>
61
    </DirectoryRef>
62
  </Fragment>
63

    
64
  <Fragment>
65
    <DirectoryRef Id="TARGETDIR">
66
      <Component Id="cmpB2A195FD7387054E641ABB044E70AD31" Guid="CA81C92A-E2BA-4E01-B4A0-6B5E5E5A6C63" KeyPath="yes">
67
        <RegistryKey Key="KCOM\shell\open\command" Root="HKCR">
68
          <RegistryValue Value="&quot;C:\Program Files\DOFTECH\MARKUS\KCOM.exe&quot; &quot;%1&quot;" Type="string" />
69
        </RegistryKey>
70
      </Component>
71
    </DirectoryRef>
72
  </Fragment>
73

    
74
  <Fragment>
75
    <DirectoryRef Id="TARGETDIR">
76
      <Component Id="cmpCA3EA94464F79A1D590AD23EE3921964" Guid="171260E2-66FC-4088-9F1F-3FAEB29250CA" KeyPath="yes">
77
        <RegistryKey ForceCreateOnInstall="yes" Key="KCOM\shell" Root="HKCR" />
78
      </Component>
79
    </DirectoryRef>
80
  </Fragment>
81

    
82
  <Fragment>
83
    <DirectoryRef Id="TARGETDIR">
84
      <Component Id="cmpEB1634EB055BA192F2B44B8310392EAD" Guid="D8795ADA-D3EC-4F34-86C3-7D6BE54420EA" KeyPath="yes">
85
        <RegistryKey Key="KCOM" Root="HKCR">
86
          <RegistryValue Name="URL Protocol" Value="" Type="expandable" />
87
        </RegistryKey>
88
      </Component>
89
    </DirectoryRef>
90
  </Fragment>
91

    
92
  <Fragment>
93
    <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
94
      <!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
95
      <!-- <Component Id="ProductComponent"> -->
96
      <!-- TODO: Insert files, registry keys, and other resources here. -->
97
      <!-- </Component> -->
98
    </ComponentGroup>
99
  </Fragment>
100

    
101
	<Fragment>
102
		<DirectoryRef Id="INSTALLFOLDER">
103
			<Directory Id="dir242DC17B8DFC53C13CAF172FC08B730A" Name="de" />
104
            <Directory Id="dir6B576183710E9E97A1B56873152298B5" Name="dll" />
105
            <Directory Id="dir9AE38F4F5CB5E565E774521E138F44FD" Name="es" />
106
            <Directory Id="dirB55DFDA91FEE7CCCBC65CA7493B75748" Name="fr" />
107
            <Directory Id="dir45DE18DD71F3E8DD6BE4A0E2B48778C8" Name="it" />
108
            <Directory Id="dir2F3D431E0ED26930C4D37E679C7700A1" Name="nl" />
109
            <Directory Id="dir151D8EB8B053AC493745294402052C80" Name="Plugin" />
110
            <Directory Id="dir41772C233BE465DE0D167364B3BB566C" Name="Resources" />
111
            <Directory Id="dir06249C254B8FEA6A37A7C6E4984EF433" Name="tessdata" />
112
            <Directory Id="dirE562A4656FE03253EA39D17E8127BA05" Name="tr" />
113
			<Directory Id="CommonAppDataFolder">
114
				<Directory Id="MyAppDataFolder" Name="MARKUS">
115
					<Component Id="CreateMyAppDataFolder" Guid="697A5A1C-88DB-4D1B-8C7A-614B8A20CD44" Win64="yes">
116
						<CreateFolder />
117
					</Component>
118
				</Directory>
119
			</Directory>
120
		</DirectoryRef>
121
	</Fragment>
122
  
123
	<Fragment>
124
		<ComponentGroup Id="MARKUS">
125
			<ComponentRef Id="CreateMyAppDataFolder" />
126
			<ComponentRef Id="cmp67889FD2219FCD1ECDA0BD9FE906CD7A" />
127
			<ComponentRef Id="cmpB2A195FD7387054E641ABB044E70AD31" />
128
			<ComponentRef Id="cmpCA3EA94464F79A1D590AD23EE3921964" />
129
			<ComponentRef Id="cmpEB1634EB055BA192F2B44B8310392EAD" />
130
		  
131
			<Component Id="cmpCC866C67D0ACDB0EBE26789908374F45" Directory="INSTALLFOLDER" Guid="5B8E54FC-8C65-49D7-9146-311F75B5C2C6" Win64="yes">
132
                <File Id="fil4A00EA3A4A830EE9C257BEC8A7AA9E1A" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.dll" />
133
            </Component>
134
            <Component Id="cmp25D995530710C8C386E94FD45CF48079" Directory="INSTALLFOLDER" Guid="B1A2FC34-3076-42B9-861A-8EAF7279C6BA" Win64="yes">
135
                <File Id="fil8FE9B2B8DE4E517EC09CDEB3CD125199" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.OCRExtension.dll" />
136
            </Component>
137
            <Component Id="cmp942548397646AF264A583617AE420D83" Directory="INSTALLFOLDER" Guid="E2EC89F4-E834-4862-A773-2B599C11CC35" Win64="yes">
138
                <File Id="fil9A13B62FAF4D20B3554C932982608112" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.xml" />
139
            </Component>
140
            <Component Id="cmp25F3DC37F9078F30A5AE2B62D20FD811" Directory="INSTALLFOLDER" Guid="C8CB0B0D-687A-4814-83FB-89DBBB72E5D5" Win64="yes">
141
                <File Id="filF8D2145548A097DACA5860948E80BE3D" KeyPath="yes" Source="$(var.SourceDir)\CommonLib.dll" />
142
            </Component>
143
            <Component Id="cmp86677032FF623BADE3D17E1235201335" Directory="INSTALLFOLDER" Guid="5EAC2F21-F7B5-43B1-9DCE-77DD194EC3E1" Win64="yes">
144
                <File Id="filD4D1ABD4E7AC14F6B415D1F579373422" KeyPath="yes" Source="$(var.SourceDir)\CommonLib.pdb" />
145
            </Component>
146
            <Component Id="cmpE5B102FA5798C87322EB9A5F1791B419" Directory="INSTALLFOLDER" Guid="59C5EFFD-7DE4-4A1B-9E41-3EFDFB020D6F" Win64="yes">
147
                <File Id="fil6C46219B8985F6C8BEA03BA8155A40C7" KeyPath="yes" Source="$(var.SourceDir)\ConfigParser.dll" />
148
            </Component>
149
            <Component Id="cmp7D65C35D16B3F44B1A39DA696888A8FA" Directory="INSTALLFOLDER" Guid="074E11A4-4C1B-4D6D-80F8-3105E351B2F1" Win64="yes">
150
                <File Id="filC99B8574CE4263FE947951F6D85A3BEF" KeyPath="yes" Source="$(var.SourceDir)\GemBox.Spreadsheet.dll" />
151
            </Component>
152
            <Component Id="cmp8003A8E94E4BD671A3E66F60954FE79B" Directory="INSTALLFOLDER" Guid="D58773ED-4671-4BA4-921F-8A7979357931" Win64="yes">
153
                <File Id="fil52820AA6329EE9F429D84CB3BA350014" KeyPath="yes" Source="$(var.SourceDir)\GemBox.Spreadsheet.xml" />
154
            </Component>
155
            <Component Id="cmp80E441B30537105863B9FC027666C4DC" Directory="INSTALLFOLDER" Guid="DD3FD8EF-613A-429D-B56C-F2B55EE4AD8A" Win64="yes">
156
                <File Id="filBB0BF6B9A4CB6E5C9FA73E2D1B93CA79" KeyPath="yes" Source="$(var.SourceDir)\IIpc.dll" />
157
            </Component>
158
            <Component Id="cmp209577072530348BFA4D14019DF98237" Directory="INSTALLFOLDER" Guid="0A995338-EE36-4EDA-A5BF-1E86DDDC59C1" Win64="yes">
159
                <File Id="fil775DEC07CABC1D92DDCB14C7CC436A67" KeyPath="yes" Source="$(var.SourceDir)\IIpc.dll.config" />
160
            </Component>
161
            <Component Id="cmp1A2447631C13F60D4BA9ED3D56678E7A" Directory="INSTALLFOLDER" Guid="C72269D4-B615-469F-8F8B-33855FD96AEF" Win64="yes">
162
                <File Id="fil0B8113830969CA8C84B4A04D65869CFD" KeyPath="yes" Source="$(var.SourceDir)\IIpc.pdb" />
163
            </Component>
164
            <Component Id="cmpA415203DE9EF9D193E74C69FE81234D3" Directory="INSTALLFOLDER" Guid="D233C1C7-4505-4F16-BB63-DA8DAE7B5628" Win64="yes">
165
                <File Id="fil83609071B2AD8A06678837154646C3FB" KeyPath="yes" Source="$(var.SourceDir)\IKCOM.dll" />
166
            </Component>
167
            <Component Id="cmp12D18D66065ED3B168F0240150B2F937" Directory="INSTALLFOLDER" Guid="18A149B4-20BF-4BB8-92B7-63831170A3BC" Win64="yes">
168
                <File Id="filFD90251ED2B6B64CC126ABB277AE5835" KeyPath="yes" Source="$(var.SourceDir)\IKCOM.pdb" />
169
            </Component>
170
            <Component Id="cmp1DE0B23F7942D4E47B62522F774F3C76" Directory="INSTALLFOLDER" Guid="22A51E0A-A3CD-4932-A223-0363B1876E55" Win64="yes">
171
                <File Id="filF35DB5A41DFF81B0642F8FCBC3DFB906" KeyPath="yes" Source="$(var.SourceDir)\itextsharp.dll" />
172
            </Component>
173
            <Component Id="cmp93004A2A70CA6CC5550444DB6A0BB24B" Directory="INSTALLFOLDER" Guid="F4357058-5209-41B9-9002-BA405E7CD068" Win64="yes">
174
                <File Id="fil718E22AC4914F03FC39F7293CDC8C672" KeyPath="yes" Source="$(var.SourceDir)\itextsharp.xml" />
175
            </Component>
176
            <Component Id="cmp9DBCA795D932AB083234E0DAEF7CCCC5" Directory="INSTALLFOLDER" Guid="D33238CA-81B5-4459-820E-9A97E3E5D432" Win64="yes">
177
                <File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source="$(var.SourceDir)\KCOM.exe" />
178
            </Component>
179
            <Component Id="cmp008EC7C4B15BA79DEC806A9852526EF9" Directory="INSTALLFOLDER" Guid="6C12090C-0A53-4AA3-9492-02C0F354844F" Win64="yes">
180
                <File Id="filD7A7D725F3C20E26B1A149EAABD9323C" KeyPath="yes" Source="$(var.SourceDir)\KCOM.exe.config" />
181
            </Component>
182
            <Component Id="cmpD45ED9A787F5605BCD6B5F20D85A8760" Directory="INSTALLFOLDER" Guid="2EE2AB0C-90E9-47E4-AB97-EA25140828D0" Win64="yes">
183
                <File Id="fil738AB855889CDE06EBFABFEEC716B1F5" KeyPath="yes" Source="$(var.SourceDir)\KCOM.pdb" />
184
            </Component>
185
            <Component Id="cmpD907B14A5E7130B7C4213B52A0B71689" Directory="INSTALLFOLDER" Guid="1062DD2C-B9B1-41C3-816E-7713747221F3" Win64="yes">
186
                <File Id="fil5FEDDDE06702987F4C2AD529606AEC70" KeyPath="yes" Source="$(var.SourceDir)\KCOM.XmlSerializers.dll" />
187
            </Component>
188
            <Component Id="cmp40B0E7C91C025AAEEF1F0DEC51A66549" Directory="INSTALLFOLDER" Guid="36DB3FB1-D41B-4344-9137-0ACD9899B6D6" Win64="yes">
189
                <File Id="filF60CE67197837613CD57BE23CB07368E" KeyPath="yes" Source="$(var.SourceDir)\KCOMDataModel.dll" />
190
            </Component>
191
            <Component Id="cmpEE8E531D52E746388211D454A7B652CD" Directory="INSTALLFOLDER" Guid="C3049EFB-B4BF-42AA-AD5B-BEFA290D6712" Win64="yes">
192
                <File Id="filF33A63AB801D7E78849A4330E53EBD7B" KeyPath="yes" Source="$(var.SourceDir)\KCOMDataModel.dll.config" />
193
            </Component>
194
            <Component Id="cmpAC57197741E9A6B1035A4DCECC202A69" Directory="INSTALLFOLDER" Guid="F8C20FD7-D983-4A4B-9CD6-855C301B92C7" Win64="yes">
195
                <File Id="fil534ED2FA3B23BF9D18B4EB0B5519FB91" KeyPath="yes" Source="$(var.SourceDir)\KCOMDataModel.pdb" />
196
            </Component>
197
            <Component Id="cmp7EE89B380F7C8EC18AABE62FC78AC9AB" Directory="INSTALLFOLDER" Guid="9FC8BDAF-F21A-46DC-9167-1980D7828AD6" Win64="yes">
198
                <File Id="fil54D1D9F81A7598FA61D2D90AFB5F5D01" KeyPath="yes" Source="$(var.SourceDir)\Log.config" />
199
            </Component>
200
            <Component Id="cmp13D58469BCB864EB53214ED46E622188" Directory="INSTALLFOLDER" Guid="9CF26809-65AF-4759-B663-C9F5B5C19896" Win64="yes">
201
                <File Id="fil28F7A9478894C77C5F6C2A95DAA4B459" KeyPath="yes" Source="$(var.SourceDir)\log4net.dll" />
202
            </Component>
203
            <Component Id="cmp742785C9A7B88BE6B2E81C2322E3D2EE" Directory="INSTALLFOLDER" Guid="076F19CE-004B-4A8E-9E25-9B1F704411E0" Win64="yes">
204
                <File Id="filA307C00D897BECB908C510DE71A3AD29" KeyPath="yes" Source="$(var.SourceDir)\log4net.xml" />
205
            </Component>
206
            <Component Id="cmpFE0047A5420B60BC9070B49ED04A3DF7" Directory="INSTALLFOLDER" Guid="4A9758ED-FAB6-45EA-8D4D-4AA60C25DDF9" Win64="yes">
207
                <File Id="filDB2B5EE0EF352042DCB528551CFF336A" KeyPath="yes" Source="$(var.SourceDir)\MarkupToPDF.dll" />
208
            </Component>
209
            <Component Id="cmpBF387E9588F2B8473B629AAB925D2239" Directory="INSTALLFOLDER" Guid="28B63371-D57A-49F2-A7A0-2805E583071B" Win64="yes">
210
                <File Id="fil3BBE868726AE8A4E2066B45DD738F0E3" KeyPath="yes" Source="$(var.SourceDir)\MarkupToPDF.dll.config" />
211
            </Component>
212
            <Component Id="cmp2B70E30014C98F3D3D84D9932DBCC545" Directory="INSTALLFOLDER" Guid="B5BC3B13-2054-451C-958D-5A0AA2BF61F3" Win64="yes">
213
                <File Id="filFB7F04795E40E25D3139205DF8500C06" KeyPath="yes" Source="$(var.SourceDir)\MarkupToPDF.pdb" />
214
            </Component>
215
            <Component Id="cmp0BBC8C0CCEC8F022F944984A03840D54" Directory="INSTALLFOLDER" Guid="04E55097-55A4-4BBF-B8EE-3D4EC7F8292F" Win64="yes">
216
                <File Id="fil8AC79F3512ECCFAA2E50F71230FB27FF" KeyPath="yes" Source="$(var.SourceDir)\Markus.Fonts.dll" />
217
            </Component>
218
            <Component Id="cmp0B17840AD798893757D1CC923D24D486" Directory="INSTALLFOLDER" Guid="232091E7-C84F-4930-98BF-C2B53A051172" Win64="yes">
219
                <File Id="fil3077798DBF756B7AF5C41D8BF24F76FD" KeyPath="yes" Source="$(var.SourceDir)\Markus.Fonts.pdb" />
220
            </Component>
221
            <Component Id="cmp9435BF6088412995CAE4550CEEA1C6D3" Directory="INSTALLFOLDER" Guid="AB409B60-BFE6-4008-AFD5-A7D6D71DC0A8" Win64="yes">
222
                <File Id="fil0513A2B0D75FC9E9671B96FB86528679" KeyPath="yes" Source="$(var.SourceDir)\Markus.ImageCompare.dll" />
223
            </Component>
224
            <Component Id="cmp553FDAB750968521B06600505F4CAD52" Directory="INSTALLFOLDER" Guid="4BB505AC-6E17-46CD-BDE3-83FE7BD25279" Win64="yes">
225
                <File Id="fil03A466824863D9356BA149A1B2A008A7" KeyPath="yes" Source="$(var.SourceDir)\Markus.ImageCompare.pdb" />
226
            </Component>
227
            <Component Id="cmp44B75EE95560A911A708C00BB29D72AD" Directory="INSTALLFOLDER" Guid="85B0BA32-524B-4973-85F5-50714EABA84C" Win64="yes">
228
                <File Id="fil548487577F3C736A3C5B7B0D32CB7633" KeyPath="yes" Source="$(var.SourceDir)\MARKUS.ini" />
229
            </Component>
230
            <Component Id="cmp2B9822AB4FE29C97D7C74389B67E3A7B" Directory="INSTALLFOLDER" Guid="ED2D8F70-8448-4822-B502-CA19F184DBAE" Win64="yes">
231
                <File Id="filD10FADEA0033B1FF9119AD86377B6DFB" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.AspNet.SignalR.Client.dll" />
232
            </Component>
233
            <Component Id="cmp601B3BD81B5071744666A47E821CCDD1" Directory="INSTALLFOLDER" Guid="F7B75DB1-57DE-4AFB-A49F-C48723137B52" Win64="yes">
234
                <File Id="fil4F8D22903F1C540154297E75E8066C41" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.AspNet.SignalR.Client.xml" />
235
            </Component>
236
            <Component Id="cmp227B2F253D6CB8A27087F47F70A62459" Directory="INSTALLFOLDER" Guid="E01529B2-5EE3-4DD0-A330-F655125D2469" Win64="yes">
237
                <File Id="filB5261509ADB8E7D2D70A1C67DCA37876" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.Expression.Interactions.dll" />
238
            </Component>
239
            <Component Id="cmpC2107C307F76E546D2A4A5EAD4DA36D7" Directory="INSTALLFOLDER" Guid="FE8098DB-093E-4482-B40D-CA42B4C04DCF" Win64="yes">
240
                <File Id="filBA11534FF762BA52842645F853FD1935" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.Expression.Interactions.xml" />
241
            </Component>
242
            <Component Id="cmpBC4FC00A26E7D32479D42D3411317FC5" Directory="INSTALLFOLDER" Guid="00495F6A-E1CA-454A-AC63-55D8DDF4FFFD" Win64="yes">
243
                <File Id="fil90A8AAD9FC612906D405476D61CEA3F4" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.dll" />
244
            </Component>
245
            <Component Id="cmp125C379E185231EFADA4CB4301BD0A9E" Directory="INSTALLFOLDER" Guid="84982DBE-7E5A-44CC-A8E8-4C3219C37407" Win64="yes">
246
                <File Id="fil3A2F44A7730E98D18E0948B3261DFABD" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.xml" />
247
            </Component>
248
            <Component Id="cmpFF270796B5ECFDCA6FBC9A5B42997622" Directory="INSTALLFOLDER" Guid="F96AFA2A-7ED4-4A0F-8A8F-9B84824C08E1" Win64="yes">
249
                <File Id="filF3FD1E724D473C5E4FDE0C01A7C08ABB" KeyPath="yes" Source="$(var.SourceDir)\OpenCvSharp.dll" />
250
            </Component>
251
            <Component Id="cmp9AD59129D493FC811D1909EC103DE2BF" Directory="INSTALLFOLDER" Guid="BC3D4C34-063E-45B0-AF50-52BCD35BDACA" Win64="yes">
252
                <File Id="fil908EF09AB22DF4399FC68845BA14F1D9" KeyPath="yes" Source="$(var.SourceDir)\OpenCvSharp.Extensions.dll" />
253
            </Component>
254
            <Component Id="cmp2649E92579A3537BFD6860026671FCE5" Directory="INSTALLFOLDER" Guid="C18878FC-A849-42DF-8428-DC813550D463" Win64="yes">
255
                <File Id="fil20BFA8B7C25F2F15B854D26933E1DBB6" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Converters.Wpf.dll" />
256
            </Component>
257
            <Component Id="cmp1565A9AE683DFA87E34DFC76BDD2046B" Directory="INSTALLFOLDER" Guid="4C22DB67-C9D0-4399-ABA3-46753C5AAFA3" Win64="yes">
258
                <File Id="filC819065E746823F9E91591B30E03D619" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Converters.Wpf.xml" />
259
            </Component>
260
            <Component Id="cmp3B4FCC07CAECDB94A069031BC168324E" Directory="INSTALLFOLDER" Guid="09DC6DB1-DBDB-432B-9E7A-044287A89DE0" Win64="yes">
261
                <File Id="filD33D7E850E022CF12EF5753B103A534D" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Core.dll" />
262
            </Component>
263
            <Component Id="cmpD1641B00834F8B66D8D9A194C578E2CF" Directory="INSTALLFOLDER" Guid="5CAA6CAA-22BF-416E-BB1A-38FE91149BC0" Win64="yes">
264
                <File Id="fil495999A5C59164D9D5693506EBEAF8D6" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Core.xml" />
265
            </Component>
266
            <Component Id="cmp08EEC311E7471131DD9C48756161618E" Directory="INSTALLFOLDER" Guid="A27E6B4B-5AF8-44AE-AB49-97C09CA967DF" Win64="yes">
267
                <File Id="fil102BB91B40B34F1ADC227DEA746F2B01" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Css.dll" />
268
            </Component>
269
            <Component Id="cmpDB8114C57E26A455AA8862F1A6C3B114" Directory="INSTALLFOLDER" Guid="061EF6D9-1E42-4FD5-A0B0-4EA49F37AA28" Win64="yes">
270
                <File Id="filBDD3B9E3C5CF872A01B411376835708E" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Css.xml" />
271
            </Component>
272
            <Component Id="cmp56E995C7783AEBDAC6B752A94ACD0ED2" Directory="INSTALLFOLDER" Guid="F5B3F789-5A3B-42C0-9B8F-356D89E4A13F" Win64="yes">
273
                <File Id="filCC44B5EA8E504783D32EAFDD3E30E21A" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Dom.dll" />
274
            </Component>
275
            <Component Id="cmp32A2EC24B9409E67E4D8368BD6BCA811" Directory="INSTALLFOLDER" Guid="4DD24184-7B2E-4445-9277-37BB8631145B" Win64="yes">
276
                <File Id="filF7EC19239F904A5648DD50A36241F22C" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Dom.xml" />
277
            </Component>
278
            <Component Id="cmpB8B303C1586A1169B1A2E216B6A9BE32" Directory="INSTALLFOLDER" Guid="B0E4FA06-3A71-45C6-8F0F-FC8835CFD83B" Win64="yes">
279
                <File Id="fil0586FE7A984D4AF3A228468FF781AF97" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Model.dll" />
280
            </Component>
281
            <Component Id="cmpBA70A2BBA4F356F53583EC6CCAF1AB5B" Directory="INSTALLFOLDER" Guid="5B49618D-3BF5-4F56-8C45-30605452F7C6" Win64="yes">
282
                <File Id="filB27DE2E31F724F323B47CBDB4FEDDE96" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Model.xml" />
283
            </Component>
284
            <Component Id="cmp02DD37C0B535C7B93C5BB33A7DA9BB1C" Directory="INSTALLFOLDER" Guid="4182E39A-BB2B-42B6-9BF1-A81C35862FF9" Win64="yes">
285
                <File Id="fil3CD450688EDB59F884A6545893A7F7D4" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Rendering.Wpf.dll" />
286
            </Component>
287
            <Component Id="cmp8A98893B22A3B14BDB5C40838073DF18" Directory="INSTALLFOLDER" Guid="E48458A7-D21E-44A6-9C44-683EAC65A7F8" Win64="yes">
288
                <File Id="filC6EAFDEC8BDDFDC069A3759FC790084C" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Rendering.Wpf.xml" />
289
            </Component>
290
            <Component Id="cmpC1119906A8080810EDEBCBFD3B1B38F1" Directory="INSTALLFOLDER" Guid="4549136F-197E-4058-91FC-51D337D36E30" Win64="yes">
291
                <File Id="filF90875F2A924073A3615783B54E20562" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Runtime.Wpf.dll" />
292
            </Component>
293
            <Component Id="cmp12AE3800F2727D49A33A6C5BCEDAAD18" Directory="INSTALLFOLDER" Guid="4F54840C-7F7E-4723-A6B5-EC1534B3B9B8" Win64="yes">
294
                <File Id="filAF68FD3C2E89DAA5E2E45418E64ED646" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Runtime.Wpf.xml" />
295
            </Component>
296
            <Component Id="cmpA748C45814948C0E47F0962CF5A9E2C5" Directory="INSTALLFOLDER" Guid="2B95F144-4444-4575-974E-DB3E16DF7F38" Win64="yes">
297
                <File Id="filAF63FF48A59E0E5E7F49BFD1CBBB0CC3" KeyPath="yes" Source="$(var.SourceDir)\System.Buffers.dll" />
298
            </Component>
299
            <Component Id="cmp642ED5B0D0BD1F16347D1310992C55A0" Directory="INSTALLFOLDER" Guid="097459FC-8572-4D3E-963A-66913BC07728" Win64="yes">
300
                <File Id="filFA1D7EC932018D1CCB80F9F43D328009" KeyPath="yes" Source="$(var.SourceDir)\System.Memory.dll" />
301
            </Component>
302
            <Component Id="cmp89AE5ECEB789ECF60BE6CC568D60B2F9" Directory="INSTALLFOLDER" Guid="AA34D582-B1CD-4FBC-9BC5-464C5C1E7DA6" Win64="yes">
303
                <File Id="fil07CC506FCE6F39AF87379627460A5FFB" KeyPath="yes" Source="$(var.SourceDir)\System.Numerics.Vectors.dll" />
304
            </Component>
305
            <Component Id="cmpAFCF21A15F6EDA45A32D147050609285" Directory="INSTALLFOLDER" Guid="F99106CC-E692-4409-BB28-EDA89670B358" Win64="yes">
306
                <File Id="filAE286E96EA00902BC284AEBF3030D6E4" KeyPath="yes" Source="$(var.SourceDir)\System.Runtime.CompilerServices.Unsafe.dll" />
307
            </Component>
308
            <Component Id="cmp017BFB3832A5B110A2B3A350E13F2A5C" Directory="INSTALLFOLDER" Guid="04CB53DB-6D08-4CB1-BFAC-5047668FE2E2" Win64="yes">
309
                <File Id="fil17E34524E8398461D615894C92558FE9" KeyPath="yes" Source="$(var.SourceDir)\System.Windows.Interactivity.dll" />
310
            </Component>
311
            <Component Id="cmp278E62245C5B0A0B8A6A38F03AFAF157" Directory="INSTALLFOLDER" Guid="06A88EC4-91C1-48F8-BEB5-F647935DDB18" Win64="yes">
312
                <File Id="fil79CEBF2A3B2604BFFEE54F9D75DFEB94" KeyPath="yes" Source="$(var.SourceDir)\System.Windows.Interactivity.xml" />
313
            </Component>
314
            <Component Id="cmp11C8820ECB0CB2D86F64F2996509DCA7" Directory="INSTALLFOLDER" Guid="0D66F9C6-3A9B-4CAD-B0EA-80C0C80BBF4D" Win64="yes">
315
                <File Id="fil634B1A249B0D62C150EFB286C2C91A46" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.dll" />
316
            </Component>
317
            <Component Id="cmpAF56AE510EB3BDF893C5B06C6ABA7BDD" Directory="INSTALLFOLDER" Guid="24C685B7-41AF-4AD9-8506-F04C58565C2C" Win64="yes">
318
                <File Id="filF728404062A49EA67C9D8FE3BBE0E898" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Docking.dll" />
319
            </Component>
320
            <Component Id="cmpBE7FBA8B56FB9D530920883132FE86C1" Directory="INSTALLFOLDER" Guid="C8CEBAE9-C3CA-47CD-8256-BB56723FE70B" Win64="yes">
321
                <File Id="fil9A2F4BEFBF53C4C709DA21A083DA6A1B" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Docking.xml" />
322
            </Component>
323
            <Component Id="cmp21BF690CF842B5194CB2028F73189055" Directory="INSTALLFOLDER" Guid="E7F42478-DEAB-4F4E-812F-80D874773172" Win64="yes">
324
                <File Id="fil266D83FF68961E612507118F431810F7" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.GridView.dll" />
325
            </Component>
326
            <Component Id="cmp1C473DEFC716BFE4576E3320389EA31B" Directory="INSTALLFOLDER" Guid="EDA20923-C443-402F-9DB4-00A6B7B41B39" Win64="yes">
327
                <File Id="fil80B1C0878CCB7BB9886F1F11A90A7A25" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.GridView.xml" />
328
            </Component>
329
            <Component Id="cmp4CBD77EFA337CFC3401C374F65E29BAA" Directory="INSTALLFOLDER" Guid="570BE583-206D-4D51-A597-7B56CF7B98E1" Win64="yes">
330
                <File Id="fil3DF9298853D1D63F2B5664B24979D0E0" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Input.dll" />
331
            </Component>
332
            <Component Id="cmp0865E2640073EE438D5B03BB656DF9DE" Directory="INSTALLFOLDER" Guid="07AEE334-43FC-469C-9CE9-CDBCFC620804" Win64="yes">
333
                <File Id="filECA66ED79E5B5BBCDE61F6FE872881A3" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Input.xml" />
334
            </Component>
335
            <Component Id="cmpBBA2EA4FDA3C5AA2693FAC9589038964" Directory="INSTALLFOLDER" Guid="7C8DB49E-E9A8-421F-89F0-4E0A9DA45659" Win64="yes">
336
                <File Id="filDC3BAC1BF9BBD0564415BD06BEEE0135" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Navigation.dll" />
337
            </Component>
338
            <Component Id="cmp49CCED87D28FB4CDF0F72AF169DC466C" Directory="INSTALLFOLDER" Guid="B79B4BF3-F26C-4EA5-9B12-BF3874984BD7" Win64="yes">
339
                <File Id="fil057DEB58C31EE18ECD515C5922BF4644" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Navigation.xml" />
340
            </Component>
341
            <Component Id="cmpBF5C0D6200AF06B163C4D15C43D1664D" Directory="INSTALLFOLDER" Guid="84B7057A-7BAD-4A6A-A7C5-0333F9B757C4" Win64="yes">
342
                <File Id="filF79E0D2ADE14C7A2E11C65C296BC40BF" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.RibbonView.dll" />
343
            </Component>
344
            <Component Id="cmpA4FDA7D04D2F33D44BB052128E61417C" Directory="INSTALLFOLDER" Guid="7BDA9B72-BD2D-4F91-A5A8-F96B2E5B983C" Win64="yes">
345
                <File Id="fil427B1EE35E2EE2178733459BBA3DCF57" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.RibbonView.xml" />
346
            </Component>
347
            <Component Id="cmp7A4117C0452228673BE7CB8D5536CBE3" Directory="INSTALLFOLDER" Guid="C7765BB5-C146-4B5B-A742-77365E4976E4" Win64="yes">
348
                <File Id="fil0F6252EEB3F3D007DA73E3109A1AC691" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.xml" />
349
            </Component>
350
            <Component Id="cmp92AE6AD1C56764FC0C2F256343677A9F" Directory="INSTALLFOLDER" Guid="7A86BD92-7F35-44D9-8B7E-4CE070EB6AC4" Win64="yes">
351
                <File Id="filD747EE49E2E0D8A06187AA226FF1C561" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Data.dll" />
352
            </Component>
353
            <Component Id="cmpB988D96D64F2043198653ACBC529877B" Directory="INSTALLFOLDER" Guid="3541A241-4E57-4386-B9EA-E1F5BAC29104" Win64="yes">
354
                <File Id="fil32A6E9716B9402B0C9010B45C4956E27" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Data.xml" />
355
            </Component>
356
            <Component Id="cmpCD235197A0E4A6BCD3DEB46A5728EB4F" Directory="INSTALLFOLDER" Guid="80A9DC44-1B3B-4E24-8D53-654DF467E060" Win64="yes">
357
                <File Id="fil0E4AE6C9555A11AC8411AE8BE6530CDA" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Themes.VisualStudio2013.dll" />
358
            </Component>
359
            <Component Id="cmp7F07F6231918203727082BB6A28CC75F" Directory="INSTALLFOLDER" Guid="50E378A1-8AEC-4AD7-B835-317EE431D68E" Win64="yes">
360
                <File Id="fil3E19A0F06927704B530947F360809AD8" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Zip.dll" />
361
            </Component>
362
            <Component Id="cmpFF91FE36548D6FA9C8D0DC80206BE1EF" Directory="INSTALLFOLDER" Guid="2BF7099A-EA4F-46AF-A869-D430B220A8A4" Win64="yes">
363
                <File Id="fil898D8F5BF92067A65BDD539092A9A061" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Zip.xml" />
364
            </Component>
365
            <Component Id="cmp0514F1BB70C8ECCFF44A0A355A53441B" Directory="INSTALLFOLDER" Guid="635D6BE1-7B96-4896-9156-D59E1407F67B" Win64="yes">
366
                <File Id="fil9F98448866AC2226C494BD9810AF69EF" KeyPath="yes" Source="$(var.SourceDir)\ToggleSwitch.dll" />
367
            </Component>
368
            <Component Id="cmp2A89C68EF23B496F749D66D9A4FC560C" Directory="INSTALLFOLDER" Guid="F5069C08-5D77-4EA4-93BE-1B38DB792030" Win64="yes">
369
                <File Id="fil95BBC9308CF6D7C0CBAF3CB38818F4C3" KeyPath="yes" Source="$(var.SourceDir)\WcfExtensions.ServiceModel.dll" />
370
            </Component>
371
            <Component Id="cmp2B79D8B21752ECF6DF82930454768404" Directory="INSTALLFOLDER" Guid="722FF6E1-C7FA-47DB-8901-6030C0CB9B99" Win64="yes">
372
                <File Id="filC5BEFD2EAA8948BAA5384BF4A966EDA5" KeyPath="yes" Source="$(var.SourceDir)\ZoomAndPan.dll" />
373
            </Component>
374
            <Component Id="cmpD268E75D112A9ADD9223BB55A0575B18" Directory="INSTALLFOLDER" Guid="A07AAF04-F570-4D90-AD3D-D433F06DC679" Win64="yes">
375
                <File Id="filD8948ECB7EB50C38284CC081B13EB98E" KeyPath="yes" Source="$(var.SourceDir)\ZoomAndPan.pdb" />
376
            </Component>
377
            <Component Id="cmp8FBF2BDB3D3B55D95D738AE16D776E91" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="DF5B02D4-9AC8-459B-A3EC-9E1324DF9F44" Win64="yes">
378
                <File Id="filCE89910B4AD60B36118F14BA5A049859" KeyPath="yes" Source="$(var.SourceDir)\de\Telerik.Windows.Controls.resources.dll" />
379
            </Component>
380
            <Component Id="cmpED18B6653ED03B97E3353F581E179044" Directory="dir0D18385E5D5B9FAA291CC921F38CD5DC" Guid="AED1FB7A-7569-46B1-857C-79A4AE8BE8DF" Win64="yes">
381
                <File Id="fil469ADEE0CDFD331ADCE6C29EE72CC0C1" KeyPath="yes" Source="$(var.SourceDir)\dll\x64\OpenCvSharpExtern.dll" />
382
            </Component>
383
            <Component Id="cmp3610755AFCAD6A751A4119BA909BD872" Directory="dir0D18385E5D5B9FAA291CC921F38CD5DC" Guid="09F46CA0-0A5A-4C56-AB7F-749830B4DBE6" Win64="yes">
384
                <File Id="fil733FE922D14CAB71509295EB8347F868" KeyPath="yes" Source="$(var.SourceDir)\dll\x64\opencv_videoio_ffmpeg453_64.dll" />
385
            </Component>
386
            <Component Id="cmp1B1DF445C550E08FDA0A1FB001D98941" Directory="dir15680C6A7B24054BF0F4BC613FFB8552" Guid="838BD55D-9996-4CD4-B8C0-9B4F814B58E8" Win64="yes">
387
                <File Id="fil2AA7856D517F4C89FB712139416FB7BD" KeyPath="yes" Source="$(var.SourceDir)\dll\x86\OpenCvSharpExtern.dll" />
388
            </Component>
389
            <Component Id="cmp2E341C0C28C221F8E685C616A4EA3823" Directory="dir15680C6A7B24054BF0F4BC613FFB8552" Guid="6F447D27-6AF9-4968-85EE-F0AC38EB58FF" Win64="yes">
390
                <File Id="filCD830370DD66D9938715EFBD48ACB9DF" KeyPath="yes" Source="$(var.SourceDir)\dll\x86\opencv_videoio_ffmpeg453.dll" />
391
            </Component>
392
            <Component Id="cmp2A3F3E6BA2490D3202F1332C9EC174FB" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="FAAD966E-FC6E-4F2B-9189-A2CE4C035682" Win64="yes">
393
                <File Id="fil5D75AD906A44966046A97C57C4F18833" KeyPath="yes" Source="$(var.SourceDir)\es\Telerik.Windows.Controls.resources.dll" />
394
            </Component>
395
            <Component Id="cmp018DDF4A0C68B7CD2430401924062DB2" Directory="dirB55DFDA91FEE7CCCBC65CA7493B75748" Guid="0332F392-6C37-446B-BACB-88199B6E4DCA" Win64="yes">
396
                <File Id="filABD02679788FB3CF55E5561863627EB1" KeyPath="yes" Source="$(var.SourceDir)\fr\Telerik.Windows.Controls.resources.dll" />
397
            </Component>
398
            <Component Id="cmp7C8985562649003E18B234BE73E4B656" Directory="dir45DE18DD71F3E8DD6BE4A0E2B48778C8" Guid="2BB542DE-C1C0-4ADB-B718-69D643C46C21" Win64="yes">
399
                <File Id="fil2AB10F4CAB8B23469B3F044F6FA6C8FF" KeyPath="yes" Source="$(var.SourceDir)\it\Telerik.Windows.Controls.resources.dll" />
400
            </Component>
401
            <Component Id="cmp9D362277309EED1B413C0EC318CDF8D0" Directory="dir2F3D431E0ED26930C4D37E679C7700A1" Guid="605CABC3-2FFF-4892-A3BD-7BE24239BC53" Win64="yes">
402
                <File Id="fil0A3BECBAF1358C0A33D415890487998A" KeyPath="yes" Source="$(var.SourceDir)\nl\Telerik.Windows.Controls.resources.dll" />
403
            </Component>
404
            <Component Id="cmpD0CF403855897C81A0A72926154E295E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D57EE570-0D0C-415A-949B-81875664A70B" Win64="yes">
405
                <File Id="filDDAB5DA13DB4532885C2433DDA6E3620" KeyPath="yes" Source="$(var.SourceDir)\Plugin\ConfigParser.dll" />
406
            </Component>
407
            <Component Id="cmp0AE1108B6C056220E5CB9FAD3615281C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C37B0835-9EA6-4A7A-983E-A52C080E3BB0" Win64="yes">
408
                <File Id="fil68D85261A4F13E36089E10C15E44D9E6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\DownloadManager.exe" />
409
            </Component>
410
            <Component Id="cmpB02B4E0CEC4DB50142F32D094F77BA7F" Directory="dir151D8EB8B053AC493745294402052C80" Guid="54ACE872-6611-4408-9BAE-E1C7B864C4C8" Win64="yes">
411
                <File Id="filF578E0492762A6FE61102427C1D4D82A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\DownloadManager.exe.config" />
412
            </Component>
413
            <Component Id="cmpDB85079DCAC7D888E16F916CAF4F0053" Directory="dir151D8EB8B053AC493745294402052C80" Guid="9EAC4B01-32E7-426D-8F5B-C2404E7DDC09" Win64="yes">
414
                <File Id="filB67FA84082FB0D3EDC38A5645E70E65B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\DownloadManager.pdb" />
415
            </Component>
416
            <Component Id="cmp76B881F842AD77C7CE8BE196A406A6A7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0A65C493-B314-4754-AABD-EB762B96EED9" Win64="yes">
417
                <File Id="fil07CE1276A37459E3D5568C5F8498FF40" KeyPath="yes" Source="$(var.SourceDir)\Plugin\IIpc.dll" />
418
            </Component>
419
            <Component Id="cmp2E725F377038ABF84C767CE8582BB087" Directory="dir151D8EB8B053AC493745294402052C80" Guid="087AF860-7DF2-4072-B1D8-FD54F4ADD023" Win64="yes">
420
                <File Id="fil89747AAE548334B5400C7B463160A9C4" KeyPath="yes" Source="$(var.SourceDir)\Plugin\IIpc.dll.config" />
421
            </Component>
422
            <Component Id="cmpDAD3AD8E48BCFEC7A27E5B8FCCFB0529" Directory="dir151D8EB8B053AC493745294402052C80" Guid="4226695E-2983-4FA6-979F-3C0C9256DC5C" Win64="yes">
423
                <File Id="fil6EDF1CA9A1FDD7B47D0A3A5E32660B58" KeyPath="yes" Source="$(var.SourceDir)\Plugin\IIpc.pdb" />
424
            </Component>
425
            <Component Id="cmpCEBC6A39F278BC57FD19E1F7D1314290" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3DB69529-AEFB-4FF8-9A97-621D782EF502" Win64="yes">
426
                <File Id="fil914736077F3F49AE307A35A5FF5E3B6C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\Log.config" />
427
            </Component>
428
            <Component Id="cmp57CB2C88052300D0F2F9BD9B06E42B93" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C54A7B2E-5066-4E46-BAA3-4E0B8BDCBF2F" Win64="yes">
429
                <File Id="filBECDC67E0E940ECB7830019F1D45286A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\log4net.dll" />
430
            </Component>
431
            <Component Id="cmp3F331E7ABB7CFC7E1713CA60ED030EFA" Directory="dir151D8EB8B053AC493745294402052C80" Guid="368D0937-7079-4549-BF34-9E2EA35EDEA7" Win64="yes">
432
                <File Id="fil39D8FAF6C3937B72DE8A1A90D6ED156F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\log4net.xml" />
433
            </Component>
434
            <Component Id="cmpC4C6D15E634BB3438777890706B3C508" Directory="dir151D8EB8B053AC493745294402052C80" Guid="058DB931-D0E5-4165-ABBD-25654766A494" Win64="yes">
435
                <File Id="fil8DE28FC3EAF041CC29E943CFEC7EC003" KeyPath="yes" Source="$(var.SourceDir)\Plugin\Microsoft.Bcl.AsyncInterfaces.dll" />
436
            </Component>
437
            <Component Id="cmp5B2CA045AED24D37C15EF7884787AECF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FA17D35A-9333-4C83-B4B5-66A68ACCDA0D" Win64="yes">
438
                <File Id="fil7469BD35317EB40E71A1FF8046D97D25" KeyPath="yes" Source="$(var.SourceDir)\Plugin\Microsoft.Bcl.AsyncInterfaces.xml" />
439
            </Component>
440
            <Component Id="cmp74A3D0CBBEE36810F5D56D5DED5B9AFD" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D476A918-76C6-4F80-ADE8-D621A6CC0A29" Win64="yes">
441
                <File Id="fil7C4A492C030B48ECD06994393C62DCA8" KeyPath="yes" Source="$(var.SourceDir)\Plugin\Microsoft.Win32.Primitives.dll" />
442
            </Component>
443
            <Component Id="cmpFDC960D97207FEA76D44BCC9C4B0F149" Directory="dir151D8EB8B053AC493745294402052C80" Guid="2D5D9697-A2BC-47E0-B170-46CB395CF9A1" Win64="yes">
444
                <File Id="fil748601FF5EEE990332F422D127E0665C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\netstandard.dll" />
445
            </Component>
446
            <Component Id="cmp8AED7E85BF71296EBD7547330E12AA73" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C7D2F4FE-7B7C-4871-8C19-FC052D68C56C" Win64="yes">
447
                <File Id="filA65D082D2DD53730B299C0C4179228F2" KeyPath="yes" Source="$(var.SourceDir)\Plugin\RestSharp.dll" />
448
            </Component>
449
            <Component Id="cmp7B563D4D30AB3B6E7008198DC411AA42" Directory="dir151D8EB8B053AC493745294402052C80" Guid="868578D1-F224-41CB-A477-B7AFD4DCB24C" Win64="yes">
450
                <File Id="fil466BCDE7BC9305CAA32FC1A2FF1A0679" KeyPath="yes" Source="$(var.SourceDir)\Plugin\RestSharp.xml" />
451
            </Component>
452
            <Component Id="cmp327D6BE9F894F6B7ACB127C4AC067814" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E8858CBB-58C3-4421-BE31-1AA7D06278D3" Win64="yes">
453
                <File Id="fil07B467DF6492DBC40D2A1FEFC3D02B9B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.AppContext.dll" />
454
            </Component>
455
            <Component Id="cmpCDBD04BC51A62D9A35CA5B97BB618812" Directory="dir151D8EB8B053AC493745294402052C80" Guid="8EDD531B-8317-44D3-864A-119F72CFB1BB" Win64="yes">
456
                <File Id="filD97AE98932BCB39BC1C4EC08C523D5F2" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Buffers.dll" />
457
            </Component>
458
            <Component Id="cmpA76CBF9FD4DBBE2FF775EA9F9A0CA45B" Directory="dir151D8EB8B053AC493745294402052C80" Guid="5A6BAEEC-D037-4C6C-9CE1-A8083B8BCF27" Win64="yes">
459
                <File Id="fil820F92305365AED8FD33D6860DDCF9FA" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Buffers.xml" />
460
            </Component>
461
            <Component Id="cmpED7D7C54402BCFA6BF7535C9D144E911" Directory="dir151D8EB8B053AC493745294402052C80" Guid="72B19F60-2096-498C-9015-8A88DDCF39AD" Win64="yes">
462
                <File Id="fil7FE4F493477741B4A009707884326BF1" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Collections.Concurrent.dll" />
463
            </Component>
464
            <Component Id="cmp8DA25F8672FC485C67966ABC00BD52C1" Directory="dir151D8EB8B053AC493745294402052C80" Guid="A5CD3747-4A82-43E7-B6AE-63C34F6CF6CE" Win64="yes">
465
                <File Id="fil0B1BEAD8A4BCC55355CA7BD63E7FAC6D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Collections.dll" />
466
            </Component>
467
            <Component Id="cmp24114AEEBE8888937C2DCDD0E142387A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C69D7984-48CD-4E45-9634-9F42A9A59497" Win64="yes">
468
                <File Id="fil7FAFDDF24B642597371CEEF77E652820" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Collections.NonGeneric.dll" />
469
            </Component>
470
            <Component Id="cmp1B0DC941181D3FB7FCE0468AB257D8C2" Directory="dir151D8EB8B053AC493745294402052C80" Guid="AB1EA7D0-7C28-4142-9498-93C5EB624CA7" Win64="yes">
471
                <File Id="fil4EB3EA4C51E35F0354C529DB0F9EC4ED" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Collections.Specialized.dll" />
472
            </Component>
473
            <Component Id="cmpE5307DFDBC45D934DFF059CABDB559EF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="949EE118-4E80-44BE-8932-7AEE85A3A656" Win64="yes">
474
                <File Id="filD91883ACC65A9892D6FA2FB57ED77FC3" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ComponentModel.dll" />
475
            </Component>
476
            <Component Id="cmp6F980C48AF565D75F3D11FBB463971A3" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C39CA577-CDE3-4D9A-81E6-2F207E4C0DA6" Win64="yes">
477
                <File Id="fil5C41C78BFD4CFF99DAA1376A1CD885F6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ComponentModel.EventBasedAsync.dll" />
478
            </Component>
479
            <Component Id="cmpD366EE56E68DF780F92D1631C2EE9043" Directory="dir151D8EB8B053AC493745294402052C80" Guid="8B11EB04-749D-4CEF-B220-5B7D540EFB4E" Win64="yes">
480
                <File Id="fil543255D62225195EEA1E5D671F4975DD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ComponentModel.Primitives.dll" />
481
            </Component>
482
            <Component Id="cmp32CA23DD4B80E34D2923FDD8563A9FBF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B2579DEE-0110-4A46-82D6-12A4D3E14A02" Win64="yes">
483
                <File Id="fil685FD1390AF19AF39DCC792948237315" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ComponentModel.TypeConverter.dll" />
484
            </Component>
485
            <Component Id="cmpD9355294F62F1BB10D0F9D2C4CA2665E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7A718FF2-9134-4DD7-896E-05BA0B4E3412" Win64="yes">
486
                <File Id="fil4A361D00A9734F927CBD20C5872EC939" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Console.dll" />
487
            </Component>
488
            <Component Id="cmp14B59764D1F8F4E0D781DA04E576BD83" Directory="dir151D8EB8B053AC493745294402052C80" Guid="88FBEC06-05E0-4C9A-B86B-C902C8F59826" Win64="yes">
489
                <File Id="filF7691DBBA036DB7F07DB824DE1343F18" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Data.Common.dll" />
490
            </Component>
491
            <Component Id="cmpDAE1CD581CC0B3D7E47EE43DAE13491E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="A4CADF40-2102-4A06-ADD7-1BED7D3164EC" Win64="yes">
492
                <File Id="filC8E00E36CEC9123EE1A97E010EAEB216" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Contracts.dll" />
493
            </Component>
494
            <Component Id="cmpAFB80B568343A56155D2F717E1EA8AE6" Directory="dir151D8EB8B053AC493745294402052C80" Guid="5E448911-36AC-4694-953D-08B7252A9CD2" Win64="yes">
495
                <File Id="fil91F995C76C5669C4C7E3700207E3EA6F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Debug.dll" />
496
            </Component>
497
            <Component Id="cmp24B1FCFE2607F947F227C5F759749F23" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D024553C-4845-472A-A107-AFE71C10A585" Win64="yes">
498
                <File Id="fil3E2CB6AE0CA53E155EC0AD1B7F1C66C7" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.FileVersionInfo.dll" />
499
            </Component>
500
            <Component Id="cmp33E5DED94AF5E56107DFDF0373916A98" Directory="dir151D8EB8B053AC493745294402052C80" Guid="10434B82-066D-48CE-9BE6-4DAB4FDC7B78" Win64="yes">
501
                <File Id="filA3983A5DE93AA9FF88B68156F06942BD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Process.dll" />
502
            </Component>
503
            <Component Id="cmpE854547CDC6515FB82B172E1EEE6409F" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7F595F69-E834-4577-B802-A9161D2B64EA" Win64="yes">
504
                <File Id="fil8DCA9EC49C8B5DB38C6A179808FA9E87" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.StackTrace.dll" />
505
            </Component>
506
            <Component Id="cmp25E5B8981A4EA1B2CABAFB25486BF04A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0A21EA96-D794-4154-BBBD-433DA40C67FB" Win64="yes">
507
                <File Id="filFAF60EF3C09C0C12A87B0297756B3866" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.TextWriterTraceListener.dll" />
508
            </Component>
509
            <Component Id="cmp2BE0AD293126E32A912F5CB9D35D37B9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="1A734F90-79A7-4A82-BBD8-4E5DCC0972A4" Win64="yes">
510
                <File Id="fil5E23CFD71F8A42CEDD5433237B7436B6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Tools.dll" />
511
            </Component>
512
            <Component Id="cmpDD987156D314D5B3F80BCDADAE2E684C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="ACF9B981-DA13-486C-8EE1-CD4B85D29291" Win64="yes">
513
                <File Id="filD1B6C9EDCEAD9B58872EE22570DA0793" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.TraceSource.dll" />
514
            </Component>
515
            <Component Id="cmp0560D88A04F84A062A1203E8BE110182" Directory="dir151D8EB8B053AC493745294402052C80" Guid="1BCFCEA3-C449-468F-BC92-5FBDFF946A8B" Win64="yes">
516
                <File Id="fil33B2B807DD086627D983003350E7C07B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Tracing.dll" />
517
            </Component>
518
            <Component Id="cmp263B76F0CA3D9CC16EE36BC102A59385" Directory="dir151D8EB8B053AC493745294402052C80" Guid="91175887-0335-46AB-8D4E-28122A3727E4" Win64="yes">
519
                <File Id="filFCE0ADDC63269D74985ED75EFECC6338" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Drawing.Primitives.dll" />
520
            </Component>
521
            <Component Id="cmpDFD55F07A926E8BC7B3A8ECA5EEDA8D6" Directory="dir151D8EB8B053AC493745294402052C80" Guid="6DF4A905-25D3-4859-AB94-E24037E5EF9A" Win64="yes">
522
                <File Id="fil6DAD008EC72C285E19D727BC9AB8AB9C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Dynamic.Runtime.dll" />
523
            </Component>
524
            <Component Id="cmpCC10C83A75B0D31F27DB0D2BDFF71BC7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="11466DCE-63AF-4610-9D02-2407918A8CB3" Win64="yes">
525
                <File Id="fil222704B7BFBCE544F36709A36E477429" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Globalization.Calendars.dll" />
526
            </Component>
527
            <Component Id="cmp5EF5517CDE2214B4130216BAEE030B0A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E10B735A-F03A-4427-AAF4-69EFEC2E5F39" Win64="yes">
528
                <File Id="filDD7DA9A10C8A834F92290822D44C942A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Globalization.dll" />
529
            </Component>
530
            <Component Id="cmp78CD51B71706ED1E63F943DC423BC34C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="16302B1E-9FD7-443C-B6C2-23D411AB9DBB" Win64="yes">
531
                <File Id="fil6425D59EDA41F602B2288AE444CC4A4E" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Globalization.Extensions.dll" />
532
            </Component>
533
            <Component Id="cmp446DD9CF570714C9638247B630CE0A55" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D320A26D-590C-498E-9CBB-56E875ECE954" Win64="yes">
534
                <File Id="filFD352E86EC7B1CCCF5836DD5CA75611D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.Compression.dll" />
535
            </Component>
536
            <Component Id="cmp0FFC0161EA77EC2294DBF2C1726E3817" Directory="dir151D8EB8B053AC493745294402052C80" Guid="BE8394ED-8A35-4610-9B63-FBA4FBFAA4FA" Win64="yes">
537
                <File Id="fil61C11BAACF9FE0F512E0F17C0B7D0662" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.Compression.ZipFile.dll" />
538
            </Component>
539
            <Component Id="cmp7A397071CA03FDDD9F8A0FAB06DE4F02" Directory="dir151D8EB8B053AC493745294402052C80" Guid="EE0561FD-F99C-40D1-A9ED-985280837491" Win64="yes">
540
                <File Id="fil21237FA38557C72957ADC0BE94C5E355" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.dll" />
541
            </Component>
542
            <Component Id="cmp00072A431D40B5B3FDFA3A32F92AB5E3" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3B758684-1C30-41E4-BC9C-28F443842C4B" Win64="yes">
543
                <File Id="fil322063CA7CB272F74BA42D8AD62E31CB" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.FileSystem.dll" />
544
            </Component>
545
            <Component Id="cmpA8E47EE716439F74D2C45196F1523942" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E62CF318-A03F-4C05-9C09-EEAB17FC2B84" Win64="yes">
546
                <File Id="filFA0B8A6F9922FFE90644864EF5F07941" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.FileSystem.DriveInfo.dll" />
547
            </Component>
548
            <Component Id="cmp0A11E0156FF4F65D3495D524F39D4C33" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7216C52B-A959-44BA-A9C5-62524C484592" Win64="yes">
549
                <File Id="fil8ADD6F8C58A36DD87320413073A39B6E" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.FileSystem.Primitives.dll" />
550
            </Component>
551
            <Component Id="cmpD9281F7889CB60E4DDB74F4B166CC920" Directory="dir151D8EB8B053AC493745294402052C80" Guid="92DD3DF0-D15D-4A1D-B9F0-F7AFCCBF4FE5" Win64="yes">
552
                <File Id="fil2531B87A7B2624C39ABF123FE345BDAD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.FileSystem.Watcher.dll" />
553
            </Component>
554
            <Component Id="cmpC6FDFD5165604A6F2458E8438F358CFF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="520AD771-9586-49FF-AF80-EB4270DECA00" Win64="yes">
555
                <File Id="filFD2E323170A2040A429A31C2B59CED1C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.IsolatedStorage.dll" />
556
            </Component>
557
            <Component Id="cmp332E1A4078AE3964EE2AC3A48FD59AF8" Directory="dir151D8EB8B053AC493745294402052C80" Guid="90E50EE1-CA18-465E-B019-186FBD1B3098" Win64="yes">
558
                <File Id="fil3ACB5DA939B12C099EC1312D65D01538" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.MemoryMappedFiles.dll" />
559
            </Component>
560
            <Component Id="cmpE7A34537C5D0BF262558FD85C159A01F" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D30C287F-62FC-4859-BE6B-E393335F821D" Win64="yes">
561
                <File Id="fil253BB23AE26FC9F259D34C7E6BDCECAC" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.Pipes.dll" />
562
            </Component>
563
            <Component Id="cmp5893AE0FFA5F5670944350B78B573145" Directory="dir151D8EB8B053AC493745294402052C80" Guid="2C61DF76-6877-4959-8518-0F37B42E953C" Win64="yes">
564
                <File Id="fil9679DF20964F122CC4C4BBE3C81E40FF" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.UnmanagedMemoryStream.dll" />
565
            </Component>
566
            <Component Id="cmpC5DAD54BF58D2D4CEC35AD90E9FA27AC" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FB3A7457-6DAE-4D73-BA3C-A5EB673EA21D" Win64="yes">
567
                <File Id="fil20ABD6B65E0218730AF3CECA0D620183" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Linq.dll" />
568
            </Component>
569
            <Component Id="cmp883CF7BABAF16F52B232450F1678D1ED" Directory="dir151D8EB8B053AC493745294402052C80" Guid="399AC95D-D14D-485D-98A9-54A357412D3B" Win64="yes">
570
                <File Id="fil30152D34811A837BAAADB471EBBE10C3" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Linq.Expressions.dll" />
571
            </Component>
572
            <Component Id="cmp9A7C55B482501F4504580EBA8D7FEDF9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="9260CDE9-561A-4F4C-A897-397A37F61F78" Win64="yes">
573
                <File Id="fil2D977434FDF46A7368D197E91CC8EE9F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Linq.Parallel.dll" />
574
            </Component>
575
            <Component Id="cmpEC87DAE7CCBD3FEE4789A477F7E007CF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B39A4616-AC22-4F00-AE7C-C927D2AC020A" Win64="yes">
576
                <File Id="filDA0FD0046F47B85C2DCCF316C6FC4BA7" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Linq.Queryable.dll" />
577
            </Component>
578
            <Component Id="cmp787D4E853E6D63505E13D6297868664E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="56026BD7-91C4-4530-99CB-D8A36C6A7EAA" Win64="yes">
579
                <File Id="filE5D9336F30E99AA944A2D35958B44259" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Memory.dll" />
580
            </Component>
581
            <Component Id="cmp02460EAE5D64E4CD6AE58D856C072D37" Directory="dir151D8EB8B053AC493745294402052C80" Guid="97BE6D5D-A51B-48E7-ACBB-057F7F8CE050" Win64="yes">
582
                <File Id="fil6A9ED1072C686394F072CE648F52049B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Memory.xml" />
583
            </Component>
584
            <Component Id="cmp683CA92CC00A80DE706ECA6B10CC081E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="A1AE5B64-EEF9-4331-B55E-78856FC17F03" Win64="yes">
585
                <File Id="fil40792EDA50C7BE0905EDCA29530B5956" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Http.dll" />
586
            </Component>
587
            <Component Id="cmp1A963655ABD79769EEF2BAF41E40564B" Directory="dir151D8EB8B053AC493745294402052C80" Guid="736D2952-8BED-459E-9B29-69B960447004" Win64="yes">
588
                <File Id="filA71CB8EF2389A93716948F5D359ABAE3" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.NameResolution.dll" />
589
            </Component>
590
            <Component Id="cmpC5F8E43F3DC91E63F346ECD96F9EA5EE" Directory="dir151D8EB8B053AC493745294402052C80" Guid="F571EA78-426F-4C66-97B7-0DA5FC292D08" Win64="yes">
591
                <File Id="fil7DAAEE061FD279AB60050E4DE48D1DDB" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.NetworkInformation.dll" />
592
            </Component>
593
            <Component Id="cmpCD0E379BCCB76DF749E134639B176E97" Directory="dir151D8EB8B053AC493745294402052C80" Guid="748BC534-30B2-4E28-B79B-941D71A2C531" Win64="yes">
594
                <File Id="filAC24B87EA88D5D7A372EA51E50C20692" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Ping.dll" />
595
            </Component>
596
            <Component Id="cmp9FC91D39459D1B040ED8D570EAF7A454" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7B5BBFB2-262E-42B4-B37F-9B955E8F3255" Win64="yes">
597
                <File Id="fil515C939C43CA4DB4E5A59FE17227DFF3" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Primitives.dll" />
598
            </Component>
599
            <Component Id="cmpEB919AF62FD6BF08C44DC25A98CF751E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3D704DC9-130A-4446-91CB-1E9FFC7D82EB" Win64="yes">
600
                <File Id="filCC19842FCAC3BAB6CCCDD0C54761CB8C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Requests.dll" />
601
            </Component>
602
            <Component Id="cmpAD1B7E9B60F4E3309BF96C97558770D9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="803D4E7C-80D0-4A1B-9D47-0B5AE43AADFC" Win64="yes">
603
                <File Id="filE301E0834F3BAFA18BB4F2A1A3BE8CC5" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Security.dll" />
604
            </Component>
605
            <Component Id="cmpEB7AC7EB56B5700DD2F98F960A6A39C7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FE41B1C3-50F9-41EB-A0B9-9FCC943F930E" Win64="yes">
606
                <File Id="fil538CEA9EC9F444BA0BF11ABCF24F310F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Sockets.dll" />
607
            </Component>
608
            <Component Id="cmp704410268D9A17708B336B43804AB581" Directory="dir151D8EB8B053AC493745294402052C80" Guid="6B186660-FDA0-4A41-9983-E856CB41BD7D" Win64="yes">
609
                <File Id="filCC63DC3C30984D5708E3F6D6BF67ACFD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.WebHeaderCollection.dll" />
610
            </Component>
611
            <Component Id="cmpBAD5F3C2314F4941B4A3421433D97346" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D389A7CF-D978-4E6F-B61F-B9FB479A102D" Win64="yes">
612
                <File Id="filAE4CC0544C9DADE66BF0B157052C374A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.WebSockets.Client.dll" />
613
            </Component>
614
            <Component Id="cmp9D55A2F960DB358892DC9B4018C8CC69" Directory="dir151D8EB8B053AC493745294402052C80" Guid="05B2A382-5006-4694-8A08-F41BC80F1B75" Win64="yes">
615
                <File Id="filC06199E0700053ACEFAB160FB200BF7B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.WebSockets.dll" />
616
            </Component>
617
            <Component Id="cmp11823B32D133BAF3A1EA79C1F07D1F4E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="07C08BC6-6AA7-474A-9FC9-AA5191ED3CD8" Win64="yes">
618
                <File Id="fil5CBCE59E049323CE4E47F01E057473FE" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Numerics.Vectors.dll" />
619
            </Component>
620
            <Component Id="cmpDDE0659412A97A10FDA1511413BD9C6A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B9A6D740-6D83-4299-9349-2EEBA8F2E98C" Win64="yes">
621
                <File Id="fil8E5BC643D71796092D233A14D160660A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Numerics.Vectors.xml" />
622
            </Component>
623
            <Component Id="cmp1CD0F9B8EDB4C9C467C69899D3CC5407" Directory="dir151D8EB8B053AC493745294402052C80" Guid="92F70272-DD29-40D4-84C6-D5A27F848ECA" Win64="yes">
624
                <File Id="fil5A6BD11064F0DB683B9AA701B0454DF6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ObjectModel.dll" />
625
            </Component>
626
            <Component Id="cmp9A4695A95DE6B7871ADCB3D50878002F" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E777D82E-89C1-4968-9D7B-682778667FD5" Win64="yes">
627
                <File Id="filD9EAFAA5012360641DAB4B3F4019CE2D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Reflection.dll" />
628
            </Component>
629
            <Component Id="cmpAE534A7454616D01B7DCA3DEFCE050D8" Directory="dir151D8EB8B053AC493745294402052C80" Guid="5536589A-854B-4C09-91CC-B938F0152801" Win64="yes">
630
                <File Id="fil48F3993AACEB608A214E876ABA1DF4DA" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Reflection.Extensions.dll" />
631
            </Component>
632
            <Component Id="cmpF24A94C3BD4F7F0F985E83F937F72472" Directory="dir151D8EB8B053AC493745294402052C80" Guid="671C4894-43AA-4A62-B0BE-178055832388" Win64="yes">
633
                <File Id="filF6206C90087AAC065FB94A9394D571FC" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Reflection.Primitives.dll" />
634
            </Component>
635
            <Component Id="cmpB3E91AB759E415574B652D8CFEC07408" Directory="dir151D8EB8B053AC493745294402052C80" Guid="768A70BA-4128-4ED0-83D2-3A4F38918831" Win64="yes">
636
                <File Id="filAA1DD90508EDB0436416E5FFFC084F04" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Resources.Reader.dll" />
637
            </Component>
638
            <Component Id="cmp59C9CD997E1696C7F80EF2BC5CEC5F30" Directory="dir151D8EB8B053AC493745294402052C80" Guid="AC0C4783-6925-436B-91FB-2470288814D9" Win64="yes">
639
                <File Id="filD9F6C5F809255B773E569822607D02D0" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Resources.ResourceManager.dll" />
640
            </Component>
641
            <Component Id="cmpB5862E4A2B33C5B9B94304F10A1AA8AE" Directory="dir151D8EB8B053AC493745294402052C80" Guid="6D900BD5-7D38-463E-B0BD-18E797FA3D0A" Win64="yes">
642
                <File Id="fil576FC704A5AAFE8BA9774DD35A528EDB" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Resources.Writer.dll" />
643
            </Component>
644
            <Component Id="cmp91AA1747FA906BBD11961D01A7E6200C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="4365A020-DCAF-463C-A510-5E313067C201" Win64="yes">
645
                <File Id="filEF3AA2BAFFB518981879A3CCBC84C2CF" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.CompilerServices.Unsafe.dll" />
646
            </Component>
647
            <Component Id="cmpA05136C7AED0340DB3652E7598B1B37D" Directory="dir151D8EB8B053AC493745294402052C80" Guid="896DCAB3-8261-44A0-81A8-C18D9D07B42F" Win64="yes">
648
                <File Id="filE0892A9B675CF27962BD57E51F97F5CF" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.CompilerServices.Unsafe.xml" />
649
            </Component>
650
            <Component Id="cmpFEEC4C1428B4BB82EA01E4E28FD53831" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C5A7F7DE-B66D-49A5-9C44-0026AAE24F01" Win64="yes">
651
                <File Id="filE13F8404B20AAE26E6632CCCB9887E8C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.CompilerServices.VisualC.dll" />
652
            </Component>
653
            <Component Id="cmpB8581372B3776D3B29AEDF04AAB5295E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="479EBAA8-3F6C-4F86-A0F9-D2A54CCA7BFF" Win64="yes">
654
                <File Id="fil840017F1214A243DA1A77FF98660523D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.dll" />
655
            </Component>
656
            <Component Id="cmp8E7425D1A2F9F12F352CDA9BDFE715A0" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E5A49DFA-316D-4D4E-BE43-50094D47EFBE" Win64="yes">
657
                <File Id="fil925EFDB8273006B19B2F0B147E193675" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Extensions.dll" />
658
            </Component>
659
            <Component Id="cmp3560ECD4477D96CD9337CF771D051728" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C49ABA9E-3221-4E75-9E47-E4C4098305E9" Win64="yes">
660
                <File Id="filFFF6CDC757D6D91E4DC1A99477538EB9" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Handles.dll" />
661
            </Component>
662
            <Component Id="cmp10977FC0DFBF1DCD533A1CC53C27F6BE" Directory="dir151D8EB8B053AC493745294402052C80" Guid="DE5E0B9F-B11A-4A25-8834-BE45B813D668" Win64="yes">
663
                <File Id="filEF2415EAEF3CB9727DAC8E1185CB0443" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.InteropServices.dll" />
664
            </Component>
665
            <Component Id="cmp2483E4FF6DF87181E74CB66F3E1C56A1" Directory="dir151D8EB8B053AC493745294402052C80" Guid="9E02E8DA-D4EE-4B55-B5B2-1391AF84A3D4" Win64="yes">
666
                <File Id="filA6BE4FEE9AA0C5BE128F0310553FA3EE" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.InteropServices.RuntimeInformation.dll" />
667
            </Component>
668
            <Component Id="cmpFFE023C2E24180BF690C47E050AF05B7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E2F797C6-00A8-4AC7-B878-B422323134B3" Win64="yes">
669
                <File Id="filD320A6042F5772FD350F9ABD0C336CFC" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Numerics.dll" />
670
            </Component>
671
            <Component Id="cmpA101A5BB23C5F3E83D6BE5C5239C7B60" Directory="dir151D8EB8B053AC493745294402052C80" Guid="DE2BC422-B96B-4240-9C76-0500C9926AEB" Win64="yes">
672
                <File Id="filF9F63C2A59A9C5860A38FD3BEB30BFC9" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Serialization.Formatters.dll" />
673
            </Component>
674
            <Component Id="cmp324EC0689705666B2BCD318193AB3929" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7E557BBC-0294-4647-B83B-778B0405BFBE" Win64="yes">
675
                <File Id="fil05801732094EB522765E6805BD98AE90" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Serialization.Json.dll" />
676
            </Component>
677
            <Component Id="cmpFD3512D75C01BDE181C432E4001706AF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="2AF65034-E4D9-4AAA-849B-366197E4543B" Win64="yes">
678
                <File Id="fil41A80D5AF03746E825C7164837CD094D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Serialization.Primitives.dll" />
679
            </Component>
680
            <Component Id="cmp84FE63DECC159B07059E3E932E2175D3" Directory="dir151D8EB8B053AC493745294402052C80" Guid="431D7782-F57A-4FD1-88D1-8C4706066687" Win64="yes">
681
                <File Id="filB2BA90ED7F70F4E7BE9870CDDD905FFC" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Serialization.Xml.dll" />
682
            </Component>
683
            <Component Id="cmpCACF48D32F447B6AC454196310235220" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D4D12CFC-D0F3-4E3E-87AE-3638629D3084" Win64="yes">
684
                <File Id="fil7F2878108A439DE0C61CAB589CFD5BE5" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Claims.dll" />
685
            </Component>
686
            <Component Id="cmp817C68C848BB506D0A6DFF03663801F4" Directory="dir151D8EB8B053AC493745294402052C80" Guid="ECE74139-CA18-4CB4-A91A-720889BEA95B" Win64="yes">
687
                <File Id="filA7881096DD5209593A0EAC05997E3B1F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.Algorithms.dll" />
688
            </Component>
689
            <Component Id="cmp4845DE15F291C80930C3D562B8C679F1" Directory="dir151D8EB8B053AC493745294402052C80" Guid="BB0F5692-A485-4C8A-86FA-30520488D33A" Win64="yes">
690
                <File Id="fil7BE6F239A1516904C9539EDDF9CED696" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.Csp.dll" />
691
            </Component>
692
            <Component Id="cmp5461B77816163DF8F9BC9BEF77A481C5" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0615AA6B-8B21-4A99-AB64-AAC14D7C20F7" Win64="yes">
693
                <File Id="fil8EBB83860B3C68ADB1BE40738F1E33C9" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.Encoding.dll" />
694
            </Component>
695
            <Component Id="cmpA7019521E20C28875570E6F934E93029" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3019F1BD-E516-4D77-9C5A-B5A3AAB2F881" Win64="yes">
696
                <File Id="fil4FB53C16A09B5AA7B6B12B5C885CFA09" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.Primitives.dll" />
697
            </Component>
698
            <Component Id="cmpB544DF88EE0EBC85AB5B597E8E030BB9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="F2623730-EEB4-42FA-964B-B3051B723EBD" Win64="yes">
699
                <File Id="filAFF1B9D645C5F9B3E0F95BECD0D137C6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.X509Certificates.dll" />
700
            </Component>
701
            <Component Id="cmpD364362EE6714D1B878C59AD0C6411C0" Directory="dir151D8EB8B053AC493745294402052C80" Guid="39263A4B-634F-4612-952C-B2D7F4564CE8" Win64="yes">
702
                <File Id="fil1B682E47ADB2B126814BC528AD4802A0" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Principal.dll" />
703
            </Component>
704
            <Component Id="cmp4C5FEFE8918F2C08B8E87C107D467B7E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="75C814C5-BB2B-4078-81F2-0F0B74B84C25" Win64="yes">
705
                <File Id="fil2E5C6BE215AA177DCC39B1F377B13202" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.SecureString.dll" />
706
            </Component>
707
            <Component Id="cmp58FD6F39FF3DDB9908B92647FDD5E8D4" Directory="dir151D8EB8B053AC493745294402052C80" Guid="CE53AFE4-1A29-4922-B1AA-8A48D158B4AB" Win64="yes">
708
                <File Id="fil0E856A74FC1E7E66FB1DAA47FCE55A78" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Encoding.dll" />
709
            </Component>
710
            <Component Id="cmpDF4D5E3F15CB5CF1EEF2ADA56F74166D" Directory="dir151D8EB8B053AC493745294402052C80" Guid="397E525C-4B36-4343-BB3E-6F841BC556E2" Win64="yes">
711
                <File Id="fil3311A1A1CB99F6CD219D1D27EF1B0911" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Encoding.Extensions.dll" />
712
            </Component>
713
            <Component Id="cmpEEE5207D8934598534AA460116B63F45" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B0B1068B-DB83-4E61-A90F-B648E72B63A2" Win64="yes">
714
                <File Id="fil6DF6E12E5D271F02A799AA6D73476BE2" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Encodings.Web.dll" />
715
            </Component>
716
            <Component Id="cmp84DFEDFE52D5865E71513C522B01BE33" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3433543D-4173-46C5-B155-2D1D03DF62AB" Win64="yes">
717
                <File Id="fil2F04985FE59D68CC4788D3BAA55C9944" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Encodings.Web.xml" />
718
            </Component>
719
            <Component Id="cmp373DBC22D9B2DB7F47D68712ED887B7E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="9B5E2E8F-9C03-449C-AE24-085E6BEE8DC1" Win64="yes">
720
                <File Id="filDB2A5B94C8F9C2DFC0ED72EB95897AEE" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Json.dll" />
721
            </Component>
722
            <Component Id="cmp210D3CA71722CD363B128880F03E57E9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="BFD84296-A47A-4EAB-9317-200CB509DC0C" Win64="yes">
723
                <File Id="fil7D65C8903DC34723C361095B9143EAFF" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Json.xml" />
724
            </Component>
725
            <Component Id="cmp2249E1268FB81A5D9420661EA5617DFD" Directory="dir151D8EB8B053AC493745294402052C80" Guid="480DA4F3-69CC-4B7D-8905-914CA73429DF" Win64="yes">
726
                <File Id="fil4C0543F17BD35B81533A91CCAF7D2699" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.RegularExpressions.dll" />
727
            </Component>
728
            <Component Id="cmpA8DA33CBD7AD29DE6D97290E540F99D3" Directory="dir151D8EB8B053AC493745294402052C80" Guid="90DA195F-DE36-4A1B-B8D6-240E808E0B08" Win64="yes">
729
                <File Id="fil71C8C4CEE238DE1C77836FB65D9AED98" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.dll" />
730
            </Component>
731
            <Component Id="cmp7A8C269445D08E5691EEB462C1E4B1A9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D0CF9B24-5194-42D2-84A1-43D25CBB9E44" Win64="yes">
732
                <File Id="fil1FA955F05C71A8F69AED782D031ED15F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Overlapped.dll" />
733
            </Component>
734
            <Component Id="cmpF688C2A42CB982DE1CE341617BBEE94A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="20B43D68-9013-43AA-A7C4-8D0FC60594FB" Win64="yes">
735
                <File Id="fil9695FC43A2077304C74FFB51006324D0" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Tasks.dll" />
736
            </Component>
737
            <Component Id="cmpFA76E65138E2623D4F7D14F223DA4729" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7F195FA6-64CD-48AD-B06F-92ABA19F58EF" Win64="yes">
738
                <File Id="filD10299A10958F5338426DE72A08FD6F8" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Tasks.Extensions.dll" />
739
            </Component>
740
            <Component Id="cmp0A97FB47BE9CC283E85F7DFDD919EAC5" Directory="dir151D8EB8B053AC493745294402052C80" Guid="8D2242F9-2611-4C11-86CD-E8661BAAA9E4" Win64="yes">
741
                <File Id="fil10AD4450BDA7CA95C6FAA94BCD3BD98A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Tasks.Extensions.xml" />
742
            </Component>
743
            <Component Id="cmp5F3BF0262188BDCAADDC74A9E89EB405" Directory="dir151D8EB8B053AC493745294402052C80" Guid="4A9A2F53-750E-4C77-ABEA-86971C35BEB0" Win64="yes">
744
                <File Id="filFA10E0FA21F949F0855B09BE32E778F2" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Tasks.Parallel.dll" />
745
            </Component>
746
            <Component Id="cmp7D9E5B451A9BBDAA902498E29447685B" Directory="dir151D8EB8B053AC493745294402052C80" Guid="70863C1F-3247-4CAD-92FB-3574A75911AF" Win64="yes">
747
                <File Id="fil89C0150B67CBB861E9840ED7CA7D8CDE" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Thread.dll" />
748
            </Component>
749
            <Component Id="cmpA9BDDE43C829674033F72DFA808B0B0A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E0397345-AC72-423B-A094-E1106FFC249E" Win64="yes">
750
                <File Id="fil2A109FB7B1E84BD429775DE81C4837C0" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.ThreadPool.dll" />
751
            </Component>
752
            <Component Id="cmp51203362803EF5F0E1E3C86B4EB9F11D" Directory="dir151D8EB8B053AC493745294402052C80" Guid="09F032F7-65CA-4B29-A4D6-18809BFCD687" Win64="yes">
753
                <File Id="fil6E95214521F0FB3388558BE1F2750A5A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Timer.dll" />
754
            </Component>
755
            <Component Id="cmp992D9B6537D208B0335A0E3EDF30958D" Directory="dir151D8EB8B053AC493745294402052C80" Guid="BBCF4979-10DB-4E06-A702-D1B827A4A05D" Win64="yes">
756
                <File Id="fil0B636627C75E30B97EF71046432A1647" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ValueTuple.dll" />
757
            </Component>
758
            <Component Id="cmpE165C5DF5C7B3F846138E3504F2D5DA7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="99CFD1E5-1E03-4571-AD87-2010C1C2D442" Win64="yes">
759
                <File Id="fil4422956FA25F08077922A9E94A8D1D48" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.ReaderWriter.dll" />
760
            </Component>
761
            <Component Id="cmp0D0B43F988CB8DDD3554745F1CAFF55C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FDCF2B54-8D6D-4563-9F85-D419ED7B08E8" Win64="yes">
762
                <File Id="filC128AA5579994F8B840B5871D080CEC1" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XDocument.dll" />
763
            </Component>
764
            <Component Id="cmp13C63DA250BEB169976CE576D802F423" Directory="dir151D8EB8B053AC493745294402052C80" Guid="85C15EC2-C2FD-4A84-9522-38AC2D42F9AE" Win64="yes">
765
                <File Id="filCC4A7562A1AC2AD0E3053DE3345CF5AD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XmlDocument.dll" />
766
            </Component>
767
            <Component Id="cmpA4F8C8358CE8F39CE424AC970C7FBB62" Directory="dir151D8EB8B053AC493745294402052C80" Guid="03EFC119-A53A-45E8-B9E0-8D39D1D91546" Win64="yes">
768
                <File Id="filDA4B236F769338D759A0916FBE713792" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XmlSerializer.dll" />
769
            </Component>
770
            <Component Id="cmp883802047C5F1D26AC8A0999D8C69C8C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="82C0E2E4-83F5-4377-9399-E8B47FB6ED72" Win64="yes">
771
                <File Id="fil8B4703A213A464A2DE935DB3D960696A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XPath.dll" />
772
            </Component>
773
            <Component Id="cmp896A8EF5CC1224097D12F0CD431641DC" Directory="dir151D8EB8B053AC493745294402052C80" Guid="8CDCF1EF-3D4E-43D2-A786-03B8D785C761" Win64="yes">
774
                <File Id="filFEC2673B8A4FE40B7001138E918D5B49" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XPath.XDocument.dll" />
775
            </Component>
776
            <Component Id="cmpE5658AF80F3604D566FB7792B4F119AA" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="74DB074F-F9FC-4F5D-9FD7-D7833DE76607" Win64="yes">
777
                <File Id="fil29929991F4F8A6599D2533463D063C3B" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumGothic.ttf" />
778
            </Component>
779
            <Component Id="cmp8D70268BD1010AFF04FE0366E50CA922" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="316D66E8-34C7-4BAF-B926-B058911DEEC9" Win64="yes">
780
                <File Id="fil026FC2411D3DCA70A345F8B9DCE34825" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumMyeongjo-Regular.ttf" />
781
            </Component>
782
            <Component Id="cmpEA5B96D62D04332D44C53951C808347A" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="BF9E0599-78F2-49E2-AEF6-CE9CA30BB1B6" Win64="yes">
783
                <File Id="fil9B56D2BD72D1D16DB347820D1E0F9487" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumSquareRoundR.ttf" />
784
            </Component>
785
            <Component Id="cmpC129713EB3FBD80CCB02BF600C1F0F55" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="E2CF330E-41E5-45B0-82F8-307282067B47" Win64="yes">
786
                <File Id="filFAE58E284B9F60953B72B12CF2FEB67A" KeyPath="yes" Source="$(var.SourceDir)\Resources\Verdana.ttf" />
787
            </Component>
788
            <Component Id="cmpB972CF14E2FE46EF4C27DF8E2A8D8148" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="427EDCFB-116A-4EA5-838E-8E68537507CB" Win64="yes">
789
                <File Id="fil6A0332515469DC460F8463EC6A6624A9" KeyPath="yes" Source="$(var.SourceDir)\tessdata\deu.traineddata" />
790
            </Component>
791
            <Component Id="cmp92673DCD3A790F0AE44C8C35A1E2CE7C" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="005B3A01-3BD3-477A-A6DD-033B212A3CEF" Win64="yes">
792
                <File Id="fil8A735A93EC1DA3907F32FD0458422B92" KeyPath="yes" Source="$(var.SourceDir)\tessdata\eng.traineddata" />
793
            </Component>
794
            <Component Id="cmp9971145325DD7CCCE8C465A817FDC26A" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="474D0257-A319-428A-9F15-15D46ED1F9A3" Win64="yes">
795
                <File Id="filE90E86FD8DB35F24AAC22256077E0AA0" KeyPath="yes" Source="$(var.SourceDir)\tessdata\fra.traineddata" />
796
            </Component>
797
            <Component Id="cmpE2CD3D3C1E99C37D8F73459EBEFD3BA4" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="ABECB1A1-7F5A-445E-8C04-B920F649873E" Win64="yes">
798
                <File Id="filFA0821084DD0DB0573FAFB7DB367CDF2" KeyPath="yes" Source="$(var.SourceDir)\tessdata\spa.traineddata" />
799
            </Component>
800
            <Component Id="cmp0CA869F93E8C96460E9DEDDBA02904A3" Directory="dirE562A4656FE03253EA39D17E8127BA05" Guid="2DE325A9-4B92-4128-858E-B4AB2BF43467" Win64="yes">
801
                <File Id="filE14203CE7880C200F8EBF2F86DD14C45" KeyPath="yes" Source="$(var.SourceDir)\tr\Telerik.Windows.Controls.resources.dll" />
802
            </Component>
803
		</ComponentGroup>
804
	</Fragment>
805
	
806
	<Fragment>
807
        <DirectoryRef Id="dir6B576183710E9E97A1B56873152298B5">
808
            <Directory Id="dir0D18385E5D5B9FAA291CC921F38CD5DC" Name="x64" />
809
        </DirectoryRef>
810
    </Fragment>
811
    <Fragment>
812
        <DirectoryRef Id="dir6B576183710E9E97A1B56873152298B5">
813
            <Directory Id="dir15680C6A7B24054BF0F4BC613FFB8552" Name="x86" />
814
        </DirectoryRef>
815
    </Fragment>
816
</Wix>
클립보드 이미지 추가 (최대 크기: 500 MB)