From: <lk...@us...> - 2008-10-10 06:42:29
|
Revision: 2182 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=2182&view=rev Author: lkuech Date: 2008-10-10 06:42:26 +0000 (Fri, 10 Oct 2008) Log Message: ----------- Worldmap: New version of the System.Data.SQLite.DLL Modified Paths: -------------- trunk/plugins/WorldMap/MyWorldMap.csproj Added Paths: ----------- trunk/plugins/WorldMap/System.Data.SQLite.DLL Modified: trunk/plugins/WorldMap/MyWorldMap.csproj =================================================================== --- trunk/plugins/WorldMap/MyWorldMap.csproj 2008-10-10 06:39:13 UTC (rev 2181) +++ trunk/plugins/WorldMap/MyWorldMap.csproj 2008-10-10 06:42:26 UTC (rev 2182) @@ -36,10 +36,6 @@ <SpecificVersion>False</SpecificVersion> <HintPath>..\Dialogs\bin\Debug\Dialogs.dll</HintPath> </Reference> - <Reference Include="GUIWorldMap.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86"> - <SpecificVersion>False</SpecificVersion> - <HintPath>.\GUIWorldMap.SQLite.DLL</HintPath> - </Reference> <Reference Include="Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> <HintPath>..\MediaPortal.Base\Microsoft.DirectX.Direct3D.dll</HintPath> </Reference> @@ -52,6 +48,10 @@ </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> + <Reference Include="System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86"> + <SpecificVersion>False</SpecificVersion> + <HintPath>.\System.Data.SQLite.DLL</HintPath> + </Reference> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> Property changes on: trunk/plugins/WorldMap/System.Data.SQLite.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. |