From: <che...@us...> - 2011-04-05 16:27:28
|
Revision: 4170 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4170&view=rev Author: chef_koch Date: 2011-04-05 16:27:21 +0000 (Tue, 05 Apr 2011) Log Message: ----------- Modified Paths: -------------- trunk/plugins/ListeningTo/ListeningTo/ListeningTo.csproj trunk/plugins/ListeningTo/ListeningTo/Properties/AssemblyInfo.cs trunk/plugins/ListeningTo/ListeningTo.Core/ListeningTo.Core.csproj Added Paths: ----------- trunk/plugins/ListeningTo/ListeningTo.Core/References/Interop.SKYPE4COMLib.dll Modified: trunk/plugins/ListeningTo/ListeningTo/ListeningTo.csproj =================================================================== --- trunk/plugins/ListeningTo/ListeningTo/ListeningTo.csproj 2011-04-05 16:25:34 UTC (rev 4169) +++ trunk/plugins/ListeningTo/ListeningTo/ListeningTo.csproj 2011-04-05 16:27:21 UTC (rev 4170) @@ -57,6 +57,10 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> + <Reference Include="Common.Utils, Version=1.1.6.0, Culture=neutral, processorArchitecture=x86"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\..\..\..\MediaPortal\trunk\Common-MP-TVE3\Common.Utils\bin\Release\Common.Utils.dll</HintPath> + </Reference> <Reference Include="Core, Version=1.0.2.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\..\MediaPortal\trunk\mediaportal\Core\bin\Release\Core.dll</HintPath> Modified: trunk/plugins/ListeningTo/ListeningTo/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/ListeningTo/ListeningTo/Properties/AssemblyInfo.cs 2011-04-05 16:25:34 UTC (rev 4169) +++ trunk/plugins/ListeningTo/ListeningTo/Properties/AssemblyInfo.cs 2011-04-05 16:27:21 UTC (rev 4170) @@ -20,6 +20,9 @@ using System.Reflection; +using MediaPortal.Common.Utils; +[assembly: CompatibleVersion("1.1.6.27644")] + // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. Modified: trunk/plugins/ListeningTo/ListeningTo.Core/ListeningTo.Core.csproj =================================================================== --- trunk/plugins/ListeningTo/ListeningTo.Core/ListeningTo.Core.csproj 2011-04-05 16:25:34 UTC (rev 4169) +++ trunk/plugins/ListeningTo/ListeningTo.Core/ListeningTo.Core.csproj 2011-04-05 16:27:21 UTC (rev 4170) @@ -31,6 +31,10 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="Interop.SKYPE4COMLib"> + <HintPath>References\Interop.SKYPE4COMLib.dll</HintPath> + <EmbedInteropTypes>True</EmbedInteropTypes> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> @@ -83,17 +87,6 @@ <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> </ItemGroup> - <ItemGroup> - <COMReference Include="SKYPE4COMLib"> - <Guid>{03282B5D-B38F-469D-849A-09B0A7F4881B}</Guid> - <VersionMajor>1</VersionMajor> - <VersionMinor>0</VersionMinor> - <Lcid>0</Lcid> - <WrapperTool>tlbimp</WrapperTool> - <Isolated>False</Isolated> - <EmbedInteropTypes>True</EmbedInteropTypes> - </COMReference> - </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>cd $(TargetDir) Added: trunk/plugins/ListeningTo/ListeningTo.Core/References/Interop.SKYPE4COMLib.dll =================================================================== (Binary files differ) Property changes on: trunk/plugins/ListeningTo/ListeningTo.Core/References/Interop.SKYPE4COMLib.dll ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |