|
@@ -63,6 +63,7 @@
|
|
|
<Compile Include="Component\Column.cs" />
|
|
|
<Compile Include="Component\ComponentObject.cs" />
|
|
|
<Compile Include="Component\Connector.cs" />
|
|
|
+ <Compile Include="Component\Door.cs" />
|
|
|
<Compile Include="Component\Duct.cs" />
|
|
|
<Compile Include="Component\MepSystem.cs" />
|
|
|
<Compile Include="Component\MepSystemType.cs" />
|
|
@@ -73,7 +74,10 @@
|
|
|
<Compile Include="Component\EquipPart.cs" />
|
|
|
<Compile Include="Component\Equipment.cs" />
|
|
|
<Compile Include="Component\Space.cs" />
|
|
|
+ <Compile Include="Component\VirtualWall.cs" />
|
|
|
<Compile Include="Component\VisibleComponentObject.cs" />
|
|
|
+ <Compile Include="Component\Wall.cs" />
|
|
|
+ <Compile Include="Component\Window.cs" />
|
|
|
<Compile Include="Definition\ConnectorShape.cs" />
|
|
|
<Compile Include="Definition\GeometryLocation.cs" />
|
|
|
<Compile Include="Definition\XYZ.cs" />
|