|
68 | 68 | <PropertyGroup Label="UserMacros" />
|
69 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
70 | 70 | <LinkIncremental>true</LinkIncremental>
|
71 |
| - <IncludePath>../;@PGSRC@\include;@PGSRC@\bin\pg_basebackup;@PGSRC@\bin\pg_rewind;@PGSRC@\include\port\win32_msvc;@PGSRC@\interfaces\libpq;@PGSRC@\include\port\win32;@PGSRC@\port;@ADDINCLUDE@;$(IncludePath)</IncludePath> |
| 71 | + <IncludePath>../;@PGSRC@\include;@PGSRC@\bin\pg_basebackup;@PGSRC@\bin\pg_rewind;@PGSRC@\include\port\win32_msvc;@PGSRC@\interfaces\libpq;@PGSRC@\include\port\win32;@PGSRC@\port;@ADDINCLUDE@;@PGSRC@;$(IncludePath)</IncludePath> |
72 | 72 | <LibraryPath>@PGROOT@\lib;@$(LibraryPath)</LibraryPath>
|
73 | 73 | </PropertyGroup>
|
74 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
75 | 75 | <LinkIncremental>true</LinkIncremental>
|
76 |
| - <IncludePath>../;@PGSRC@\include;@PGSRC@\bin\pg_basebackup;@PGSRC@\bin\pg_rewind;@PGSRC@\include\port\win32_msvc;@PGSRC@\interfaces\libpq;@PGSRC@\include\port\win32;@PGSRC@\port;@ADDINCLUDE@;$(IncludePath)</IncludePath> |
| 76 | + <IncludePath>../;@PGSRC@\include;@PGSRC@\bin\pg_basebackup;@PGSRC@\bin\pg_rewind;@PGSRC@\include\port\win32_msvc;@PGSRC@\interfaces\libpq;@PGSRC@\include\port\win32;@PGSRC@\port;@ADDINCLUDE@;@PGSRC@;$(IncludePath)</IncludePath> |
77 | 77 | <LibraryPath>@PGROOT@\lib;@$(LibraryPath)</LibraryPath>
|
78 | 78 | </PropertyGroup>
|
79 | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
80 | 80 | <LinkIncremental>false</LinkIncremental>
|
81 |
| - <IncludePath>../;@PGSRC@\include;@PGSRC@\bin\pg_basebackup;@PGSRC@\bin\pg_rewind;@PGSRC@\include\port\win32_msvc;@PGSRC@\interfaces\libpq;@PGSRC@\include\port\win32;@PGSRC@\port;@ADDINCLUDE@;$(IncludePath)</IncludePath> |
| 81 | + <IncludePath>../;@PGSRC@\include;@PGSRC@\bin\pg_basebackup;@PGSRC@\bin\pg_rewind;@PGSRC@\include\port\win32_msvc;@PGSRC@\interfaces\libpq;@PGSRC@\include\port\win32;@PGSRC@\port;@ADDINCLUDE@;@PGSRC@;$(IncludePath)</IncludePath> |
82 | 82 | <LibraryPath>@PGROOT@\lib;@$(LibraryPath)</LibraryPath>
|
83 | 83 | </PropertyGroup>
|
84 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
85 | 85 | <LinkIncremental>false</LinkIncremental>
|
86 |
| - <IncludePath>../;@PGSRC@\include;@PGSRC@\bin\pg_basebackup;@PGSRC@\bin\pg_rewind;@PGSRC@\include\port\win32_msvc;@PGSRC@\interfaces\libpq;@PGSRC@\include\port\win32;@PGSRC@\port;@ADDINCLUDE@;$(IncludePath)</IncludePath> |
| 86 | + <IncludePath>../;@PGSRC@\include;@PGSRC@\bin\pg_basebackup;@PGSRC@\bin\pg_rewind;@PGSRC@\include\port\win32_msvc;@PGSRC@\interfaces\libpq;@PGSRC@\include\port\win32;@PGSRC@\port;@ADDINCLUDE@;@PGSRC@;$(IncludePath)</IncludePath> |
87 | 87 | <LibraryPath>@PGROOT@\lib;@$(LibraryPath)</LibraryPath>
|
88 | 88 | </PropertyGroup>
|
89 | 89 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
0 commit comments