|
25 | 25 |
|
26 | 26 | <ItemGroup> |
27 | 27 | <!-- Order matters in F# - files are compiled in the order listed --> |
28 | | - <Compile Include="src/NonEmptyList.fs" /> |
29 | | - <Compile Include="src/Types.fs" /> |
30 | | - <Compile Include="src/RecordTypes.fs" /> |
31 | | - <Compile Include="src/ErrorTracking.fs" /> |
32 | | - <Compile Include="src/JsonHelpers.fs" /> |
33 | | - <Compile Include="src/Constants.fs" /> |
34 | | - <Compile Include="src/ErrorAccumulation.fs" /> |
35 | | - <Compile Include="src/AppContext.fs" /> |
36 | | - <Compile Include="src/Log.fs" /> |
37 | | - <Compile Include="src/LabelStatsTracker.fs" /> |
38 | | - <Compile Include="src/Security.fs" /> |
| 28 | + <Compile Include="src/ErrorManagement/NonEmptyList.fs" /> |
| 29 | + <Compile Include="src/Core/Types.fs" /> |
| 30 | + <Compile Include="src/Core/RecordTypes.fs" /> |
| 31 | + <Compile Include="src/ErrorManagement/ErrorTracking.fs" /> |
| 32 | + <Compile Include="src/Json/JsonHelpers.fs" /> |
| 33 | + <Compile Include="src/Core/Constants.fs" /> |
| 34 | + <Compile Include="src/ErrorManagement/ErrorAccumulation.fs" /> |
| 35 | + <Compile Include="src/Infrastructure/Log.fs" /> |
| 36 | + <Compile Include="src/Infrastructure/AppContext.fs" /> |
| 37 | + <Compile Include="src/Workflow/LabelStatsTracker.fs" /> |
| 38 | + <Compile Include="src/Configuration/Security.fs" /> |
39 | 39 | <Compile Include="src/Utils.fs" /> |
40 | | - <Compile Include="src/Configuration.fs" /> |
41 | | - <Compile Include="src/JsonConfig.fs" /> |
42 | | - <Compile Include="src/MetadataWriter.fs" /> |
43 | | - <Compile Include="src/Neo4j.fs" /> |
44 | | - <Compile Include="src/Preflight.fs" /> |
45 | | - <Compile Include="src/Metadata.fs" /> |
46 | | - <Compile Include="src/Cleanup.fs" /> |
| 40 | + <Compile Include="src/Configuration/Configuration.fs" /> |
| 41 | + <Compile Include="src/Json/JsonConfig.fs" /> |
| 42 | + <Compile Include="src/Workflow/MetadataWriter.fs" /> |
| 43 | + <Compile Include="src/Database/Neo4j.fs" /> |
| 44 | + <Compile Include="src/Workflow/Preflight.fs" /> |
| 45 | + <Compile Include="src/Database/Metadata.fs" /> |
| 46 | + <Compile Include="src/Infrastructure/Cleanup.fs" /> |
47 | 47 |
|
48 | 48 | <!-- Export module hierarchy --> |
49 | 49 | <Compile Include="src/Export/Types.fs" /> |
|
56 | 56 | <Compile Include="src/Export/Serialization/GraphElements.fs" /> |
57 | 57 | <Compile Include="src/Export/Serialization/Path.fs" /> |
58 | 58 | <Compile Include="src/Export/Serialization/Engine.fs" /> |
59 | | - <Compile Include="src/Export/ErrorDeduplication.fs" /> |
| 59 | + <Compile Include="src/ErrorManagement/ErrorDeduplication.fs" /> |
60 | 60 | <Compile Include="src/Export/BatchProcessing.fs" /> |
61 | 61 | <Compile Include="src/Export/Core.fs" /> |
62 | 62 | <Compile Include="src/Export.fs" /> |
63 | 63 |
|
64 | | - <Compile Include="src/Monitoring.fs" /> |
65 | | - <Compile Include="src/Workflow.fs" /> |
66 | | - <Compile Include="src/SignalHandling.fs" /> |
| 64 | + <Compile Include="src/Infrastructure/Monitoring.fs" /> |
| 65 | + <Compile Include="src/Workflow/Workflow.fs" /> |
| 66 | + <Compile Include="src/Infrastructure/SignalHandling.fs" /> |
67 | 67 | <Compile Include="src/Program.fs" /> |
68 | 68 | </ItemGroup> |
69 | 69 |
|
|
0 commit comments