From 0690513c22a1061f6bf219a99f30eaf3aa4fc4a9 Mon Sep 17 00:00:00 2001 From: Claire Davis Date: Sun, 21 Jun 2020 18:07:41 -0700 Subject: [PATCH] updated rendering code to only run if text field is non-empty --- Adaptive Card Editor UWP.sln | 4 +- .../Adaptive Card Editor UWP.csproj | 11 ++- Adaptive Card Editor UWP/MainPage.xaml.cs | 83 ++++++++++--------- 3 files changed, 58 insertions(+), 40 deletions(-) diff --git a/Adaptive Card Editor UWP.sln b/Adaptive Card Editor UWP.sln index e804bd3..3550640 100644 --- a/Adaptive Card Editor UWP.sln +++ b/Adaptive Card Editor UWP.sln @@ -21,7 +21,9 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E2F5AF78-D3E6-43F9-AF44-F342449B63A5}.Debug|Any CPU.ActiveCfg = Debug|x86 + {E2F5AF78-D3E6-43F9-AF44-F342449B63A5}.Debug|Any CPU.ActiveCfg = Debug|x64 + {E2F5AF78-D3E6-43F9-AF44-F342449B63A5}.Debug|Any CPU.Build.0 = Debug|x64 + {E2F5AF78-D3E6-43F9-AF44-F342449B63A5}.Debug|Any CPU.Deploy.0 = Debug|x64 {E2F5AF78-D3E6-43F9-AF44-F342449B63A5}.Debug|ARM.ActiveCfg = Debug|ARM {E2F5AF78-D3E6-43F9-AF44-F342449B63A5}.Debug|ARM.Build.0 = Debug|ARM {E2F5AF78-D3E6-43F9-AF44-F342449B63A5}.Debug|ARM.Deploy.0 = Debug|ARM diff --git a/Adaptive Card Editor UWP/Adaptive Card Editor UWP.csproj b/Adaptive Card Editor UWP/Adaptive Card Editor UWP.csproj index b10f2f6..289be91 100644 --- a/Adaptive Card Editor UWP/Adaptive Card Editor UWP.csproj +++ b/Adaptive Card Editor UWP/Adaptive Card Editor UWP.csproj @@ -12,7 +12,7 @@ en-US UAP 10.0.18362.0 - 10.0.15063.0 + 10.0.17763.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -99,6 +99,7 @@ false prompt true + false bin\x64\Release\ @@ -216,6 +217,14 @@ 14.0 + + AnyCPU + bin\Debug\ + + + AnyCPU + bin\Release\ +