1
0

Send Text Message

This commit is contained in:
2025-12-02 22:49:51 +01:00
parent 23ad083d1d
commit 17ff8f7371
27 changed files with 2157 additions and 0 deletions

24
LinkMobility.slnx Normal file
View File

@@ -0,0 +1,24 @@
<Solution>
<Folder Name="/Solution Items/" />
<Folder Name="/Solution Items/build/">
<File Path=".gitlab-ci.yml" />
<File Path="Directory.Build.props" />
</Folder>
<Folder Name="/Solution Items/config/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="CodeMaid.config" />
<File Path="nuget.config" />
</Folder>
<Folder Name="/Solution Items/docs/">
<File Path="CHANGELOG.md" />
<File Path="LICENSE.txt" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/LinkMobility/LinkMobility.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/LinkMobility.Tests/LinkMobility.Tests.csproj" />
</Folder>
</Solution>