|
From: <gre...@us...> - 2007-04-16 22:06:07
|
Revision: 335
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=335&view=rev
Author: gregmac45
Date: 2007-04-16 15:06:02 -0700 (Mon, 16 Apr 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/plugins/OnlineVideos/Source/FLV Player/FlashVideoPlayer.csproj
Added Paths:
-----------
trunk/plugins/OnlineVideos/Source/FLV Player/
trunk/plugins/OnlineVideos/Source/OnlineVideos/
Removed Paths:
-------------
trunk/plugins/OnlineVideos/FLV Player/
trunk/plugins/OnlineVideos/OnlineVideos/
Copied: trunk/plugins/OnlineVideos/Source/FLV Player (from rev 333, trunk/plugins/OnlineVideos/FLV Player)
Modified: trunk/plugins/OnlineVideos/Source/FLV Player/FlashVideoPlayer.csproj
===================================================================
--- trunk/plugins/OnlineVideos/FLV Player/FlashVideoPlayer.csproj 2007-04-16 18:39:50 UTC (rev 333)
+++ trunk/plugins/OnlineVideos/Source/FLV Player/FlashVideoPlayer.csproj 2007-04-16 22:06:02 UTC (rev 335)
@@ -74,15 +74,13 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Core, Version=1.0.2398.37984, Culture=neutral, processorArchitecture=x86">
+ <Reference Include="Core">
+ <HintPath>..\..\..\MediaPortal\Core\bin\Release\Core.DLL</HintPath>
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\MediaPortal2\xbmc\bin\Release\Core.dll</HintPath>
- <Private>False</Private>
</Reference>
- <Reference Include="Databases, Version=1.0.2398.37988, Culture=neutral, processorArchitecture=x86">
+ <Reference Include="Databases">
+ <HintPath>..\..\..\MediaPortal\Databases\bin\Release\Databases.DLL</HintPath>
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\MediaPortal2\xbmc\bin\Release\Databases.dll</HintPath>
- <Private>False</Private>
</Reference>
<Reference Include="System">
<Name>System</Name>
@@ -99,10 +97,9 @@
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
- <Reference Include="Utils, Version=1.0.2398.37976, Culture=neutral, processorArchitecture=x86">
+ <Reference Include="Utils">
+ <HintPath>..\..\..\MediaPortal\Utils\bin\Release\Utils.DLL</HintPath>
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\MediaPortal2\xbmc\bin\Release\Utils.dll</HintPath>
- <Private>False</Private>
</Reference>
<COMReference Include="AxShockwaveFlashObjects">
<Guid>{D27CDB6B-AE6D-11CF-96B8-444553540000}</Guid>
@@ -136,9 +133,6 @@
<DependentUpon>FlashControl.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
- <ItemGroup>
- <Folder Include="bin\" />
- </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Copied: trunk/plugins/OnlineVideos/Source/OnlineVideos (from rev 333, trunk/plugins/OnlineVideos/OnlineVideos)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|