Skip to content

Latest commit

 

History

History
34 lines (34 loc) · 1.14 KB

ProjectTree.MD

File metadata and controls

34 lines (34 loc) · 1.14 KB

Autojenzi ├── src │ ├── Addin │ │ ├── Commands │ │ │ ├── AboutCommand.cs │ │ │ └── QualityCommand.cs │ │ ├── Resources │ │ │ ├── AutojenziIcon.png │ │ │ ├── AutojenziProfile.png │ │ │ ├── AutojenziQuanitfy.png │ │ │ └── MaterialData.json │ │ ├── Services │ │ │ ├── Block.cs │ │ │ ├── BuildingMaterial.cs │ │ │ ├── Deserialize.cs │ │ │ ├── Elemental.cs │ │ │ ├── Export.cs │ │ │ ├── QuanitfyWalls.cs │ │ │ ├── UnitConversion.cs │ │ │ └── WallProperties.cs │ │ ├── Addin.cs │ │ └── App.cs │ ├── UI │ │ ├── About.xaml │ │ ├── About.cs │ │ ├── Materials.xaml │ │ ├── Materials.cs │ │ ├── Selection.xaml │ │ └── Selection.cs ├── .gitignore ├── Autojenzi.addin ├── Autojenzi.csproj ├── Readme.MD └── Autojenzi.sln