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

« back to all changes in this revision

Viewing changes to windows-vc2005/OBCommonFormats/OBCommonFormats.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="OBCommonFormats"
 
6
        ProjectGUID="{C3CC4EC4-B4B7-48AD-99E4-E6742B16730C}"
 
7
        RootNamespace="OBCommonFormats"
 
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/OBCommonFormats.tlb"
 
48
                                HeaderFileName=""
 
49
                        />
 
50
                        <Tool
 
51
                                Name="VCCLCompilerTool"
 
52
                                UseUnicodeResponseFiles="false"
 
53
                                Optimization="0"
 
54
                                AdditionalIncludeDirectories="../../include"
 
55
                                PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;INCHI_LINK_AS_DLL;HAVE_CONFIG_H;USING_DYNAMIC_LIBS;OBCOMMON_EXPORTS"
 
56
                                MinimalRebuild="true"
 
57
                                BasicRuntimeChecks="3"
 
58
                                RuntimeLibrary="3"
 
59
                                RuntimeTypeInfo="true"
 
60
                                PrecompiledHeaderFile=""
 
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
                                IgnoreImportLibrary="false"
 
83
                                AdditionalDependencies="obconvD.lib obdllD.lib OBErrorD.lib"
 
84
                                OutputFile="..\Debug/OBCommonD.obf"
 
85
                                LinkIncremental="2"
 
86
                                SuppressStartupBanner="true"
 
87
                                AdditionalLibraryDirectories="..\debug,.."
 
88
                                GenerateDebugInformation="true"
 
89
                                ProgramDatabaseFile=".\Debug/OBCommonD.pdb"
 
90
                                ImportLibrary="..\Debug/obcommonD.lib"
 
91
                                TargetMachine="1"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCALinkTool"
 
95
                        />
 
96
                        <Tool
 
97
                                Name="VCManifestTool"
 
98
                        />
 
99
                        <Tool
 
100
                                Name="VCXDCMakeTool"
 
101
                        />
 
102
                        <Tool
 
103
                                Name="VCBscMakeTool"
 
104
                                SuppressStartupBanner="true"
 
105
                                OutputFile=".\Debug/OBCommon.bsc"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCFxCopTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCAppVerifierTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCWebDeploymentTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCPostBuildEventTool"
 
118
                                CommandLine=""
 
119
                        />
 
120
                </Configuration>
 
121
                <Configuration
 
122
                        Name="Release|Win32"
 
123
                        OutputDirectory=".\Release"
 
124
                        IntermediateDirectory=".\Release"
 
125
                        ConfigurationType="2"
 
126
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
127
                        UseOfMFC="0"
 
128
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
129
                        CharacterSet="0"
 
130
                        >
 
131
                        <Tool
 
132
                                Name="VCPreBuildEventTool"
 
133
                                Description="Copying compiler-specific babelconfig.h (if out of date)"
 
134
                                CommandLine="xcopy /Y /D ..\babelconfig.h ..\..\include\openbabel\"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCCustomBuildTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCXMLDataGeneratorTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCWebServiceProxyGeneratorTool"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCMIDLTool"
 
147
                                PreprocessorDefinitions="NDEBUG"
 
148
                                MkTypLibCompatible="true"
 
149
                                SuppressStartupBanner="true"
 
150
                                TargetEnvironment="1"
 
151
                                TypeLibraryName=".\Release/OBCommonFormats.tlb"
 
152
                                HeaderFileName=""
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCCLCompilerTool"
 
156
                                Optimization="2"
 
157
                                InlineFunctionExpansion="1"
 
158
                                AdditionalIncludeDirectories="../../include"
 
159
                                PreprocessorDefinitions="NDEBUG;USING_DYNAMIC_LIBS;WIN32;_WINDOWS;_USRDLL;INCHI_LINK_AS_DLL;HAVE_CONFIG_H;OBCOMMON_EXPORTS"
 
160
                                StringPooling="true"
 
161
                                RuntimeLibrary="2"
 
162
                                EnableFunctionLevelLinking="true"
 
163
                                RuntimeTypeInfo="true"
 
164
                                AssemblerListingLocation=".\Release/"
 
165
                                ObjectFile=".\Release/"
 
166
                                ProgramDataBaseFileName=".\Release/"
 
167
                                WarningLevel="3"
 
168
                                SuppressStartupBanner="true"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCManagedResourceCompilerTool"
 
172
                        />
 
173
                        <Tool
 
174
                                Name="VCResourceCompilerTool"
 
175
                                PreprocessorDefinitions="NDEBUG"
 
176
                                Culture="2057"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCPreLinkEventTool"
 
180
                        />
 
181
                        <Tool
 
182
                                Name="VCLinkerTool"
 
183
                                IgnoreImportLibrary="true"
 
184
                                AdditionalDependencies="obconv.lib obdll.lib oberror.lib"
 
185
                                OutputFile="..\obcommon.obf"
 
186
                                LinkIncremental="1"
 
187
                                SuppressStartupBanner="true"
 
188
                                AdditionalLibraryDirectories=".."
 
189
                                ProgramDatabaseFile=".\Release/OBCommon.pdb"
 
190
                                ImportLibrary="../obcommon.lib"
 
191
                                TargetMachine="1"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCALinkTool"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCManifestTool"
 
198
                        />
 
199
                        <Tool
 
200
                                Name="VCXDCMakeTool"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCBscMakeTool"
 
204
                                SuppressStartupBanner="true"
 
205
                                OutputFile=".\Release/OBCommon.bsc"
 
206
                        />
 
207
                        <Tool
 
208
                                Name="VCFxCopTool"
 
209
                        />
 
210
                        <Tool
 
211
                                Name="VCAppVerifierTool"
 
212
                        />
 
213
                        <Tool
 
214
                                Name="VCWebDeploymentTool"
 
215
                        />
 
216
                        <Tool
 
217
                                Name="VCPostBuildEventTool"
 
218
                        />
 
219
                </Configuration>
 
220
        </Configurations>
 
221
        <References>
 
222
        </References>
 
223
        <Files>
 
224
                <Filter
 
225
                        Name="Source Files"
 
226
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
227
                        >
 
228
                        <File
 
229
                                RelativePath="..\..\src\formats\APIInterface.cpp"
 
230
                                >
 
231
                        </File>
 
232
                        <File
 
233
                                RelativePath="..\..\src\formats\atomrecord.cpp"
 
234
                                >
 
235
                        </File>
 
236
                        <File
 
237
                                RelativePath="..\..\src\formats\mdlformat.cpp"
 
238
                                >
 
239
                        </File>
 
240
                        <File
 
241
                                RelativePath="..\..\src\formats\mol2format.cpp"
 
242
                                >
 
243
                        </File>
 
244
                        <File
 
245
                                RelativePath="..\..\src\obmolecformat.cpp"
 
246
                                >
 
247
                        </File>
 
248
                        <File
 
249
                                RelativePath="..\..\src\formats\opendxformat.cpp"
 
250
                                >
 
251
                        </File>
 
252
                        <File
 
253
                                RelativePath="..\..\src\formats\pdbformat.cpp"
 
254
                                >
 
255
                        </File>
 
256
                        <File
 
257
                                RelativePath="..\..\src\formats\smilesformat.cpp"
 
258
                                >
 
259
                        </File>
 
260
                </Filter>
 
261
                <Filter
 
262
                        Name="Header Files"
 
263
                        Filter="h;hpp;hxx;hm;inl"
 
264
                        >
 
265
                        <File
 
266
                                RelativePath="..\..\include\openbabel\alias.h"
 
267
                                >
 
268
                        </File>
 
269
                        <File
 
270
                                RelativePath="..\..\include\openbabel\atomclass.h"
 
271
                                >
 
272
                        </File>
 
273
                        <File
 
274
                                RelativePath="..\..\include\openbabel\babelconfig.h"
 
275
                                >
 
276
                        </File>
 
277
                        <File
 
278
                                RelativePath="..\..\include\openbabel\mol.h"
 
279
                                >
 
280
                        </File>
 
281
                        <File
 
282
                                RelativePath="..\..\include\openbabel\obconversion.h"
 
283
                                >
 
284
                        </File>
 
285
                        <File
 
286
                                RelativePath="..\..\include\openbabel\obmolecformat.h"
 
287
                                >
 
288
                        </File>
 
289
                </Filter>
 
290
        </Files>
 
291
        <Globals>
 
292
        </Globals>
 
293
</VisualStudioProject>