57 lines
3.7 KiB
XML
57 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
(c) Juergen Riegel (juergen.riegel@web.de) 2009
|
|
|
|
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 2009
|
|
-->
|
|
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Directory Id="ModArch" Name="Arch" FileSource="../../Mod/Arch">
|
|
<Component Id="CompModArch" Guid="ab68f438-aed3-4327-8806-d53bf0a43853" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="ArchInitPy" Name="Init.py" DiskId="1" />
|
|
<File Id="ArchInitGuiPy" Name="InitGui.py" DiskId="1" />
|
|
<File Id="ArchPy" Name="Arch.py" DiskId="1" />
|
|
<File Id="ArchRcPy" Name="Arch_rc.py" DiskId="1" />
|
|
<File Id="ArchBuildingPy" Name="ArchBuilding.py" DiskId="1" />
|
|
<File Id="ArchCommandsPy" Name="ArchCommands.py" DiskId="1" />
|
|
<File Id="ArchComponentPy" Name="ArchComponent.py" DiskId="1" />
|
|
<File Id="ArchIfcReaderPy" Name="ifcReader.py" DiskId="1" />
|
|
<File Id="importDAEPy" Name="importDAE.py" DiskId="1" />
|
|
<File Id="importIFCPy" Name="importIFC.py" DiskId="1" />
|
|
<File Id="importOBJPy" Name="importOBJ.py" DiskId="1" />
|
|
<File Id="ArchSitePy" Name="ArchSite.py" DiskId="1" />
|
|
<File Id="ArchStructurePy" Name="ArchStructure.py" DiskId="1" />
|
|
<File Id="ArchWallPy" Name="ArchWall.py" DiskId="1" />
|
|
<File Id="ArchFloorPy" Name="ArchFloor.py" DiskId="1" />
|
|
<File Id="ArchSectionPlanePy" Name="ArchSectionPlane.py" DiskId="1" />
|
|
<File Id="ArchWindowPy" Name="ArchWindow.py" DiskId="1" />
|
|
<File Id="ArchAxisPy" Name="ArchAxis.py" DiskId="1" />
|
|
<File Id="ArchVRMPy" Name="ArchVRM.py" DiskId="1" />
|
|
<File Id="ArchRoofPy" Name="ArchRoof.py" DiskId="1" />
|
|
<File Id="importWebGLPy" Name="importWebGL.py" DiskId="1" />
|
|
<File Id="ArchSpacePy" Name="ArchSpace.py" DiskId="1" />
|
|
<File Id="TestArchPy" Name="TestArch.py" DiskId="1" />
|
|
<File Id="ArchStairsPy" Name="ArchStairs.py" DiskId="1" />
|
|
<File Id="ArchRebarPy" Name="ArchRebar.py" DiskId="1" />
|
|
<File Id="ArchIfcWriterPy" Name="ifcWriter.py" DiskId="1" />
|
|
<File Id="ArchRebarPy" Name="ArchFrame.py" DiskId="1" />
|
|
</Component>
|
|
</Directory>
|
|
</Include>
|