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