Initial Commit.

This commit is contained in:
Creeper Lv
2026-05-28 02:54:17 +10:00
commit c58ce200e0
52 changed files with 1064 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<Solution>
<Folder Name="/Client/">
<Project Path="Client/SNote.Android/SNote.Android.csproj">
<Deploy />
</Project>
<Project Path="Client/SNote.Browser/SNote.Browser.csproj" />
<Project Path="Client/SNote.Desktop/SNote.Desktop.csproj" />
<Project Path="Client/SNote.iOS/SNote.iOS.csproj">
<Deploy />
</Project>
<Project Path="Client/SNote/SNote.csproj" />
</Folder>
<Folder Name="/Server/">
<Project Path="Server/SNote.Server.csproj" />
</Folder>
</Solution>