File: settings.projinc

package info (click to toggle)
pg-catcheck 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: ansic: 2,984; makefile: 40; sh: 4
file content (18 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="all">
<!--
  Project level settings.
  Can be overridden on the commandline by things like:
  msbuild /p:PGPATH=C:\postgresql_source_code_directory
-->

    <PropertyGroup>

	<!-- Debug build? -->
        <DEBUG>0</DEBUG>

        <!-- PostgreSQL source code directory -->
        <PGPATH>C:\postgresql-9.4.0</PGPATH>

    </PropertyGroup>
</Project>