Revision: 326
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=326&view=rev
Author: gregmac45
Date: 2007-04-13 20:44:42 -0700 (Fri, 13 Apr 2007)
Log Message:
-----------
Set the copy local to false on all reference dlls
Modified Paths:
--------------
trunk/plugins/OnlineVideos/Source/OnlineVideos.csproj
Modified: trunk/plugins/OnlineVideos/Source/OnlineVideos.csproj
===================================================================
--- trunk/plugins/OnlineVideos/Source/OnlineVideos.csproj 2007-04-14 00:41:35 UTC (rev 325)
+++ trunk/plugins/OnlineVideos/Source/OnlineVideos.csproj 2007-04-14 03:44:42 UTC (rev 326)
@@ -40,14 +40,17 @@
<Reference Include="Core">
<HintPath>..\..\..\Mediaportal\Core\bin\Release\Core.DLL</HintPath>
<SpecificVersion>False</SpecificVersion>
+ <Private>False</Private>
</Reference>
<Reference Include="Databases">
<HintPath>..\..\..\Mediaportal\Databases\bin\Release\Databases.DLL</HintPath>
<SpecificVersion>False</SpecificVersion>
+ <Private>False</Private>
</Reference>
<Reference Include="Dialogs">
<HintPath>..\..\..\Mediaportal\Dialogs\bin\Release\Dialogs.DLL</HintPath>
<SpecificVersion>False</SpecificVersion>
+ <Private>False</Private>
</Reference>
<Reference Include="System">
<Private>False</Private>
@@ -67,6 +70,7 @@
<Reference Include="Utils">
<HintPath>..\..\..\Mediaportal\Utils\bin\Release\Utils.DLL</HintPath>
<SpecificVersion>False</SpecificVersion>
+ <Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|