Browse Source

replaced System.Data.SQLite.dll used by Profiler.Controller by the one in Libraries/SQLite

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4998 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Siegfried Pammer 16 years ago
parent
commit
e3a5e7b462
  1. 3
      src/AddIns/Misc/Profiler/Controller/Profiler.Controller.csproj
  2. BIN
      src/AddIns/Misc/Profiler/Controller/System.Data.SQLite.dll

3
src/AddIns/Misc/Profiler/Controller/Profiler.Controller.csproj

@ -87,7 +87,8 @@ @@ -87,7 +87,8 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.SQLite">
<HintPath>System.Data.SQLite.dll</HintPath>
<HintPath>..\..\..\..\Libraries\SQLite\System.Data.SQLite.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>

BIN
src/AddIns/Misc/Profiler/Controller/System.Data.SQLite.dll

Binary file not shown.
Loading…
Cancel
Save