1284 lines
88 KiB
XML
1284 lines
88 KiB
XML
<?xml version='1.0'?>
|
|
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
|
|
|
|
<?if $(sys.BUILDARCH) = x64 ?>
|
|
<?define PlatformSourceFolder = "./../../../build/win64/Release/app" ?>
|
|
<?define Win64 = "yes" ?>
|
|
<?else ?>
|
|
<?define PlatformSourceFolder = "./../../../build/win32/Release/app" ?>
|
|
<?define Win64 = "no" ?>
|
|
<?endif ?>
|
|
|
|
<Fragment>
|
|
<DirectoryRef Id='INSTALLDIR'>
|
|
|
|
<Component Id='MainExecutable' Guid='A6136907-B3C5-4393-88D7-2ACF63E138A8' Win64="$(var.Win64)">
|
|
<File Id='SourcetrailEXE' Name='Sourcetrail.exe' DiskId='1' Source='$(var.PlatformSourceFolder)/Sourcetrail.exe' KeyPath='yes' />
|
|
|
|
<!-- File association -->
|
|
<RegistryValue Root="HKLM" Key="SOFTWARE\Classes\[ProductName].Document" Name="projectfile" Value="Sourcetrail project file" Type="string" />
|
|
<ProgId Id='Sourcetrail.sourcetrailprojectfile' Description='Sourcetrail project file' Advertise='yes' Icon='Project.ico'>
|
|
<Extension Id='srctrlprj'> <!-- ContentType='application/sourcetrailproject' Advertise='no' -->
|
|
<Verb Id='open' Command='Open' Argument='"%1"' />
|
|
<MIME Advertise='yes' ContentType='application/sourcetrailproject' Default='yes' />
|
|
</Extension>
|
|
<Extension Id='coatiproject'> <!-- ContentType='application/coatiproject' Advertise='no' -->
|
|
<Verb Id='open' Command='Open' Argument='"%1"' />
|
|
<MIME Advertise='yes' ContentType='application/coatiproject' Default='yes' />
|
|
</Extension>
|
|
</ProgId>
|
|
</Component>
|
|
|
|
<Component Id='SourcetrailIndexerExe' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourcetrailIndexer' Name='sourcetrail_indexer.exe' DiskId='1' Source='$(var.PlatformSourceFolder)/sourcetrail_indexer.exe' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='Qt5CoreDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='qt5coreDLL' Name='Qt5Core.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5Core.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='Qt5GuiDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='qt5guiDLL' Name='Qt5Gui.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5Gui.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='Qt5NetworkDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='qt5networkDLL' Name='Qt5Network.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5Network.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='Qt5SvgDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='qt5svgDll' Name='Qt5Svg.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5Svg.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='Qt5WidgetsDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='qt5widgetsDLL' Name='Qt5Widgets.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5Widgets.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='Qt5WinExtrasDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='qt5winExtrasDLL' Name='Qt5WinExtras.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5WinExtras.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreConsole_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreConsole_l1_1_0' Name='api-ms-win-core-console-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-console-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreDatetime_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreDatetime_l1_1_0' Name='api-ms-win-core-datetime-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-datetime-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreDebug_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreDebug_l1_1_0' Name='api-ms-win-core-debug-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-debug-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreErrorhandling_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreErrorhandling_l1_1_0' Name='api-ms-win-core-errorhandling-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-errorhandling-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreFile_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreFile_l1_1_0' Name='api-ms-win-core-file-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-file-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreFile_l1_2_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreFile_l1_2_0' Name='api-ms-win-core-file-l1-2-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-file-l1-2-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreFile_l2_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreFile_l2_1_0' Name='api-ms-win-core-file-l2-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-file-l2-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreHandle_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreHandle_l1_1_0' Name='api-ms-win-core-handle-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-handle-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreHeap_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreHeap_l1_1_0' Name='api-ms-win-core-heap-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-heap-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreInterlocked_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreInterlocked_l1_1_0' Name='api-ms-win-core-interlocked-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-interlocked-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreLibraryloader_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreLibraryloader_l1_1_0' Name='api-ms-win-core-libraryloader-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-libraryloader-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreLocalization_l1_2_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreLocalization_l1_2_0' Name='api-ms-win-core-localization-l1-2-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-localization-l1-2-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreMemory_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreMemory_l1_1_0' Name='api-ms-win-core-memory-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-memory-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreNamedpipe_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreNamedpipe_l1_1_0' Name='api-ms-win-core-namedpipe-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-namedpipe-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreProcessEnvironment_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreProcessEnvironment_l1_1_0' Name='api-ms-win-core-processenvironment-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-processenvironment-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreProcessThreads_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreProcessThreads_l1_1_0' Name='api-ms-win-core-processthreads-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-processthreads-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreProcessThreads_l1_1_1Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreProcessThreads_l1_1_1' Name='api-ms-win-core-processthreads-l1-1-1.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-processthreads-l1-1-1.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreProfile_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreProfile_l1_1_0' Name='api-ms-win-core-profile-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-profile-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreRtlSupport_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreRtlSupport_l1_1_0' Name='api-ms-win-core-rtlsupport-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-rtlsupport-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreString_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreString_l1_1_0' Name='api-ms-win-core-string-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-string-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreSynch_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreSynch_l1_1_0' Name='api-ms-win-core-synch-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-synch-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreSynch_l1_2_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreSynch_l1_2_0' Name='api-ms-win-core-synch-l1-2-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-synch-l1-2-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreSysInfo_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreSysInfo_l1_1_0' Name='api-ms-win-core-sysinfo-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-sysinfo-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreTimezone_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreTimezone_l1_1_0' Name='api-ms-win-core-timezone-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-timezone-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCoreUtil_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCoreUtil_l1_1_0' Name='api-ms-win-core-util-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-core-util-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtConio_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtConio_l1_1_0' Name='api-ms-win-crt-conio-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-conio-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtConvert_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtConvert_l1_1_0' Name='api-ms-win-crt-convert-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-convert-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtEnvironment_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtEnvironment_l1_1_0' Name='api-ms-win-crt-environment-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-environment-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtFilesystem_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtFilesystem_l1_1_0' Name='api-ms-win-crt-filesystem-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-filesystem-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtHeap_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtHeap_l1_1_0' Name='api-ms-win-crt-heap-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-heap-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtLocale_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtLocale_l1_1_0' Name='api-ms-win-crt-locale-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-locale-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtMath_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtMath_l1_1_0' Name='api-ms-win-crt-math-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-math-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtMultibyte_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtMultibyte_l1_1_0' Name='api-ms-win-crt-multibyte-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-multibyte-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtPrivate_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtPrivate_l1_1_0' Name='api-ms-win-crt-private-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-private-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtProcess_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtProcess_l1_1_0' Name='api-ms-win-crt-process-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-process-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtRuntime_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtRuntime_l1_1_0' Name='api-ms-win-crt-runtime-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-runtime-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtStdio_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtStdio_l1_1_0' Name='api-ms-win-crt-stdio-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-stdio-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtString_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtString_l1_1_0' Name='api-ms-win-crt-string-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-string-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtTime_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtTime_l1_1_0' Name='api-ms-win-crt-time-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-time-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='apiMsWinCrtUtility_l1_1_0Dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='apiMsWinCrtUtility_l1_1_0' Name='api-ms-win-crt-utility-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-utility-l1-1-0.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='libeay32_dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='libeay32' Name='libeay32.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/libeay32.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<?if $(var.Win64) = "no" ?>
|
|
<Component Id='libgcc_s_dw2_1_dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='libgcc_s_dw2_1' Name='libgcc_s_dw2-1.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/libgcc_s_dw2-1.dll' KeyPath='yes' />
|
|
</Component>
|
|
<?endif ?>
|
|
|
|
<?if $(var.Win64) = "no" ?>
|
|
<Component Id='libwinpthread_1_dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='libwinpthread_1' Name='libwinpthread-1.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/libwinpthread-1.dll' KeyPath='yes' />
|
|
</Component>
|
|
<?endif ?>
|
|
|
|
<Component Id='msvcp140_dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='msvcp140' Name='msvcp140.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/msvcp140.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='qtConf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='qt' Name='qt.conf' DiskId='1' Source='$(var.PlatformSourceFolder)/qt.conf' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='ssleay32_dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ssleay32' Name='ssleay32.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/ssleay32.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='ucrtbaseDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ucrtbase' Name='ucrtbase.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/ucrtbase.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='vcruntime140_dll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='vcruntime140' Name='vcruntime140.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/vcruntime140.dll' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='Platforms' Name='platforms'>
|
|
<Component Id='QWindowsDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='qwindowsDLL' Name='qwindows.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/platforms/qwindows.dll' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='Imageformats' Name='imageformats'>
|
|
<Component Id='QGifDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='QGif' Name='qgif.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qgif.dll' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='QIcnsDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='QIcns' Name='qicns.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qicns.dll' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='QIcoDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='QIco' Name='qico.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qico.dll' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='QJpegDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='QJpeg' Name='qjpeg.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qjpeg.dll' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='QSvgDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='QSvg' Name='qsvg.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qsvg.dll' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GTgaDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GTga' Name='qtga.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qtga.dll' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='QTiffDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='QTiff' Name='qtiff.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qtiff.dll' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='QWBmpDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='QWBmp' Name='qwbmp.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qwbmp.dll' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='QWebpDll' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='QWebp' Name='qwebp.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/imageformats/qwebp.dll' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='License' Name='license'>
|
|
<Component Id='EulaRtf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='EulaRtfId' Name='EULA.rtf' DiskId='1' Source='./../../../bin/app/data/gui/installer/EULA.rtf' KeyPath='yes' />
|
|
</Component>
|
|
<Directory Id='ThirdPartyLicenses' Name='3rd_party_licenses'>
|
|
<Component Id='LicenseBoostTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseBoost' Name='license_boost.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_boost.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LicenseBotanTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseBotan' Name='license_botan.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_botan.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LicenseClangTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseClang' Name='license_clang.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_clang.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LicenseCppSqliteTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseCppSqlite' Name='license_cpp_sqlite.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_cpp_sqlite.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LicenseEclipseTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseEclipse' Name='license_eclipse.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_eclipse.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LicenseGradleTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseGradle' Name='license_gradle.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_gradle.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LicenseOpensslTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseOpenssl' Name='license_openssl.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_openssl.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LicenseQtTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseQt' Name='license_qt.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_qt.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LicenseTinyxmlTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LicenseTinyxml' Name='license_tinyxml.txt' DiskId='1' Source='./../../../bin/app/data/3rd_party_licenses/license_tinyxml.txt' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='LieutenantCommanderData' Name='data'>
|
|
|
|
<Directory Id='DataColorSchemes' Name='color_schemes'>
|
|
<Component Id='badRainbowXml' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='badRainbowXml' Name='bad_rainbow.xml' DiskId='1' Source='./../../../bin/app/data/color_schemes/bad_rainbow.xml' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='brightXml' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='brightXml' Name='bright.xml' DiskId='1' Source='./../../../bin/app/data/color_schemes/bright.xml' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='darkXml' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='darkXml' Name='dark.xml' DiskId='1' Source='./../../../bin/app/data/color_schemes/dark.xml' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
|
|
<Directory Id='DataCxx' Name='cxx'>
|
|
<Directory Id='DataCxxInclude' Name='include'>
|
|
<Directory Id='DataCxxIncludeCudaWrappers' Name='cuda_wrappers'>
|
|
<Component Id='ClangHeaderalgorithm' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderalgorithm' Name='algorithm' DiskId='1' Source='./../../../bin/app/data/cxx/include/cuda_wrappers/algorithm' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadercomplex' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadercomplex' Name='complex' DiskId='1' Source='./../../../bin/app/data/cxx/include/cuda_wrappers/complex' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadernew' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadernew' Name='new' DiskId='1' Source='./../../../bin/app/data/cxx/include/cuda_wrappers/new' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
<Component Id='ClangHeaderadxintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderadxintrinH' Name='adxintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/adxintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderaltivecH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderaltivecH' Name='altivec.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/altivec.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderammintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderammintrinH' Name='ammintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/ammintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderarm64intrH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderarm64intrH' Name='arm64intr.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/arm64intr.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderarmintrH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderarmintrH' Name='armintr.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/armintr.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderarm_acleH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderarm_acleH' Name='arm_acle.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/arm_acle.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderarm_neonH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderarm_neonH' Name='arm_neon.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/arm_neon.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx2intrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx2intrinH' Name='avx2intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx2intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512bitalgintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512bitalgintrinH' Name='avx512bitalgintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512bitalgintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512bwintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512bwintrinH' Name='avx512bwintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512bwintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512cdintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512cdintrinH' Name='avx512cdintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512cdintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512dqintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512dqintrinH' Name='avx512dqintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512dqintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512erintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512erintrinH' Name='avx512erintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512erintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512fintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512fintrinH' Name='avx512fintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512fintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512ifmaintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512ifmaintrinH' Name='avx512ifmaintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512ifmaintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512ifmavlintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512ifmavlintrinH' Name='avx512ifmavlintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512ifmavlintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512pfintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512pfintrinH' Name='avx512pfintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512pfintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vbmi2intrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vbmi2intrinH' Name='avx512vbmi2intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vbmi2intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vbmiintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vbmiintrinH' Name='avx512vbmiintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vbmiintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vbmivlintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vbmivlintrinH' Name='avx512vbmivlintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vbmivlintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vlbitalgintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vlbitalgintrinH' Name='avx512vlbitalgintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vlbitalgintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vlbwintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vlbwintrinH' Name='avx512vlbwintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vlbwintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vlcdintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vlcdintrinH' Name='avx512vlcdintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vlcdintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vldqintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vldqintrinH' Name='avx512vldqintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vldqintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vlintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vlintrinH' Name='avx512vlintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vlintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vlvbmi2intrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vlvbmi2intrinH' Name='avx512vlvbmi2intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vlvbmi2intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vlvnniintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vlvnniintrinH' Name='avx512vlvnniintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vlvnniintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vnniintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vnniintrinH' Name='avx512vnniintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vnniintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vpopcntdqintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vpopcntdqintrinH' Name='avx512vpopcntdqintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vpopcntdqintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavx512vpopcntdqvlintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavx512vpopcntdqvlintrinH' Name='avx512vpopcntdqvlintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avx512vpopcntdqvlintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderavxintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderavxintrinH' Name='avxintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/avxintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderbmi2intrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderbmi2intrinH' Name='bmi2intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/bmi2intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderbmiintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderbmiintrinH' Name='bmiintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/bmiintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadercetintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadercetintrinH' Name='cetintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/cetintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderclflushoptintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderclflushoptintrinH' Name='clflushoptintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/clflushoptintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderclwbintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderclwbintrinH' Name='clwbintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/clwbintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderclzerointrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderclzerointrinH' Name='clzerointrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/clzerointrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadercpuidH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadercpuidH' Name='cpuid.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/cpuid.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderemmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderemmintrinH' Name='emmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/emmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderf16cintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderf16cintrinH' Name='f16cintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/f16cintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderfloatH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderfloatH' Name='float.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/float.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderfma4intrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderfma4intrinH' Name='fma4intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/fma4intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderfmaintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderfmaintrinH' Name='fmaintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/fmaintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderfxsrintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderfxsrintrinH' Name='fxsrintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/fxsrintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadergfniintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadergfniintrinH' Name='gfniintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/gfniintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderhtmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderhtmintrinH' Name='htmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/htmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderhtmxlintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderhtmxlintrinH' Name='htmxlintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/htmxlintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderia32intrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderia32intrinH' Name='ia32intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/ia32intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderimmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderimmintrinH' Name='immintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/immintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderintrinH' Name='intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderinttypesH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderinttypesH' Name='inttypes.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/inttypes.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderiso646H' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderiso646H' Name='iso646.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/iso646.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderlimitsH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderlimitsH' Name='limits.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/limits.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderlwpintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderlwpintrinH' Name='lwpintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/lwpintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderlzcntintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderlzcntintrinH' Name='lzcntintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/lzcntintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadermm3dnowH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadermm3dnowH' Name='mm3dnow.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/mm3dnow.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadermmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadermmintrinH' Name='mmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/mmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadermm_mallocH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadermm_mallocH' Name='mm_malloc.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/mm_malloc.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadermoduleModulemap' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadermoduleModulemap' Name='module.modulemap' DiskId='1' Source='./../../../bin/app/data/cxx/include/module.modulemap' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadermsaH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadermsaH' Name='msa.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/msa.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadermwaitxintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadermwaitxintrinH' Name='mwaitxintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/mwaitxintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadernmmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadernmmintrinH' Name='nmmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/nmmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderopenclcH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderopenclcH' Name='opencl-c.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/opencl-c.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderpkuintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderpkuintrinH' Name='pkuintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/pkuintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderpmmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderpmmintrinH' Name='pmmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/pmmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderpopcntintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderpopcntintrinH' Name='popcntintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/popcntintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderprfchwintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderprfchwintrinH' Name='prfchwintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/prfchwintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderrdseedintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderrdseedintrinH' Name='rdseedintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/rdseedintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderrtmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderrtmintrinH' Name='rtmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/rtmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaders390intrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaders390intrinH' Name='s390intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/s390intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadershaintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadershaintrinH' Name='shaintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/shaintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadersmmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadersmmintrinH' Name='smmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/smmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderstdalignH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderstdalignH' Name='stdalign.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/stdalign.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderstdargH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderstdargH' Name='stdarg.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/stdarg.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderstdatomicH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderstdatomicH' Name='stdatomic.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/stdatomic.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderstdboolH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderstdboolH' Name='stdbool.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/stdbool.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderstddefH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderstddefH' Name='stddef.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/stddef.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderstdintH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderstdintH' Name='stdint.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/stdint.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderstdnoreturnH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderstdnoreturnH' Name='stdnoreturn.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/stdnoreturn.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadertbmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadertbmintrinH' Name='tbmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/tbmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadertgmathH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadertgmathH' Name='tgmath.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/tgmath.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadertmmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadertmmintrinH' Name='tmmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/tmmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderunwindH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderunwindH' Name='unwind.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/unwind.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadervadefsH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadervadefsH' Name='vadefs.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/vadefs.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadervaesintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadervaesintrinH' Name='vaesintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/vaesintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadervarargsH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadervarargsH' Name='varargs.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/varargs.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadervecintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadervecintrinH' Name='vecintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/vecintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeadervpclmulqdqintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeadervpclmulqdqintrinH' Name='vpclmulqdqintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/vpclmulqdqintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderwmmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderwmmintrinH' Name='wmmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/wmmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderx86intrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderx86intrinH' Name='x86intrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/x86intrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderxmmintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderxmmintrinH' Name='xmmintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/xmmintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderxopintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderxopintrinH' Name='xopintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/xopintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderxsavecintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderxsavecintrinH' Name='xsavecintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/xsavecintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderxsaveintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderxsaveintrinH' Name='xsaveintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/xsaveintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderxsaveoptintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderxsaveoptintrinH' Name='xsaveoptintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/xsaveoptintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderxsavesintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderxsavesintrinH' Name='xsavesintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/xsavesintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeaderxtestintrinH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeaderxtestintrinH' Name='xtestintrin.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/xtestintrin.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__clang_cuda_builtin_varsH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__clang_cuda_builtin_varsH' Name='__clang_cuda_builtin_vars.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__clang_cuda_builtin_vars.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__clang_cuda_cmathH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__clang_cuda_cmathH' Name='__clang_cuda_cmath.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__clang_cuda_cmath.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__clang_cuda_complex_builtinsH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__clang_cuda_complex_builtinsH' Name='__clang_cuda_complex_builtins.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__clang_cuda_complex_builtins.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__clang_cuda_intrinsicsH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__clang_cuda_intrinsicsH' Name='__clang_cuda_intrinsics.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__clang_cuda_intrinsics.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__clang_cuda_math_forward_declaresH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__clang_cuda_math_forward_declaresH' Name='__clang_cuda_math_forward_declares.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__clang_cuda_math_forward_declares.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__clang_cuda_runtime_wrapperH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__clang_cuda_runtime_wrapperH' Name='__clang_cuda_runtime_wrapper.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__clang_cuda_runtime_wrapper.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__stddef_max_align_tH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__stddef_max_align_tH' Name='__stddef_max_align_t.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__stddef_max_align_t.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__wmmintrin_aesH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__wmmintrin_aesH' Name='__wmmintrin_aes.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__wmmintrin_aes.h' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ClangHeader__wmmintrin_pclmulH' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ClangHeader__wmmintrin_pclmulH' Name='__wmmintrin_pclmul.h' DiskId='1' Source='./../../../bin/app/data/cxx/include/__wmmintrin_pclmul.h' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataFallback' Name='fallback'>
|
|
<Component Id='applicationSettingsXml' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='applicationSettingsXml' Name='ApplicationSettings.xml' DiskId='1' Source='./../../../bin/app/data/fallback/ApplicationSettings.xml' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='window_settingsIni' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='window_settingsIni' Name='window_settings.ini' DiskId='1' Source='./../../../bin/app/data/fallback/window_settings.ini' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataFonts' Name='fonts'>
|
|
<Component Id='FiraSansLicensetxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='FiraSansLicensetxt' Name='FiraSans_License.txt' DiskId='1' Source='./../../../bin/app/data/fonts/FiraSans_License.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='FiraSansRegularotf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='FiraSansRegularotf' Name='FiraSans-Regular.otf' DiskId='1' Source='./../../../bin/app/data/fonts/FiraSans-Regular.otf' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='FiraSansSemiBoldotf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='FiraSansSemiBoldotf' Name='FiraSans-SemiBold.otf' DiskId='1' Source='./../../../bin/app/data/fonts/FiraSans-SemiBold.otf' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='RobotoLicensetxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='RobotoLicensetxt' Name='Roboto_License.txt' DiskId='1' Source='./../../../bin/app/data/fonts/Roboto_License.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='RobotoBoldttf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='RobotoBoldttf' Name='Roboto-Bold.ttf' DiskId='1' Source='./../../../bin/app/data/fonts/Roboto-Bold.ttf' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='RobotoRegularttf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='RobotoRegularttf' Name='Roboto-Regular.ttf' DiskId='1' Source='./../../../bin/app/data/fonts/Roboto-Regular.ttf' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Component Id='SourceCodeProLicensetxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceCodeProLicensetxt' Name='SourceCodePro_License.txt' DiskId='1' Source='./../../../bin/app/data/fonts/SourceCodePro_License.txt' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceCodeProBoldotf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceCodeProBoldotf' Name='SourceCodePro-Bold.otf' DiskId='1' Source='./../../../bin/app/data/fonts/SourceCodePro-Bold.otf' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceCodeProMediumotf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceCodeProMediumotf' Name='SourceCodePro-Medium.otf' DiskId='1' Source='./../../../bin/app/data/fonts/SourceCodePro-Medium.otf' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceCodeProRegularotf' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceCodeProRegularotf' Name='SourceCodePro-Regular.otf' DiskId='1' Source='./../../../bin/app/data/fonts/SourceCodePro-Regular.otf' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataGui' Name='gui'>
|
|
|
|
<Directory Id='DataAbout' Name='about'>
|
|
<Component Id='AboutCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='About' Name='about.css' DiskId='1' Source='./../../../bin/app/data/gui/about/about.css' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LogoSourcetrailPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='LogoSourcetrail' Name='logo_sourcetrail.png' DiskId='1' Source='./../../../bin/app/data/gui/about/logo_sourcetrail.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataBookmarkView' Name='bookmark_view'>
|
|
<Component Id='BookmarkViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkView' Name='bookmark_view.css' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/bookmark_view.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataBookmarkViewImages' Name='images'>
|
|
<Component Id='BookmarkViewArrowDownPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewArrowDown' Name='arrow_down.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/arrow_down.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BookmarkViewArrowLineDownPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewArrowLineDown' Name='arrow_line_down.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/arrow_line_down.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BookmarkViewArrowLineUpPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewArrowLineUp' Name='arrow_line_up.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/arrow_line_up.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BookmarkViewArrowRightPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewArrowRight' Name='arrow_right.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/arrow_right.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BookmarkViewBookmarkActivePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewBookmarkActive' Name='bookmark_active.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/bookmark_active.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BookmarkViewBookmarkDeleteIconPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewBookmarkDeleteIcon' Name='bookmark_delete_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/bookmark_delete_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BookmarkViewBookmarkEditIconPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewBookmarkEditIcon' Name='bookmark_edit_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/bookmark_edit_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BookmarkViewBookmarkListIconPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewBookmarkListIcon' Name='bookmark_list_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/bookmark_list_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BookmarkViewEditBookmarkIconPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='BookmarkViewEditBookmarkIcon' Name='edit_bookmark_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/bookmark_view/images/edit_bookmark_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataCodeView' Name='code_view'>
|
|
<Component Id='CodeViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeView' Name='code_view.css' DiskId='1' Source='./../../../bin/app/data/gui/code_view/code_view.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataCodeViewImages' Name='images'>
|
|
<Component Id='CodeViewArrowDownPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewArrowDown' Name='arrow_down.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/arrow_down.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewArrowLeftPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewArrowLeft' Name='arrow_left.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/arrow_left.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewArrowRightPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewArrowRight' Name='arrow_right.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/arrow_right.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewArrowUpPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewArrowUp' Name='arrow_up.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/arrow_up.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewButtonBackgroundPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewButtonBackground' Name='button_background.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/button_background.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewEditPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewEdit' Name='edit.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/edit.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewFilePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewFile' Name='file.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/file.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewListPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewList' Name='list.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/list.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewMaximizeActivePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewMaximizeActive' Name='maximize_active.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/maximize_active.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewMaximizeInactivePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewMaximizeInactive' Name='maximize_inactive.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/maximize_inactive.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewMinimizeActivePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewMinimizeActive' Name='minimize_active.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/minimize_active.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewMinimizeInactivePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewMinimizeInactive' Name='minimize_inactive.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/minimize_inactive.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewPatternBrightPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewPatternBright' Name='pattern_bright.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/pattern_bright.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewPatternDarkPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewPatternDark' Name='pattern_dark.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/pattern_dark.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewPatternGreyPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewPatternGrey' Name='pattern_grey.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/pattern_grey.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewSnippetActivePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewSnippetActive' Name='snippet_active.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/snippet_active.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CodeViewSnippetInactivePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CodeViewSnippetInactive' Name='snippet_inactive.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/snippet_inactive.png' KeyPath='yes' />
|
|
</Component>
|
|
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataGraphView' Name='graph_view'>
|
|
<Component Id='GraphViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GraphView' Name='graph_view.css' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/graph_view.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataGraphViewImages' Name='images'>
|
|
<Component Id='AnnotationPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Annotation' Name='annotation.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/annotation.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ArrowGraphPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ArrowGraph' Name='arrow.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/arrow.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='BundlePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Bundle' Name='bundle.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/bundle.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='DefaultPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Default' Name='default.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/default.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='EnumPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Enum' Name='enum.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/enum.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='FilePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='File' Name='file.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/file.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='FileIncompletePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='FileIncomplete' Name='file_incomplete.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/file_incomplete.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GraphPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Graph' Name='graph.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/graph.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GraphArrowPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GraphArrow' Name='graph_arrow.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/graph_arrow.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GraphDownPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GraphDown' Name='graph_down.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/graph_down.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GraphLeftPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GraphLeft' Name='graph_left.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/graph_left.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GraphRightPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GraphRight' Name='graph_right.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/graph_right.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GraphUpPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GraphUp' Name='graph_up.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/graph_up.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GroupNamespacePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GroupNamespace' Name='group_namespace.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/group_namespace.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LegendPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Legend' Name='legend.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/legend.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='MacroPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Macro' Name='macro.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/macro.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='NamespacePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Namespace' Name='namespace.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/namespace.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='GraphPatternPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GraphPattern' Name='pattern.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/pattern.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='PrivatePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Private' Name='private.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/private.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ProtectedPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Protected' Name='protected.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/protected.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='PublicPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Public' Name='public.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/public.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='TemplatePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Template' Name='template.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/template.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='TypedefPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Typedef' Name='typedef.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/typedef.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ZoomInPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ZoomIn' Name='zoom_in.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/zoom_in.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ZoomOutPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ZoomOut' Name='zoom_out.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/zoom_out.png' KeyPath='yes' />
|
|
</Component>
|
|
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataHistoryList' Name='history_list'>
|
|
<Component Id='HistoryListCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='HistoryList' Name='history_list.css' DiskId='1' Source='./../../../bin/app/data/gui/history_list/history_list.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataHistoryListImages' Name='images'>
|
|
<Component Id='HistoryListArrowPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='HistoryListArrow' Name='arrow.png' DiskId='1' Source='./../../../bin/app/data/gui/history_list/images/arrow.png' KeyPath='yes' />
|
|
</Component>
|
|
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataIcon' Name='icon'>
|
|
<Component Id='C_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='C_icon' Name='c_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/c_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Cbp_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Cbp_icon' Name='cbp_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/cbp_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Cdb_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Cdb_icon' Name='cdb_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/cdb_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourcetrailIco' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Sourcetrail' Name='sourcetrail.ico' DiskId='1' Source='./../../../bin/app/data/gui/icon/sourcetrail.ico' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Cpp_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Cpp_icon' Name='cpp_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/cpp_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Empty_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Empty_icon' Name='empty_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/empty_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Gradle_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Gradle_icon' Name='gradle_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/gradle_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Java_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Java_icon' Name='java_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/java_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Logo_1024_1024_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Logo_1024_1024' Name='logo_1024_1024.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/logo_1024_1024.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Mvn_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Mvn_icon' Name='mvn_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/mvn_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ProjectIco' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Project' Name='project.ico' DiskId='1' Source='./../../../bin/app/data/gui/icon/project.ico' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Project_256_256_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Project_256_256' Name='project_256_256.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/project_256_256.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Sonargraph_Icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Sonargraph_Icon' Name='sonargraph_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/sonargraph_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Vs_icon_Png' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Vs_icon' Name='vs_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/vs_icon.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataIndexingDialog' Name='indexing_dialog'>
|
|
<Component Id='ErrorPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Error' Name='error.png' DiskId='1' Source='./../../../bin/app/data/gui/indexing_dialog/error.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='FlagPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Flag' Name='flag.png' DiskId='1' Source='./../../../bin/app/data/gui/indexing_dialog/flag.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='IndexingDialogCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='IndexingDialog' Name='indexing_dialog.css' DiskId='1' Source='./../../../bin/app/data/gui/indexing_dialog/indexing_dialog.css' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ProgressBarElementPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ProgressBarElement' Name='progress_bar_element.png' DiskId='1' Source='./../../../bin/app/data/gui/indexing_dialog/progress_bar_element.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataInstaller' Name='installer'>
|
|
<Component Id='EulaTxt' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='EulaTxtId' Name='EULA.txt' DiskId='1' Source='./../../../bin/app/data/gui/installer/EULA.txt' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataKeyboardShortcuts' Name='keyboard_shortcuts'>
|
|
<Component Id='KeyboardShortcutsCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='KeyboardShortcuts' Name='keyboard_shortcuts.css' DiskId='1' Source='./../../../bin/app/data/gui/keyboard_shortcuts/keyboard_shortcuts.css' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataLicense' Name='license'>
|
|
<Component Id='LicenseCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='License' Name='license.css' DiskId='1' Source='./../../../bin/app/data/gui/license/license.css' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataMain' Name='main'>
|
|
<Component Id='MainCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Main' Name='main.css' DiskId='1' Source='./../../../bin/app/data/gui/main/main.css' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ScrollbarCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Scrollbar' Name='scrollbar.css' DiskId='1' Source='./../../../bin/app/data/gui/main/scrollbar.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataMainImages' Name='images'>
|
|
<Component Id='CloseBlackPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CloseBlack' Name='close_black.png' DiskId='1' Source='./../../../bin/app/data/gui/main/images/close_black.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CloseGreyPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CloseGrey' Name='close_grey.png' DiskId='1' Source='./../../../bin/app/data/gui/main/images/close_grey.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='CloseWhitePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='CloseWhite' Name='close_white.png' DiskId='1' Source='./../../../bin/app/data/gui/main/images/close_white.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='FloatBlackPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='FloatBlack' Name='float_black.png' DiskId='1' Source='./../../../bin/app/data/gui/main/images/float_black.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='FloatGreyPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='FloatGrey' Name='float_grey.png' DiskId='1' Source='./../../../bin/app/data/gui/main/images/float_grey.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='FloatWhitePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='FloatWhite' Name='float_white.png' DiskId='1' Source='./../../../bin/app/data/gui/main/images/float_white.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataRefreshView' Name='refresh_view'>
|
|
<Component Id='RefreshViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='RefreshView' Name='refresh_view.css' DiskId='1' Source='./../../../bin/app/data/gui/refresh_view/refresh_view.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataRefreshViewImages' Name='images'>
|
|
<Component Id='RefreshPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Refresh' Name='refresh.png' DiskId='1' Source='./../../../bin/app/data/gui/refresh_view/images/refresh.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataScreenSearchView' Name='screen_search_view'>
|
|
|
|
<Component Id='ScreenSearchViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ScreenSearchView' Name='screen_search_view.css' DiskId='1' Source='./../../../bin/app/data/gui/screen_search_view/screen_search_view.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataScreenSearchViewImages' Name='images'>
|
|
<Component Id='ScreenSearchViewClosePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ScreenSearchViewClose' Name='close.png' DiskId='1' Source='./../../../bin/app/data/gui/screen_search_view/images/close.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataSearchView' Name='search_view'>
|
|
|
|
<Component Id='SearchViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SearchView' Name='search_view.css' DiskId='1' Source='./../../../bin/app/data/gui/search_view/search_view.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataSearchViewImages' Name='images'>
|
|
<Component Id='ArrowSearchPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ArrowSearch' Name='arrow.png' DiskId='1' Source='./../../../bin/app/data/gui/search_view/images/arrow.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='HomePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Home' Name='home.png' DiskId='1' Source='./../../../bin/app/data/gui/search_view/images/home.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SearchPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Search' Name='search.png' DiskId='1' Source='./../../../bin/app/data/gui/search_view/images/search.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
</Directory>
|
|
|
|
<Directory Id='DataStartScreen' Name='startscreen'>
|
|
|
|
<Component Id='StartscreenCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Startscreen' Name='startscreen.css' DiskId='1' Source='./../../../bin/app/data/gui/startscreen/startscreen.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
</Directory>
|
|
|
|
<Directory Id='DataStatusbarView' Name='statusbar_view'>
|
|
<Component Id='DotPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Dot' Name='dot.png' DiskId='1' Source='./../../../bin/app/data/gui/statusbar_view/dot.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LoaderGif' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Loader' Name='loader.gif' DiskId='1' Source='./../../../bin/app/data/gui/statusbar_view/loader.gif' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataTabbedView' Name='tabbed_view'>
|
|
<Component Id='TabbedViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='TabbedView' Name='tabbed_view.css' DiskId='1' Source='./../../../bin/app/data/gui/tabbed_view/tabbed_view.css' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='TabbedViewArrowDownPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='TabbedViewArrowDown' Name='arrow_down.png' DiskId='1' Source='./../../../bin/app/data/gui/tabbed_view/arrow_down.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='TabbedViewArrowUpPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='TabbedViewArrowUp' Name='arrow_up.png' DiskId='1' Source='./../../../bin/app/data/gui/tabbed_view/arrow_up.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataTooltipView' Name='tooltip_view'>
|
|
<Component Id='TooltipViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='TooltipView' Name='tooltip_view.css' DiskId='1' Source='./../../../bin/app/data/gui/tooltip_view/tooltip_view.css' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataUndoRedoView' Name='undoredo_view'>
|
|
<Component Id='UndoRedoViewCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='UndoRedoView' Name='undoredo_view.css' DiskId='1' Source='./../../../bin/app/data/gui/undoredo_view/undoredo_view.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
<Directory Id='DataUndoRedoViewImages' Name='images'>
|
|
<Component Id='ArrowLeftPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ArrowLeft' Name='arrow_left.png' DiskId='1' Source='./../../../bin/app/data/gui/undoredo_view/images/arrow_left.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ArrowRightPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='ArrowRight' Name='arrow_right.png' DiskId='1' Source='./../../../bin/app/data/gui/undoredo_view/images/arrow_right.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='HistoryPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='History' Name='history.png' DiskId='1' Source='./../../../bin/app/data/gui/undoredo_view/images/history.png' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
|
|
<Directory Id='DataWindow' Name='window'>
|
|
|
|
<Component Id='WindowDotsPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='WindowDots' Name='dots.png' DiskId='1' Source='./../../../bin/app/data/gui/window/dots.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='WindowDotsHoverPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='WindowDotsHover' Name='dots_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/dots_hover.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='HelpPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Help' Name='help.png' DiskId='1' Source='./../../../bin/app/data/gui/window/help.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='HelpHoverPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='HelpHover' Name='help_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/help_hover.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='ListboxCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Listbox' Name='listbox.css' DiskId='1' Source='./../../../bin/app/data/gui/window/listbox.css' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='LogoPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Logo' Name='logo.png' DiskId='1' Source='./../../../bin/app/data/gui/window/logo.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='MinusPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Minus' Name='minus.png' DiskId='1' Source='./../../../bin/app/data/gui/window/minus.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='MinusHoverPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='MinusHover' Name='minus_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/minus_hover.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='PlusPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Plus' Name='plus.png' DiskId='1' Source='./../../../bin/app/data/gui/window/plus.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='PlusHoverPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='PlusHover' Name='plus_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/plus_hover.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='WindowRefreshPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='WindowRefresh' Name='refresh.png' DiskId='1' Source='./../../../bin/app/data/gui/window/refresh.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='RefreshHoverPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='RefreshHover' Name='refresh_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/refresh_hover.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SizeGripBlackPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SizeGripBlack' Name='size_grip_black.png' DiskId='1' Source='./../../../bin/app/data/gui/window/size_grip_black.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SizeGripWhitePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SizeGripWhite' Name='size_grip_white.png' DiskId='1' Source='./../../../bin/app/data/gui/window/size_grip_white.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceGroupAddPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceGroupAdd' Name='source_group_add.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_add.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceGroupAddHoverPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceGroupAddHover' Name='source_group_add_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_add_hover.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceGroupCopyPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceGroupCopy' Name='source_group_copy.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_copy.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceGroupCopyHoverPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceGroupCopyHover' Name='source_group_copy_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_copy_hover.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceGroupDeletePng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceGroupDelete' Name='source_group_delete.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_delete.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='SourceGroupDeleteHoverPng' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='SourceGroupDeleteHover' Name='source_group_delete_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_delete_hover.png' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='WindowCss' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Window' Name='window.css' DiskId='1' Source='./../../../bin/app/data/gui/window/window.css' KeyPath='yes' />
|
|
</Component>
|
|
|
|
|
|
|
|
</Directory>
|
|
|
|
</Directory>
|
|
|
|
<Directory Id='DataJava' Name='java'>
|
|
<Directory Id='DataJavaGradle' Name='gradle'>
|
|
<Component Id='JavaGradleInitGradle' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='JavaGradleInit' Name='init.gradle' DiskId='1' Source='./../../../bin/app/data/java/gradle/init.gradle' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id='DataJavaLib' Name='lib'>
|
|
<Component Id='GradleToolingApiJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='GradleToolingApi' Name='gradle-tooling-api-4.2.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/gradle-tooling-api-4.2.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaJavaIndexerJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='JavaJavaIndexer' Name='java-indexer.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/java-indexer.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseCoreCommandsJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseCoreCommands' Name='org.eclipse.core.commands-3.9.100.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.core.commands-3.9.100.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseCoreContenttypeJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseCoreContenttype' Name='org.eclipse.core.contenttype-3.7.0.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.core.contenttype-3.7.0.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseCoreExpressionsJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseCoreExpressions' Name='org.eclipse.core.expressions-3.6.100.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.core.expressions-3.6.100.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseCoreFilesystemJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseCoreFilesystem' Name='org.eclipse.core.filesystem-1.7.100.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.core.filesystem-1.7.100.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseCoreJobsJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseCoreJobs' Name='org.eclipse.core.jobs-3.10.0.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.core.jobs-3.10.0.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseCoreResourcesJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseCoreResources' Name='org.eclipse.core.resources-3.13.0.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.core.resources-3.13.0.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseCoreRuntimeJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseCoreRuntime' Name='org.eclipse.core.runtime-3.14.0.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.core.runtime-3.14.0.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseEquinoxJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseEquinox.app' Name='org.eclipse.equinox.app-1.3.500.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.equinox.app-1.3.500.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseEquinoxCommonJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseEquinoxCommon' Name='org.eclipse.equinox.common-3.10.0.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.equinox.common-3.10.0.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseEquinoxPreferencesJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseEquinoxPreferences' Name='org.eclipse.equinox.preferences-3.7.100.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.equinox.preferences-3.7.100.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseEquinoxRegistryJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseEquinoxRegistry' Name='org.eclipse.equinox.registry-3.8.0.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.equinox.registry-3.8.0.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseJdtCoreJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseJdtCore' Name='org.eclipse.jdt.core-3.13.102.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.jdt.core-3.13.102.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseOsgiJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseOsgi' Name='org.eclipse.osgi-3.13.0.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.osgi-3.13.0.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='JavaOrgEclipseTextJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='OrgEclipseText' Name='org.eclipse.text-3.6.300.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/org.eclipse.text-3.6.300.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Slf4jApiJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Slf4jApi' Name='slf4j-api-1.7.10.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/slf4j-api-1.7.10.jar' KeyPath='yes' />
|
|
</Component>
|
|
<Component Id='Slf4jSimpleJar' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Slf4jSimple' Name='slf4j-simple-1.7.10.jar' DiskId='1' Source='./../../../bin/app/data/java/lib/slf4j-simple-1.7.10.jar' KeyPath='yes' />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
|
|
</Directory>
|
|
|
|
<?if $(sys.BUILDARCH) = x64 ?>
|
|
<Component Id='UninstallBat' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Uninstall' Name='uninstall.bat' DiskId='1' Source='./../../../bin/app/data/install/uninstall_wix_win64.bat' KeyPath='yes' />
|
|
</Component>
|
|
<?else ?>
|
|
<Component Id='UninstallBat' Guid='*' Win64="$(var.Win64)">
|
|
<File Id='Uninstall' Name='uninstall.bat' DiskId='1' Source='./../../../bin/app/data/install/uninstall_wix_win32.bat' KeyPath='yes' />
|
|
</Component>
|
|
<?endif ?>
|
|
|
|
|
|
</DirectoryRef>
|
|
</Fragment>
|
|
</Wix> |