
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
60 lines
3.6 KiB
XML
60 lines
3.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
(c) Juergen Riegel (juergen.riegel@web.de) 2011
|
|
|
|
This file is part of the FreeCAD CAx development system.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU Library General Public License (LGPL)
|
|
as published by the Free Software Foundation; either version 2 of
|
|
the License, or (at your option) any later version.
|
|
for detail see the LICENCE text file.
|
|
|
|
FreeCAD is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with FreeCAD; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
USA
|
|
|
|
Juergen Riegel 2011
|
|
-->
|
|
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Directory Id="ModStart" Name="Start" FileSource="../../Mod/Start">
|
|
<Component Id="CompModStart" Guid="c767e960-864b-11e0-9d78-0800200c9a66" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="StartInitPy" Name="Init.py" DiskId="1" />
|
|
<File Id="StartInitGuiPy" Name="InitGui.py" DiskId="1" />
|
|
<File Id="Startpyd" Name="Start.pyd" DiskId="1" />
|
|
<File Id="StartGuipyd" Name="StartGui.pyd" DiskId="1" />
|
|
</Component>
|
|
<Directory Id="ModStartLibStartPage" Name="StartPage" FileSource="../../Mod/Start/StartPage" >
|
|
<Component Id="CompModStartLibStartPage" Guid="cd5d0710-864b-11e0-9d78-0800200c9a66" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="StartPage1" Name="StartPage.py" />
|
|
<File Id="StartPage2" Name="PartDesign.py" />
|
|
<File Id="StartPage3" Name="Mesh.py" />
|
|
<File Id="StartPage4" Name="LoadSchenkel.py" />
|
|
<File Id="StartPage5" Name="LoadRobotExample.py" />
|
|
<File Id="StartPage6" Name="LoadPartDesignExample.py" />
|
|
<File Id="StartPage7" Name="LoadDrawingExample.py" />
|
|
<File Id="StartPage8" Name="Banner.jpeg" />
|
|
<File Id="StartPage9" Name="Background.jpg" />
|
|
<File Id="StartPage10" Name="Complete.png" />
|
|
<File Id="StartPage11" Name="FreeCAD.png" />
|
|
<File Id="StartPage12" Name="Mesh.png" />
|
|
<File Id="StartPage13" Name="PartDesign.png" />
|
|
<File Id="StartPage14" Name="PartDesignExample.png" />
|
|
<File Id="StartPage15" Name="web.png" />
|
|
<File Id="StartPage16" Name="__init__.py" />
|
|
<File Id="StartPage17" Name="ArchDesign.png" />
|
|
<File Id="StartPage18" Name="ArchDesign.py" />
|
|
<File Id="StartPage19" Name="DefaultWorkbench.py" />
|
|
<File Id="StartPage20" Name="LoadMRU0.py" />
|
|
<File Id="StartPage21" Name="LoadMRU1.py" />
|
|
<File Id="StartPage22" Name="LoadMRU2.py" />
|
|
<File Id="StartPage23" Name="ArchExample.png" />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
</Include> |