From 992d205c06b650a4bbd47a1d205e3473fa24c054 Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sun, 15 Apr 2012 14:49:30 +1200 Subject: [PATCH] Upgraded to Silverlight 5. --- Library/Silverlight/ApplicationBase.cs | 8 ++++---- Library/Silverlight/Jellyfish.Library.Silverlight.csproj | 3 ++- Virtu/Properties/Strings.Designer.cs | 2 +- Virtu/Silverlight/Jellyfish.Virtu.Silverlight.csproj | 3 ++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Library/Silverlight/ApplicationBase.cs b/Library/Silverlight/ApplicationBase.cs index 1cfbde0..71ad584 100644 --- a/Library/Silverlight/ApplicationBase.cs +++ b/Library/Silverlight/ApplicationBase.cs @@ -82,10 +82,10 @@ private void OnApplicationCheckAndDownloadUpdateCompleted(object sender, CheckAn { MessageBox.Show("An application update is available, but it requires the latest version of Silverlight."); } - else if (Debugger.IsAttached) - { - Debugger.Break(); - } + //else if (Debugger.IsAttached) + //{ + // Debugger.Break(); + //} } else if (e.UpdateAvailable) { diff --git a/Library/Silverlight/Jellyfish.Library.Silverlight.csproj b/Library/Silverlight/Jellyfish.Library.Silverlight.csproj index 02ab22d..4f46319 100644 --- a/Library/Silverlight/Jellyfish.Library.Silverlight.csproj +++ b/Library/Silverlight/Jellyfish.Library.Silverlight.csproj @@ -12,7 +12,8 @@ Jellyfish.Library Jellyfish.Library Silverlight - v4.0 + v5.0 + $(TargetFrameworkVersion) false true diff --git a/Virtu/Properties/Strings.Designer.cs b/Virtu/Properties/Strings.Designer.cs index 16a2c1e..3996748 100644 --- a/Virtu/Properties/Strings.Designer.cs +++ b/Virtu/Properties/Strings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.431 +// Runtime Version:4.0.30319.530 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/Virtu/Silverlight/Jellyfish.Virtu.Silverlight.csproj b/Virtu/Silverlight/Jellyfish.Virtu.Silverlight.csproj index 6a765a3..33b3358 100644 --- a/Virtu/Silverlight/Jellyfish.Virtu.Silverlight.csproj +++ b/Virtu/Silverlight/Jellyfish.Virtu.Silverlight.csproj @@ -12,7 +12,8 @@ Jellyfish.Virtu Jellyfish.Virtu Silverlight - v4.0 + v5.0 + $(TargetFrameworkVersion) true