75 lines
4.4 KiB
XML
75 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
(c) Jose Luis Cercos Pita (jlcercos@gmail.com) 2012
|
|
|
|
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
|
|
|
|
Jose Luis Cercos Pita 2012
|
|
-->
|
|
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Directory Id="ModPlot" Name="Plot" FileSource="../../Mod/Plot">
|
|
<Component Id="CompModPlot" Guid="672b5f07-5779-47a0-a1fc-6be045329d75" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="PlotGuiPy" Name="PlotGui.py" DiskId="1" />
|
|
<File Id="PlotInitGuiPy" Name="InitGui.py" DiskId="1" />
|
|
<File Id="PlotInstance" Name="Plot.py" DiskId="1" />
|
|
<File Id="PlotResources" Name="Plot_rc.py" DiskId="1" />
|
|
</Component>
|
|
<Directory Id="ModplotAxes" Name="plotAxes" FileSource="../../Mod/Plot/plotAxes" >
|
|
<Component Id="CompModplotAxes" Guid="0dfd62d2-196b-45e8-ba6d-a51267233890" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="plotAxes01" Name="__init__.py" />
|
|
<File Id="plotAxes02" Name="TaskPanel.py" />
|
|
<File Id="plotAxes03" Name="TaskPanel.ui" />
|
|
</Component>
|
|
</Directory>
|
|
<Directory Id="ModplotLabels" Name="plotLabels" FileSource="../../Mod/Plot/plotLabels" >
|
|
<Component Id="CompModplotLabels" Guid="5741d177-c82c-4489-a344-775c0fa82a05" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="plotLabels01" Name="__init__.py" />
|
|
<File Id="plotLabels02" Name="TaskPanel.py" />
|
|
<File Id="plotLabels03" Name="TaskPanel.ui" />
|
|
</Component>
|
|
</Directory>
|
|
<Directory Id="ModplotPositions" Name="plotPositions" FileSource="../../Mod/Plot/plotPositions" >
|
|
<Component Id="CompModplotPositions" Guid="d6fd8e93-e4df-4e78-8ac6-9f74eccbb64c" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="plotPositions01" Name="__init__.py" />
|
|
<File Id="plotPositions02" Name="TaskPanel.py" />
|
|
<File Id="plotPositions03" Name="TaskPanel.ui" />
|
|
</Component>
|
|
</Directory>
|
|
<Directory Id="ModplotSave" Name="plotSave" FileSource="../../Mod/Plot/plotSave" >
|
|
<Component Id="CompModplotSave" Guid="0d9896e0-f992-41e9-a52c-ea24fcb786d4" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="plotSave01" Name="__init__.py" />
|
|
<File Id="plotSave02" Name="TaskPanel.py" />
|
|
<File Id="plotSave03" Name="TaskPanel.ui" />
|
|
</Component>
|
|
</Directory>
|
|
<Directory Id="ModplotSeries" Name="plotSeries" FileSource="../../Mod/Plot/plotSeries" >
|
|
<Component Id="CompModplotSeries" Guid="4adb6faf-867a-4c23-b8de-34f9149b8805" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="plotSeries01" Name="__init__.py" />
|
|
<File Id="plotSeries02" Name="TaskPanel.py" />
|
|
<File Id="plotSeries03" Name="TaskPanel.ui" />
|
|
</Component>
|
|
</Directory>
|
|
<Directory Id="ModplotUtils" Name="plotUtils" FileSource="../../Mod/Plot/plotUtils" >
|
|
<Component Id="CompModplotUtils" Guid="861945d1-6105-4063-8cbb-93235876e15b" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="plotUtils01" Name="__init__.py" />
|
|
<File Id="plotUtils02" Name="Paths.py" />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
</Include>
|