From e9e33819608e7ebe84b1b2f9caa85310273b03d1 Mon Sep 17 00:00:00 2001 From: shinichi Date: Fri, 16 Oct 2020 16:32:17 +0200 Subject: [PATCH] icon works --- DoctorApp/DoctorApp.csproj | 40 ++++++++++++++++++----------- DoctorApp/Views/ClientInfoView.xaml | 1 + DoctorApp/Views/MainWindow.xaml | 2 +- 3 files changed, 27 insertions(+), 16 deletions(-) diff --git a/DoctorApp/DoctorApp.csproj b/DoctorApp/DoctorApp.csproj index 5ff98b8..2ff8d95 100644 --- a/DoctorApp/DoctorApp.csproj +++ b/DoctorApp/DoctorApp.csproj @@ -1,22 +1,32 @@  - - WinExe - netcoreapp3.1 - true - doctor.ico - + + WinExe + netcoreapp3.1 + true + doctor.ico + - - - - - + + + - - - + + + Always + + - + + + + + + + + + + + \ No newline at end of file diff --git a/DoctorApp/Views/ClientInfoView.xaml b/DoctorApp/Views/ClientInfoView.xaml index 5724874..b5b11cc 100644 --- a/DoctorApp/Views/ClientInfoView.xaml +++ b/DoctorApp/Views/ClientInfoView.xaml @@ -6,6 +6,7 @@ xmlns:local="clr-namespace:DoctorApp.Views" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" + > diff --git a/DoctorApp/Views/MainWindow.xaml b/DoctorApp/Views/MainWindow.xaml index 0436a0f..83ad2ae 100644 --- a/DoctorApp/Views/MainWindow.xaml +++ b/DoctorApp/Views/MainWindow.xaml @@ -54,7 +54,7 @@