forked from postgres-plr/plr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplr.vcxproj.user
17 lines (17 loc) · 877 Bytes
/
plr.vcxproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<OutDir>$(pgroot)\lib\</OutDir>
<TargetPath>$(pgroot)\lib\$(TargetName)$(TargetExt)</TargetPath>
<pgdata Condition="$(pgdata)==''">$(ProjectDir)\data</pgdata>
<LocalDebuggerCommand>$(pgroot)\bin\postgres.exe</LocalDebuggerCommand>
<LocalDebuggerCommandArguments>-p 5433 -D data</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerDebuggerType>NativeOnly</LocalDebuggerDebuggerType>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
<Link>
<ProgramDatabaseFile>$(OutDir)\..\symbols\$(TargetName).pdb</ProgramDatabaseFile>
</Link>
</ItemDefinitionGroup>
</Project>