|
From: <an...@us...> - 2007-05-11 04:37:47
|
Revision: 395
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=395&view=rev
Author: and-81
Date: 2007-05-10 21:37:46 -0700 (Thu, 10 May 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/plugins/IgorPlugUSB/IgorPlugUSB.cs
trunk/plugins/IgorPlugUSB/IgorPlugUSB.csproj
Modified: trunk/plugins/IgorPlugUSB/IgorPlugUSB.cs
===================================================================
--- trunk/plugins/IgorPlugUSB/IgorPlugUSB.cs 2007-05-10 05:51:39 UTC (rev 394)
+++ trunk/plugins/IgorPlugUSB/IgorPlugUSB.cs 2007-05-11 04:37:46 UTC (rev 395)
@@ -22,8 +22,8 @@
#region Constants
- internal const string RemoteFile = "IgorPlugUSBMap.xml";
- internal const string InputHandler = "IgorPlugUSB";
+ internal const string RemoteFile = "IgorPlugUSBMap.xml";
+ internal const string InputHandler = "IgorPlugUSB";
#endregion Constants
Modified: trunk/plugins/IgorPlugUSB/IgorPlugUSB.csproj
===================================================================
--- trunk/plugins/IgorPlugUSB/IgorPlugUSB.csproj 2007-05-10 05:51:39 UTC (rev 394)
+++ trunk/plugins/IgorPlugUSB/IgorPlugUSB.csproj 2007-05-11 04:37:46 UTC (rev 395)
@@ -56,14 +56,14 @@
<Compile Include="MappedKeyCode.cs" />
</ItemGroup>
<ItemGroup>
- <Reference Include="Core, Version=1.0.2581.1884, Culture=neutral, processorArchitecture=MSIL">
+ <Reference Include="Core, Version=1.0.2546.32606, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\MediaPortal\Core\bin\Release\Core.dll</HintPath>
+ <HintPath>..\..\MediaPortal 0.2.2.0\Core.DLL</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="RemotePlugins, Version=1.0.2581.1913, Culture=neutral, processorArchitecture=MSIL">
+ <Reference Include="RemotePlugins, Version=1.0.2546.32615, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\MediaPortal\RemotePlugins\bin\Release\RemotePlugins.dll</HintPath>
+ <HintPath>..\..\MediaPortal 0.2.2.0\RemotePlugins.DLL</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
@@ -71,11 +71,6 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
- <Reference Include="Utils, Version=1.0.2581.1867, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\MediaPortal\Utils\bin\Release\Utils.dll</HintPath>
- <Private>False</Private>
- </Reference>
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>copy "*.*" "\MediaPortal Development\Plugin Releases\IgorPlugUSB\"</PostBuildEvent>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|