Remove Procedures folder and update configurations

- Removed folder reference for "Procedures" in the project file.
- Added `DocumentMod_Rotation` to the `Constants.vb` enum.
- Replaced `NonHistStatuses` with a new `Status` class containing `NonHist` and `RelatedToFormApp` lists.
- Updated `TimeLimit` in `appsettings.json` from "00:30:00" to "90.00:00:00".
This commit is contained in:
Developer 02
2025-05-08 15:15:01 +02:00
parent 1a978c0ab7
commit 8d118308cd
3 changed files with 15 additions and 11 deletions

View File

@@ -82,8 +82,4 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Procedures\" />
</ItemGroup>
</Project>