From: <fr...@us...> - 2013-11-20 06:58:52
|
Revision: 4683 http://sourceforge.net/p/mp-plugins/code/4683 Author: framug Date: 2013-11-20 06:58:48 +0000 (Wed, 20 Nov 2013) Log Message: ----------- Dotnet 4.0 to fit MP 1.6. Modified Paths: -------------- trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs trunk/plugins/WebEPGfr/Properties/Resources.Designer.cs trunk/plugins/WebEPGfr/Properties/Settings.Designer.cs trunk/plugins/WebEPGfr/WebEPGfr.csproj trunk/plugins/WebEPGfr/WebEPGfr_planification/Properties/AssemblyInfo.cs trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj Modified: trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs 2013-11-19 22:33:39 UTC (rev 4682) +++ trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs 2013-11-20 06:58:48 UTC (rev 4683) @@ -39,7 +39,7 @@ [assembly: NeutralResourcesLanguageAttribute("fr-FR")] // MediaPortal plugin version compatibility -[assembly: CompatibleVersion("1.3.100.0")] +[assembly: CompatibleVersion("1.5.100.0")] [assembly: UsesSubsystem("MP.SkinEngine")] [assembly: UsesSubsystem("MP.Config")] Modified: trunk/plugins/WebEPGfr/Properties/Resources.Designer.cs =================================================================== --- trunk/plugins/WebEPGfr/Properties/Resources.Designer.cs 2013-11-19 22:33:39 UTC (rev 4682) +++ trunk/plugins/WebEPGfr/Properties/Resources.Designer.cs 2013-11-20 06:58:48 UTC (rev 4683) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // Ce code a été généré par un outil. -// Version du runtime :4.0.30319.269 +// Version du runtime :4.0.30319.1008 // // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // le code est régénéré. Modified: trunk/plugins/WebEPGfr/Properties/Settings.Designer.cs =================================================================== --- trunk/plugins/WebEPGfr/Properties/Settings.Designer.cs 2013-11-19 22:33:39 UTC (rev 4682) +++ trunk/plugins/WebEPGfr/Properties/Settings.Designer.cs 2013-11-20 06:58:48 UTC (rev 4683) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // Ce code a été généré par un outil. -// Version du runtime :4.0.30319.269 +// Version du runtime :4.0.30319.1008 // // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // le code est régénéré. Modified: trunk/plugins/WebEPGfr/WebEPGfr.csproj =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfr.csproj 2013-11-19 22:33:39 UTC (rev 4682) +++ trunk/plugins/WebEPGfr/WebEPGfr.csproj 2013-11-20 06:58:48 UTC (rev 4683) @@ -16,7 +16,7 @@ <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>3.5</OldToolsVersion> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> Modified: trunk/plugins/WebEPGfr/WebEPGfr_planification/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfr_planification/Properties/AssemblyInfo.cs 2013-11-19 22:33:39 UTC (rev 4682) +++ trunk/plugins/WebEPGfr/WebEPGfr_planification/Properties/AssemblyInfo.cs 2013-11-20 06:58:48 UTC (rev 4683) @@ -37,7 +37,7 @@ [assembly: AssemblyFileVersion("1.0.0.0")] // MediaPortal plugin version compatibility -[assembly: CompatibleVersion("1.3.100.0")] +[assembly: CompatibleVersion("1.5.100.0")] [assembly: UsesSubsystem("MP.SkinEngine")] [assembly: UsesSubsystem("MP.Config")] Modified: trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj 2013-11-19 22:33:39 UTC (rev 4682) +++ trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj 2013-11-20 06:58:48 UTC (rev 4683) @@ -15,7 +15,7 @@ <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>3.5</OldToolsVersion> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |