프로젝트

일반

사용자정보

개정판 bef3613f

IDbef3613f39cf4c80bbe1d49c66806e69bc09dd4b
상위 5f4bcba9
하위 a15c7dc9

백흠경이(가) 4년 이상 전에 추가함

issue #569: PDF를 이미지로 변환 시 PDF에 있는 텍스트를 추출한다

Change-Id: I445fee35d32456aa8022e01eacd58dc4abe423b8

차이점 보기:

ID2.wxs
6 6
		<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes"/>
7 7
		<MediaTemplate EmbedCab="yes"/>
8 8
    
9
    <WixVariable Id="WixUILicenseRtf" Value="license.rtf" />
10
    <WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" />
9
		<WixVariable Id="WixUILicenseRtf" Value="license.rtf" />
10
		<WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" />
11 11
    
12 12
		<Feature Id="ProductFeature" Title="ID2" Level="1">
13 13
			<ComponentGroupRef Id="ID2" />
14 14
			<ComponentGroupRef Id="OdReadExMgd" />
15
			<ComponentGroupRef Id="bin64" />
15 16
		</Feature>
16 17
	</Product>
17 18

  
18 19
	<Fragment>
19 20
		<Directory Id="TARGETDIR" Name="SourceDir">
20
      <Directory Id="DesktopFolder" Name="Desktop">
21
        <Component Id="DesktopShortcut" Guid="44D6BF99-8203-4DF8-A7F4-1FDC717A6B8C" Feature="ProductFeature">
22
          <RegistryValue Root="HKCU" Key="Software\DOFTECH\ID2" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
23
          <Shortcut Id="DesktopShortcut"
24
            Directory="DesktopFolder"
25
            Name="ID2"
26
            Description="Image P&amp;ID to Intelligent P&amp;ID"
27
            Target="[INSTALLFOLDER]ID2.exe"
28
            WorkingDirectory="INSTALLFOLDER" />
29
          <RemoveFolder Id="DesktopFolder" On="uninstall"/>
30
        </Component>
31
      </Directory>
21
			<Directory Id="DesktopFolder" Name="Desktop">
22
				<Component Id="DesktopShortcut" Guid="44D6BF99-8203-4DF8-A7F4-1FDC717A6B8C" Feature="ProductFeature">
23
					<RegistryValue Root="HKCU" Key="Software\DOFTECH\ID2" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
24
					<Shortcut Id="DesktopShortcut"
25
						Directory="DesktopFolder"
26
						Name="ID2"
27
						Description="Image P&amp;ID to Intelligent P&amp;ID"
28
						Target="[INSTALLFOLDER]ID2.exe"
29
						WorkingDirectory="INSTALLFOLDER" />
30
					<RemoveFolder Id="DesktopFolder" On="uninstall"/>
31
				</Component>
32
			</Directory>
32 33
      
33 34
			<Directory Id="ProgramFiles64Folder">
34
        <Directory Id="COMPANYFOLDER" Name="DOFTECH">
35
          <Directory Id="INSTALLFOLDER" Name="ID2" />
36
        </Directory>  
37
      </Directory>
35
				<Directory Id="COMPANYFOLDER" Name="DOFTECH">
36
					<Directory Id="INSTALLFOLDER" Name="ID2" />
37
				</Directory>  
38
			</Directory>
38 39
      
39
      <Directory Id="CommonAppDataFolder">
40
        <Directory Id="MyAppDataFolder" Name="Digital PID">
41
          <Directory Id="dirC22F81366F1DF3AD5DC4226B5B342836" Name="Tesseract-OCR">
42
			<Directory Id="dir93309EB6A1467CF5ABF2AF4020DB1935" Name="doc" />
43
            <Directory Id="dir06249C254B8FEA6A37A7C6E4984EF433" Name="tessdata">
44
              <Directory Id="dir3F0555D68285FA93FCB08481E3700371" Name="configs" />
45
              <Directory Id="dir4F34AD981B5A8A9A38D5CA0D38851A3E" Name="tessconfigs" />
46
		    </Directory>
47
          </Directory>
40
			<Directory Id="CommonAppDataFolder">
41
				<Directory Id="MyAppDataFolder" Name="Digital PID">
42
					<Directory Id="dirC22F81366F1DF3AD5DC4226B5B342836" Name="Tesseract-OCR">
43
						<Directory Id="dir93309EB6A1467CF5ABF2AF4020DB1935" Name="doc" />
44
						<Directory Id="dir06249C254B8FEA6A37A7C6E4984EF433" Name="tessdata">
45
						<Directory Id="dir3F0555D68285FA93FCB08481E3700371" Name="configs" />
46
						<Directory Id="dir4F34AD981B5A8A9A38D5CA0D38851A3E" Name="tessconfigs" />
47
						</Directory>
48
					</Directory>
49
				</Directory>
50
			</Directory>
48 51
		</Directory>
49
      </Directory>
50
      
51
    </Directory>
52 52
    
53 53
    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
54 54
    <UIRef Id="WixUI_InstallDir"/>
......
130 130
        <Directory Id="dir608A4CEF2C50A404903D91CDBC5FC19F" Name="tcl" />
131 131
        <Directory Id="dirCB95A5AFC5861D1E3A722344BB5C91C8" Name="tk" />
132 132
        <Directory Id="dir492E31D35D0836840D884AD8A988F534" Name="win32com" />
133
        <Directory Id="dir6493F5AFB2E16BE3624892B2CBA5B256" Name="bin64" />
134 133
		<Directory Id="dir4D8F07AD7AA14B658931DBCE146091B2" Name="UI" />
135 134
		
135
		<Directory Id="bin64" Name="bin64">
136
			<Directory Id="dir242DC17B8DFC53C13CAF172FC08B730A" Name="de" />
137
            <Directory Id="dir9AE38F4F5CB5E565E774521E138F44FD" Name="es" />
138
            <Directory Id="dir997B58958EFAE06BB705E870622AB899" Name="ja" />
139
            <Directory Id="dirE9205C68F964857267FD3312DBFF9A91" Name="ru" />
140
		</Directory>
136 141
		<Directory Id="OdReadExMgd" Name="OdReadExMgd" />
137 142
    </DirectoryRef>
138 143
    
139 144
    <DirectoryRef Id="TARGETDIR">
140
      <Component Id="RegistryEntries" Guid="5376EB0F-AB87-42CB-9121-9D42770129D4">
141
        <RegistryKey Root="HKLM"
142
                    Key="Software\DOFTECH\ID2"
143
              Action="createAndRemoveOnUninstall">
144
            <RegistryValue Type="string" Name="Path" Value="[INSTALLFOLDER]"/>
145
        </RegistryKey>
146
      </Component>
147
    </DirectoryRef>
148
  </Fragment>
145
		<Component Id="RegistryEntries" Guid="5376EB0F-AB87-42CB-9121-9D42770129D4">
146
			<RegistryKey Root="HKLM"
147
						Key="Software\DOFTECH\ID2"
148
				  Action="createAndRemoveOnUninstall">
149
				<RegistryValue Type="string" Name="Path" Value="[INSTALLFOLDER]"/>
150
			</RegistryKey>
151
		</Component>
152
		</DirectoryRef>
153
	</Fragment>
149 154
    
150 155
	<Fragment>
151 156
		<ComponentGroup Id="ID2">
......
3915 3920
          <Component Id="cmp858B83FDA281CF03E24441F7A27546FA" Directory="dir6FBA8BF34AB39E09604B7F02BE160DA3" Guid="865141F7-C8CD-4302-854B-EEF0FDAD278C" Win64='yes'>
3916 3921
              <File Id="filD0B8045A19FFFA08A88A6E7C2E115CBB" KeyPath="yes" Source=".\dist\App\tk\ttk\xpTheme.tcl" />
3917 3922
          </Component>
3918
          <Component Id="cmp62E93FF4A7669C7E252351DCA94D0891" Directory="dir7D4C2F3D589471961C0E8F7C02ADBD9A" Guid="9EB183D8-4B61-4617-8E53-FE1C27B15161" Win64='yes'>
3919
              <File Id="fil44F5B8FC4543A5266159A434BCEF2257" KeyPath="yes" Source=".\dist\App\win32com\shell\shell.pyd" />
3920
          </Component>
3921
          <Component Id="cmpB78A0520DB60413FCB30DA6C9FCA32A1" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="B785DC27-252A-E65F-7C05-D70F81B041B7" Win64='yes'>
3922
              <File Id="filAB87C742303E6FBA5A08649D5EFB7631" KeyPath="yes" Source=".\dist\App\bin64\PDF_TO_IMAGE.exe" />
3923
          </Component>
3924
          
3925
          <Component Id="cmp8A97D2893B675A49B5B7AC2B25F80D1F" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="D2A4586E-8D03-D1EC-B658-47CE246DF3F5" Win64='yes'>
3926
              <File Id="fil243549EFB94B525C12ADBA4462DE5341" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Docs.v18.2.dll" />
3927
          </Component>
3928
          <Component Id="cmp122397078ed6488b85c38e0d9c19a8f6" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="b3a2138e-5462-4a3d-9566-1097fa19428e" Win64='yes'>
3929
              <File Id="fil10108ddb5a1d4fb498d4c514534ac6ce" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Pdf.v18.2.Core.dll" />
3930
          </Component>
3931
          <Component Id="cmpdef5c66337a44822b376201059eed996" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="03602df3-294e-4ae0-a0c1-f37cf2c0db7b" Win64='yes'>
3932
              <File Id="fil5a14205ee4ad4555b85d807491844716" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Data.v18.2.dll" />
3933
          </Component>
3934
          <Component Id="cmp9486dbc672944d39af84b204c64a035d" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="f11ffedc-abd1-4e6a-8fd2-e79bbe79b4b6" Win64='yes'>
3935
              <File Id="fild5190ae27af1479e88672ec0cc99286a" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Printing.v18.2.Core.dll" />
3936
          </Component>
3937
          <Component Id="cmp23df8ab0e0a740eba9c0e619b257e158" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="e3cdf0ba-9376-4b6d-b517-647fe993ca26" Win64='yes'>
3938
              <File Id="fil7fdd616390184957a56d73ec30c32a5e" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Sparkline.v18.2.Core.dll" />
3939
          </Component>
3940
          <Component Id="cmpb57bd753b987457fb13a2ad06984cd49" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="dd8577e5-15fd-4a98-ac01-563249c7de37" Win64='yes'>
3941
              <File Id="filb895b77afae5474ab9125ff377db513b" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Utils.v18.2.dll" />
3942
          </Component>
3943
          <Component Id="cmp14de3ef2d3994bf2ad987b5218c4ab2c" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="573a2434-b379-4c7e-ba3f-5450f08f4b2e" Win64='yes'>
3944
              <File Id="filb898373741b44a309d75dead51e7dc9d" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.XtraEditors.v18.2.dll" />
3945
          </Component>
3946
          <Component Id="cmp8b1c3ac7ae5a4b47be80f1e6c8180079" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="db4071c3-a827-4beb-b8bb-a2f95a2630bd" Win64='yes'>
3947
              <File Id="fil455617581379447c989bc8806e0358b6" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Charts.v18.2.Core.dll" />
3948
          </Component>
3949
          <Component Id="cmp0d48de68fef34a35ba9a1a010c5d1126" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="ed971081-56c7-4fd2-b4fb-2fce724b6811" Win64='yes'>
3950
              <File Id="fil905936d339944be09ba30392fa4da5bc" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.CodeParser.v18.2.dll" />
3951
          </Component>
3952
          <Component Id="cmpbb42984f0e724cf1812dfa8b91a3ecd6" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="e82c742c-e111-490b-82c2-b742e353c82c" Win64='yes'>
3953
              <File Id="filc409c640ec854e59a34ffc7b7a6dce67" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.DataAccess.v18.2.dll" />
3954
          </Component>
3955
          <Component Id="cmp34ca98e6641842f4958d3f76fe64deee" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="c5c31acd-50f6-4d50-a230-474ed08f705d" Win64='yes'>
3956
              <File Id="filbbce577cab154be49ec77e8dcc658220" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Images.v18.2.dll" />
3957
          </Component>
3958
          <Component Id="cmpc778eac8338a474bb5076b3b9903848b" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="47ce6fc0-147d-40f3-8bd8-44489e09404f" Win64='yes'>
3959
              <File Id="fil342e7a496c014fe1861ffe5b3e9deb56" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Office.v18.2.Core.dll" />
3960
          </Component>
3961
          <Component Id="cmp448056a3103b485587600a82559b879c" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="c97079aa-4f09-42e5-950e-b8ac84edf31c" Win64='yes'>
3962
              <File Id="fil45c9549bfcd1446eaa956a9d0fd7c26f" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Pdf.v18.2.Drawing.dll" />
3963
          </Component>
3964
          <Component Id="cmp8af9269c14a646019d2c68c715ce8bb6" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="e24f6019-59d4-417a-98e1-4424bfb9e3b5" Win64='yes'>
3965
              <File Id="fil56c738e0d93e4a319acf8ccefcf25f23" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.RichEdit.v18.2.Core.dll" />
3966
          </Component>
3967
          <Component Id="cmp0a5b119b3d614a49a13cfe4f3147f26b" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="04d8ab7a-a036-4293-b901-403535b004bc" Win64='yes'>
3968
              <File Id="filf4f2115bf0cc484e99971fd67e0325d8" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Snap.v18.2.Core.dll" />
3969
          </Component>
3970
          <Component Id="cmpc32e4fca4e5d4c2e85458fa01f4ac241" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="70178f52-c7e1-4b2b-ad51-8a1e39046acd" Win64='yes'>
3971
              <File Id="fil09f9c4b2b95847f4828afb332ef02d5f" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Spreadsheet.v18.2.Core.dll" />
3972
          </Component>
3973
          <Component Id="cmpefb22dfcbeff42b1a832971532e36c20" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="5b85a2ec-1bd3-4cdf-a0d3-9f045491c4fc" Win64='yes'>
3974
              <File Id="fil53644f22d1bc47c8ad4ff23c4a2800d9" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.Xpo.v18.2.dll" />
3975
          </Component>
3976
          <Component Id="cmpeae30a37a0f54919af699fbdd5f63785" Directory="dir6493F5AFB2E16BE3624892B2CBA5B256" Guid="153c2f46-a405-44b4-9bd4-76eb2a9fdd5d" Win64='yes'>
3977
              <File Id="fil3ee9eb1d3be44d76939c23c72b050191" KeyPath="yes" Source=".\dist\App\bin64\DevExpress.XtraCharts.v18.2.dll" />
3978
          </Component>
3923
			<Component Id="cmp62E93FF4A7669C7E252351DCA94D0891" Directory="dir7D4C2F3D589471961C0E8F7C02ADBD9A" Guid="9EB183D8-4B61-4617-8E53-FE1C27B15161" Win64='yes'>
3924
				<File Id="fil44F5B8FC4543A5266159A434BCEF2257" KeyPath="yes" Source=".\dist\App\win32com\shell\shell.pyd" />
3925
			</Component>
3979 3926
		</ComponentGroup>
3980 3927
		
3981 3928
		<ComponentGroup Id="OdReadExMgd">
......
4280 4227
                <File Id="filC0AA95240109542B5D4C7E4D7FB87FB2" KeyPath="yes" Source=".\DTI_PID\DTI_PID\OdReadExMgd\XNet.dll" />
4281 4228
            </Component>
4282 4229
        </ComponentGroup>
4230
		
4231
		<ComponentGroup Id="bin64">
4232
            <Component Id="cmp46B39CAB8D8909B300EC84B5AC64D7F6" Directory="INSTALLFOLDER" Guid="99D2B7A6-A3BF-4C55-8AAC-7D6F1EDB698E" Win64="yes">
4233
                <File Id="filFF8DA80B761BB91B806452E8D4D62E69" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Charts.v19.1.Core.dll" />
4234
            </Component>
4235
            <Component Id="cmp9FC25E89F9A56A5805FE8B5E7E0615B3" Directory="INSTALLFOLDER" Guid="02A7267E-855F-45E1-9B6D-20ED8CBC7DF1" Win64="yes">
4236
                <File Id="fil9E07C829DA0AB45FC235642B49D3B497" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.CodeParser.v19.1.dll" />
4237
            </Component>
4238
            <Component Id="cmpD44E9BC3684811453984CBCB1EB166F1" Directory="INSTALLFOLDER" Guid="38014EF1-EC19-45A8-AF5E-4CB21229DDC0" Win64="yes">
4239
                <File Id="filA27274F195C6FBC90B66454667F0D5F7" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Data.v19.1.dll" />
4240
            </Component>
4241
            <Component Id="cmpF5A37847BDEFF2A655F2718FA3320939" Directory="INSTALLFOLDER" Guid="81889BE3-E3F2-4505-8B57-AE1EB0CFEF6C" Win64="yes">
4242
                <File Id="fil3A88EE8BCC841724F93F26F9F49FE2B1" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Data.v19.1.xml" />
4243
            </Component>
4244
            <Component Id="cmpBAC08331F6A60AA13BA89E3EA61C6148" Directory="INSTALLFOLDER" Guid="7ADA3E58-9786-4086-B321-461977C98B62" Win64="yes">
4245
                <File Id="fil9547393D4AFB059E41DE7E0DEBB8DA76" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.DataAccess.v19.1.dll" />
4246
            </Component>
4247
            <Component Id="cmp18A078CECC7335B9A7E1C74D17CB5CF5" Directory="INSTALLFOLDER" Guid="F9E6A00D-06F3-4210-B996-4D9B47FBA696" Win64="yes">
4248
                <File Id="fil7418744A06552241E9A4DF7D5488C562" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.DataAccess.v19.1.xml" />
4249
            </Component>
4250
            <Component Id="cmpB18437F487815D9BB78EC3368A57CBD4" Directory="INSTALLFOLDER" Guid="5A65CE68-DE3B-4180-99A4-8C3D88B004CA" Win64="yes">
4251
                <File Id="fil65E748314B74F4E0C9FF809456A5F171" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Docs.v19.1.dll" />
4252
            </Component>
4253
            <Component Id="cmp2DFB920FC4C34D9FDF721AE04B32E1A4" Directory="INSTALLFOLDER" Guid="DE9AB0C0-B25B-4DA9-AFD0-3FDD553A833E" Win64="yes">
4254
                <File Id="filEC45281225DB7A3223A36352993DFBDD" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Docs.v19.1.xml" />
4255
            </Component>
4256
            <Component Id="cmpDE28A84028C14E7357D32FD08FE9C3F2" Directory="INSTALLFOLDER" Guid="64AE462F-9C6F-4005-BCD7-7229263F173D" Win64="yes">
4257
                <File Id="fil31A918B982BD98DA96D7F7E1DF78FB50" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Images.v19.1.dll" />
4258
            </Component>
4259
            <Component Id="cmpFC4E893062841191C7DA383E881D134F" Directory="INSTALLFOLDER" Guid="976CD0F8-BAEB-4331-8631-19A24F3C395B" Win64="yes">
4260
                <File Id="fil4E5F998CF3E4272BD6F9702B6B14D3CF" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Office.v19.1.Core.dll" />
4261
            </Component>
4262
            <Component Id="cmp5A60E718CA38321DA886F325F2489DB0" Directory="INSTALLFOLDER" Guid="074832B8-5F5D-4954-8602-B97066C25AC1" Win64="yes">
4263
                <File Id="fil2CE65B2B13A2C64A7B0CEAE673E54C58" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Office.v19.1.Core.xml" />
4264
            </Component>
4265
            <Component Id="cmpA8F8F60CE6932271048D6D9C0B742481" Directory="INSTALLFOLDER" Guid="65C0B696-980B-469D-A3C1-CE39FB00183E" Win64="yes">
4266
                <File Id="filC4C945BF4490BB592E8ABC4E3223D31B" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Pdf.v19.1.Core.dll" />
4267
            </Component>
4268
            <Component Id="cmpFBE96BB80E3E738E5DF96D69A6A36C0D" Directory="INSTALLFOLDER" Guid="51540D7F-5FFE-4409-A80A-46FD661CFD90" Win64="yes">
4269
                <File Id="filF68BA4C76FD70EC22247EB09E088CE65" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Pdf.v19.1.Core.xml" />
4270
            </Component>
4271
            <Component Id="cmp8ADA2DEBC6ED611DDCA8439161CCC4C8" Directory="INSTALLFOLDER" Guid="FF376D2B-74A1-48EC-AE11-4C5CA7BBE821" Win64="yes">
4272
                <File Id="fil59D7B86134E6DE6ED989DBDDBABEEF04" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Pdf.v19.1.Drawing.dll" />
4273
            </Component>
4274
            <Component Id="cmpDB4801D3CBEBC7EA14015129B5F4D91F" Directory="INSTALLFOLDER" Guid="044C7479-0318-484D-8EC9-6F00FD3D842B" Win64="yes">
4275
                <File Id="filFD6370CDB5066B6AEC5AB0859E2D57BD" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Pdf.v19.1.Drawing.xml" />
4276
            </Component>
4277
            <Component Id="cmpA23E41BA28408AF4985F2C99F217FE85" Directory="INSTALLFOLDER" Guid="91BC24F6-27A2-4922-8ABA-D02A36B89125" Win64="yes">
4278
                <File Id="filB64BCD458662464A66E71473631287D5" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Printing.v19.1.Core.dll" />
4279
            </Component>
4280
            <Component Id="cmp0D5A170C3DA7A415EAC7347760267328" Directory="INSTALLFOLDER" Guid="83821B34-92BC-4563-BE2E-F6FC9E9BCABD" Win64="yes">
4281
                <File Id="filC8E486EDC7CE3B6C792C8A06F4B238E8" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Printing.v19.1.Core.xml" />
4282
            </Component>
4283
            <Component Id="cmpB252B0B372D92CB16BE4023998506E3F" Directory="INSTALLFOLDER" Guid="F61C7025-5822-4906-BA01-96BEAD6AF0CE" Win64="yes">
4284
                <File Id="filC9E62C0041369653A2BB26ADE7E86413" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.RichEdit.v19.1.Core.dll" />
4285
            </Component>
4286
            <Component Id="cmpB2A6F501E0B53849EB9D1390D76D5C4E" Directory="INSTALLFOLDER" Guid="A2613E33-2584-4ED0-9A43-46C98D924900" Win64="yes">
4287
                <File Id="fil00F9C6EB048DB2DBF2508814F88AB1E9" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.RichEdit.v19.1.Core.xml" />
4288
            </Component>
4289
            <Component Id="cmp6AF81DB3EECA0261D03AF4CD9A1C3606" Directory="INSTALLFOLDER" Guid="67CEC176-A010-41DD-8FB5-56FDC4FC6830" Win64="yes">
4290
                <File Id="filFED81426ABD81512CD7CAF03AFE10ADC" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Snap.v19.1.Core.dll" />
4291
            </Component>
4292
            <Component Id="cmp1F08796745ACC278F5D81BECB5F18247" Directory="INSTALLFOLDER" Guid="4566C1A7-F198-4660-95F8-B71C6119E94A" Win64="yes">
4293
                <File Id="fil362B7F5463765A5EAC2131BE5AC031E8" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Snap.v19.1.Core.xml" />
4294
            </Component>
4295
            <Component Id="cmpFF0F754F9479F93EE8F01C2774DC9077" Directory="INSTALLFOLDER" Guid="03ADFB35-27B5-400D-BC75-CBEBF36DC073" Win64="yes">
4296
                <File Id="filA6AB728F4D3ABCE0FCCD9618B4C627DD" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Sparkline.v19.1.Core.dll" />
4297
            </Component>
4298
            <Component Id="cmpF1490867681702A946AACEC6042CC726" Directory="INSTALLFOLDER" Guid="57651648-39E5-4FA6-BAB5-87940BAF51C4" Win64="yes">
4299
                <File Id="fil37B5E5B42CDB87526C5374AE0989136E" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Sparkline.v19.1.Core.xml" />
4300
            </Component>
4301
            <Component Id="cmp06FA8B0BDFAEC656FA9F4FF1F8501850" Directory="INSTALLFOLDER" Guid="9DAC34F5-91D4-4995-A546-5F02AE3BA69E" Win64="yes">
4302
                <File Id="fil7F97F8C72CEB165813E467228AD91D28" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Spreadsheet.v19.1.Core.dll" />
4303
            </Component>
4304
            <Component Id="cmpA71D6456205C986B0059E936424038E4" Directory="INSTALLFOLDER" Guid="30D178E3-BE43-463A-9DD1-60FFCAB3ECF4" Win64="yes">
4305
                <File Id="filDF89733001D90D88971D65CCA7598C53" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Spreadsheet.v19.1.Core.xml" />
4306
            </Component>
4307
            <Component Id="cmp3571EF0C6D92586B33CA9B3E6E6AAEF0" Directory="INSTALLFOLDER" Guid="30D9B7C7-2183-44D3-927D-A13B1578580B" Win64="yes">
4308
                <File Id="fil8A9B9DD7A5AA6A39B8330FC517110604" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Utils.v19.1.dll" />
4309
            </Component>
4310
            <Component Id="cmpD1DA5FC602D039663D1DE4BD9B72B300" Directory="INSTALLFOLDER" Guid="5C69A1FA-F378-4E8D-B808-F07857B62610" Win64="yes">
4311
                <File Id="fil0C8DBAAAB86FE3EFBF6C454FF2B818D1" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Utils.v19.1.xml" />
4312
            </Component>
4313
            <Component Id="cmpF2B9DB7197F46487B9114B3BF166A911" Directory="INSTALLFOLDER" Guid="E6D7E89E-506C-4A7E-81AF-42E9E3297041" Win64="yes">
4314
                <File Id="fil6155CD6318486B11E104F0ABDC0C1A0A" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Xpo.v19.1.dll" />
4315
            </Component>
4316
            <Component Id="cmp5EC2E3CA71D389201B0C769B93160948" Directory="INSTALLFOLDER" Guid="48AF8033-168F-4B7E-9156-A893ADBC468B" Win64="yes">
4317
                <File Id="fil77EB3C7A62459EAA632DAE950A936181" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.Xpo.v19.1.xml" />
4318
            </Component>
4319
            <Component Id="cmpF32A73ECBB3AC6EA2747168DF774AA43" Directory="INSTALLFOLDER" Guid="2A5099E1-447D-40B4-9F40-BD1EAFACEB83" Win64="yes">
4320
                <File Id="fil58D4F6E31207C73CAE2A18970D251DF9" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.XtraCharts.v19.1.dll" />
4321
            </Component>
4322
            <Component Id="cmp5AC674246633DB0BD85CC276FE122E7D" Directory="INSTALLFOLDER" Guid="9C2F55F4-DDF1-4B99-9EAF-5BB1D7DD0C3C" Win64="yes">
4323
                <File Id="filF9BB075CC091E9B6AFA6B564381EFEE1" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.XtraCharts.v19.1.xml" />
4324
            </Component>
4325
            <Component Id="cmpCE398BA704E3BAE8218A170B05492DAA" Directory="INSTALLFOLDER" Guid="EFB49C45-8642-4A3A-A42A-445BD1EA7194" Win64="yes">
4326
                <File Id="fil91FAB5C6B69307439FE96649BEED77CE" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.XtraEditors.v19.1.dll" />
4327
            </Component>
4328
            <Component Id="cmp3B32809F4233C156C59020AE750C22F6" Directory="INSTALLFOLDER" Guid="711601C8-4C80-40B8-8F68-CD3B7537A5C7" Win64="yes">
4329
                <File Id="fil6436F78AB5B5532AC47DE6F40E0EA702" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\DevExpress.XtraEditors.v19.1.xml" />
4330
            </Component>
4331
            <Component Id="cmp13998EB44863BFC0021D5526D6C402C4" Directory="INSTALLFOLDER" Guid="92B4F1DF-A2C6-4024-86AB-18B4C2096361" Win64="yes">
4332
                <File Id="fil47542EBEF19B983B86831549A0FA9387" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\PDF_TO_IMAGE.exe" />
4333
            </Component>
4334
            <Component Id="cmp6CE7E327A7A814134121AC736D627869" Directory="INSTALLFOLDER" Guid="A72A6CBE-CEBF-4A14-8C1D-40BA1CC0022D" Win64="yes">
4335
                <File Id="fil629032D385F6B4AA703AB9E0B917D190" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\PDF_TO_IMAGE.exe.config" />
4336
            </Component>
4337
            <Component Id="cmpA5FECE09D92880BD2DC40255D83CC654" Directory="INSTALLFOLDER" Guid="3A6A546A-CBFA-47F4-ABBB-B55AF9247AED" Win64="yes">
4338
                <File Id="fil1AD7FB9B298A654269C08A7B58DBB927" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\PDF_TO_IMAGE.pdb" />
4339
            </Component>
4340
            <Component Id="cmpAF89ACF05CA25E7DDEE7DDDFEFABFC39" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="ADDCE0C0-DBBB-4B98-A9FD-DE6E1B48154A" Win64="yes">
4341
                <File Id="fil8D0F779C5B530E6A1D91CAEB4E3CB44D" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Data.v19.1.resources.dll" />
4342
            </Component>
4343
            <Component Id="cmp094187A54163F4670FD980F3A1221230" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="375DCAD9-EA80-49BE-9803-2FD2638104E4" Win64="yes">
4344
                <File Id="filA46D948A4F6049E64EB860472E220C54" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.DataAccess.v19.1.resources.dll" />
4345
            </Component>
4346
            <Component Id="cmpF8D0B6384647DCF6C3637125C2A5BAD3" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="ED6D5F9B-AB77-4A3A-ADDC-F18E043D560F" Win64="yes">
4347
                <File Id="fil5068FF82161A004D27EC406405FC2A36" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Office.v19.1.Core.resources.dll" />
4348
            </Component>
4349
            <Component Id="cmpBEA461CA09B61C4FF8A09679EC1F1D31" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="B4BF7A3C-0931-4A4B-9F5E-252FC4B79ED0" Win64="yes">
4350
                <File Id="filA9F80F810AAA9350B7EEC480E661CD8B" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Pdf.v19.1.Core.resources.dll" />
4351
            </Component>
4352
            <Component Id="cmp3E6204E497BF6B500EDC873D48273137" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="1EB1D416-1E37-4312-983B-4F7982BB0F43" Win64="yes">
4353
                <File Id="fil0ACDEC8CAF615F273DF28B1E3B3FC002" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Printing.v19.1.Core.resources.dll" />
4354
            </Component>
4355
            <Component Id="cmp11FCC16C17F40D7C4850E9B021DFDFD6" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="BCFA3227-909B-46FA-98FE-32EC1FEDB810" Win64="yes">
4356
                <File Id="filE880449A763DDCC6D2202C35BC7A4B0C" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.RichEdit.v19.1.Core.resources.dll" />
4357
            </Component>
4358
            <Component Id="cmpA31D9D3B270EE8D5031D5BA2F4A2483B" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="06E03379-BFB9-4F4F-9897-DA8F9D794783" Win64="yes">
4359
                <File Id="filECAE8C12BB4CC9A0BE702997C852F277" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Snap.v19.1.Core.resources.dll" />
4360
            </Component>
4361
            <Component Id="cmpF58F908EAE4B61EF466BCE4BBF2B0313" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="10150718-36FE-4E7A-8CC8-E82E815064D9" Win64="yes">
4362
                <File Id="fil1CDDF491AF8156EF3448E22F51C7D446" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Sparkline.v19.1.Core.resources.dll" />
4363
            </Component>
4364
            <Component Id="cmp9DD38BADB774F57E0977B1E0C88479C2" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="4854DCAB-D4D0-4549-A4B2-DF219F8D8678" Win64="yes">
4365
                <File Id="fil637BA055F312512C768833EF15842AE7" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Spreadsheet.v19.1.Core.resources.dll" />
4366
            </Component>
4367
            <Component Id="cmpF46D6DF2B0CAD1E64631F5FEB11ABA1D" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="CE61C56E-F72B-4224-AC4B-3134CE8ADAB4" Win64="yes">
4368
                <File Id="fil3C7F9553D0721DBEE62AA8AAB3B85F64" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Utils.v19.1.resources.dll" />
4369
            </Component>
4370
            <Component Id="cmpB8D88070B36058D357799E277774D608" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="36CB28DC-D2D5-4367-9D63-724ACCBD96C5" Win64="yes">
4371
                <File Id="fil4C4C67903C7E610ECF42B90868129EDA" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.Xpo.v19.1.resources.dll" />
4372
            </Component>
4373
            <Component Id="cmpB58D3412A23950AD93F1E28813456FA2" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="6B25E046-FDEF-4F84-A508-1C6CBF9964C9" Win64="yes">
4374
                <File Id="fil96D1F53925B7E53FEDB3417849824157" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.XtraCharts.v19.1.resources.dll" />
4375
            </Component>
4376
            <Component Id="cmp143980CBE7A1DB14398DD838BD7B9A2F" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="AA348A08-960F-421D-9B15-2E97FB1F276E" Win64="yes">
4377
                <File Id="fil1D461427C91CA5B3CDE4DF0517B3FB86" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\de\DevExpress.XtraEditors.v19.1.resources.dll" />
4378
            </Component>
4379
            <Component Id="cmpA15EEA744E43A979C6F9E3FE7BCA3D9F" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="6CD39FA5-9DB5-4529-8273-80798423CCF0" Win64="yes">
4380
                <File Id="fil069FCDD7B90062E9E8D738B4F2EC5563" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Data.v19.1.resources.dll" />
4381
            </Component>
4382
            <Component Id="cmpE13B4B0447E7B6A71F00F4AC6DEDE0C8" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="3E1FFBFC-0FB5-4B06-B76D-D936F918CFBC" Win64="yes">
4383
                <File Id="filE92E0E0D0FD3559D7FF05C6E24295BDF" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.DataAccess.v19.1.resources.dll" />
4384
            </Component>
4385
            <Component Id="cmpBDA536968618E73ED0414051F9C6BD8D" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="949FE39E-55F2-4D6B-A584-9256A3721558" Win64="yes">
4386
                <File Id="filDF147F9EE49BCF4D4AF7BEE20DF0E325" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Office.v19.1.Core.resources.dll" />
4387
            </Component>
4388
            <Component Id="cmp23395A15A5F78FA06A7A72D973D84D3D" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="AEF5F9F1-8917-4911-A4E3-80F5DDD771F6" Win64="yes">
4389
                <File Id="filE2CCCE9510439E9C8318EE751D992836" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Pdf.v19.1.Core.resources.dll" />
4390
            </Component>
4391
            <Component Id="cmp8667065FA9BE164A4B03F8C9BD69E1AA" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="D5E679A1-935A-409D-B9ED-572A3A3827E8" Win64="yes">
4392
                <File Id="filD09A60CB1C49033C59E59B23EE8D9D21" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Printing.v19.1.Core.resources.dll" />
4393
            </Component>
4394
            <Component Id="cmpB4D24739A59A4310D356FEF4474E3E5B" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="03C2A275-1B40-45FE-BD56-6DA8B2407FA2" Win64="yes">
4395
                <File Id="filF7596EBE06E1C4E63DBE3DFAD62D2027" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.RichEdit.v19.1.Core.resources.dll" />
4396
            </Component>
4397
            <Component Id="cmp0EF44593ADA584089CE13D244F4DE5F8" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="9F363F2A-662C-4B83-9A42-B804B77FD535" Win64="yes">
4398
                <File Id="fil730BBC99607BD36A4E52DDCBF576429A" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Snap.v19.1.Core.resources.dll" />
4399
            </Component>
4400
            <Component Id="cmpE7ED80802E8789718E00C5232FF8F99B" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="58B0354C-3FAC-40A1-A74A-EF029E830BFB" Win64="yes">
4401
                <File Id="filD13354B88D55B34E31DB9E70E9D9CE93" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Sparkline.v19.1.Core.resources.dll" />
4402
            </Component>
4403
            <Component Id="cmpA8554048DA4916EAD556AF97F7A2868E" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="B08C61DC-D9F1-4C79-AE34-B6D0997234BF" Win64="yes">
4404
                <File Id="fil8FEE4A02E1A64E9FB202EA3917C3D07B" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Spreadsheet.v19.1.Core.resources.dll" />
4405
            </Component>
4406
            <Component Id="cmpF297C8C08F3DAD46D60058598A5D144D" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="64D3C991-FAAD-4AE6-AAAA-2F2B5F3255B3" Win64="yes">
4407
                <File Id="fil8D7444A7F3B082DE1C7EAB078613E389" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Utils.v19.1.resources.dll" />
4408
            </Component>
4409
            <Component Id="cmpFD80509C477A4F3CC676B58C46C4C2E0" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="8C3B5090-4B83-4DE8-BDDA-3C456225A916" Win64="yes">
4410
                <File Id="fil590BA86A0BC9EC04F55F520ADFAB86B6" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.Xpo.v19.1.resources.dll" />
4411
            </Component>
4412
            <Component Id="cmp7C0285DE242895518F5BD1EBCA8B1E98" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="ECCC444D-D4BA-4141-8957-F0FD028FC3CC" Win64="yes">
4413
                <File Id="fil6C58B42DFBC960A9C48F64B1F28B4220" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.XtraCharts.v19.1.resources.dll" />
4414
            </Component>
4415
            <Component Id="cmp3C8D90B776DFCFB63EDC48860B98A441" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="C80002A1-8AAF-4CF6-BEB9-FF29696E1CB0" Win64="yes">
4416
                <File Id="filD78C914226A4ADAADD3479A579A45562" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\es\DevExpress.XtraEditors.v19.1.resources.dll" />
4417
            </Component>
4418
            <Component Id="cmpEF5B20444D996C6E4E9643B516A3741C" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="7364A38A-85C7-4EEB-83FD-91231292FF7D" Win64="yes">
4419
                <File Id="filA40208D87126CCF88B4A774C7F9D12FD" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Data.v19.1.resources.dll" />
4420
            </Component>
4421
            <Component Id="cmpDFEADD913AB9D9A353FB0A436A8EB976" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="D39ADBDA-CFE7-4F20-BEE5-B60F9E385E1B" Win64="yes">
4422
                <File Id="filFF7C1C4E26AF2B2A4A7DF5D90B8CC501" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.DataAccess.v19.1.resources.dll" />
4423
            </Component>
4424
            <Component Id="cmpD2CF82F6935DE75F878BC19EF53EF6FA" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="E57DAE5F-2044-48CE-A05C-C0917AE917A2" Win64="yes">
4425
                <File Id="filB69A59889E53C6A0C1FD1F82231AC54D" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Office.v19.1.Core.resources.dll" />
4426
            </Component>
4427
            <Component Id="cmp17F77C6BBD8FBD94A0F528C07B1D66D1" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="F15CC298-D746-4AB3-BC73-DFD488F6FBB7" Win64="yes">
4428
                <File Id="fil7F5F9561E161948E5508471DF9661B3E" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Pdf.v19.1.Core.resources.dll" />
4429
            </Component>
4430
            <Component Id="cmpC23C4F8F484DE695826D02984BD96F90" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="AE8BBB8E-5540-4D3D-AE74-4A966A0CC056" Win64="yes">
4431
                <File Id="filA08300218646908AF34C7F02EDB3BB28" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Printing.v19.1.Core.resources.dll" />
4432
            </Component>
4433
            <Component Id="cmpFEF5CBB53E94BA18B057BCE2DC61B5AB" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="7D71CE7A-DC6D-4B37-9921-985E524F6ED5" Win64="yes">
4434
                <File Id="filC72360CD06573B669CC99C76754B3274" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.RichEdit.v19.1.Core.resources.dll" />
4435
            </Component>
4436
            <Component Id="cmpC78636052B384D67D7276CB864EBEA46" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="56560D98-9EA1-43C5-A8D4-1CBA4F40CC8D" Win64="yes">
4437
                <File Id="fil556B98BB546B9BC1421E58E271A99FC4" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Snap.v19.1.Core.resources.dll" />
4438
            </Component>
4439
            <Component Id="cmpF4632EB11852712CADFDA564DBA2EB80" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="7E87A999-CDAC-4F61-B3AD-911E4C75F96C" Win64="yes">
4440
                <File Id="fil258148E6442AC0B586CB0D2F1329AED5" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Sparkline.v19.1.Core.resources.dll" />
4441
            </Component>
4442
            <Component Id="cmpD3DA3B8B25130FBEF39CBC3C4DD29ADC" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="855D22E3-8CE2-4506-A613-7CDD2A1E9BB4" Win64="yes">
4443
                <File Id="fil2151F974FCF901E75CF185D3AF1AF56D" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Spreadsheet.v19.1.Core.resources.dll" />
4444
            </Component>
4445
            <Component Id="cmp186DEC10512D96D3766535F93BCE6A91" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="017F52CF-8EA7-47DF-9083-B28EAB1AAB1E" Win64="yes">
4446
                <File Id="fil27A712D70AE34A4EA70413459834ED1C" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Utils.v19.1.resources.dll" />
4447
            </Component>
4448
            <Component Id="cmp25FD0E7404CA70426FA36A304EACEE21" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="FCFA7F01-937C-4B19-8A18-98FCC4AD21FD" Win64="yes">
4449
                <File Id="fil23AD44573E4FFDC42DD423E0BCB98D8F" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.Xpo.v19.1.resources.dll" />
4450
            </Component>
4451
            <Component Id="cmp9BD64A1F8EE867525B63F361D4A09A0D" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="454F062A-BA96-4D7A-A424-E7202367350E" Win64="yes">
4452
                <File Id="filC4A555F0BC54FA8481DAB78A115CCDF5" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.XtraCharts.v19.1.resources.dll" />
4453
            </Component>
4454
            <Component Id="cmp2B5AB9FB85EEC8D1DDD2301AA7FFF1E9" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="3BEB4ECF-6AE4-4059-8DB7-E41650A0113B" Win64="yes">
4455
                <File Id="fil113D11EAA0D1DA98ED6FADCACA84CAAC" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ja\DevExpress.XtraEditors.v19.1.resources.dll" />
4456
            </Component>
4457
            <Component Id="cmpEED4E39EE772C00215BB48812BC7E8DD" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="71234967-59F9-4070-9F05-D2F7282F7D00" Win64="yes">
4458
                <File Id="fil8115AF46514C6E36D81A5B1670B30B73" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Data.v19.1.resources.dll" />
4459
            </Component>
4460
            <Component Id="cmpB329215F555FE76C56E99D7A92AD4A84" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="D6195BFC-7282-4606-BBC7-33441736862C" Win64="yes">
4461
                <File Id="filD7AAA8E6ABF3FD87765BD962A2C6A61C" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.DataAccess.v19.1.resources.dll" />
4462
            </Component>
4463
            <Component Id="cmp5995FC19D043202E389AF6FF12EE051A" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="775C0E05-ABE7-4689-A3A7-9FDFEF92C0EC" Win64="yes">
4464
                <File Id="filB082A00FD1A63FFE56B64BF2128E7DED" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Office.v19.1.Core.resources.dll" />
4465
            </Component>
4466
            <Component Id="cmp77FEC79932C12D06E4575FF184EA04C3" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="FA7AD69D-DF3C-475E-95D2-A5DB75D89F3F" Win64="yes">
4467
                <File Id="filDA66AFF629065A3356B3056636586605" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Pdf.v19.1.Core.resources.dll" />
4468
            </Component>
4469
            <Component Id="cmpA60C364671E8A68D2A9B97174B170818" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="11EC693B-BC21-4A8C-B3D1-C7D69EFFB4B0" Win64="yes">
4470
                <File Id="fil0B125D14287B97DC07C26FC320B2491A" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Printing.v19.1.Core.resources.dll" />
4471
            </Component>
4472
            <Component Id="cmp5D2B2EC9C3259E483E25551CA0ABF4FE" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="A9AD391D-08D1-4D9B-8A0C-34575258A15E" Win64="yes">
4473
                <File Id="filB788C269D457B21107B96AE1C083554C" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.RichEdit.v19.1.Core.resources.dll" />
4474
            </Component>
4475
            <Component Id="cmp86C171606F71D70D878BAB0A7C9934D2" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="93FD5BF3-7FEA-45F0-8968-6A51A2B3E549" Win64="yes">
4476
                <File Id="fil9F7518E59475BCD9B7EC4D9B9748DD89" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Snap.v19.1.Core.resources.dll" />
4477
            </Component>
4478
            <Component Id="cmpE23A0CDA63DDB0DEAC90CE9100D2650E" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="6BEA5299-937F-48A6-B548-21F08BAE8067" Win64="yes">
4479
                <File Id="filBF01B47672FC3FFE1EE57A83EF3A3F27" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Sparkline.v19.1.Core.resources.dll" />
4480
            </Component>
4481
            <Component Id="cmp8D1548B9F2E7099DE0100F6CDC7A962D" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="911B08FC-2F4D-4AF1-ABAB-92A2DBD2CC40" Win64="yes">
4482
                <File Id="filFA70600B7883602ACC991EC9416F6A53" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Spreadsheet.v19.1.Core.resources.dll" />
4483
            </Component>
4484
            <Component Id="cmp73C8EBF2C4F05391648F9BBBD24A04AB" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="0C4F4906-CC96-4E80-9C5B-19C188D34F3E" Win64="yes">
4485
                <File Id="filC6C89C69577FE0907835214F33805C9C" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Utils.v19.1.resources.dll" />
4486
            </Component>
4487
            <Component Id="cmp6A740D472CF9A71685CC3F7BA1BAA9A9" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="002FDE1E-5393-4D9A-B710-624B97324B85" Win64="yes">
4488
                <File Id="fil86AA18B2000F7E58A337D32C57480A0F" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.Xpo.v19.1.resources.dll" />
4489
            </Component>
4490
            <Component Id="cmp749C6C77252BBC1F48E7AB562F44ABEB" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="F992B334-4CAB-4385-9719-D7DC5D460BB1" Win64="yes">
4491
                <File Id="fil5696C154FD1C29F340397148EEB85ADC" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.XtraCharts.v19.1.resources.dll" />
4492
            </Component>
4493
            <Component Id="cmp80FFBFD959E3A3E9EAC0891BD6EE7676" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="3EF41A68-2D8B-4E0D-9755-1DA8A63C5D97" Win64="yes">
4494
                <File Id="filDFB4C99FA0738E4A1CC8221CCF4DCA64" KeyPath="yes" Source=".\DTI_PID\DTI_PID\bin64\ru\DevExpress.XtraEditors.v19.1.resources.dll" />
4495
            </Component>
4496
        </ComponentGroup>
4283 4497
    </Fragment>
4284 4498
			
4285 4499
	<Fragment>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)