~ubuntu-branches/ubuntu/wily/psqlodbc/wily-proposed

« back to all changes in this revision

Viewing changes to winbuild/pgenlist.vcxproj

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-05-29 23:17:25 UTC
  • mfrom: (16.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140529231725-nhpolx85545e4rk8
Tags: 1:09.03.0300-1
* New upstream release.
* Patch bogus expected output of test catalogfunctions.
* Set team as maintainer.
* Bump to dh 9.
* Use /usr/share/cdbs/1/rules/autoreconf.mk. Closes: #744650.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <ItemGroup Label="ProjectConfigurations">
 
4
    <ProjectConfiguration Include="Debug|Win32">
 
5
      <Configuration>Debug</Configuration>
 
6
      <Platform>Win32</Platform>
 
7
    </ProjectConfiguration>
 
8
    <ProjectConfiguration Include="Debug|x64">
 
9
      <Configuration>Debug</Configuration>
 
10
      <Platform>x64</Platform>
 
11
    </ProjectConfiguration>
 
12
    <ProjectConfiguration Include="Release|Win32">
 
13
      <Configuration>Release</Configuration>
 
14
      <Platform>Win32</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Release|x64">
 
17
      <Configuration>Release</Configuration>
 
18
      <Platform>x64</Platform>
 
19
    </ProjectConfiguration>
 
20
  </ItemGroup>
 
21
  <PropertyGroup Label="Globals">
 
22
    <ProjectGuid>{DFD90C9A-E9BA-4CA3-812B-E820EE9A3F5B}</ProjectGuid>
 
23
    <Keyword>Win32Proj</Keyword>
 
24
    <RootNamespace>pgenlist</RootNamespace>
 
25
  </PropertyGroup>
 
26
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
27
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
28
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
29
    <GenerateImportLib>true</GenerateImportLib>
 
30
    <UseDebugLibraries>true</UseDebugLibraries>
 
31
    <PlatformToolset>v120_xp</PlatformToolset>
 
32
    <CharacterSet>MultiByte</CharacterSet>
 
33
  </PropertyGroup>
 
34
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
35
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
36
    <GenerateImportLib>true</GenerateImportLib>
 
37
    <UseDebugLibraries>true</UseDebugLibraries>
 
38
    <PlatformToolset>v120_xp</PlatformToolset>
 
39
    <CharacterSet>MultiByte</CharacterSet>
 
40
  </PropertyGroup>
 
41
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
42
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
43
    <GenerateImportLib>true</GenerateImportLib>
 
44
    <UseDebugLibraries>false</UseDebugLibraries>
 
45
    <PlatformToolset>v120_xp</PlatformToolset>
 
46
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
47
    <CharacterSet>MultiByte</CharacterSet>
 
48
  </PropertyGroup>
 
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
50
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
51
    <GenerateImportLib>true</GenerateImportLib>
 
52
    <UseDebugLibraries>false</UseDebugLibraries>
 
53
    <PlatformToolset>v120_xp</PlatformToolset>
 
54
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
55
    <CharacterSet>MultiByte</CharacterSet>
 
56
  </PropertyGroup>
 
57
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
58
  <ImportGroup Label="ExtensionSettings">
 
59
  </ImportGroup>
 
60
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
61
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
62
  </ImportGroup>
 
63
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
64
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
65
  </ImportGroup>
 
66
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
67
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
68
  </ImportGroup>
 
69
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
70
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
71
  </ImportGroup>
 
72
  <PropertyGroup Label="UserMacros" >
 
73
        <ANSI_VERSION>no</ANSI_VERSION>
 
74
  </PropertyGroup>
 
75
  <!-- ANSI_VERSION -->
 
76
  <PropertyGroup Condition="'$(ANSI_VERSION)|$(Platform)'=='yes|Win32'">
 
77
        <TargetName>pgenlista</TargetName>
 
78
        <DriverName>psqlodbc30a</DriverName>
 
79
        <!-- OutDir>$(OutDir)ANSI\</OutDir>
 
80
        <IntDir>$(IntDir)ANSI\pgenlist\</IntDir -->
 
81
        <OutDir>$(srcPath)Multibyte$(Configuration)\</OutDir>
 
82
        <IntDir>$(srcPath)Multibyte$(Configuration)\pgenlist\</IntDir>
 
83
  </PropertyGroup>
 
84
  <PropertyGroup Condition="'$(ANSI_VERSION)|$(Platform)'=='no|Win32'">
 
85
        <TargetName>pgenlist</TargetName>
 
86
        <DriverName>psqlodbc35w</DriverName>
 
87
        <!-- IntDir>$(IntDir)pgenlist\</IntDir -->
 
88
        <OutDir>$(srcPath)$(Configuration)\</OutDir>
 
89
        <IntDir>$(srcPath)$(Configuration)\pgenlist\</IntDir>
 
90
  </PropertyGroup>
 
91
  <PropertyGroup Condition="'$(ANSI_VERSION)|$(Platform)'=='yes|x64'">
 
92
        <TargetName>pgenlista</TargetName>
 
93
        <DriverName>psqlodbc30a</DriverName>
 
94
        <!-- OutDir>$(OutDir)ANSI\</OutDir>
 
95
        <IntDir>$(IntDir)ANSI\pgenlist\</IntDir -->
 
96
        <OutDir>$(srcPath)AMD64ANSI\</OutDir>
 
97
        <IntDir>$(srcPath)AMD64ANSI\pgenlist\</IntDir>
 
98
  </PropertyGroup>
 
99
  <PropertyGroup Condition="'$(ANSI_VERSION)|$(Platform)|$(Configuration)'=='yes|x64|Debug'">
 
100
        <OutDir>$(srcPath)AMD64ANSI$(Configuration)\</OutDir>
 
101
        <IntDir>$(srcPath)AMD64ANSI$(Configuration)\pgenlist\</IntDir>
 
102
  </PropertyGroup>
 
103
  <PropertyGroup Condition="'$(ANSI_VERSION)|$(Platform)'=='no|x64'">
 
104
        <TargetName>pgenlist</TargetName>
 
105
        <DriverName>psqlodbc35w</DriverName>
 
106
        <!-- IntDir>$(IntDir)pgenlist\</IntDir -->
 
107
        <OutDir>$(srcPath)AMD64\</OutDir>
 
108
        <IntDir>$(srcPath)AMD64\pgenlist\</IntDir>
 
109
  </PropertyGroup>
 
110
  <PropertyGroup Condition="'$(ANSI_VERSION)|$(Platform)|$(Configuration)'=='no|x64|Debug'">
 
111
        <OutDir>$(srcPath)AMD64$(Configuration)\</OutDir>
 
112
        <IntDir>$(srcPath)AMD64$(Configuration)\pgenlist\</IntDir>
 
113
  </PropertyGroup>
 
114
 
 
115
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
116
    <LinkIncremental>true</LinkIncremental>
 
117
  </PropertyGroup>
 
118
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
119
    <LinkIncremental>true</LinkIncremental>
 
120
  </PropertyGroup>
 
121
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
122
    <LinkIncremental>false</LinkIncremental>
 
123
  </PropertyGroup>
 
124
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
125
    <LinkIncremental>false</LinkIncremental>
 
126
  </PropertyGroup>
 
127
 
 
128
  <Import Project="psqlodbc.Cpp.props" />
 
129
 
 
130
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
131
    <ClCompile>
 
132
      <PreprocessorDefinitions>_HANDLE_ENLIST_IN_DTC_;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;PGENLIST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
133
    </ClCompile>
 
134
    <ImpLib Condition="'$(GenerateImportLib)'=='true'">
 
135
      <TargetMachine>MachineX86</TargetMachine>
 
136
      <ModuleDefinitionFile>$(srcPath)$(targetName).def</ModuleDefinitionFile>
 
137
      <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
 
138
    </ImpLib>
 
139
    <Link>
 
140
      <DelayLoadDLLs>XOLEHLP.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
 
141
      <AdditionalDependencies>xolehlp.lib;$(Drivername).lib;%(AdditionalDependencies)</AdditionalDependencies>
 
142
      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 
143
    </Link>
 
144
    <CustomBuildStep>
 
145
      <Command>
 
146
      </Command>
 
147
    </CustomBuildStep>
 
148
    <PreLinkEvent>
 
149
      <Command>
 
150
      </Command>
 
151
    </PreLinkEvent>
 
152
    <PostBuildEvent>
 
153
      <Command>
 
154
      </Command>
 
155
    </PostBuildEvent>
 
156
  </ItemDefinitionGroup>
 
157
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
158
    <ClCompile>
 
159
      <PreprocessorDefinitions>_HANDLE_ENLIST_IN_DTC_;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;_USRDLL;PGENLIST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
160
    </ClCompile>
 
161
    <ImpLib Condition="'$(GenerateImportLib)'=='true'">
 
162
      <TargetMachine>MachineX64</TargetMachine>
 
163
      <ModuleDefinitionFile>$(srcPath)$(targetName).def</ModuleDefinitionFile>
 
164
      <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
 
165
    </ImpLib>
 
166
    <Link>
 
167
      <DelayLoadDLLs>XOLEHLP.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
 
168
      <AdditionalDependencies>xolehlp.lib;$(Drivername).lib;%(AdditionalDependencies)</AdditionalDependencies>
 
169
      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 
170
    </Link>
 
171
    <CustomBuildStep>
 
172
      <Command>
 
173
      </Command>
 
174
    </CustomBuildStep>
 
175
    <PreLinkEvent>
 
176
      <Command>
 
177
      </Command>
 
178
    </PreLinkEvent>
 
179
    <PostBuildEvent>
 
180
      <Command>
 
181
      </Command>
 
182
    </PostBuildEvent>
 
183
  </ItemDefinitionGroup>
 
184
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
185
    <ClCompile>
 
186
      <PreprocessorDefinitions>_HANDLE_ENLIST_IN_DTC_;_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;_USRDLL;PGENLIST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
187
    </ClCompile>
 
188
    <ImpLib Condition="'$(GenerateImportLib)'=='true'">
 
189
      <TargetMachine>MachineX86</TargetMachine>
 
190
      <ModuleDefinitionFile>$(srcPath)$(targetName).def</ModuleDefinitionFile>
 
191
      <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
 
192
    </ImpLib>
 
193
    <Link>
 
194
      <DelayLoadDLLs>XOLEHLP.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
 
195
      <AdditionalDependencies>xolehlp.lib;$(DriverName).lib;%(AdditionalDependencies)</AdditionalDependencies>
 
196
      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 
197
    </Link>
 
198
    <PreLinkEvent>
 
199
      <Command>
 
200
      </Command>
 
201
    </PreLinkEvent>
 
202
  </ItemDefinitionGroup>
 
203
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
204
    <ClCompile>
 
205
      <PreprocessorDefinitions>_HANDLE_ENLIST_IN_DTC_;_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;_USRDLL;PGENLIST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
206
    </ClCompile>
 
207
    <ImpLib Condition="'$(GenerateImportLib)'=='true'">
 
208
      <TargetMachine>MachineX64</TargetMachine>
 
209
      <ModuleDefinitionFile>$(srcPath)$(targetName).def</ModuleDefinitionFile>
 
210
      <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
 
211
    </ImpLib>
 
212
    <Link>
 
213
      <DelayLoadDLLs>XOLEHLP.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
 
214
      <AdditionalDependencies>xolehlp.lib;$(Drivername).lib;%(AdditionalDependencies)</AdditionalDependencies>
 
215
      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 
216
    </Link>
 
217
    <PreLinkEvent>
 
218
      <Command>
 
219
      </Command>
 
220
    </PreLinkEvent>
 
221
  </ItemDefinitionGroup>
 
222
  <ItemDefinitionGroup Condition="'$(GenerateImportLib)'=='true'">
 
223
    <Link>
 
224
      <ModuleDefinitionFile></ModuleDefinitionFile>
 
225
      <AdditionalDependencies>$(TargetName).exp;%(AdditionalDependencies)</AdditionalDependencies>
 
226
    </Link>
 
227
  </ItemDefinitionGroup>
 
228
  <ItemGroup>
 
229
    <Text Include="ReadMe.txt" />
 
230
  </ItemGroup>
 
231
  <ItemGroup>
 
232
    <ClCompile Include="$(srcPath)msdtc_enlist.cpp" />
 
233
    <ClCompile Include="$(srcPath)xalibname.c" />
 
234
  </ItemGroup>
 
235
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
236
  <ImportGroup Label="ExtensionTargets">
 
237
  </ImportGroup>
 
238
</Project>