From: <ro...@us...> - 2007-08-06 23:24:28
|
Revision: 802 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=802&view=rev Author: ronilse Date: 2007-08-06 16:24:24 -0700 (Mon, 06 Aug 2007) Log Message: ----------- Preparing to add it to MPInstaller Modified Paths: -------------- trunk/plugins/MotorolaSerialCableTuner/AssemblyInfo.cs trunk/plugins/MotorolaSerialCableTuner/MotorolaSerialCableTuner.csproj trunk/plugins/MotorolaSerialCableTuner/MotorolaSerialCableTuner.csproj.user Modified: trunk/plugins/MotorolaSerialCableTuner/AssemblyInfo.cs =================================================================== --- trunk/plugins/MotorolaSerialCableTuner/AssemblyInfo.cs 2007-08-06 18:14:02 UTC (rev 801) +++ trunk/plugins/MotorolaSerialCableTuner/AssemblyInfo.cs 2007-08-06 23:24:24 UTC (rev 802) @@ -26,7 +26,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.1.*")] // // In order to sign your assembly you must specify a key to use. Refer to the Modified: trunk/plugins/MotorolaSerialCableTuner/MotorolaSerialCableTuner.csproj =================================================================== --- trunk/plugins/MotorolaSerialCableTuner/MotorolaSerialCableTuner.csproj 2007-08-06 18:14:02 UTC (rev 801) +++ trunk/plugins/MotorolaSerialCableTuner/MotorolaSerialCableTuner.csproj 2007-08-06 23:24:24 UTC (rev 802) @@ -49,6 +49,7 @@ <WarningLevel>4</WarningLevel> <DebugType>full</DebugType> <ErrorReport>prompt</ErrorReport> + <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <OutputPath>bin\Release\</OutputPath> @@ -72,6 +73,7 @@ <WarningLevel>4</WarningLevel> <DebugType>none</DebugType> <ErrorReport>prompt</ErrorReport> + <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <ItemGroup> <Reference Include="Core, Version=0.2.2.9991, Culture=neutral, processorArchitecture=x86"> Modified: trunk/plugins/MotorolaSerialCableTuner/MotorolaSerialCableTuner.csproj.user =================================================================== --- trunk/plugins/MotorolaSerialCableTuner/MotorolaSerialCableTuner.csproj.user 2007-08-06 18:14:02 UTC (rev 801) +++ trunk/plugins/MotorolaSerialCableTuner/MotorolaSerialCableTuner.csproj.user 2007-08-06 23:24:24 UTC (rev 802) @@ -3,7 +3,7 @@ <LastOpenVersion>7.10.3077</LastOpenVersion> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ReferencePath>C:\Mike\Personal Projects\MediaPortal\mediaportal\Core\bin\Release\;C:\Mike\Personal Projects\MediaPortalPlugins\MotorolaSerialCableTuner\lib\</ReferencePath> + <ReferencePath>D:\MP\trunk\mediaportal\Core\bin\Release\;D:\MP Plugins\trunk\plugins\MotorolaSerialCableTuner\lib\</ReferencePath> <CopyProjectDestinationFolder> </CopyProjectDestinationFolder> <CopyProjectUncPath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |