From: <fr...@us...> - 2009-12-01 21:50:09
|
Revision: 3198 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=3198&view=rev Author: framug Date: 2009-12-01 21:49:58 +0000 (Tue, 01 Dec 2009) Log Message: ----------- - remove TVCapture-Databases and move zip.dll in bin folder Modified Paths: -------------- trunk/plugins/WebEPGfr/WebEPGfr.csproj Added Paths: ----------- trunk/plugins/WebEPGfr/bin/ICSharpCode.SharpZipLib.dll Removed Paths: ------------- trunk/plugins/WebEPGfr/ICSharpCode.SharpZipLib.dll Deleted: trunk/plugins/WebEPGfr/ICSharpCode.SharpZipLib.dll =================================================================== (Binary files differ) Modified: trunk/plugins/WebEPGfr/WebEPGfr.csproj =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfr.csproj 2009-12-01 01:36:43 UTC (rev 3197) +++ trunk/plugins/WebEPGfr/WebEPGfr.csproj 2009-12-01 21:49:58 UTC (rev 3198) @@ -45,10 +45,9 @@ <HintPath>..\..\..\Program Files\Team MediaPortal\MediaPortal\Databases.dll</HintPath> <Private>False</Private> </Reference> - <Reference Include="Dialogs, Version=1.0.1.9977, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Dialogs, Version=1.0.1.40031, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\Program Files\Team MediaPortal\MediaPortal\plugins\Windows\Dialogs.dll</HintPath> - <Private>False</Private> + <HintPath>..\..\..\Program Files\Team MediaPortal\MediaPortal\Dialogs.dll</HintPath> </Reference> <Reference Include="Gentle.Common, Version=1.5.0.29053, Culture=neutral, PublicKeyToken=80b5de62e27be49b, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> @@ -62,7 +61,7 @@ </Reference> <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\Program Files\Team MediaPortal\MediaPortal\ICSharpCode.SharpZipLib.dll</HintPath> + <HintPath>bin\ICSharpCode.SharpZipLib.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System" /> @@ -76,7 +75,6 @@ <HintPath>..\..\..\Program Files\Team MediaPortal\MediaPortal\TvBusinessLayer.dll</HintPath> <Private>False</Private> </Reference> - <Reference Include="TVCapture-Databases, Version=1.1.0.38758, Culture=neutral, processorArchitecture=x86" /> <Reference Include="TVDatabase, Version=1.0.1.40079, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>bin\TVDatabase.dll</HintPath> Added: trunk/plugins/WebEPGfr/bin/ICSharpCode.SharpZipLib.dll =================================================================== (Binary files differ) Property changes on: trunk/plugins/WebEPGfr/bin/ICSharpCode.SharpZipLib.dll ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |