~ubuntu-branches/debian/stretch/openbabel/stretch

« back to all changes in this revision

Viewing changes to windows-vc2005/OBFPRT/OBFPRT.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-07-22 23:54:58 UTC
  • mfrom: (3.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722235458-3o606czluviz4akx
Tags: 2.2.0-2
* Upload to unstable.
* debian/control: Updated descriptions.
* debian/patches/gauss_cube_format.patch: New patch, makes the 
  gaussian cube format available again.
* debian/rules (DEB_DH_MAKESHLIBS_ARGS_libopenbabel3): Removed.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Likewise.
* debian/libopenbabel3.install: Adjust formats directory to single 
  version hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="OBFPRT"
 
6
        ProjectGUID="{78F0CF7D-CABB-40FA-BD2A-4D2992232E5E}"
 
7
        RootNamespace="OBFRT"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory=".\Debug"
 
20
                        IntermediateDirectory=".\Debug"
 
21
                        ConfigurationType="2"
 
22
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
23
                        UseOfMFC="0"
 
24
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
25
                        CharacterSet="0"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                                Description="Copying compiler-specific babelconfig.h (if out of date)"
 
30
                                CommandLine="xcopy /Y /D ..\babelconfig.h ..\..\include\openbabel\"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCCustomBuildTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCXMLDataGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCWebServiceProxyGeneratorTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCMIDLTool"
 
43
                                PreprocessorDefinitions="_DEBUG"
 
44
                                MkTypLibCompatible="true"
 
45
                                SuppressStartupBanner="true"
 
46
                                TargetEnvironment="1"
 
47
                                TypeLibraryName=".\Debug/OBDLL.tlb"
 
48
                                HeaderFileName=""
 
49
                        />
 
50
                        <Tool
 
51
                                Name="VCCLCompilerTool"
 
52
                                UseUnicodeResponseFiles="false"
 
53
                                Optimization="0"
 
54
                                AdditionalIncludeDirectories="../../include"
 
55
                                PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;USING_DYNAMIC_LIBS;OBFPRT_EXPORTS;HAVE_CONFIG_H"
 
56
                                MinimalRebuild="true"
 
57
                                BasicRuntimeChecks="3"
 
58
                                RuntimeLibrary="3"
 
59
                                RuntimeTypeInfo="true"
 
60
                                PrecompiledHeaderFile=".\Debug/OBFPRT.pch"
 
61
                                AssemblerListingLocation=".\Debug/"
 
62
                                ObjectFile=".\Debug/"
 
63
                                ProgramDataBaseFileName=".\Debug/"
 
64
                                BrowseInformation="1"
 
65
                                WarningLevel="3"
 
66
                                SuppressStartupBanner="true"
 
67
                                DebugInformationFormat="3"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCManagedResourceCompilerTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCResourceCompilerTool"
 
74
                                PreprocessorDefinitions="_DEBUG"
 
75
                                Culture="2057"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCPreLinkEventTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCLinkerTool"
 
82
                                AdditionalDependencies="oberrorD.lib OBDLLD.lib obconvD.lib"
 
83
                                OutputFile="..\Debug/OBFPRTD.obf"
 
84
                                LinkIncremental="2"
 
85
                                SuppressStartupBanner="true"
 
86
                                AdditionalLibraryDirectories="..\debug"
 
87
                                IgnoreAllDefaultLibraries="false"
 
88
                                GenerateDebugInformation="true"
 
89
                                ProgramDatabaseFile=".\Debug/OBFPRT.pdb"
 
90
                                GenerateMapFile="false"
 
91
                                MapFileName=""
 
92
                                ImportLibrary="..\Debug/OBFPRTD.lib"
 
93
                                TargetMachine="1"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCALinkTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCManifestTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCXDCMakeTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCBscMakeTool"
 
106
                                SuppressStartupBanner="true"
 
107
                                OutputFile=".\Debug/OBDLL.bsc"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCFxCopTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCAppVerifierTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCWebDeploymentTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCPostBuildEventTool"
 
120
                        />
 
121
                </Configuration>
 
122
                <Configuration
 
123
                        Name="Release|Win32"
 
124
                        OutputDirectory=".\Release"
 
125
                        IntermediateDirectory=".\Release"
 
126
                        ConfigurationType="2"
 
127
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
128
                        UseOfMFC="0"
 
129
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
130
                        CharacterSet="2"
 
131
                        >
 
132
                        <Tool
 
133
                                Name="VCPreBuildEventTool"
 
134
                                Description="Copying compiler-specific babelconfig.h (if out of date)"
 
135
                                CommandLine="xcopy /Y /D ..\babelconfig.h ..\..\include\openbabel\"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCCustomBuildTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCXMLDataGeneratorTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCWebServiceProxyGeneratorTool"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCMIDLTool"
 
148
                                PreprocessorDefinitions="NDEBUG"
 
149
                                MkTypLibCompatible="true"
 
150
                                SuppressStartupBanner="true"
 
151
                                TargetEnvironment="1"
 
152
                                TypeLibraryName=".\Release/OBDLL.tlb"
 
153
                                HeaderFileName=""
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCCLCompilerTool"
 
157
                                Optimization="4"
 
158
                                AdditionalIncludeDirectories="../../include"
 
159
                                PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;USING_DYNAMIC_LIBS;OBFPRT_EXPORTS;HAVE_CONFIG_H"
 
160
                                RuntimeLibrary="2"
 
161
                                RuntimeTypeInfo="true"
 
162
                                PrecompiledHeaderFile=""
 
163
                                AssemblerListingLocation=".\Release/"
 
164
                                ObjectFile=".\Release/"
 
165
                                ProgramDataBaseFileName=".\Release/"
 
166
                                WarningLevel="3"
 
167
                                SuppressStartupBanner="true"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCManagedResourceCompilerTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCResourceCompilerTool"
 
174
                                PreprocessorDefinitions="NDEBUG"
 
175
                                Culture="2057"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCPreLinkEventTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCLinkerTool"
 
182
                                AdditionalDependencies="OBError.lib OBDLL.lib obconv.lib"
 
183
                                OutputFile="..\OBFPRT.obf"
 
184
                                LinkIncremental="1"
 
185
                                SuppressStartupBanner="true"
 
186
                                AdditionalLibraryDirectories=".."
 
187
                                ProgramDatabaseFile=".\Release/OBFPRT.pdb"
 
188
                                ImportLibrary="../OBFPRT.lib"
 
189
                                TargetMachine="1"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCALinkTool"
 
193
                        />
 
194
                        <Tool
 
195
                                Name="VCManifestTool"
 
196
                        />
 
197
                        <Tool
 
198
                                Name="VCXDCMakeTool"
 
199
                        />
 
200
                        <Tool
 
201
                                Name="VCBscMakeTool"
 
202
                                SuppressStartupBanner="true"
 
203
                                OutputFile=".\Release/OBDLL.bsc"
 
204
                        />
 
205
                        <Tool
 
206
                                Name="VCFxCopTool"
 
207
                        />
 
208
                        <Tool
 
209
                                Name="VCAppVerifierTool"
 
210
                        />
 
211
                        <Tool
 
212
                                Name="VCWebDeploymentTool"
 
213
                        />
 
214
                        <Tool
 
215
                                Name="VCPostBuildEventTool"
 
216
                        />
 
217
                </Configuration>
 
218
        </Configurations>
 
219
        <References>
 
220
        </References>
 
221
        <Files>
 
222
                <Filter
 
223
                        Name="Source Files"
 
224
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
225
                        >
 
226
                        <File
 
227
                                RelativePath="..\..\src\fingerprints\finger2.cpp"
 
228
                                >
 
229
                        </File>
 
230
                        <File
 
231
                                RelativePath="..\..\src\fingerprints\finger3.cpp"
 
232
                                >
 
233
                        </File>
 
234
                        <File
 
235
                                RelativePath="..\..\src\fingerprint.cpp"
 
236
                                >
 
237
                                <FileConfiguration
 
238
                                        Name="Debug|Win32"
 
239
                                        >
 
240
                                        <Tool
 
241
                                                Name="VCCLCompilerTool"
 
242
                                                AdditionalIncludeDirectories=""
 
243
                                                PreprocessorDefinitions=""
 
244
                                        />
 
245
                                </FileConfiguration>
 
246
                                <FileConfiguration
 
247
                                        Name="Release|Win32"
 
248
                                        >
 
249
                                        <Tool
 
250
                                                Name="VCCLCompilerTool"
 
251
                                                AdditionalIncludeDirectories=""
 
252
                                                PreprocessorDefinitions=""
 
253
                                        />
 
254
                                </FileConfiguration>
 
255
                        </File>
 
256
                        <File
 
257
                                RelativePath="..\..\src\forcefield.cpp"
 
258
                                >
 
259
                        </File>
 
260
                        <File
 
261
                                RelativePath="..\..\src\forcefields\forcefieldghemical.cpp"
 
262
                                >
 
263
                        </File>
 
264
                        <File
 
265
                                RelativePath="..\..\src\forcefields\forcefieldmmff94.cpp"
 
266
                                >
 
267
                        </File>
 
268
                        <File
 
269
                                RelativePath="..\..\src\forcefields\forcefielduff.cpp"
 
270
                                >
 
271
                        </File>
 
272
                </Filter>
 
273
                <Filter
 
274
                        Name="Header Files"
 
275
                        >
 
276
                        <File
 
277
                                RelativePath="..\..\include\openbabel\babelconfig.h"
 
278
                                >
 
279
                        </File>
 
280
                        <File
 
281
                                RelativePath="..\..\include\openbabel\dock.h"
 
282
                                >
 
283
                        </File>
 
284
                        <File
 
285
                                RelativePath="..\..\include\openbabel\fingerprint.h"
 
286
                                >
 
287
                        </File>
 
288
                        <File
 
289
                                RelativePath="..\..\include\openbabel\forcefield.h"
 
290
                                >
 
291
                        </File>
 
292
                        <File
 
293
                                RelativePath="..\..\src\forcefields\forcefieldghemical.h"
 
294
                                >
 
295
                        </File>
 
296
                        <File
 
297
                                RelativePath="..\..\src\forcefields\forcefieldmmff94.h"
 
298
                                >
 
299
                                <FileConfiguration
 
300
                                        Name="Debug|Win32"
 
301
                                        >
 
302
                                        <Tool
 
303
                                                Name="VCCustomBuildTool"
 
304
                                        />
 
305
                                </FileConfiguration>
 
306
                                <FileConfiguration
 
307
                                        Name="Release|Win32"
 
308
                                        >
 
309
                                        <Tool
 
310
                                                Name="VCCustomBuildTool"
 
311
                                        />
 
312
                                </FileConfiguration>
 
313
                        </File>
 
314
                        <File
 
315
                                RelativePath="..\..\src\forcefields\forcefielduff.h"
 
316
                                >
 
317
                        </File>
 
318
                </Filter>
 
319
        </Files>
 
320
        <Globals>
 
321
        </Globals>
 
322
</VisualStudioProject>