- Added DatabaseService to handle database operations for messages and support requests. - Created IDatabaseService interface to define the contract for database operations. - Developed ViewModels for Dashboard, Messages, and Support pages to manage data and commands. - Implemented XAML views for Dashboard, Messages, and Support, including data binding and UI elements. - Created SQL script for setting up the database schema and inserting test data.
35 lines
1.7 KiB
Plaintext
35 lines
1.7 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.0.31903.59
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TravelMateAdmin", "TravelMateAdmin\TravelMateAdmin.csproj", "{760FF747-775F-4B67-A507-584C1D43D88E}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
Release|Any CPU = Release|Any CPU
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Debug|x64.Build.0 = Debug|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Debug|x86.Build.0 = Debug|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Release|x64.ActiveCfg = Release|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Release|x64.Build.0 = Release|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Release|x86.ActiveCfg = Release|Any CPU
|
|
{760FF747-775F-4B67-A507-584C1D43D88E}.Release|x86.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|