From 87b3489c6ce749eedc6ccb0c8be20e34bce64a0d Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Wed, 29 Jun 2022 19:26:40 +0600 Subject: [PATCH 1/2] Progress bar now use LinearEasing --- src/AvaloniaCoreRTDemo.csproj | 12 ++++++------ src/rd.xml | 7 ++++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/AvaloniaCoreRTDemo.csproj b/src/AvaloniaCoreRTDemo.csproj index ab034e6..ad84d0a 100644 --- a/src/AvaloniaCoreRTDemo.csproj +++ b/src/AvaloniaCoreRTDemo.csproj @@ -2,7 +2,7 @@ - WinExe + Exe net6.0 x64 Assets/app.ico @@ -43,12 +43,12 @@ - - - - + + + + - + diff --git a/src/rd.xml b/src/rd.xml index f20360e..ba932c4 100644 --- a/src/rd.xml +++ b/src/rd.xml @@ -1,13 +1,14 @@  - + - + + @@ -43,5 +44,5 @@ --> - + From 719a10d26998f875b2adccda10a2f100cb5a7879 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Wed, 29 Jun 2022 19:33:18 +0600 Subject: [PATCH 2/2] Restore back OutputType --- src/AvaloniaCoreRTDemo.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AvaloniaCoreRTDemo.csproj b/src/AvaloniaCoreRTDemo.csproj index ad84d0a..d47007d 100644 --- a/src/AvaloniaCoreRTDemo.csproj +++ b/src/AvaloniaCoreRTDemo.csproj @@ -2,7 +2,7 @@ - Exe + WinExe net6.0 x64 Assets/app.ico