Upgraded to Silverlight 5.

This commit is contained in:
Sean Fausett 2012-04-15 14:49:30 +12:00
parent f16c1b0b90
commit 992d205c06
4 changed files with 9 additions and 7 deletions

View File

@ -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."); MessageBox.Show("An application update is available, but it requires the latest version of Silverlight.");
} }
else if (Debugger.IsAttached) //else if (Debugger.IsAttached)
{ //{
Debugger.Break(); // Debugger.Break();
} //}
} }
else if (e.UpdateAvailable) else if (e.UpdateAvailable)
{ {

View File

@ -12,7 +12,8 @@
<RootNamespace>Jellyfish.Library</RootNamespace> <RootNamespace>Jellyfish.Library</RootNamespace>
<AssemblyName>Jellyfish.Library</AssemblyName> <AssemblyName>Jellyfish.Library</AssemblyName>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<SilverlightApplication>false</SilverlightApplication> <SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml> <ValidateXaml>true</ValidateXaml>

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // 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 // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.

View File

@ -12,7 +12,8 @@
<RootNamespace>Jellyfish.Virtu</RootNamespace> <RootNamespace>Jellyfish.Virtu</RootNamespace>
<AssemblyName>Jellyfish.Virtu</AssemblyName> <AssemblyName>Jellyfish.Virtu</AssemblyName>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<SilverlightApplication>true</SilverlightApplication> <SilverlightApplication>true</SilverlightApplication>
<SupportedCultures> <SupportedCultures>