From: <Sil...@us...> - 2011-05-03 19:27:09
|
Revision: 4199 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4199&view=rev Author: SilentException Date: 2011-05-03 19:27:03 +0000 (Tue, 03 May 2011) Log Message: ----------- FileExplorer: MediaPortal v1.2 plugin version compatibility Modified Paths: -------------- trunk/plugins/File Explorer/File Explorer.csproj trunk/plugins/File Explorer/Properties/AssemblyInfo.cs Modified: trunk/plugins/File Explorer/File Explorer.csproj =================================================================== --- trunk/plugins/File Explorer/File Explorer.csproj 2011-05-03 18:53:37 UTC (rev 4198) +++ trunk/plugins/File Explorer/File Explorer.csproj 2011-05-03 19:27:03 UTC (rev 4199) @@ -40,6 +40,11 @@ <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> </PropertyGroup> <ItemGroup> + <Reference Include="Common.Utils, Version=1.1.7.0, Culture=neutral, processorArchitecture=x86"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\mediaportal\xbmc\bin\Release\Common.Utils.dll</HintPath> + <Private>False</Private> + </Reference> <Reference Include="Core, Version=1.0.4.34667, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\mediaportal\xbmc\bin\Release\Core.dll</HintPath> Modified: trunk/plugins/File Explorer/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/File Explorer/Properties/AssemblyInfo.cs 2011-05-03 18:53:37 UTC (rev 4198) +++ trunk/plugins/File Explorer/Properties/AssemblyInfo.cs 2011-05-03 19:27:03 UTC (rev 4199) @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using MediaPortal.Common.Utils; // Information about this assembly is defined by the following // attributes. @@ -29,3 +30,8 @@ // numbers with the '*' character (the default): [assembly: AssemblyVersion("1.5.0.0")] + +// MediaPortal plugin version compatibility +[assembly: CompatibleVersion("1.1.7.0")] +[assembly: UsesSubsystem("MP.SkinEngine")] +[assembly: UsesSubsystem("MP.Config")] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |