root/library/bdm/base/libconfig/libconfig.vcproj @ 395

Revision 248, 3.9 kB (checked in by smidl, 15 years ago)

doc

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="libconfig"
6        ProjectGUID="{1A234565-926D-49B2-83E4-D56E0C38C9F2}"
7        RootNamespace="libconfig"
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="$(SolutionDir)$(ConfigurationName)"
20                        IntermediateDirectory="$(ProjectName).$(ConfigurationName)"
21                        ConfigurationType="2"
22                        >
23                        <Tool
24                                Name="VCPreBuildEventTool"
25                        />
26                        <Tool
27                                Name="VCCustomBuildTool"
28                        />
29                        <Tool
30                                Name="VCXMLDataGeneratorTool"
31                        />
32                        <Tool
33                                Name="VCWebServiceProxyGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCMIDLTool"
37                        />
38                        <Tool
39                                Name="VCCLCompilerTool"
40                                AdditionalIncludeDirectories=""
41                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBCONFIG_EXPORTS;YY_NO_UNISTD_H"
42                                RuntimeLibrary="3"
43                                CompileAs="1"
44                        />
45                        <Tool
46                                Name="VCManagedResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCResourceCompilerTool"
50                        />
51                        <Tool
52                                Name="VCPreLinkEventTool"
53                        />
54                        <Tool
55                                Name="VCLinkerTool"
56                                GenerateDebugInformation="true"
57                                GenerateMapFile="true"
58                                MapExports="true"
59                        />
60                        <Tool
61                                Name="VCALinkTool"
62                        />
63                        <Tool
64                                Name="VCManifestTool"
65                        />
66                        <Tool
67                                Name="VCXDCMakeTool"
68                        />
69                        <Tool
70                                Name="VCBscMakeTool"
71                        />
72                        <Tool
73                                Name="VCFxCopTool"
74                        />
75                        <Tool
76                                Name="VCAppVerifierTool"
77                        />
78                        <Tool
79                                Name="VCWebDeploymentTool"
80                        />
81                        <Tool
82                                Name="VCPostBuildEventTool"
83                        />
84                </Configuration>
85                <Configuration
86                        Name="Release|Win32"
87                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
88                        IntermediateDirectory="$(ProjectName).$(ConfigurationName)"
89                        ConfigurationType="2"
90                        >
91                        <Tool
92                                Name="VCPreBuildEventTool"
93                        />
94                        <Tool
95                                Name="VCCustomBuildTool"
96                        />
97                        <Tool
98                                Name="VCXMLDataGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCWebServiceProxyGeneratorTool"
102                        />
103                        <Tool
104                                Name="VCMIDLTool"
105                        />
106                        <Tool
107                                Name="VCCLCompilerTool"
108                                PreprocessorDefinitions="LIBCONFIG_EXPORTS;YY_NO_UNISTD_H;_CRT_SECURE_NO_DEPRECATE"
109                                RuntimeLibrary="2"
110                                CompileAs="1"
111                        />
112                        <Tool
113                                Name="VCManagedResourceCompilerTool"
114                        />
115                        <Tool
116                                Name="VCResourceCompilerTool"
117                        />
118                        <Tool
119                                Name="VCPreLinkEventTool"
120                        />
121                        <Tool
122                                Name="VCLinkerTool"
123                        />
124                        <Tool
125                                Name="VCALinkTool"
126                        />
127                        <Tool
128                                Name="VCManifestTool"
129                        />
130                        <Tool
131                                Name="VCXDCMakeTool"
132                        />
133                        <Tool
134                                Name="VCBscMakeTool"
135                        />
136                        <Tool
137                                Name="VCFxCopTool"
138                        />
139                        <Tool
140                                Name="VCAppVerifierTool"
141                        />
142                        <Tool
143                                Name="VCWebDeploymentTool"
144                        />
145                        <Tool
146                                Name="VCPostBuildEventTool"
147                        />
148                </Configuration>
149        </Configurations>
150        <References>
151        </References>
152        <Files>
153                <Filter
154                        Name="Source Files"
155                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
156                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
157                        >
158                        <File
159                                RelativePath=".\grammar.c"
160                                >
161                        </File>
162                        <File
163                                RelativePath=".\libconfig.c"
164                                >
165                        </File>
166                        <File
167                                RelativePath=".\scanner.c"
168                                >
169                        </File>
170                </Filter>
171                <Filter
172                        Name="Header Files"
173                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
174                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
175                        >
176                        <File
177                                RelativePath=".\ac_config.h"
178                                >
179                        </File>
180                        <File
181                                RelativePath=".\config.tab.h"
182                                >
183                        </File>
184                        <File
185                                RelativePath=".\grammar.h"
186                                >
187                        </File>
188                        <File
189                                RelativePath=".\libconfig.h"
190                                >
191                        </File>
192                        <File
193                                RelativePath=".\private.h"
194                                >
195                        </File>
196                        <File
197                                RelativePath=".\resource.h"
198                                >
199                        </File>
200                        <File
201                                RelativePath=".\scanner.h"
202                                >
203                        </File>
204                        <File
205                                RelativePath=".\wincompat.h"
206                                >
207                        </File>
208                </Filter>
209        </Files>
210        <Globals>
211        </Globals>
212</VisualStudioProject>
Note: See TracBrowser for help on using the browser.