|
46 | 46 | <Compile Include="Geometry\Extensions\VectorExtension.cs" />
|
47 | 47 | <Compile Include="Geometry\Interfaces\ILineSegment.cs" />
|
48 | 48 | <Compile Include="Geometry\Interfaces\IPoint.cs" />
|
| 49 | + <Compile Include="Structure\Beam.cs" /> |
| 50 | + <Compile Include="Structure\Coloumn.cs" /> |
| 51 | + <Compile Include="Structure\Grid.cs" /> |
| 52 | + <Compile Include="Structure\Interfaces\Enum\ProfileType.cs" /> |
| 53 | + <Compile Include="Structure\Interfaces\Foundation\IPadFoundation.cs" /> |
| 54 | + <Compile Include="Structure\Interfaces\Foundation\IPile.cs" /> |
| 55 | + <Compile Include="Structure\Interfaces\Foundation\ISlabFoundation.cs" /> |
| 56 | + <Compile Include="Structure\Interfaces\Foundation\IStripFoundation.cs" /> |
| 57 | + <Compile Include="Structure\Interfaces\Structural\IBeam.cs" /> |
| 58 | + <Compile Include="Structure\Interfaces\Structural\IColumn.cs" /> |
| 59 | + <Compile Include="Structure\Interfaces\IGrid.cs" /> |
| 60 | + <Compile Include="Structure\Interfaces\Structural\IPlate.cs" /> |
| 61 | + <Compile Include="Structure\Interfaces\Structural\ISlab.cs" /> |
| 62 | + <Compile Include="Structure\Interfaces\IStructureElement.cs" /> |
| 63 | + <Compile Include="Structure\Interfaces\Structural\IWall.cs" /> |
| 64 | + <Compile Include="Structure\Interfaces\Enum\Material.cs" /> |
| 65 | + <Compile Include="Structure\PadFoundation.cs" /> |
| 66 | + <Compile Include="Structure\Pile.cs" /> |
| 67 | + <Compile Include="Structure\Plate.cs" /> |
| 68 | + <Compile Include="Structure\Slab.cs" /> |
49 | 69 | <Compile Include="Geometry\Interfaces\IVector.cs" />
|
50 | 70 | <Compile Include="Geometry\Interfaces\IGeometryObject.cs" />
|
51 | 71 | <Compile Include="Geometry\Enums\SphereAccuracy.cs" />
|
|
58 | 78 | <Compile Include="Maths\Common.cs" />
|
59 | 79 | <Compile Include="Maths\Matrix.cs" />
|
60 | 80 | <Compile Include="Properties\AssemblyInfo.cs" />
|
| 81 | + <Compile Include="Structure\SlabFoundation.cs" /> |
| 82 | + <Compile Include="Structure\StripFoundation.cs" /> |
| 83 | + <Compile Include="Structure\Wall.cs" /> |
61 | 84 | </ItemGroup>
|
62 | 85 | <ItemGroup>
|
63 |
| - <Folder Include="Common" /> |
| 86 | + <Folder Include="Common\" /> |
64 | 87 | </ItemGroup>
|
65 | 88 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
66 | 89 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments