Remove unused TIA2AXTool project and related files #434
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request removes the TIA2AX functionality from the project by deleting related files, references, and project configurations. The changes include the removal of project files, code, and solution references associated with TIA2AX. Below is a summary of the most important changes:
Removal of TIA2AX Functionality
Project File Deletion:
AXSharp.TIA2AXSharp.csprojfile, which defined the TIA2AX project, along with its metadata and dependencies. ([src/AXSharp.connectors/src/AXSharp.TIA.Connector/AXSharp.TIA2AXSharp.csprojL1-L51](https://github.com/Inxton/axsharp/pull/434/files#diff-261e6c1c1a2604390fed79f84a3cb1b06e54571702b08a104d08f7c33bc44c83L1-L51))Code Deletion:
TIA2AXSharpAdapterclass, which contained methods for creating and managing TIA2AX adapters. ([src/AXSharp.connectors/src/AXSharp.TIA.Connector/TIA2AXSharpAdapter.csL1-L380](https://github.com/Inxton/axsharp/pull/434/files#diff-e78a2976904e6e08b01c09816b9a22eb2eb890148bf437784960b0151a0dd357L1-L380))TIA2AXSharpSerializerclass, which handled serialization and deserialization of TIA2AX objects. ([src/AXSharp.connectors/src/AXSharp.TIA.Connector/TIA2AXSharpSerializer.csL1-L53](https://github.com/Inxton/axsharp/pull/434/files#diff-9d5f093b0d97f704335d23846e10c423265e95afa5d65ca99a44d01ede777937L1-L53))TIABrowseElement,TIARootObject, andITIAGenericObjectclasses, which were part of the TIA2AX data model. ([[1]](https://github.com/Inxton/axsharp/pull/434/files#diff-f3ff21e2e3fbac5a159887f4e0fa2a2a3d2e52170dd32dd5099f8ef3e5ce1e6eL1-L23),[[2]](https://github.com/Inxton/axsharp/pull/434/files#diff-04afe6f89e226dfab1030e707ec49fe86a5395a90ca56f7263cd0bfa71c8e0e1L1-L15),[[3]](https://github.com/Inxton/axsharp/pull/434/files#diff-6ea8bd89903b8c9fb2278b5a9289c774a937edebd05c73d56fa02dfdc99147c5L1-L12))Updates to Solution Files
AXSharp.TIA2AX.TransformerTestsand other TIA2AX-related projects from solution files (AXSharp-L1-tests.slnf,AXSharp-L2-tests.slnf, andAXSharp-packable-only.slnf). ([[1]](https://github.com/Inxton/axsharp/pull/434/files#diff-f6448ccfdd087e44070ce7bedec3c89e009838ad7e02288a96d00847f70d869bL13),[[2]](https://github.com/Inxton/axsharp/pull/434/files#diff-e3d5cc14c75fd334b74b4117c96c87db074bc23758dfd1ae58e50e45c1bef789L5-R18),[[3]](https://github.com/Inxton/axsharp/pull/434/files#diff-eec84b10005524c9ba546d7aec57c20437195a35ad6ab18ea715b1c29846a149L16-R16))These changes streamline the codebase by eliminating the TIA2AX functionality, which is no longer required. Let me know if you have any questions!