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

« back to all changes in this revision

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