From: <chr...@us...> - 2007-11-21 11:29:20
|
Revision: 1081 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1081&view=rev Author: chreekar Date: 2007-11-21 03:29:16 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Built for MP 0.2.3.0, and sources set up accordingly Modified Paths: -------------- trunk/plugins/MyEmulators/Readme.txt trunk/plugins/MyEmulators/myEmulators/Properties/AssemblyInfo.cs trunk/plugins/MyEmulators/myEmulators/myEmulators.csproj trunk/plugins/MyEmulators/output.rar Modified: trunk/plugins/MyEmulators/Readme.txt =================================================================== --- trunk/plugins/MyEmulators/Readme.txt 2007-11-20 21:29:57 UTC (rev 1080) +++ trunk/plugins/MyEmulators/Readme.txt 2007-11-21 11:29:16 UTC (rev 1081) @@ -6,6 +6,9 @@ CHANGELOG ------------------------------------------- +v1.7 +-Built for MP 0.2.3.0 + v1.6 -Solved problem when returning from a launched emulator @@ -69,10 +72,9 @@ REQUIREMENTS ------------------------------------------- The plugin has been build from and tested -to work with MediaPortal version 0.2.2.0, +to work with MediaPortal version 0.2.3.0, but it may work just fine for older -versions too (if the animations in the skin -file is commented). No guarantee though. +versions too. No guarantee though. INSTALLATION ------------------------------------------- Modified: trunk/plugins/MyEmulators/myEmulators/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MyEmulators/myEmulators/Properties/AssemblyInfo.cs 2007-11-20 21:29:57 UTC (rev 1080) +++ trunk/plugins/MyEmulators/myEmulators/Properties/AssemblyInfo.cs 2007-11-21 11:29:16 UTC (rev 1081) @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.1.6.0")] -[assembly: AssemblyFileVersion("0.1.6.0")] +[assembly: AssemblyVersion("0.1.7.0")] +[assembly: AssemblyFileVersion("0.1.7.0")] Modified: trunk/plugins/MyEmulators/myEmulators/myEmulators.csproj =================================================================== --- trunk/plugins/MyEmulators/myEmulators/myEmulators.csproj 2007-11-20 21:29:57 UTC (rev 1080) +++ trunk/plugins/MyEmulators/myEmulators/myEmulators.csproj 2007-11-21 11:29:16 UTC (rev 1081) @@ -28,23 +28,27 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Core, Version=1.0.2560.28099, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Core, Version=0.2.3.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\dll version 2.2.0\Core.dll</HintPath> + <HintPath>..\dll version 2.3.0\Core.dll</HintPath> </Reference> - <Reference Include="Databases, Version=1.0.2560.28101, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Databases, Version=0.2.3.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\dll version 2.2.0\Databases.dll</HintPath> + <HintPath>..\dll version 2.3.0\Databases.dll</HintPath> </Reference> - <Reference Include="Dialogs, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Dialogs, Version=0.2.3.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\dll version 2.2.0\Dialogs.dll</HintPath> + <HintPath>..\dll version 2.3.0\Dialogs.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> + <Reference Include="Utils, Version=2.2.2.0, Culture=neutral, processorArchitecture=x86"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\dll version 2.3.0\Utils.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="Class1.cs" /> Modified: trunk/plugins/MyEmulators/output.rar =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |