프로젝트

일반

사용자정보

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

markus / MARKUS.wxs @ de691472

이력 | 보기 | 이력해설 | 다운로드 (67.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
  <Fragment>
19
    <Directory Id="TARGETDIR" Name="SourceDir">
20
      <Directory Id="DesktopFolder" Name="Desktop">
21
        <Component Id="DesktopShortcut" Guid="DF06024A-95FE-43E2-BDF2-7C686EAF391F" Feature="ProductFeature" Win64="yes">
22
          <RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes" />
23
          <RemoveFolder Id="DesktopFolder" On="uninstall" />
24
        </Component>
25
      </Directory>
26

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

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

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

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

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

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

    
100
  <Fragment>
101
    <DirectoryRef Id="INSTALLFOLDER">
102
      <Directory Id="dir242DC17B8DFC53C13CAF172FC08B730A" Name="de" />
103
		<Directory Id="dir9AE38F4F5CB5E565E774521E138F44FD" Name="es" />
104
		<Directory Id="dirB55DFDA91FEE7CCCBC65CA7493B75748" Name="fr" />
105
		<Directory Id="dir45DE18DD71F3E8DD6BE4A0E2B48778C8" Name="it" />
106
		<Directory Id="dir2F3D431E0ED26930C4D37E679C7700A1" Name="nl" />
107
		<Directory Id="dir151D8EB8B053AC493745294402052C80" Name="Plugin" />
108
		<Directory Id="dir41772C233BE465DE0D167364B3BB566C" Name="Resources" />
109
		<Directory Id="dir06249C254B8FEA6A37A7C6E4984EF433" Name="tessdata" />
110
		<Directory Id="dirE562A4656FE03253EA39D17E8127BA05" Name="tr" />
111
      <Directory Id="CommonAppDataFolder">
112
        <Directory Id="MyAppDataFolder" Name="MARKUS">
113
          <Component Id="CreateMyAppDataFolder" Guid="697A5A1C-88DB-4D1B-8C7A-614B8A20CD44" Win64="yes">
114
            <CreateFolder />
115
          </Component>
116
        </Directory>
117
      </Directory>
118
    </DirectoryRef>
119
  </Fragment>
120
  <Fragment>
121
    <ComponentGroup Id="MARKUS">
122
      <ComponentRef Id="CreateMyAppDataFolder" />
123
      <ComponentRef Id="cmp67889FD2219FCD1ECDA0BD9FE906CD7A" />
124
      <ComponentRef Id="cmpB2A195FD7387054E641ABB044E70AD31" />
125
      <ComponentRef Id="cmpCA3EA94464F79A1D590AD23EE3921964" />
126
      <ComponentRef Id="cmpEB1634EB055BA192F2B44B8310392EAD" />
127
      <Component Id="cmpCC866C67D0ACDB0EBE26789908374F45" Directory="INSTALLFOLDER" Guid="AF34AFEC-CBDF-4F07-B09F-817D6964228F" Win64="yes">
128
			<File Id="fil4A00EA3A4A830EE9C257BEC8A7AA9E1A" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.dll" />
129
		</Component>
130
		<Component Id="cmp25D995530710C8C386E94FD45CF48079" Directory="INSTALLFOLDER" Guid="B7688926-E4F6-4885-A123-966DAB259385" Win64="yes">
131
			<File Id="fil8FE9B2B8DE4E517EC09CDEB3CD125199" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.OCRExtension.dll" />
132
		</Component>
133
		<Component Id="cmp942548397646AF264A583617AE420D83" Directory="INSTALLFOLDER" Guid="29D76D63-B395-4F05-AD58-3AE650EA3E03" Win64="yes">
134
			<File Id="fil9A13B62FAF4D20B3554C932982608112" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.xml" />
135
		</Component>
136
		<Component Id="cmp25F3DC37F9078F30A5AE2B62D20FD811" Directory="INSTALLFOLDER" Guid="9A6C7D99-6CB0-4782-99FE-42B2500ACE93" Win64="yes">
137
			<File Id="filF8D2145548A097DACA5860948E80BE3D" KeyPath="yes" Source="$(var.SourceDir)\CommonLib.dll" />
138
		</Component>
139
		<Component Id="cmp86677032FF623BADE3D17E1235201335" Directory="INSTALLFOLDER" Guid="8C5DE89F-6099-4812-836D-2526548A7491" Win64="yes">
140
			<File Id="filD4D1ABD4E7AC14F6B415D1F579373422" KeyPath="yes" Source="$(var.SourceDir)\CommonLib.pdb" />
141
		</Component>
142
		<Component Id="cmpE5B102FA5798C87322EB9A5F1791B419" Directory="INSTALLFOLDER" Guid="FD57A416-DD5A-4BC0-AE5F-49B3EA9ED969" Win64="yes">
143
			<File Id="fil6C46219B8985F6C8BEA03BA8155A40C7" KeyPath="yes" Source="$(var.SourceDir)\ConfigParser.dll" />
144
		</Component>
145
		<Component Id="cmp7D65C35D16B3F44B1A39DA696888A8FA" Directory="INSTALLFOLDER" Guid="CC73C2A5-8E22-41A7-8796-F9C374CDAAE9" Win64="yes">
146
			<File Id="filC99B8574CE4263FE947951F6D85A3BEF" KeyPath="yes" Source="$(var.SourceDir)\GemBox.Spreadsheet.dll" />
147
		</Component>
148
		<Component Id="cmp8003A8E94E4BD671A3E66F60954FE79B" Directory="INSTALLFOLDER" Guid="DA29AEE9-6CFE-4FB4-B602-DDB92473E796" Win64="yes">
149
			<File Id="fil52820AA6329EE9F429D84CB3BA350014" KeyPath="yes" Source="$(var.SourceDir)\GemBox.Spreadsheet.xml" />
150
		</Component>
151
		<Component Id="cmp80E441B30537105863B9FC027666C4DC" Directory="INSTALLFOLDER" Guid="A54DF52E-5C88-42C7-B271-8200A6FA0998" Win64="yes">
152
			<File Id="filBB0BF6B9A4CB6E5C9FA73E2D1B93CA79" KeyPath="yes" Source="$(var.SourceDir)\IIpc.dll" />
153
		</Component>
154
		<Component Id="cmp209577072530348BFA4D14019DF98237" Directory="INSTALLFOLDER" Guid="C73611BC-7023-4382-8868-0BE131F574EE" Win64="yes">
155
			<File Id="fil775DEC07CABC1D92DDCB14C7CC436A67" KeyPath="yes" Source="$(var.SourceDir)\IIpc.dll.config" />
156
		</Component>
157
		<Component Id="cmp1A2447631C13F60D4BA9ED3D56678E7A" Directory="INSTALLFOLDER" Guid="569A10AA-B2BF-47B7-B160-EE6D883B88EB" Win64="yes">
158
			<File Id="fil0B8113830969CA8C84B4A04D65869CFD" KeyPath="yes" Source="$(var.SourceDir)\IIpc.pdb" />
159
		</Component>
160
		<Component Id="cmpA415203DE9EF9D193E74C69FE81234D3" Directory="INSTALLFOLDER" Guid="12D09E34-6948-49C2-AAC6-43EA440B4862" Win64="yes">
161
			<File Id="fil83609071B2AD8A06678837154646C3FB" KeyPath="yes" Source="$(var.SourceDir)\IKCOM.dll" />
162
		</Component>
163
		<Component Id="cmp12D18D66065ED3B168F0240150B2F937" Directory="INSTALLFOLDER" Guid="99B60B31-629E-4D64-AF4E-81CBA25546D2" Win64="yes">
164
			<File Id="filFD90251ED2B6B64CC126ABB277AE5835" KeyPath="yes" Source="$(var.SourceDir)\IKCOM.pdb" />
165
		</Component>
166
		<Component Id="cmp1DE0B23F7942D4E47B62522F774F3C76" Directory="INSTALLFOLDER" Guid="07DE0B27-B072-42A3-A1DE-6549CFBB197E" Win64="yes">
167
			<File Id="filF35DB5A41DFF81B0642F8FCBC3DFB906" KeyPath="yes" Source="$(var.SourceDir)\itextsharp.dll" />
168
		</Component>
169
		<Component Id="cmp93004A2A70CA6CC5550444DB6A0BB24B" Directory="INSTALLFOLDER" Guid="08C76927-8DF0-4B86-90DD-F33FA7A3F7AF" Win64="yes">
170
			<File Id="fil718E22AC4914F03FC39F7293CDC8C672" KeyPath="yes" Source="$(var.SourceDir)\itextsharp.xml" />
171
		</Component>
172
		<Component Id="cmp9DBCA795D932AB083234E0DAEF7CCCC5" Directory="INSTALLFOLDER" Guid="E4E316DA-CD8A-420B-9424-BEF952CD3DEC" Win64="yes">
173
			<File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source="$(var.SourceDir)\KCOM.exe" />
174
		</Component>
175
		<Component Id="cmp008EC7C4B15BA79DEC806A9852526EF9" Directory="INSTALLFOLDER" Guid="01F4888F-CC83-4368-9C8A-B6B7B336CED0" Win64="yes">
176
			<File Id="filD7A7D725F3C20E26B1A149EAABD9323C" KeyPath="yes" Source="$(var.SourceDir)\KCOM.exe.config" />
177
		</Component>
178
		<Component Id="cmpD45ED9A787F5605BCD6B5F20D85A8760" Directory="INSTALLFOLDER" Guid="D19F597C-A26D-406B-85D9-03DED46FD283" Win64="yes">
179
			<File Id="fil738AB855889CDE06EBFABFEEC716B1F5" KeyPath="yes" Source="$(var.SourceDir)\KCOM.pdb" />
180
		</Component>
181
		<Component Id="cmpD907B14A5E7130B7C4213B52A0B71689" Directory="INSTALLFOLDER" Guid="5DE8B66A-73E8-47B2-981B-22197725EF80" Win64="yes">
182
			<File Id="fil5FEDDDE06702987F4C2AD529606AEC70" KeyPath="yes" Source="$(var.SourceDir)\KCOM.XmlSerializers.dll" />
183
		</Component>
184
		<Component Id="cmp40B0E7C91C025AAEEF1F0DEC51A66549" Directory="INSTALLFOLDER" Guid="AB743E55-8C8B-4E7C-A691-DCA814AF899C" Win64="yes">
185
			<File Id="filF60CE67197837613CD57BE23CB07368E" KeyPath="yes" Source="$(var.SourceDir)\KCOMDataModel.dll" />
186
		</Component>
187
		<Component Id="cmpEE8E531D52E746388211D454A7B652CD" Directory="INSTALLFOLDER" Guid="4EC79085-8AF5-4133-A6EE-CEFB7DB7CD81" Win64="yes">
188
			<File Id="filF33A63AB801D7E78849A4330E53EBD7B" KeyPath="yes" Source="$(var.SourceDir)\KCOMDataModel.dll.config" />
189
		</Component>
190
		<Component Id="cmpAC57197741E9A6B1035A4DCECC202A69" Directory="INSTALLFOLDER" Guid="03127991-6715-4ABA-B71E-ED7A6D7944D6" Win64="yes">
191
			<File Id="fil534ED2FA3B23BF9D18B4EB0B5519FB91" KeyPath="yes" Source="$(var.SourceDir)\KCOMDataModel.pdb" />
192
		</Component>
193
		<Component Id="cmp9BE081BB503AA1370939AC10B671B644" Directory="INSTALLFOLDER" Guid="194C4C65-3A1D-4764-A1AF-63A06B9FE2FC" Win64="yes">
194
			<File Id="fil181CFDDF38F74840190242CB10EB80F0" KeyPath="yes" Source="$(var.SourceDir)\License.Validator.dll" />
195
		</Component>
196
		<Component Id="cmp91BC88765A30E8508C1CFF22D68267E8" Directory="INSTALLFOLDER" Guid="909D3EB7-D333-4D17-9F8C-343B024BCCB5" Win64="yes">
197
			<File Id="fil0EEB0F06C1F6823E2E38B7B352FFCEFE" KeyPath="yes" Source="$(var.SourceDir)\License.Validator.pdb" />
198
		</Component>
199
		<Component Id="cmp167C6AD9F0996138171A50AA07ED4A82" Directory="INSTALLFOLDER" Guid="1AD93187-E4C5-43E8-8467-5057FBC5E967" Win64="yes">
200
			<File Id="filD6D65A2AFC9948B96E029F6B0D9DBB41" KeyPath="yes" Source="$(var.SourceDir)\licenseInterface.dll" />
201
		</Component>
202
		<Component Id="cmpAC71D33EFD01B44E8200A72C9383E580" Directory="INSTALLFOLDER" Guid="5244DB5F-9B8E-429A-91EA-EE65E869D718" Win64="yes">
203
			<File Id="fil1E5A9F2BC289945C0868C9C1C8DD4CEF" KeyPath="yes" Source="$(var.SourceDir)\licenseInterface.pdb" />
204
		</Component>
205
		<Component Id="cmp7EE89B380F7C8EC18AABE62FC78AC9AB" Directory="INSTALLFOLDER" Guid="24672E24-F58E-43A6-A045-1804DE293E83" Win64="yes">
206
			<File Id="fil54D1D9F81A7598FA61D2D90AFB5F5D01" KeyPath="yes" Source="$(var.SourceDir)\Log.config" />
207
		</Component>
208
		<Component Id="cmp13D58469BCB864EB53214ED46E622188" Directory="INSTALLFOLDER" Guid="693AD824-0CC1-437A-A1AE-59EC2EF2EBD3" Win64="yes">
209
			<File Id="fil28F7A9478894C77C5F6C2A95DAA4B459" KeyPath="yes" Source="$(var.SourceDir)\log4net.dll" />
210
		</Component>
211
		<Component Id="cmp742785C9A7B88BE6B2E81C2322E3D2EE" Directory="INSTALLFOLDER" Guid="0EC820BF-69D1-423D-AA58-9218763615C6" Win64="yes">
212
			<File Id="filA307C00D897BECB908C510DE71A3AD29" KeyPath="yes" Source="$(var.SourceDir)\log4net.xml" />
213
		</Component>
214
		<Component Id="cmpFE0047A5420B60BC9070B49ED04A3DF7" Directory="INSTALLFOLDER" Guid="8FCEA0F9-C176-42F2-8479-A4BB49E8364B" Win64="yes">
215
			<File Id="filDB2B5EE0EF352042DCB528551CFF336A" KeyPath="yes" Source="$(var.SourceDir)\MarkupToPDF.dll" />
216
		</Component>
217
		<Component Id="cmpBF387E9588F2B8473B629AAB925D2239" Directory="INSTALLFOLDER" Guid="B3813536-CB2F-4694-B0C4-FB71C7956D09" Win64="yes">
218
			<File Id="fil3BBE868726AE8A4E2066B45DD738F0E3" KeyPath="yes" Source="$(var.SourceDir)\MarkupToPDF.dll.config" />
219
		</Component>
220
		<Component Id="cmp2B70E30014C98F3D3D84D9932DBCC545" Directory="INSTALLFOLDER" Guid="756202A7-B06D-462D-86FA-D451434CB7F6" Win64="yes">
221
			<File Id="filFB7F04795E40E25D3139205DF8500C06" KeyPath="yes" Source="$(var.SourceDir)\MarkupToPDF.pdb" />
222
		</Component>
223
		<Component Id="cmp0BBC8C0CCEC8F022F944984A03840D54" Directory="INSTALLFOLDER" Guid="94870EB5-150D-4ED8-9B30-F14BF0C4129D" Win64="yes">
224
			<File Id="fil8AC79F3512ECCFAA2E50F71230FB27FF" KeyPath="yes" Source="$(var.SourceDir)\Markus.Fonts.dll" />
225
		</Component>
226
		<Component Id="cmp0B17840AD798893757D1CC923D24D486" Directory="INSTALLFOLDER" Guid="8C084CBB-C2B7-4C74-8D7A-A442920A0BA9" Win64="yes">
227
			<File Id="fil3077798DBF756B7AF5C41D8BF24F76FD" KeyPath="yes" Source="$(var.SourceDir)\Markus.Fonts.pdb" />
228
		</Component>
229
		<Component Id="cmp44B75EE95560A911A708C00BB29D72AD" Directory="INSTALLFOLDER" Guid="970E8A9F-B273-4B2F-A0AB-13155988755C" Win64="yes">
230
			<File Id="fil548487577F3C736A3C5B7B0D32CB7633" KeyPath="yes" Source="$(var.SourceDir)\MARKUS.ini" />
231
		</Component>
232
		<Component Id="cmp2B9822AB4FE29C97D7C74389B67E3A7B" Directory="INSTALLFOLDER" Guid="F297CB38-B898-40DB-88AC-327278C89B08" Win64="yes">
233
			<File Id="filD10FADEA0033B1FF9119AD86377B6DFB" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.AspNet.SignalR.Client.dll" />
234
		</Component>
235
		<Component Id="cmp601B3BD81B5071744666A47E821CCDD1" Directory="INSTALLFOLDER" Guid="56C6295D-B802-4E17-BBAA-28F00F91A953" Win64="yes">
236
			<File Id="fil4F8D22903F1C540154297E75E8066C41" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.AspNet.SignalR.Client.xml" />
237
		</Component>
238
		<Component Id="cmp227B2F253D6CB8A27087F47F70A62459" Directory="INSTALLFOLDER" Guid="EF740032-E603-4F60-84C2-6F8F63E3D979" Win64="yes">
239
			<File Id="filB5261509ADB8E7D2D70A1C67DCA37876" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.Expression.Interactions.dll" />
240
		</Component>
241
		<Component Id="cmpC2107C307F76E546D2A4A5EAD4DA36D7" Directory="INSTALLFOLDER" Guid="A38BDA97-5597-4AA4-B931-404791AD1694" Win64="yes">
242
			<File Id="filBA11534FF762BA52842645F853FD1935" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.Expression.Interactions.xml" />
243
		</Component>
244
		<Component Id="cmpBC4FC00A26E7D32479D42D3411317FC5" Directory="INSTALLFOLDER" Guid="D4B2E125-683C-4046-AC94-2A70FBC1F7E5" Win64="yes">
245
			<File Id="fil90A8AAD9FC612906D405476D61CEA3F4" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.dll" />
246
		</Component>
247
		<Component Id="cmp125C379E185231EFADA4CB4301BD0A9E" Directory="INSTALLFOLDER" Guid="D599403E-9C96-4385-BEFE-D2B9AF4DF2C3" Win64="yes">
248
			<File Id="fil3A2F44A7730E98D18E0948B3261DFABD" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.xml" />
249
		</Component>
250
		<Component Id="cmp2649E92579A3537BFD6860026671FCE5" Directory="INSTALLFOLDER" Guid="0C2F1393-871D-4D6F-9AB2-3E788E75B567" Win64="yes">
251
			<File Id="fil20BFA8B7C25F2F15B854D26933E1DBB6" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Converters.Wpf.dll" />
252
		</Component>
253
		<Component Id="cmp1565A9AE683DFA87E34DFC76BDD2046B" Directory="INSTALLFOLDER" Guid="DAAE5AA4-2866-4B09-B436-AECBA78904EF" Win64="yes">
254
			<File Id="filC819065E746823F9E91591B30E03D619" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Converters.Wpf.xml" />
255
		</Component>
256
		<Component Id="cmp3B4FCC07CAECDB94A069031BC168324E" Directory="INSTALLFOLDER" Guid="8A38C4EC-7BA0-476D-8683-C90DD450E119" Win64="yes">
257
			<File Id="filD33D7E850E022CF12EF5753B103A534D" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Core.dll" />
258
		</Component>
259
		<Component Id="cmpD1641B00834F8B66D8D9A194C578E2CF" Directory="INSTALLFOLDER" Guid="504E55BB-69B6-45E6-BF43-3BA950B88A54" Win64="yes">
260
			<File Id="fil495999A5C59164D9D5693506EBEAF8D6" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Core.xml" />
261
		</Component>
262
		<Component Id="cmp08EEC311E7471131DD9C48756161618E" Directory="INSTALLFOLDER" Guid="43239D14-5A6F-4ACA-9AC0-42082E9C136F" Win64="yes">
263
			<File Id="fil102BB91B40B34F1ADC227DEA746F2B01" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Css.dll" />
264
		</Component>
265
		<Component Id="cmpDB8114C57E26A455AA8862F1A6C3B114" Directory="INSTALLFOLDER" Guid="A7E2DB0D-21A5-48E3-B2E4-F1437A20B7B7" Win64="yes">
266
			<File Id="filBDD3B9E3C5CF872A01B411376835708E" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Css.xml" />
267
		</Component>
268
		<Component Id="cmp56E995C7783AEBDAC6B752A94ACD0ED2" Directory="INSTALLFOLDER" Guid="AD1401EF-BF61-4144-89E3-F12A9D5DA863" Win64="yes">
269
			<File Id="filCC44B5EA8E504783D32EAFDD3E30E21A" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Dom.dll" />
270
		</Component>
271
		<Component Id="cmp32A2EC24B9409E67E4D8368BD6BCA811" Directory="INSTALLFOLDER" Guid="04E6EB02-9AC7-4ADC-861B-36C012CEDE83" Win64="yes">
272
			<File Id="filF7EC19239F904A5648DD50A36241F22C" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Dom.xml" />
273
		</Component>
274
		<Component Id="cmpB8B303C1586A1169B1A2E216B6A9BE32" Directory="INSTALLFOLDER" Guid="85036645-FF0A-410E-951D-69EE8F02B4AC" Win64="yes">
275
			<File Id="fil0586FE7A984D4AF3A228468FF781AF97" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Model.dll" />
276
		</Component>
277
		<Component Id="cmpBA70A2BBA4F356F53583EC6CCAF1AB5B" Directory="INSTALLFOLDER" Guid="AA951FE3-E75A-4904-98E6-F80055A80BD8" Win64="yes">
278
			<File Id="filB27DE2E31F724F323B47CBDB4FEDDE96" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Model.xml" />
279
		</Component>
280
		<Component Id="cmp02DD37C0B535C7B93C5BB33A7DA9BB1C" Directory="INSTALLFOLDER" Guid="29F7CAB1-7598-4492-AF55-99A4C97E04EF" Win64="yes">
281
			<File Id="fil3CD450688EDB59F884A6545893A7F7D4" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Rendering.Wpf.dll" />
282
		</Component>
283
		<Component Id="cmp8A98893B22A3B14BDB5C40838073DF18" Directory="INSTALLFOLDER" Guid="E2FA06AE-287D-41E6-94B0-C22A0AC9EBA2" Win64="yes">
284
			<File Id="filC6EAFDEC8BDDFDC069A3759FC790084C" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Rendering.Wpf.xml" />
285
		</Component>
286
		<Component Id="cmpC1119906A8080810EDEBCBFD3B1B38F1" Directory="INSTALLFOLDER" Guid="96C15252-CAED-4582-883A-1AA34E6757C6" Win64="yes">
287
			<File Id="filF90875F2A924073A3615783B54E20562" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Runtime.Wpf.dll" />
288
		</Component>
289
		<Component Id="cmp12AE3800F2727D49A33A6C5BCEDAAD18" Directory="INSTALLFOLDER" Guid="CCAEF08E-5D4B-4F1F-9992-D4A06B7DA679" Win64="yes">
290
			<File Id="filAF68FD3C2E89DAA5E2E45418E64ED646" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Runtime.Wpf.xml" />
291
		</Component>
292
		<Component Id="cmp017BFB3832A5B110A2B3A350E13F2A5C" Directory="INSTALLFOLDER" Guid="BE65ABED-C88D-4F9A-84DB-61CE41C175FF" Win64="yes">
293
			<File Id="fil17E34524E8398461D615894C92558FE9" KeyPath="yes" Source="$(var.SourceDir)\System.Windows.Interactivity.dll" />
294
		</Component>
295
		<Component Id="cmp278E62245C5B0A0B8A6A38F03AFAF157" Directory="INSTALLFOLDER" Guid="3BBD3C3F-9127-4593-B49E-778BFA6731CC" Win64="yes">
296
			<File Id="fil79CEBF2A3B2604BFFEE54F9D75DFEB94" KeyPath="yes" Source="$(var.SourceDir)\System.Windows.Interactivity.xml" />
297
		</Component>
298
		<Component Id="cmp11C8820ECB0CB2D86F64F2996509DCA7" Directory="INSTALLFOLDER" Guid="37BDD364-085F-416F-A8FA-AAB36F7332BC" Win64="yes">
299
			<File Id="fil634B1A249B0D62C150EFB286C2C91A46" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.dll" />
300
		</Component>
301
		<Component Id="cmpAF56AE510EB3BDF893C5B06C6ABA7BDD" Directory="INSTALLFOLDER" Guid="FC283192-8420-4709-98E2-BE39D124D8E5" Win64="yes">
302
			<File Id="filF728404062A49EA67C9D8FE3BBE0E898" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Docking.dll" />
303
		</Component>
304
		<Component Id="cmpBE7FBA8B56FB9D530920883132FE86C1" Directory="INSTALLFOLDER" Guid="6EECB404-FF1A-48FB-A556-AD35349B6F1D" Win64="yes">
305
			<File Id="fil9A2F4BEFBF53C4C709DA21A083DA6A1B" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Docking.xml" />
306
		</Component>
307
		<Component Id="cmp21BF690CF842B5194CB2028F73189055" Directory="INSTALLFOLDER" Guid="A8EF4AFD-C303-4F17-8AB0-BF19DCF6BC2B" Win64="yes">
308
			<File Id="fil266D83FF68961E612507118F431810F7" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.GridView.dll" />
309
		</Component>
310
		<Component Id="cmp1C473DEFC716BFE4576E3320389EA31B" Directory="INSTALLFOLDER" Guid="8B43279B-5A94-4269-8C29-88A6A3F6D07D" Win64="yes">
311
			<File Id="fil80B1C0878CCB7BB9886F1F11A90A7A25" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.GridView.xml" />
312
		</Component>
313
		<Component Id="cmp4CBD77EFA337CFC3401C374F65E29BAA" Directory="INSTALLFOLDER" Guid="C967977E-F4CE-4170-9B0F-63989CD48D58" Win64="yes">
314
			<File Id="fil3DF9298853D1D63F2B5664B24979D0E0" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Input.dll" />
315
		</Component>
316
		<Component Id="cmp0865E2640073EE438D5B03BB656DF9DE" Directory="INSTALLFOLDER" Guid="22F770FE-0F78-442A-A028-8AAD43DA636E" Win64="yes">
317
			<File Id="filECA66ED79E5B5BBCDE61F6FE872881A3" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Input.xml" />
318
		</Component>
319
		<Component Id="cmpBBA2EA4FDA3C5AA2693FAC9589038964" Directory="INSTALLFOLDER" Guid="84E6D41E-DB6D-4EFE-A8A0-4B7C652F90D0" Win64="yes">
320
			<File Id="filDC3BAC1BF9BBD0564415BD06BEEE0135" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Navigation.dll" />
321
		</Component>
322
		<Component Id="cmp49CCED87D28FB4CDF0F72AF169DC466C" Directory="INSTALLFOLDER" Guid="1666021D-4289-4AEE-9BC8-00C876B00419" Win64="yes">
323
			<File Id="fil057DEB58C31EE18ECD515C5922BF4644" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Navigation.xml" />
324
		</Component>
325
		<Component Id="cmpBF5C0D6200AF06B163C4D15C43D1664D" Directory="INSTALLFOLDER" Guid="017B0CB7-47AC-4C5E-BFDC-4B9427DEBDCC" Win64="yes">
326
			<File Id="filF79E0D2ADE14C7A2E11C65C296BC40BF" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.RibbonView.dll" />
327
		</Component>
328
		<Component Id="cmpA4FDA7D04D2F33D44BB052128E61417C" Directory="INSTALLFOLDER" Guid="94A48D44-12A7-45EB-9FA3-88667CD297C4" Win64="yes">
329
			<File Id="fil427B1EE35E2EE2178733459BBA3DCF57" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.RibbonView.xml" />
330
		</Component>
331
		<Component Id="cmp7A4117C0452228673BE7CB8D5536CBE3" Directory="INSTALLFOLDER" Guid="749228E0-EAF4-4EAF-AA49-A8FB6C9C4929" Win64="yes">
332
			<File Id="fil0F6252EEB3F3D007DA73E3109A1AC691" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.xml" />
333
		</Component>
334
		<Component Id="cmp92AE6AD1C56764FC0C2F256343677A9F" Directory="INSTALLFOLDER" Guid="68976D15-98DA-4462-8E46-36E390EB2866" Win64="yes">
335
			<File Id="filD747EE49E2E0D8A06187AA226FF1C561" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Data.dll" />
336
		</Component>
337
		<Component Id="cmpB988D96D64F2043198653ACBC529877B" Directory="INSTALLFOLDER" Guid="D473D149-6531-4ED5-95B9-5E70169B4EF4" Win64="yes">
338
			<File Id="fil32A6E9716B9402B0C9010B45C4956E27" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Data.xml" />
339
		</Component>
340
		<Component Id="cmpCD235197A0E4A6BCD3DEB46A5728EB4F" Directory="INSTALLFOLDER" Guid="9C2557F0-CD49-49AC-890E-2BB095F70DD5" Win64="yes">
341
			<File Id="fil0E4AE6C9555A11AC8411AE8BE6530CDA" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Themes.VisualStudio2013.dll" />
342
		</Component>
343
		<Component Id="cmp7F07F6231918203727082BB6A28CC75F" Directory="INSTALLFOLDER" Guid="A66479EF-A15E-47FC-A16D-02DD1400EDED" Win64="yes">
344
			<File Id="fil3E19A0F06927704B530947F360809AD8" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Zip.dll" />
345
		</Component>
346
		<Component Id="cmpFF91FE36548D6FA9C8D0DC80206BE1EF" Directory="INSTALLFOLDER" Guid="8F3105AA-CBCB-48CA-94DC-561EC93F2555" Win64="yes">
347
			<File Id="fil898D8F5BF92067A65BDD539092A9A061" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Zip.xml" />
348
		</Component>
349
		<Component Id="cmp0514F1BB70C8ECCFF44A0A355A53441B" Directory="INSTALLFOLDER" Guid="2E6719F6-DFC4-4BAD-A145-8BB4A5266722" Win64="yes">
350
			<File Id="fil9F98448866AC2226C494BD9810AF69EF" KeyPath="yes" Source="$(var.SourceDir)\ToggleSwitch.dll" />
351
		</Component>
352
		<Component Id="cmp2A89C68EF23B496F749D66D9A4FC560C" Directory="INSTALLFOLDER" Guid="8C1E6F10-DC8E-45A0-8133-BADABD72423F" Win64="yes">
353
			<File Id="fil95BBC9308CF6D7C0CBAF3CB38818F4C3" KeyPath="yes" Source="$(var.SourceDir)\WcfExtensions.ServiceModel.dll" />
354
		</Component>
355
		<Component Id="cmp2B79D8B21752ECF6DF82930454768404" Directory="INSTALLFOLDER" Guid="25BDC344-C3CD-4CFA-8B47-70FD7FE84630" Win64="yes">
356
			<File Id="filC5BEFD2EAA8948BAA5384BF4A966EDA5" KeyPath="yes" Source="$(var.SourceDir)\ZoomAndPan.dll" />
357
		</Component>
358
		<Component Id="cmpD268E75D112A9ADD9223BB55A0575B18" Directory="INSTALLFOLDER" Guid="02F3EEF9-76BC-461A-8C76-40AEB1FAABF9" Win64="yes">
359
			<File Id="filD8948ECB7EB50C38284CC081B13EB98E" KeyPath="yes" Source="$(var.SourceDir)\ZoomAndPan.pdb" />
360
		</Component>
361
		<Component Id="cmp8FBF2BDB3D3B55D95D738AE16D776E91" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="BB139FEA-70A1-4A0F-A05E-D52306064536" Win64="yes">
362
			<File Id="filCE89910B4AD60B36118F14BA5A049859" KeyPath="yes" Source="$(var.SourceDir)\de\Telerik.Windows.Controls.resources.dll" />
363
		</Component>
364
		<Component Id="cmp2A3F3E6BA2490D3202F1332C9EC174FB" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="DCDA5CC1-B347-44A5-8FDE-1C3628A09E47" Win64="yes">
365
			<File Id="fil5D75AD906A44966046A97C57C4F18833" KeyPath="yes" Source="$(var.SourceDir)\es\Telerik.Windows.Controls.resources.dll" />
366
		</Component>
367
		<Component Id="cmp018DDF4A0C68B7CD2430401924062DB2" Directory="dirB55DFDA91FEE7CCCBC65CA7493B75748" Guid="2E29B18D-DF25-49BB-B222-8B9768954436" Win64="yes">
368
			<File Id="filABD02679788FB3CF55E5561863627EB1" KeyPath="yes" Source="$(var.SourceDir)\fr\Telerik.Windows.Controls.resources.dll" />
369
		</Component>
370
		<Component Id="cmp7C8985562649003E18B234BE73E4B656" Directory="dir45DE18DD71F3E8DD6BE4A0E2B48778C8" Guid="A1F31616-95D9-49DF-BFCB-46DCBC91E71C" Win64="yes">
371
			<File Id="fil2AB10F4CAB8B23469B3F044F6FA6C8FF" KeyPath="yes" Source="$(var.SourceDir)\it\Telerik.Windows.Controls.resources.dll" />
372
		</Component>
373
		<Component Id="cmp9D362277309EED1B413C0EC318CDF8D0" Directory="dir2F3D431E0ED26930C4D37E679C7700A1" Guid="99CF7153-42DC-4D12-B8E5-1BD6DB0BB1F2" Win64="yes">
374
			<File Id="fil0A3BECBAF1358C0A33D415890487998A" KeyPath="yes" Source="$(var.SourceDir)\nl\Telerik.Windows.Controls.resources.dll" />
375
		</Component>
376
		<Component Id="cmpD0CF403855897C81A0A72926154E295E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B9D5E80C-E7A6-47EF-A2D4-F2D62ACB0693" Win64="yes">
377
			<File Id="filDDAB5DA13DB4532885C2433DDA6E3620" KeyPath="yes" Source="$(var.SourceDir)\Plugin\ConfigParser.dll" />
378
		</Component>
379
		<Component Id="cmp0AE1108B6C056220E5CB9FAD3615281C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="F5BB95BB-994F-4D39-AC4E-C85CC74B3C42" Win64="yes">
380
			<File Id="fil68D85261A4F13E36089E10C15E44D9E6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\DownloadManager.exe" />
381
		</Component>
382
		<Component Id="cmpB02B4E0CEC4DB50142F32D094F77BA7F" Directory="dir151D8EB8B053AC493745294402052C80" Guid="673B6510-DE18-4AAC-A100-3F1B462C2DF9" Win64="yes">
383
			<File Id="filF578E0492762A6FE61102427C1D4D82A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\DownloadManager.exe.config" />
384
		</Component>
385
		<Component Id="cmpDB85079DCAC7D888E16F916CAF4F0053" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E67196D9-0999-472C-ADCB-1FA18972D261" Win64="yes">
386
			<File Id="filB67FA84082FB0D3EDC38A5645E70E65B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\DownloadManager.pdb" />
387
		</Component>
388
		<Component Id="cmp76B881F842AD77C7CE8BE196A406A6A7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="6030367B-2445-41A4-B36F-FBC0606DAF72" Win64="yes">
389
			<File Id="fil07CE1276A37459E3D5568C5F8498FF40" KeyPath="yes" Source="$(var.SourceDir)\Plugin\IIpc.dll" />
390
		</Component>
391
		<Component Id="cmp2E725F377038ABF84C767CE8582BB087" Directory="dir151D8EB8B053AC493745294402052C80" Guid="BB132D31-51F6-4F30-B5F1-326A623B3C63" Win64="yes">
392
			<File Id="fil89747AAE548334B5400C7B463160A9C4" KeyPath="yes" Source="$(var.SourceDir)\Plugin\IIpc.dll.config" />
393
		</Component>
394
		<Component Id="cmpDAD3AD8E48BCFEC7A27E5B8FCCFB0529" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FAD1AECA-BC86-44EA-BB75-C60E31DD8D34" Win64="yes">
395
			<File Id="fil6EDF1CA9A1FDD7B47D0A3A5E32660B58" KeyPath="yes" Source="$(var.SourceDir)\Plugin\IIpc.pdb" />
396
		</Component>
397
		<Component Id="cmpCEBC6A39F278BC57FD19E1F7D1314290" Directory="dir151D8EB8B053AC493745294402052C80" Guid="DB44FDB2-74D8-4B74-ACF2-682A662533C8" Win64="yes">
398
			<File Id="fil914736077F3F49AE307A35A5FF5E3B6C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\Log.config" />
399
		</Component>
400
		<Component Id="cmp57CB2C88052300D0F2F9BD9B06E42B93" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D7F3CA75-21A2-426E-9DF5-420228F9C6BB" Win64="yes">
401
			<File Id="filBECDC67E0E940ECB7830019F1D45286A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\log4net.dll" />
402
		</Component>
403
		<Component Id="cmp3F331E7ABB7CFC7E1713CA60ED030EFA" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7BD491D6-BEC4-4C4E-8398-27B5502489DB" Win64="yes">
404
			<File Id="fil39D8FAF6C3937B72DE8A1A90D6ED156F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\log4net.xml" />
405
		</Component>
406
		<Component Id="cmpC4C6D15E634BB3438777890706B3C508" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E3854D44-3DD4-4545-AE63-5FC5D215D8DC" Win64="yes">
407
			<File Id="fil8DE28FC3EAF041CC29E943CFEC7EC003" KeyPath="yes" Source="$(var.SourceDir)\Plugin\Microsoft.Bcl.AsyncInterfaces.dll" />
408
		</Component>
409
		<Component Id="cmp5B2CA045AED24D37C15EF7884787AECF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="2EF19CF7-A078-42DA-968C-B5A7BA5706BD" Win64="yes">
410
			<File Id="fil7469BD35317EB40E71A1FF8046D97D25" KeyPath="yes" Source="$(var.SourceDir)\Plugin\Microsoft.Bcl.AsyncInterfaces.xml" />
411
		</Component>
412
		<Component Id="cmp74A3D0CBBEE36810F5D56D5DED5B9AFD" Directory="dir151D8EB8B053AC493745294402052C80" Guid="AD959D54-BF86-464C-9090-165D3EC9D9A9" Win64="yes">
413
			<File Id="fil7C4A492C030B48ECD06994393C62DCA8" KeyPath="yes" Source="$(var.SourceDir)\Plugin\Microsoft.Win32.Primitives.dll" />
414
		</Component>
415
		<Component Id="cmpFDC960D97207FEA76D44BCC9C4B0F149" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E8390685-EA40-4B9D-B116-DBFAAB9CA5C6" Win64="yes">
416
			<File Id="fil748601FF5EEE990332F422D127E0665C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\netstandard.dll" />
417
		</Component>
418
		<Component Id="cmp8AED7E85BF71296EBD7547330E12AA73" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FDE54937-B367-4629-871B-61066AEE241A" Win64="yes">
419
			<File Id="filA65D082D2DD53730B299C0C4179228F2" KeyPath="yes" Source="$(var.SourceDir)\Plugin\RestSharp.dll" />
420
		</Component>
421
		<Component Id="cmp7B563D4D30AB3B6E7008198DC411AA42" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7D434342-4761-4B87-B9B1-0FE917EF8C32" Win64="yes">
422
			<File Id="fil466BCDE7BC9305CAA32FC1A2FF1A0679" KeyPath="yes" Source="$(var.SourceDir)\Plugin\RestSharp.xml" />
423
		</Component>
424
		<Component Id="cmp327D6BE9F894F6B7ACB127C4AC067814" Directory="dir151D8EB8B053AC493745294402052C80" Guid="33882E57-6654-47F7-8D89-A1A4C8BC2857" Win64="yes">
425
			<File Id="fil07B467DF6492DBC40D2A1FEFC3D02B9B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.AppContext.dll" />
426
		</Component>
427
		<Component Id="cmpCDBD04BC51A62D9A35CA5B97BB618812" Directory="dir151D8EB8B053AC493745294402052C80" Guid="ABD5986A-52AC-4A52-8141-C1A3EE477988" Win64="yes">
428
			<File Id="filD97AE98932BCB39BC1C4EC08C523D5F2" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Buffers.dll" />
429
		</Component>
430
		<Component Id="cmpA76CBF9FD4DBBE2FF775EA9F9A0CA45B" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7B1EBE9C-F702-4462-BD65-B9CECA4CAEB9" Win64="yes">
431
			<File Id="fil820F92305365AED8FD33D6860DDCF9FA" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Buffers.xml" />
432
		</Component>
433
		<Component Id="cmpED7D7C54402BCFA6BF7535C9D144E911" Directory="dir151D8EB8B053AC493745294402052C80" Guid="DB9CB9E3-BB33-4087-83DA-D754CEAA7AEA" Win64="yes">
434
			<File Id="fil7FE4F493477741B4A009707884326BF1" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Collections.Concurrent.dll" />
435
		</Component>
436
		<Component Id="cmp8DA25F8672FC485C67966ABC00BD52C1" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0202EAF5-2F6B-48EE-A477-BF4220DD3CA6" Win64="yes">
437
			<File Id="fil0B1BEAD8A4BCC55355CA7BD63E7FAC6D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Collections.dll" />
438
		</Component>
439
		<Component Id="cmp24114AEEBE8888937C2DCDD0E142387A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="6AA04A61-4AA8-48CD-8FE9-F9722AB4CEB6" Win64="yes">
440
			<File Id="fil7FAFDDF24B642597371CEEF77E652820" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Collections.NonGeneric.dll" />
441
		</Component>
442
		<Component Id="cmp1B0DC941181D3FB7FCE0468AB257D8C2" Directory="dir151D8EB8B053AC493745294402052C80" Guid="F270F238-0D0B-4C9A-A93B-3C44831618AD" Win64="yes">
443
			<File Id="fil4EB3EA4C51E35F0354C529DB0F9EC4ED" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Collections.Specialized.dll" />
444
		</Component>
445
		<Component Id="cmpE5307DFDBC45D934DFF059CABDB559EF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="F75AFD0A-B385-4EB6-93D6-98ACFF0AC647" Win64="yes">
446
			<File Id="filD91883ACC65A9892D6FA2FB57ED77FC3" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ComponentModel.dll" />
447
		</Component>
448
		<Component Id="cmp6F980C48AF565D75F3D11FBB463971A3" Directory="dir151D8EB8B053AC493745294402052C80" Guid="A6E73AB3-C457-462D-A73F-9CE7B3F96F79" Win64="yes">
449
			<File Id="fil5C41C78BFD4CFF99DAA1376A1CD885F6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ComponentModel.EventBasedAsync.dll" />
450
		</Component>
451
		<Component Id="cmpD366EE56E68DF780F92D1631C2EE9043" Directory="dir151D8EB8B053AC493745294402052C80" Guid="59519902-F440-4D4F-94FC-0F959D174905" Win64="yes">
452
			<File Id="fil543255D62225195EEA1E5D671F4975DD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ComponentModel.Primitives.dll" />
453
		</Component>
454
		<Component Id="cmp32CA23DD4B80E34D2923FDD8563A9FBF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="95239E1B-211A-4179-BAF3-6BB2B6C9B3F8" Win64="yes">
455
			<File Id="fil685FD1390AF19AF39DCC792948237315" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ComponentModel.TypeConverter.dll" />
456
		</Component>
457
		<Component Id="cmpD9355294F62F1BB10D0F9D2C4CA2665E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="CE71028C-762E-40ED-945B-351CD4C3EF9B" Win64="yes">
458
			<File Id="fil4A361D00A9734F927CBD20C5872EC939" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Console.dll" />
459
		</Component>
460
		<Component Id="cmp14B59764D1F8F4E0D781DA04E576BD83" Directory="dir151D8EB8B053AC493745294402052C80" Guid="F9090B2A-070B-4DF3-A22C-CBDB03C8AFF9" Win64="yes">
461
			<File Id="filF7691DBBA036DB7F07DB824DE1343F18" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Data.Common.dll" />
462
		</Component>
463
		<Component Id="cmpDAE1CD581CC0B3D7E47EE43DAE13491E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D180B983-03EC-4E2E-B79F-06FFB3F6CE4E" Win64="yes">
464
			<File Id="filC8E00E36CEC9123EE1A97E010EAEB216" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Contracts.dll" />
465
		</Component>
466
		<Component Id="cmpAFB80B568343A56155D2F717E1EA8AE6" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C1D2C1D8-2DFE-4A44-ACD0-1B2CA60CC0F5" Win64="yes">
467
			<File Id="fil91F995C76C5669C4C7E3700207E3EA6F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Debug.dll" />
468
		</Component>
469
		<Component Id="cmp24B1FCFE2607F947F227C5F759749F23" Directory="dir151D8EB8B053AC493745294402052C80" Guid="5541493F-719D-48FC-A157-B3AE1836DB84" Win64="yes">
470
			<File Id="fil3E2CB6AE0CA53E155EC0AD1B7F1C66C7" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.FileVersionInfo.dll" />
471
		</Component>
472
		<Component Id="cmp33E5DED94AF5E56107DFDF0373916A98" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D711E0D2-D659-4028-83B7-D51EB1495726" Win64="yes">
473
			<File Id="filA3983A5DE93AA9FF88B68156F06942BD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Process.dll" />
474
		</Component>
475
		<Component Id="cmpE854547CDC6515FB82B172E1EEE6409F" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E7412FDC-8B54-4B74-8172-C98357CEB73D" Win64="yes">
476
			<File Id="fil8DCA9EC49C8B5DB38C6A179808FA9E87" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.StackTrace.dll" />
477
		</Component>
478
		<Component Id="cmp25E5B8981A4EA1B2CABAFB25486BF04A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="AC87687C-6456-499C-A440-80EB402B8439" Win64="yes">
479
			<File Id="filFAF60EF3C09C0C12A87B0297756B3866" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.TextWriterTraceListener.dll" />
480
		</Component>
481
		<Component Id="cmp2BE0AD293126E32A912F5CB9D35D37B9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="F392319E-6292-45D9-B865-114D359E4477" Win64="yes">
482
			<File Id="fil5E23CFD71F8A42CEDD5433237B7436B6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Tools.dll" />
483
		</Component>
484
		<Component Id="cmpDD987156D314D5B3F80BCDADAE2E684C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="F113CF4F-50E6-4069-93C2-6CEEDC8A974C" Win64="yes">
485
			<File Id="filD1B6C9EDCEAD9B58872EE22570DA0793" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.TraceSource.dll" />
486
		</Component>
487
		<Component Id="cmp0560D88A04F84A062A1203E8BE110182" Directory="dir151D8EB8B053AC493745294402052C80" Guid="BC81F1AC-2D7F-4783-BAD3-BC1ABBEB2C3A" Win64="yes">
488
			<File Id="fil33B2B807DD086627D983003350E7C07B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Diagnostics.Tracing.dll" />
489
		</Component>
490
		<Component Id="cmp263B76F0CA3D9CC16EE36BC102A59385" Directory="dir151D8EB8B053AC493745294402052C80" Guid="06320E93-A58A-4A95-BDC6-43CC44F22E6C" Win64="yes">
491
			<File Id="filFCE0ADDC63269D74985ED75EFECC6338" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Drawing.Primitives.dll" />
492
		</Component>
493
		<Component Id="cmpDFD55F07A926E8BC7B3A8ECA5EEDA8D6" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B56B357A-949D-4A07-97CE-C873D7A4549C" Win64="yes">
494
			<File Id="fil6DAD008EC72C285E19D727BC9AB8AB9C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Dynamic.Runtime.dll" />
495
		</Component>
496
		<Component Id="cmpCC10C83A75B0D31F27DB0D2BDFF71BC7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FA232B38-3525-43D2-883C-FD1F7507E67E" Win64="yes">
497
			<File Id="fil222704B7BFBCE544F36709A36E477429" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Globalization.Calendars.dll" />
498
		</Component>
499
		<Component Id="cmp5EF5517CDE2214B4130216BAEE030B0A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D133946C-5BD0-481F-B112-446A794A6A7C" Win64="yes">
500
			<File Id="filDD7DA9A10C8A834F92290822D44C942A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Globalization.dll" />
501
		</Component>
502
		<Component Id="cmp78CD51B71706ED1E63F943DC423BC34C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FB16B019-5017-46C8-B5EF-6A0AF7470292" Win64="yes">
503
			<File Id="fil6425D59EDA41F602B2288AE444CC4A4E" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Globalization.Extensions.dll" />
504
		</Component>
505
		<Component Id="cmp446DD9CF570714C9638247B630CE0A55" Directory="dir151D8EB8B053AC493745294402052C80" Guid="CE46F225-B8D0-40BC-BBC0-7D744859738F" Win64="yes">
506
			<File Id="filFD352E86EC7B1CCCF5836DD5CA75611D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.Compression.dll" />
507
		</Component>
508
		<Component Id="cmp0FFC0161EA77EC2294DBF2C1726E3817" Directory="dir151D8EB8B053AC493745294402052C80" Guid="A75E9BB4-522D-4D5D-B80C-B603357C0EB6" Win64="yes">
509
			<File Id="fil61C11BAACF9FE0F512E0F17C0B7D0662" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.Compression.ZipFile.dll" />
510
		</Component>
511
		<Component Id="cmp7A397071CA03FDDD9F8A0FAB06DE4F02" Directory="dir151D8EB8B053AC493745294402052C80" Guid="59C878EA-57C0-416A-A5F9-DDBCBF558203" Win64="yes">
512
			<File Id="fil21237FA38557C72957ADC0BE94C5E355" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.dll" />
513
		</Component>
514
		<Component Id="cmp00072A431D40B5B3FDFA3A32F92AB5E3" Directory="dir151D8EB8B053AC493745294402052C80" Guid="88FC449F-7088-4917-A598-8132DF84DF75" Win64="yes">
515
			<File Id="fil322063CA7CB272F74BA42D8AD62E31CB" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.FileSystem.dll" />
516
		</Component>
517
		<Component Id="cmpA8E47EE716439F74D2C45196F1523942" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B13D92B8-95DC-457E-A6E3-D3FF6A1D3771" Win64="yes">
518
			<File Id="filFA0B8A6F9922FFE90644864EF5F07941" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.FileSystem.DriveInfo.dll" />
519
		</Component>
520
		<Component Id="cmp0A11E0156FF4F65D3495D524F39D4C33" Directory="dir151D8EB8B053AC493745294402052C80" Guid="26BF3BA3-2AA0-47FB-BF6A-7EB7582EF11D" Win64="yes">
521
			<File Id="fil8ADD6F8C58A36DD87320413073A39B6E" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.FileSystem.Primitives.dll" />
522
		</Component>
523
		<Component Id="cmpD9281F7889CB60E4DDB74F4B166CC920" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0E4F4974-2F34-481C-A9FE-68778EA7B9CC" Win64="yes">
524
			<File Id="fil2531B87A7B2624C39ABF123FE345BDAD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.FileSystem.Watcher.dll" />
525
		</Component>
526
		<Component Id="cmpC6FDFD5165604A6F2458E8438F358CFF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D79B87F4-4C28-42BE-BBC9-19B24B6CA60B" Win64="yes">
527
			<File Id="filFD2E323170A2040A429A31C2B59CED1C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.IsolatedStorage.dll" />
528
		</Component>
529
		<Component Id="cmp332E1A4078AE3964EE2AC3A48FD59AF8" Directory="dir151D8EB8B053AC493745294402052C80" Guid="35B969B5-D5CD-4A3C-AAEB-5A449BDE7F68" Win64="yes">
530
			<File Id="fil3ACB5DA939B12C099EC1312D65D01538" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.MemoryMappedFiles.dll" />
531
		</Component>
532
		<Component Id="cmpE7A34537C5D0BF262558FD85C159A01F" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FED3755E-018D-46A7-AAC1-31AF0500F110" Win64="yes">
533
			<File Id="fil253BB23AE26FC9F259D34C7E6BDCECAC" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.Pipes.dll" />
534
		</Component>
535
		<Component Id="cmp5893AE0FFA5F5670944350B78B573145" Directory="dir151D8EB8B053AC493745294402052C80" Guid="4BAF77D1-698D-426F-AFC8-57CE1F2ACCD4" Win64="yes">
536
			<File Id="fil9679DF20964F122CC4C4BBE3C81E40FF" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.IO.UnmanagedMemoryStream.dll" />
537
		</Component>
538
		<Component Id="cmpC5DAD54BF58D2D4CEC35AD90E9FA27AC" Directory="dir151D8EB8B053AC493745294402052C80" Guid="56BCE568-26D8-487F-993E-3D9D623ED6DD" Win64="yes">
539
			<File Id="fil20ABD6B65E0218730AF3CECA0D620183" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Linq.dll" />
540
		</Component>
541
		<Component Id="cmp883CF7BABAF16F52B232450F1678D1ED" Directory="dir151D8EB8B053AC493745294402052C80" Guid="2D5CB8C1-8EE7-452C-977C-BF39778A0EE5" Win64="yes">
542
			<File Id="fil30152D34811A837BAAADB471EBBE10C3" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Linq.Expressions.dll" />
543
		</Component>
544
		<Component Id="cmp9A7C55B482501F4504580EBA8D7FEDF9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="5A4F1D4D-63D8-46D4-BDB6-DCE21FDB3764" Win64="yes">
545
			<File Id="fil2D977434FDF46A7368D197E91CC8EE9F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Linq.Parallel.dll" />
546
		</Component>
547
		<Component Id="cmpEC87DAE7CCBD3FEE4789A477F7E007CF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FC064FF8-4BF4-4CFA-8AEB-574DC1895084" Win64="yes">
548
			<File Id="filDA0FD0046F47B85C2DCCF316C6FC4BA7" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Linq.Queryable.dll" />
549
		</Component>
550
		<Component Id="cmp787D4E853E6D63505E13D6297868664E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="28DDCE65-E555-4E3F-9DE2-17F3D6A2746C" Win64="yes">
551
			<File Id="filE5D9336F30E99AA944A2D35958B44259" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Memory.dll" />
552
		</Component>
553
		<Component Id="cmp02460EAE5D64E4CD6AE58D856C072D37" Directory="dir151D8EB8B053AC493745294402052C80" Guid="4DD8E570-A511-4771-B98D-82E2A4F01512" Win64="yes">
554
			<File Id="fil6A9ED1072C686394F072CE648F52049B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Memory.xml" />
555
		</Component>
556
		<Component Id="cmp683CA92CC00A80DE706ECA6B10CC081E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="12740FB0-66C3-4892-A419-3B222B2B30FD" Win64="yes">
557
			<File Id="fil40792EDA50C7BE0905EDCA29530B5956" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Http.dll" />
558
		</Component>
559
		<Component Id="cmp1A963655ABD79769EEF2BAF41E40564B" Directory="dir151D8EB8B053AC493745294402052C80" Guid="8937239E-9355-4C97-8981-148DAE8A2611" Win64="yes">
560
			<File Id="filA71CB8EF2389A93716948F5D359ABAE3" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.NameResolution.dll" />
561
		</Component>
562
		<Component Id="cmpC5F8E43F3DC91E63F346ECD96F9EA5EE" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7939EB34-C79D-4083-9796-7804B80599C6" Win64="yes">
563
			<File Id="fil7DAAEE061FD279AB60050E4DE48D1DDB" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.NetworkInformation.dll" />
564
		</Component>
565
		<Component Id="cmpCD0E379BCCB76DF749E134639B176E97" Directory="dir151D8EB8B053AC493745294402052C80" Guid="BBB9D9C3-7DCA-4EE6-82C2-6A3B4D459C99" Win64="yes">
566
			<File Id="filAC24B87EA88D5D7A372EA51E50C20692" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Ping.dll" />
567
		</Component>
568
		<Component Id="cmp9FC91D39459D1B040ED8D570EAF7A454" Directory="dir151D8EB8B053AC493745294402052C80" Guid="301426BC-8BE8-4DE2-97A4-B424A85DC55A" Win64="yes">
569
			<File Id="fil515C939C43CA4DB4E5A59FE17227DFF3" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Primitives.dll" />
570
		</Component>
571
		<Component Id="cmpEB919AF62FD6BF08C44DC25A98CF751E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="17B01377-BE5D-40A0-BF6A-42972FF3DDEE" Win64="yes">
572
			<File Id="filCC19842FCAC3BAB6CCCDD0C54761CB8C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Requests.dll" />
573
		</Component>
574
		<Component Id="cmpAD1B7E9B60F4E3309BF96C97558770D9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C5253F3E-AE32-4055-B0CC-F13B223834F4" Win64="yes">
575
			<File Id="filE301E0834F3BAFA18BB4F2A1A3BE8CC5" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Security.dll" />
576
		</Component>
577
		<Component Id="cmpEB7AC7EB56B5700DD2F98F960A6A39C7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D01CFBA7-6A99-49C3-8F1C-226DC3920726" Win64="yes">
578
			<File Id="fil538CEA9EC9F444BA0BF11ABCF24F310F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.Sockets.dll" />
579
		</Component>
580
		<Component Id="cmp704410268D9A17708B336B43804AB581" Directory="dir151D8EB8B053AC493745294402052C80" Guid="14C67F06-E162-4212-8B3E-122DD186354F" Win64="yes">
581
			<File Id="filCC63DC3C30984D5708E3F6D6BF67ACFD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.WebHeaderCollection.dll" />
582
		</Component>
583
		<Component Id="cmpBAD5F3C2314F4941B4A3421433D97346" Directory="dir151D8EB8B053AC493745294402052C80" Guid="CC2266D5-3D6F-4653-A48B-BF4BAD66FE55" Win64="yes">
584
			<File Id="filAE4CC0544C9DADE66BF0B157052C374A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.WebSockets.Client.dll" />
585
		</Component>
586
		<Component Id="cmp9D55A2F960DB358892DC9B4018C8CC69" Directory="dir151D8EB8B053AC493745294402052C80" Guid="EDA81E55-0D8C-409A-BDC8-A98731182B9E" Win64="yes">
587
			<File Id="filC06199E0700053ACEFAB160FB200BF7B" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Net.WebSockets.dll" />
588
		</Component>
589
		<Component Id="cmp11823B32D133BAF3A1EA79C1F07D1F4E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="A10D1DE7-D430-46D2-9A38-966F40B1C0C8" Win64="yes">
590
			<File Id="fil5CBCE59E049323CE4E47F01E057473FE" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Numerics.Vectors.dll" />
591
		</Component>
592
		<Component Id="cmpDDE0659412A97A10FDA1511413BD9C6A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="04837080-97CA-4B5A-9FCE-94C7AC576040" Win64="yes">
593
			<File Id="fil8E5BC643D71796092D233A14D160660A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Numerics.Vectors.xml" />
594
		</Component>
595
		<Component Id="cmp1CD0F9B8EDB4C9C467C69899D3CC5407" Directory="dir151D8EB8B053AC493745294402052C80" Guid="D6DA518C-18E6-4F0F-93C4-6828786B05DB" Win64="yes">
596
			<File Id="fil5A6BD11064F0DB683B9AA701B0454DF6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ObjectModel.dll" />
597
		</Component>
598
		<Component Id="cmp9A4695A95DE6B7871ADCB3D50878002F" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7B67D5B4-09A6-4979-BA47-50FBF14889DC" Win64="yes">
599
			<File Id="filD9EAFAA5012360641DAB4B3F4019CE2D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Reflection.dll" />
600
		</Component>
601
		<Component Id="cmpAE534A7454616D01B7DCA3DEFCE050D8" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0724AFC5-E23A-410A-8C9C-D813A65D0DE3" Win64="yes">
602
			<File Id="fil48F3993AACEB608A214E876ABA1DF4DA" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Reflection.Extensions.dll" />
603
		</Component>
604
		<Component Id="cmpF24A94C3BD4F7F0F985E83F937F72472" Directory="dir151D8EB8B053AC493745294402052C80" Guid="9DF6110F-CCD6-45D2-AD08-838A33A4EB77" Win64="yes">
605
			<File Id="filF6206C90087AAC065FB94A9394D571FC" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Reflection.Primitives.dll" />
606
		</Component>
607
		<Component Id="cmpB3E91AB759E415574B652D8CFEC07408" Directory="dir151D8EB8B053AC493745294402052C80" Guid="19DBCBC4-F624-4237-9DAC-EC4AA07CDDC7" Win64="yes">
608
			<File Id="filAA1DD90508EDB0436416E5FFFC084F04" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Resources.Reader.dll" />
609
		</Component>
610
		<Component Id="cmp59C9CD997E1696C7F80EF2BC5CEC5F30" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E4454C53-14E9-4C3A-8981-E6F66BECB885" Win64="yes">
611
			<File Id="filD9F6C5F809255B773E569822607D02D0" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Resources.ResourceManager.dll" />
612
		</Component>
613
		<Component Id="cmpB5862E4A2B33C5B9B94304F10A1AA8AE" Directory="dir151D8EB8B053AC493745294402052C80" Guid="238CC1B0-D9DC-4C97-AB7E-2DB5C0AFE193" Win64="yes">
614
			<File Id="fil576FC704A5AAFE8BA9774DD35A528EDB" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Resources.Writer.dll" />
615
		</Component>
616
		<Component Id="cmp91AA1747FA906BBD11961D01A7E6200C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B1F3F0EF-DE8F-4229-B3F9-5DA25883629C" Win64="yes">
617
			<File Id="filEF3AA2BAFFB518981879A3CCBC84C2CF" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.CompilerServices.Unsafe.dll" />
618
		</Component>
619
		<Component Id="cmpA05136C7AED0340DB3652E7598B1B37D" Directory="dir151D8EB8B053AC493745294402052C80" Guid="23C7C307-E624-45B3-BB9B-48109C036DB0" Win64="yes">
620
			<File Id="filE0892A9B675CF27962BD57E51F97F5CF" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.CompilerServices.Unsafe.xml" />
621
		</Component>
622
		<Component Id="cmpFEEC4C1428B4BB82EA01E4E28FD53831" Directory="dir151D8EB8B053AC493745294402052C80" Guid="DEC16D6E-29AB-4CB0-AF9D-FAEA7EFF0150" Win64="yes">
623
			<File Id="filE13F8404B20AAE26E6632CCCB9887E8C" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.CompilerServices.VisualC.dll" />
624
		</Component>
625
		<Component Id="cmpB8581372B3776D3B29AEDF04AAB5295E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="76A3AFB5-BEB1-4BC5-AC4D-360EA67C2F5B" Win64="yes">
626
			<File Id="fil840017F1214A243DA1A77FF98660523D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.dll" />
627
		</Component>
628
		<Component Id="cmp8E7425D1A2F9F12F352CDA9BDFE715A0" Directory="dir151D8EB8B053AC493745294402052C80" Guid="6F916832-E735-4C91-8898-91C4CE649C3B" Win64="yes">
629
			<File Id="fil925EFDB8273006B19B2F0B147E193675" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Extensions.dll" />
630
		</Component>
631
		<Component Id="cmp3560ECD4477D96CD9337CF771D051728" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3FC7E774-3ED0-47B2-B73A-31C91D84C7B8" Win64="yes">
632
			<File Id="filFFF6CDC757D6D91E4DC1A99477538EB9" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Handles.dll" />
633
		</Component>
634
		<Component Id="cmp10977FC0DFBF1DCD533A1CC53C27F6BE" Directory="dir151D8EB8B053AC493745294402052C80" Guid="4F0C9310-05DA-4C4F-A46E-D4F27DC3E83B" Win64="yes">
635
			<File Id="filEF2415EAEF3CB9727DAC8E1185CB0443" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.InteropServices.dll" />
636
		</Component>
637
		<Component Id="cmp2483E4FF6DF87181E74CB66F3E1C56A1" Directory="dir151D8EB8B053AC493745294402052C80" Guid="E19016C4-6B1E-4378-A178-DF91A27E9E3A" Win64="yes">
638
			<File Id="filA6BE4FEE9AA0C5BE128F0310553FA3EE" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.InteropServices.RuntimeInformation.dll" />
639
		</Component>
640
		<Component Id="cmpFFE023C2E24180BF690C47E050AF05B7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="6D002265-1D29-48F9-861A-BBD7D2EF2425" Win64="yes">
641
			<File Id="filD320A6042F5772FD350F9ABD0C336CFC" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Numerics.dll" />
642
		</Component>
643
		<Component Id="cmpA101A5BB23C5F3E83D6BE5C5239C7B60" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0741FA65-4801-44F2-A8B3-014074A08D7C" Win64="yes">
644
			<File Id="filF9F63C2A59A9C5860A38FD3BEB30BFC9" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Serialization.Formatters.dll" />
645
		</Component>
646
		<Component Id="cmp324EC0689705666B2BCD318193AB3929" Directory="dir151D8EB8B053AC493745294402052C80" Guid="B4CE6BE0-662A-4936-A148-04333D09337F" Win64="yes">
647
			<File Id="fil05801732094EB522765E6805BD98AE90" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Serialization.Json.dll" />
648
		</Component>
649
		<Component Id="cmpFD3512D75C01BDE181C432E4001706AF" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C31604A2-9124-4D08-8063-0688C4872897" Win64="yes">
650
			<File Id="fil41A80D5AF03746E825C7164837CD094D" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Serialization.Primitives.dll" />
651
		</Component>
652
		<Component Id="cmp84FE63DECC159B07059E3E932E2175D3" Directory="dir151D8EB8B053AC493745294402052C80" Guid="5A434A40-C0FB-4A0D-BB9D-326D54CCB607" Win64="yes">
653
			<File Id="filB2BA90ED7F70F4E7BE9870CDDD905FFC" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Runtime.Serialization.Xml.dll" />
654
		</Component>
655
		<Component Id="cmpCACF48D32F447B6AC454196310235220" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3BEA0279-BCA7-4182-BA6B-19D7CC35751F" Win64="yes">
656
			<File Id="fil7F2878108A439DE0C61CAB589CFD5BE5" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Claims.dll" />
657
		</Component>
658
		<Component Id="cmp817C68C848BB506D0A6DFF03663801F4" Directory="dir151D8EB8B053AC493745294402052C80" Guid="DFFA3DE9-6CF6-41B7-B49A-FD9406C4C12F" Win64="yes">
659
			<File Id="filA7881096DD5209593A0EAC05997E3B1F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.Algorithms.dll" />
660
		</Component>
661
		<Component Id="cmp4845DE15F291C80930C3D562B8C679F1" Directory="dir151D8EB8B053AC493745294402052C80" Guid="ACEF142F-AE23-4E2F-916F-73DDF135DADE" Win64="yes">
662
			<File Id="fil7BE6F239A1516904C9539EDDF9CED696" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.Csp.dll" />
663
		</Component>
664
		<Component Id="cmp5461B77816163DF8F9BC9BEF77A481C5" Directory="dir151D8EB8B053AC493745294402052C80" Guid="A6FF0276-CECF-4604-B746-4F1140B8F21C" Win64="yes">
665
			<File Id="fil8EBB83860B3C68ADB1BE40738F1E33C9" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.Encoding.dll" />
666
		</Component>
667
		<Component Id="cmpA7019521E20C28875570E6F934E93029" Directory="dir151D8EB8B053AC493745294402052C80" Guid="582E5A44-F1ED-41B5-8209-FDCF74E00D31" Win64="yes">
668
			<File Id="fil4FB53C16A09B5AA7B6B12B5C885CFA09" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.Primitives.dll" />
669
		</Component>
670
		<Component Id="cmpB544DF88EE0EBC85AB5B597E8E030BB9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="03CD7C20-CC07-4BC3-9498-F42D512B7DE1" Win64="yes">
671
			<File Id="filAFF1B9D645C5F9B3E0F95BECD0D137C6" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Cryptography.X509Certificates.dll" />
672
		</Component>
673
		<Component Id="cmpD364362EE6714D1B878C59AD0C6411C0" Directory="dir151D8EB8B053AC493745294402052C80" Guid="EFC1886C-E2FB-49A8-9717-B45D25FD2374" Win64="yes">
674
			<File Id="fil1B682E47ADB2B126814BC528AD4802A0" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.Principal.dll" />
675
		</Component>
676
		<Component Id="cmp4C5FEFE8918F2C08B8E87C107D467B7E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0255C1B4-B286-4528-BC49-F751A639EFC0" Win64="yes">
677
			<File Id="fil2E5C6BE215AA177DCC39B1F377B13202" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Security.SecureString.dll" />
678
		</Component>
679
		<Component Id="cmp58FD6F39FF3DDB9908B92647FDD5E8D4" Directory="dir151D8EB8B053AC493745294402052C80" Guid="688E6C90-23B8-474B-86EB-16544698DDBF" Win64="yes">
680
			<File Id="fil0E856A74FC1E7E66FB1DAA47FCE55A78" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Encoding.dll" />
681
		</Component>
682
		<Component Id="cmpDF4D5E3F15CB5CF1EEF2ADA56F74166D" Directory="dir151D8EB8B053AC493745294402052C80" Guid="20039AE1-602E-4307-B17C-7717D56ACFED" Win64="yes">
683
			<File Id="fil3311A1A1CB99F6CD219D1D27EF1B0911" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Encoding.Extensions.dll" />
684
		</Component>
685
		<Component Id="cmpEEE5207D8934598534AA460116B63F45" Directory="dir151D8EB8B053AC493745294402052C80" Guid="7DD751CA-C186-4CA9-94EF-76CE6A449769" Win64="yes">
686
			<File Id="fil6DF6E12E5D271F02A799AA6D73476BE2" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Encodings.Web.dll" />
687
		</Component>
688
		<Component Id="cmp84DFEDFE52D5865E71513C522B01BE33" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3DD9F2B8-4649-4F66-8C1A-BCB2C71F8E18" Win64="yes">
689
			<File Id="fil2F04985FE59D68CC4788D3BAA55C9944" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Encodings.Web.xml" />
690
		</Component>
691
		<Component Id="cmp373DBC22D9B2DB7F47D68712ED887B7E" Directory="dir151D8EB8B053AC493745294402052C80" Guid="EF3D04C3-07F2-4894-8CFA-D77036C91BE9" Win64="yes">
692
			<File Id="filDB2A5B94C8F9C2DFC0ED72EB95897AEE" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Json.dll" />
693
		</Component>
694
		<Component Id="cmp210D3CA71722CD363B128880F03E57E9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="8D9A68D7-EBC0-4EAC-8D11-67ECB307243F" Win64="yes">
695
			<File Id="fil7D65C8903DC34723C361095B9143EAFF" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.Json.xml" />
696
		</Component>
697
		<Component Id="cmp2249E1268FB81A5D9420661EA5617DFD" Directory="dir151D8EB8B053AC493745294402052C80" Guid="15E725AC-280F-413A-A64A-C2095D8809C9" Win64="yes">
698
			<File Id="fil4C0543F17BD35B81533A91CCAF7D2699" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Text.RegularExpressions.dll" />
699
		</Component>
700
		<Component Id="cmpA8DA33CBD7AD29DE6D97290E540F99D3" Directory="dir151D8EB8B053AC493745294402052C80" Guid="9DDE8D9E-C623-4A79-860D-359BE0A07A7B" Win64="yes">
701
			<File Id="fil71C8C4CEE238DE1C77836FB65D9AED98" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.dll" />
702
		</Component>
703
		<Component Id="cmp7A8C269445D08E5691EEB462C1E4B1A9" Directory="dir151D8EB8B053AC493745294402052C80" Guid="087D24FE-FD77-41AB-980F-1798DA7BA252" Win64="yes">
704
			<File Id="fil1FA955F05C71A8F69AED782D031ED15F" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Overlapped.dll" />
705
		</Component>
706
		<Component Id="cmpF688C2A42CB982DE1CE341617BBEE94A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="6B96EF0C-E5B4-4FA2-9052-F47A076EC6D3" Win64="yes">
707
			<File Id="fil9695FC43A2077304C74FFB51006324D0" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Tasks.dll" />
708
		</Component>
709
		<Component Id="cmpFA76E65138E2623D4F7D14F223DA4729" Directory="dir151D8EB8B053AC493745294402052C80" Guid="AC9A8802-509F-4843-9B14-2835C6AE40D4" Win64="yes">
710
			<File Id="filD10299A10958F5338426DE72A08FD6F8" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Tasks.Extensions.dll" />
711
		</Component>
712
		<Component Id="cmp0A97FB47BE9CC283E85F7DFDD919EAC5" Directory="dir151D8EB8B053AC493745294402052C80" Guid="97403B6D-0782-4A60-98F7-246756885923" Win64="yes">
713
			<File Id="fil10AD4450BDA7CA95C6FAA94BCD3BD98A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Tasks.Extensions.xml" />
714
		</Component>
715
		<Component Id="cmp5F3BF0262188BDCAADDC74A9E89EB405" Directory="dir151D8EB8B053AC493745294402052C80" Guid="EB5E3001-0D42-448B-A2AC-585AC7C676B6" Win64="yes">
716
			<File Id="filFA10E0FA21F949F0855B09BE32E778F2" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Tasks.Parallel.dll" />
717
		</Component>
718
		<Component Id="cmp7D9E5B451A9BBDAA902498E29447685B" Directory="dir151D8EB8B053AC493745294402052C80" Guid="9A2D7061-0736-4D76-B046-D08E1D74D430" Win64="yes">
719
			<File Id="fil89C0150B67CBB861E9840ED7CA7D8CDE" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Thread.dll" />
720
		</Component>
721
		<Component Id="cmpA9BDDE43C829674033F72DFA808B0B0A" Directory="dir151D8EB8B053AC493745294402052C80" Guid="3B8FB727-757B-4444-A75C-774FC0A96116" Win64="yes">
722
			<File Id="fil2A109FB7B1E84BD429775DE81C4837C0" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.ThreadPool.dll" />
723
		</Component>
724
		<Component Id="cmp51203362803EF5F0E1E3C86B4EB9F11D" Directory="dir151D8EB8B053AC493745294402052C80" Guid="C48647FD-D58D-4C5D-88E0-E81B154F95C0" Win64="yes">
725
			<File Id="fil6E95214521F0FB3388558BE1F2750A5A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Threading.Timer.dll" />
726
		</Component>
727
		<Component Id="cmp992D9B6537D208B0335A0E3EDF30958D" Directory="dir151D8EB8B053AC493745294402052C80" Guid="FC69FC26-AE2E-4EF5-A263-C1EB933561E4" Win64="yes">
728
			<File Id="fil0B636627C75E30B97EF71046432A1647" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.ValueTuple.dll" />
729
		</Component>
730
		<Component Id="cmpE165C5DF5C7B3F846138E3504F2D5DA7" Directory="dir151D8EB8B053AC493745294402052C80" Guid="355AD1D9-6A48-44AB-A82B-EA31DCC2C2C9" Win64="yes">
731
			<File Id="fil4422956FA25F08077922A9E94A8D1D48" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.ReaderWriter.dll" />
732
		</Component>
733
		<Component Id="cmp0D0B43F988CB8DDD3554745F1CAFF55C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="17B13C9F-E151-4BF2-B66A-DA260D2DB134" Win64="yes">
734
			<File Id="filC128AA5579994F8B840B5871D080CEC1" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XDocument.dll" />
735
		</Component>
736
		<Component Id="cmp13C63DA250BEB169976CE576D802F423" Directory="dir151D8EB8B053AC493745294402052C80" Guid="1C84B2CF-BEA2-4189-A6CD-5DD7D285E3F0" Win64="yes">
737
			<File Id="filCC4A7562A1AC2AD0E3053DE3345CF5AD" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XmlDocument.dll" />
738
		</Component>
739
		<Component Id="cmpA4F8C8358CE8F39CE424AC970C7FBB62" Directory="dir151D8EB8B053AC493745294402052C80" Guid="64F2DEFF-8315-4C7B-AB91-9F064EA701FF" Win64="yes">
740
			<File Id="filDA4B236F769338D759A0916FBE713792" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XmlSerializer.dll" />
741
		</Component>
742
		<Component Id="cmp883802047C5F1D26AC8A0999D8C69C8C" Directory="dir151D8EB8B053AC493745294402052C80" Guid="0A632871-6C98-43C1-B4E3-72B0C46D10E3" Win64="yes">
743
			<File Id="fil8B4703A213A464A2DE935DB3D960696A" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XPath.dll" />
744
		</Component>
745
		<Component Id="cmp896A8EF5CC1224097D12F0CD431641DC" Directory="dir151D8EB8B053AC493745294402052C80" Guid="39B5D1A9-46CA-4C28-A611-532FB51E4006" Win64="yes">
746
			<File Id="filFEC2673B8A4FE40B7001138E918D5B49" KeyPath="yes" Source="$(var.SourceDir)\Plugin\System.Xml.XPath.XDocument.dll" />
747
		</Component>
748
		<Component Id="cmpE5658AF80F3604D566FB7792B4F119AA" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="09703D98-E6B0-4516-813C-D87532BEFAD8" Win64="yes">
749
			<File Id="fil29929991F4F8A6599D2533463D063C3B" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumGothic.ttf" />
750
		</Component>
751
		<Component Id="cmp8D70268BD1010AFF04FE0366E50CA922" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="B0F1C13E-5702-480B-A02A-5EB850220B01" Win64="yes">
752
			<File Id="fil026FC2411D3DCA70A345F8B9DCE34825" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumMyeongjo-Regular.ttf" />
753
		</Component>
754
		<Component Id="cmpEA5B96D62D04332D44C53951C808347A" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="198C2EEE-F020-467E-B1CE-A5EC49E51C98" Win64="yes">
755
			<File Id="fil9B56D2BD72D1D16DB347820D1E0F9487" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumSquareRoundR.ttf" />
756
		</Component>
757
		<Component Id="cmpC129713EB3FBD80CCB02BF600C1F0F55" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="BA40B8AD-9A4A-4D6E-A5B9-D25B48722D91" Win64="yes">
758
			<File Id="filFAE58E284B9F60953B72B12CF2FEB67A" KeyPath="yes" Source="$(var.SourceDir)\Resources\Verdana.ttf" />
759
		</Component>
760
		<Component Id="cmpB972CF14E2FE46EF4C27DF8E2A8D8148" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="82BD6000-1C97-4FA5-81AA-EB5CFD96BDDF" Win64="yes">
761
			<File Id="fil6A0332515469DC460F8463EC6A6624A9" KeyPath="yes" Source="$(var.SourceDir)\tessdata\deu.traineddata" />
762
		</Component>
763
		<Component Id="cmp92673DCD3A790F0AE44C8C35A1E2CE7C" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="FCA42650-A2C0-4AA4-A26D-4A164B534E47" Win64="yes">
764
			<File Id="fil8A735A93EC1DA3907F32FD0458422B92" KeyPath="yes" Source="$(var.SourceDir)\tessdata\eng.traineddata" />
765
		</Component>
766
		<Component Id="cmp9971145325DD7CCCE8C465A817FDC26A" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="074FA6BD-E686-41F8-9AF2-83720A043676" Win64="yes">
767
			<File Id="filE90E86FD8DB35F24AAC22256077E0AA0" KeyPath="yes" Source="$(var.SourceDir)\tessdata\fra.traineddata" />
768
		</Component>
769
		<Component Id="cmpE2CD3D3C1E99C37D8F73459EBEFD3BA4" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="E93433F0-C3BC-4155-BC59-DD819E296B47" Win64="yes">
770
			<File Id="filFA0821084DD0DB0573FAFB7DB367CDF2" KeyPath="yes" Source="$(var.SourceDir)\tessdata\spa.traineddata" />
771
		</Component>
772
		<Component Id="cmp0CA869F93E8C96460E9DEDDBA02904A3" Directory="dirE562A4656FE03253EA39D17E8127BA05" Guid="5BC9CBFB-9093-4780-B5B6-79164989EDE2" Win64="yes">
773
			<File Id="filE14203CE7880C200F8EBF2F86DD14C45" KeyPath="yes" Source="$(var.SourceDir)\tr\Telerik.Windows.Controls.resources.dll" />
774
		</Component>
775
    </ComponentGroup>
776
  </Fragment>
777
</Wix>
클립보드 이미지 추가 (최대 크기: 500 MB)