build: updated windows installer
* added new files to windows installer * updated tutorial project
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</info>
|
||||
<language_settings>
|
||||
<language>C++</language>
|
||||
<standard>1z</standard>
|
||||
<standard>c++1z</standard>
|
||||
</language_settings>
|
||||
<source>
|
||||
<extensions>
|
||||
@@ -30,4 +30,5 @@
|
||||
<source_path>./src</source_path>
|
||||
</source_paths>
|
||||
</source>
|
||||
<version>1</version>
|
||||
</config>
|
||||
|
||||
@@ -163,6 +163,8 @@
|
||||
<ComponentRef Id='PatternPng'/>
|
||||
<ComponentRef Id='SnippetActivePng'/>
|
||||
<ComponentRef Id='SnippetInactivePng'/>
|
||||
|
||||
<ComponentRef Id='ErrorViewCss'/>
|
||||
|
||||
<ComponentRef Id='GraphViewCss'/>
|
||||
<ComponentRef Id='ArrowPng'/>
|
||||
@@ -207,6 +209,8 @@
|
||||
|
||||
<ComponentRef Id='DotPng'/>
|
||||
<ComponentRef Id='LoaderGif'/>
|
||||
|
||||
<ComponentRef Id='TabbedViewCss'/>
|
||||
|
||||
<ComponentRef Id='UndoRedoViewCss'/>
|
||||
<ComponentRef Id='ArrowLeftPng'/>
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
<Directory Id='DataAbout' Name='about'>
|
||||
<Component Id='AboutCss' Guid='137816FE-E17E-47FF-8826-FBD74E4E5BB7'>
|
||||
<File Id='About' Name='splash_white.png' DiskId='1' Source='./../../../bin/app/data/gui/about/about.css' KeyPath='yes' />
|
||||
<File Id='About' Name='about.css' DiskId='1' Source='./../../../bin/app/data/gui/about/about.css' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='IconClosePng' Guid='42FE1C4F-B78E-49C5-91F2-FBCA584B802E'>
|
||||
<File Id='IconClose' Name='icon_close.png' DiskId='1' Source='./../../../bin/app/data/gui/about/icon_close.png' KeyPath='yes' />
|
||||
@@ -180,6 +180,12 @@
|
||||
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
<Directory Id='DataErrorView' Name='error_view'>
|
||||
<Component Id='ErrorViewCss' Guid='9B8639F7-1123-49A2-9A15-E3372AE6ECFD'>
|
||||
<File Id='ErrorView' Name='error_view.css' DiskId='1' Source='./../../../bin/app/data/gui/error_view/error_view.css' KeyPath='yes' />
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id='DataGraphView' Name='graph_view'>
|
||||
<Component Id='GraphViewCss' Guid='BC8CDF1A-5831-4686-927C-C9E26ED85A3B'>
|
||||
@@ -322,14 +328,18 @@
|
||||
</Directory>
|
||||
|
||||
<Directory Id='DataStatusbarView' Name='statusbar_view'>
|
||||
|
||||
<Component Id='DotPng' Guid='7F7173DC-E888-4F03-82CC-3DD86BF402C4'>
|
||||
<File Id='Dot' Name='dot.png' DiskId='1' Source='./../../../bin/app/data/gui/statusbar_view/dot.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='LoaderGif' Guid='E0F92524-DDE8-442E-9AD6-A1B2123A979F'>
|
||||
<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='190A03B1-405B-433A-A7CC-3DB9CB389B8B'>
|
||||
<File Id='TabbedView' Name='tabbed_view.css' DiskId='1' Source='./../../../bin/app/data/gui/tabbed_view/tabbed_view.css' KeyPath='yes' />
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id='DataUndoRedoView' Name='undoredo_view'>
|
||||
|
||||
Reference in New Issue
Block a user