From: <gre...@us...> - 2007-04-17 17:00:42
|
Revision: 338 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=338&view=rev Author: gregmac45 Date: 2007-04-17 10:00:41 -0700 (Tue, 17 Apr 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/OnlineVideos/Source/FLV Player/FlashVideoPlayer.csproj trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.csproj Added Paths: ----------- trunk/plugins/OnlineVideos/Source/OnlineVideos.sln trunk/plugins/OnlineVideos/Source/OnlineVideos.suo Removed Paths: ------------- trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.sln trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.suo Modified: trunk/plugins/OnlineVideos/Source/FLV Player/FlashVideoPlayer.csproj =================================================================== --- trunk/plugins/OnlineVideos/Source/FLV Player/FlashVideoPlayer.csproj 2007-04-17 09:31:10 UTC (rev 337) +++ trunk/plugins/OnlineVideos/Source/FLV Player/FlashVideoPlayer.csproj 2007-04-17 17:00:41 UTC (rev 338) @@ -28,26 +28,22 @@ </UpgradeBackupLocation> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\..\..\..\..\Program Files\Team MediaPortal\MediaPortal\Plugins\ExternalPlayers\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>DEBUG;TRACE</DefineConstants> - <DocumentationFile> - </DocumentationFile> <DebugSymbols>true</DebugSymbols> <FileAlignment>4096</FileAlignment> <NoStdLib>false</NoStdLib> - <NoWarn> - </NoWarn> - <Optimize>false</Optimize> + <Optimize>true</Optimize> <RegisterForComInterop>false</RegisterForComInterop> <RemoveIntegerChecks>false</RemoveIntegerChecks> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <WarningLevel>4</WarningLevel> - <DebugType>full</DebugType> + <DebugType>Full</DebugType> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> @@ -58,13 +54,9 @@ <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE</DefineConstants> - <DocumentationFile> - </DocumentationFile> <DebugSymbols>false</DebugSymbols> <FileAlignment>4096</FileAlignment> <NoStdLib>false</NoStdLib> - <NoWarn> - </NoWarn> <Optimize>true</Optimize> <RegisterForComInterop>false</RegisterForComInterop> <RemoveIntegerChecks>false</RemoveIntegerChecks> @@ -73,14 +65,20 @@ <DebugType>none</DebugType> <ErrorReport>prompt</ErrorReport> </PropertyGroup> + <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> + <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> + <PlatformTarget>AnyCPU</PlatformTarget> + </PropertyGroup> <ItemGroup> <Reference Include="Core"> - <HintPath>..\..\..\MediaPortal\Core\bin\Release\Core.DLL</HintPath> + <HintPath>..\..\..\..\MediaPortal\Core\bin\Release\Core.DLL</HintPath> <SpecificVersion>False</SpecificVersion> + <Private>False</Private> </Reference> <Reference Include="Databases"> <HintPath>..\..\..\MediaPortal\Databases\bin\Release\Databases.DLL</HintPath> <SpecificVersion>False</SpecificVersion> + <Private>False</Private> </Reference> <Reference Include="System"> <Name>System</Name> @@ -100,6 +98,7 @@ <Reference Include="Utils"> <HintPath>..\..\..\MediaPortal\Utils\bin\Release\Utils.DLL</HintPath> <SpecificVersion>False</SpecificVersion> + <Private>False</Private> </Reference> <COMReference Include="AxShockwaveFlashObjects"> <Guid>{D27CDB6B-AE6D-11CF-96B8-444553540000}</Guid> Modified: trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.csproj =================================================================== --- trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.csproj 2007-04-17 09:31:10 UTC (rev 337) +++ trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.csproj 2007-04-17 17:00:41 UTC (rev 338) @@ -22,7 +22,7 @@ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>Full</DebugType> - <Optimize>false</Optimize> + <Optimize>true</Optimize> <OutputPath>..\..\..\..\..\..\..\Program Files\Team MediaPortal\MediaPortal\Plugins\Windows\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> Deleted: trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.sln =================================================================== --- trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.sln 2007-04-17 09:31:10 UTC (rev 337) +++ trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.sln 2007-04-17 17:00:41 UTC (rev 338) @@ -1,41 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -# SharpDevelop 2.1.0.2429 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnlineVideos", "OnlineVideos.csproj", "{E0D9D390-CDD6-4B98-86F3-6EB04A958882}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Runner", "Runner.csproj", "{EFABB07B-B050-45AD-A93F-C5047F15512F}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlashVideoPlayer", "..\..\..\..\Documents and Settings\GZamor1\Desktop\OnlineVideos_0.22\source code\MP_External_FlashPlayer\FlashVideoPlayer.csproj", "{9C825F0E-ED58-4DBC-A8FB-C69569CC830C}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E0D9D390-CDD6-4B98-86F3-6EB04A958882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E0D9D390-CDD6-4B98-86F3-6EB04A958882}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E0D9D390-CDD6-4B98-86F3-6EB04A958882}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E0D9D390-CDD6-4B98-86F3-6EB04A958882}.Release|Any CPU.Build.0 = Release|Any CPU - {7541B258-A607-47C0-8F28-761ACC5F727A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7541B258-A607-47C0-8F28-761ACC5F727A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7541B258-A607-47C0-8F28-761ACC5F727A}.Release|Any CPU.Build.0 = Release|Any CPU - {7541B258-A607-47C0-8F28-761ACC5F727A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EFABB07B-B050-45AD-A93F-C5047F15512F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EFABB07B-B050-45AD-A93F-C5047F15512F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EFABB07B-B050-45AD-A93F-C5047F15512F}.Release|Any CPU.Build.0 = Release|Any CPU - {EFABB07B-B050-45AD-A93F-C5047F15512F}.Release|Any CPU.ActiveCfg = Release|Any CPU - 38EA1FC7-3151-43FF-8E0B-545524016799.Debug|Any CPU.Build.0 = Debug|Any CPU - 38EA1FC7-3151-43FF-8E0B-545524016799.Debug|Any CPU.ActiveCfg = Debug|Any CPU - 38EA1FC7-3151-43FF-8E0B-545524016799.Release|Any CPU.Build.0 = Release|Any CPU - 38EA1FC7-3151-43FF-8E0B-545524016799.Release|Any CPU.ActiveCfg = Release|Any CPU - {9C825F0E-ED58-4DBC-A8FB-C69569CC830C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9C825F0E-ED58-4DBC-A8FB-C69569CC830C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9C825F0E-ED58-4DBC-A8FB-C69569CC830C}.Release|Any CPU.Build.0 = Release|Any CPU - {9C825F0E-ED58-4DBC-A8FB-C69569CC830C}.Release|Any CPU.ActiveCfg = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal Deleted: trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.suo =================================================================== (Binary files differ) Copied: trunk/plugins/OnlineVideos/Source/OnlineVideos.sln (from rev 335, trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.sln) =================================================================== --- trunk/plugins/OnlineVideos/Source/OnlineVideos.sln (rev 0) +++ trunk/plugins/OnlineVideos/Source/OnlineVideos.sln 2007-04-17 17:00:41 UTC (rev 338) @@ -0,0 +1,41 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +# SharpDevelop 2.1.0.2429 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnlineVideos", "OnlineVideos\OnlineVideos.csproj", "{E0D9D390-CDD6-4B98-86F3-6EB04A958882}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Runner", "OnlineVideos\Runner.csproj", "{EFABB07B-B050-45AD-A93F-C5047F15512F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlashVideoPlayer", "FLV Player\FlashVideoPlayer.csproj", "{9C825F0E-ED58-4DBC-A8FB-C69569CC830C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E0D9D390-CDD6-4B98-86F3-6EB04A958882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E0D9D390-CDD6-4B98-86F3-6EB04A958882}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E0D9D390-CDD6-4B98-86F3-6EB04A958882}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E0D9D390-CDD6-4B98-86F3-6EB04A958882}.Release|Any CPU.Build.0 = Release|Any CPU + {7541B258-A607-47C0-8F28-761ACC5F727A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7541B258-A607-47C0-8F28-761ACC5F727A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7541B258-A607-47C0-8F28-761ACC5F727A}.Release|Any CPU.Build.0 = Release|Any CPU + {7541B258-A607-47C0-8F28-761ACC5F727A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EFABB07B-B050-45AD-A93F-C5047F15512F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EFABB07B-B050-45AD-A93F-C5047F15512F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EFABB07B-B050-45AD-A93F-C5047F15512F}.Release|Any CPU.Build.0 = Release|Any CPU + {EFABB07B-B050-45AD-A93F-C5047F15512F}.Release|Any CPU.ActiveCfg = Release|Any CPU + 38EA1FC7-3151-43FF-8E0B-545524016799.Debug|Any CPU.Build.0 = Debug|Any CPU + 38EA1FC7-3151-43FF-8E0B-545524016799.Debug|Any CPU.ActiveCfg = Debug|Any CPU + 38EA1FC7-3151-43FF-8E0B-545524016799.Release|Any CPU.Build.0 = Release|Any CPU + 38EA1FC7-3151-43FF-8E0B-545524016799.Release|Any CPU.ActiveCfg = Release|Any CPU + {9C825F0E-ED58-4DBC-A8FB-C69569CC830C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9C825F0E-ED58-4DBC-A8FB-C69569CC830C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9C825F0E-ED58-4DBC-A8FB-C69569CC830C}.Release|Any CPU.Build.0 = Release|Any CPU + {9C825F0E-ED58-4DBC-A8FB-C69569CC830C}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Copied: trunk/plugins/OnlineVideos/Source/OnlineVideos.suo (from rev 335, trunk/plugins/OnlineVideos/Source/OnlineVideos/OnlineVideos.suo) =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |