From: <do...@us...> - 2011-05-30 07:45:56
|
Revision: 4236 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4236&view=rev Author: dot-i Date: 2011-05-30 07:45:45 +0000 (Mon, 30 May 2011) Log Message: ----------- Fixed references in project files. Modified Paths: -------------- trunk/plugins/ForTheRecord/ForTheRecord.RecorderTuners.MediaPortalTvServer/ForTheRecord.RecorderTuners.MediaPortalTvServer.csproj trunk/plugins/ForTheRecord/ForTheRecord.UI.MediaPortal/ForTheRecord.UI.MediaPortal.csproj Modified: trunk/plugins/ForTheRecord/ForTheRecord.RecorderTuners.MediaPortalTvServer/ForTheRecord.RecorderTuners.MediaPortalTvServer.csproj =================================================================== --- trunk/plugins/ForTheRecord/ForTheRecord.RecorderTuners.MediaPortalTvServer/ForTheRecord.RecorderTuners.MediaPortalTvServer.csproj 2011-05-29 11:20:18 UTC (rev 4235) +++ trunk/plugins/ForTheRecord/ForTheRecord.RecorderTuners.MediaPortalTvServer/ForTheRecord.RecorderTuners.MediaPortalTvServer.csproj 2011-05-30 07:45:45 UTC (rev 4236) @@ -56,6 +56,9 @@ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> + <Reference Include="Common.Utils"> + <HintPath>..\ReferencedAssemblies\Common.Utils.dll</HintPath> + </Reference> <Reference Include="ForTheRecord.Entities, Version=1.4.0.0, Culture=neutral, PublicKeyToken=a9a5dfc20b8d6175, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\ReferencedAssemblies\ForTheRecord.Entities.dll</HintPath> Modified: trunk/plugins/ForTheRecord/ForTheRecord.UI.MediaPortal/ForTheRecord.UI.MediaPortal.csproj =================================================================== --- trunk/plugins/ForTheRecord/ForTheRecord.UI.MediaPortal/ForTheRecord.UI.MediaPortal.csproj 2011-05-29 11:20:18 UTC (rev 4235) +++ trunk/plugins/ForTheRecord/ForTheRecord.UI.MediaPortal/ForTheRecord.UI.MediaPortal.csproj 2011-05-30 07:45:45 UTC (rev 4236) @@ -58,6 +58,9 @@ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> + <Reference Include="Common.Utils"> + <HintPath>..\ReferencedAssemblies\Common.Utils.dll</HintPath> + </Reference> <Reference Include="Core"> <HintPath>..\ReferencedAssemblies\Core.dll</HintPath> </Reference> @@ -102,6 +105,9 @@ <SpecificVersion>False</SpecificVersion> <HintPath>..\ReferencedAssemblies\Utils.dll</HintPath> </Reference> + <Reference Include="WindowPlugins"> + <HintPath>..\ReferencedAssemblies\WindowPlugins.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="ActiveRecordings.cs" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |