commit 158990bea7db3b70f90b2e683e7a173abcfd683d Author: IsaykinEugene Date: Mon Apr 28 11:51:01 2025 +0300 init diff --git a/.idea/.idea.Presence/.idea/.gitignore b/.idea/.idea.Presence/.idea/.gitignore new file mode 100644 index 0000000..3d7c330 --- /dev/null +++ b/.idea/.idea.Presence/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/modules.xml +/contentModel.xml +/.idea.Presence.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.Presence/.idea/avalonia.xml b/.idea/.idea.Presence/.idea/avalonia.xml new file mode 100644 index 0000000..f6612e0 --- /dev/null +++ b/.idea/.idea.Presence/.idea/avalonia.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Presence/.idea/indexLayout.xml b/.idea/.idea.Presence/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Presence/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Presence/.idea/vcs.xml b/.idea/.idea.Presence/.idea/vcs.xml new file mode 100644 index 0000000..d843f34 --- /dev/null +++ b/.idea/.idea.Presence/.idea/vcs.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Presence.sln b/Presence.sln new file mode 100644 index 0000000..b206efc --- /dev/null +++ b/Presence.sln @@ -0,0 +1,40 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presence", "Presence\Presence.csproj", "{BB0DE670-741D-45E9-9EBE-B8A9EAB65606}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PresenceConsole", "PresenceConsole\PresenceConsole.csproj", "{6C68882B-47D2-4CAC-B4E6-D962E49D101D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "data", "data\data.csproj", "{7DD0FFD6-9AE3-4E74-ACF2-84874C809D0D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "domain", "domain\domain.csproj", "{3A0731CE-9C7A-4711-9E2D-14D10219DC1A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI", "UI\UI.csproj", "{D6544F65-7A64-4360-8CA6-5B82BC778A14}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BB0DE670-741D-45E9-9EBE-B8A9EAB65606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB0DE670-741D-45E9-9EBE-B8A9EAB65606}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB0DE670-741D-45E9-9EBE-B8A9EAB65606}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB0DE670-741D-45E9-9EBE-B8A9EAB65606}.Release|Any CPU.Build.0 = Release|Any CPU + {6C68882B-47D2-4CAC-B4E6-D962E49D101D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C68882B-47D2-4CAC-B4E6-D962E49D101D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C68882B-47D2-4CAC-B4E6-D962E49D101D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C68882B-47D2-4CAC-B4E6-D962E49D101D}.Release|Any CPU.Build.0 = Release|Any CPU + {7DD0FFD6-9AE3-4E74-ACF2-84874C809D0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7DD0FFD6-9AE3-4E74-ACF2-84874C809D0D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7DD0FFD6-9AE3-4E74-ACF2-84874C809D0D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7DD0FFD6-9AE3-4E74-ACF2-84874C809D0D}.Release|Any CPU.Build.0 = Release|Any CPU + {3A0731CE-9C7A-4711-9E2D-14D10219DC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3A0731CE-9C7A-4711-9E2D-14D10219DC1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3A0731CE-9C7A-4711-9E2D-14D10219DC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3A0731CE-9C7A-4711-9E2D-14D10219DC1A}.Release|Any CPU.Build.0 = Release|Any CPU + {D6544F65-7A64-4360-8CA6-5B82BC778A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D6544F65-7A64-4360-8CA6-5B82BC778A14}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D6544F65-7A64-4360-8CA6-5B82BC778A14}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D6544F65-7A64-4360-8CA6-5B82BC778A14}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Presence/AddOrEditUserWindow.axaml b/Presence/AddOrEditUserWindow.axaml new file mode 100644 index 0000000..6c8149b --- /dev/null +++ b/Presence/AddOrEditUserWindow.axaml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + +