mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
update pgAdmin3.exe.
Добавлена возможность просмотра объектов БД в контекстной справке.
This commit is contained in:
parent
efc1eb376e
commit
4fbb10631a
4 changed files with 5 additions and 4 deletions
|
|
@ -474,6 +474,7 @@
|
|||
<ClCompile Include="utils\factory.cpp" />
|
||||
<ClCompile Include="utils\dlgTransformText.cpp" />
|
||||
<ClCompile Include="utils\favourites.cpp" />
|
||||
<ClCompile Include="utils\FunctionPGHelper.cpp" />
|
||||
<ClCompile Include="utils\json\jsonreader.cpp" />
|
||||
<ClCompile Include="utils\WaitSample.cpp" />
|
||||
<ClCompile Include="utils\json\jsonval.cpp" />
|
||||
|
|
@ -490,7 +491,6 @@
|
|||
<ClCompile Include="utils\sysLogger.cpp" />
|
||||
<ClCompile Include="utils\sysProcess.cpp" />
|
||||
<ClCompile Include="utils\sysSettings.cpp" />
|
||||
<ClInclude Include="utils\FunctionPGHelper.cpp" />
|
||||
<ClCompile Include="utils\tabcomplete.c">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
</PrecompiledHeader>
|
||||
|
|
|
|||
|
|
@ -808,9 +808,6 @@
|
|||
<ClCompile Include="utils\csvfiles.cpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClCompile>
|
||||
<ClInclude Include="utils\FunctionPGHelper.cpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClInclude>
|
||||
<ClCompile Include="utils\factory.cpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1716,6 +1713,7 @@
|
|||
<ClCompile Include="utils\PreviewHtml.cpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="utils\FunctionPGHelper.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="agent\module.mk">
|
||||
|
|
|
|||
|
|
@ -10,4 +10,7 @@
|
|||
</LocalDebuggerCommandArguments>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ShowAllFiles>false</ShowAllFiles>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue