Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions PatientHealthMonitoring/PatientHealthMonitoring.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36109.1 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatientHealthMonitoring", "PatientHealthMonitoring\PatientHealthMonitoring.csproj", "{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|ARM64.ActiveCfg = Debug|ARM64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|ARM64.Build.0 = Debug|ARM64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|ARM64.Deploy.0 = Debug|ARM64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|x64.ActiveCfg = Debug|x64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|x64.Build.0 = Debug|x64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|x64.Deploy.0 = Debug|x64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|x86.ActiveCfg = Debug|x86
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|x86.Build.0 = Debug|x86
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Debug|x86.Deploy.0 = Debug|x86
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|ARM64.ActiveCfg = Release|ARM64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|ARM64.Build.0 = Release|ARM64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|ARM64.Deploy.0 = Release|ARM64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|x64.ActiveCfg = Release|x64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|x64.Build.0 = Release|x64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|x64.Deploy.0 = Release|x64
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|x86.ActiveCfg = Release|x86
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|x86.Build.0 = Release|x86
{F3E92DD0-F74F-4253-9F00-E22C89FAC00E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D6160E2-5C12-4CAE-9D86-FA36726489C1}
EndGlobalSection
EndGlobal
16 changes: 16 additions & 0 deletions PatientHealthMonitoring/PatientHealthMonitoring/App.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Application
x:Class="PatientHealthMonitoring.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:PatientHealthMonitoring">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
<!-- Other merged dictionaries here -->
</ResourceDictionary.MergedDictionaries>
<!-- Other app resources here -->
</ResourceDictionary>
</Application.Resources>
</Application>
50 changes: 50 additions & 0 deletions PatientHealthMonitoring/PatientHealthMonitoring/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls.Primitives;
using Microsoft.UI.Xaml.Data;
using Microsoft.UI.Xaml.Input;
using Microsoft.UI.Xaml.Media;
using Microsoft.UI.Xaml.Navigation;
using Microsoft.UI.Xaml.Shapes;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;

// To learn more about WinUI, the WinUI project structure,
// and more about our project templates, see: http://aka.ms/winui-project-info.

namespace PatientHealthMonitoring
{
/// <summary>
/// Provides application-specific behavior to supplement the default Application class.
/// </summary>
public partial class App : Application
{
private Window? _window;

/// <summary>
/// Initializes the singleton application object. This is the first line of authored code
/// executed, and as such is the logical equivalent of main() or WinMain().
/// </summary>
public App()
{
InitializeComponent();
}

/// <summary>
/// Invoked when the application is launched.
/// </summary>
/// <param name="args">Details about the launch request and process.</param>
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args)
{
_window = new MainWindow();
_window.Activate();
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading