root/library/bdm/base/libconfig/lib/libconfig++.vcproj @ 691

Revision 691, 4.6 kB (checked in by mido, 15 years ago)

the real update of libconfig with an addaptation of its directories
all cfg files added directly into VS solution (this change is actually concerning only the \tests directory)

RevLine 
[245]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="libconfig++"
6        ProjectGUID="{A0C36CE7-D908-4573-8B69-249EEEB7D2BE}"
7        RootNamespace="libconfig_c"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21                        IntermediateDirectory="$(ProjectName).$(ConfigurationName)"
22                        ConfigurationType="2"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
[691]43                                AdditionalIncludeDirectories="lib"
44                                PreprocessorDefinitions="LIBCONFIGXX_EXPORTS;LIBCONFIG_STATIC;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_DEBUG;_WINDOWS;_USRDLL"
[245]45                                RuntimeLibrary="3"
46                                UsePrecompiledHeader="0"
47                        />
48                        <Tool
49                                Name="VCManagedResourceCompilerTool"
50                        />
51                        <Tool
52                                Name="VCResourceCompilerTool"
53                        />
54                        <Tool
55                                Name="VCPreLinkEventTool"
56                        />
57                        <Tool
58                                Name="VCLinkerTool"
[691]59                                OutputFile="$(OutDir)\$(ProjectName)_d.dll"
[245]60                                LinkIncremental="2"
61                                GenerateDebugInformation="true"
62                                SubSystem="2"
63                                TargetMachine="1"
64                        />
65                        <Tool
66                                Name="VCALinkTool"
67                        />
68                        <Tool
69                                Name="VCManifestTool"
70                        />
71                        <Tool
72                                Name="VCXDCMakeTool"
73                        />
74                        <Tool
75                                Name="VCBscMakeTool"
76                        />
77                        <Tool
78                                Name="VCFxCopTool"
79                        />
80                        <Tool
81                                Name="VCAppVerifierTool"
82                        />
83                        <Tool
84                                Name="VCWebDeploymentTool"
85                        />
86                        <Tool
87                                Name="VCPostBuildEventTool"
88                        />
89                </Configuration>
90                <Configuration
91                        Name="Release|Win32"
92                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
93                        IntermediateDirectory="$(ProjectName).$(ConfigurationName)"
94                        ConfigurationType="2"
95                        CharacterSet="1"
96                        WholeProgramOptimization="1"
97                        >
98                        <Tool
99                                Name="VCPreBuildEventTool"
100                        />
101                        <Tool
102                                Name="VCCustomBuildTool"
103                        />
104                        <Tool
105                                Name="VCXMLDataGeneratorTool"
106                        />
107                        <Tool
108                                Name="VCWebServiceProxyGeneratorTool"
109                        />
110                        <Tool
111                                Name="VCMIDLTool"
112                        />
113                        <Tool
114                                Name="VCCLCompilerTool"
[691]115                                AdditionalIncludeDirectories="lib"
116                                PreprocessorDefinitions="LIBCONFIGXX_EXPORTS;LIBCONFIG_STATIC;YY_NO_UNISTD_H;YY_USE_CONST;_CRT_SECURE_NO_DEPRECATE;_STDLIB_H"
[245]117                                RuntimeLibrary="2"
118                        />
119                        <Tool
120                                Name="VCManagedResourceCompilerTool"
121                        />
122                        <Tool
123                                Name="VCResourceCompilerTool"
124                        />
125                        <Tool
126                                Name="VCPreLinkEventTool"
127                        />
128                        <Tool
129                                Name="VCLinkerTool"
130                                OptimizeReferences="2"
131                                EnableCOMDATFolding="2"
132                                TargetMachine="1"
133                        />
134                        <Tool
135                                Name="VCALinkTool"
136                        />
137                        <Tool
138                                Name="VCManifestTool"
139                        />
140                        <Tool
141                                Name="VCXDCMakeTool"
142                        />
143                        <Tool
144                                Name="VCBscMakeTool"
145                        />
146                        <Tool
147                                Name="VCFxCopTool"
148                        />
149                        <Tool
150                                Name="VCAppVerifierTool"
151                        />
152                        <Tool
153                                Name="VCWebDeploymentTool"
154                        />
155                        <Tool
156                                Name="VCPostBuildEventTool"
157                        />
158                </Configuration>
159        </Configurations>
160        <References>
161        </References>
162        <Files>
163                <Filter
164                        Name="Source Files"
165                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
166                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
167                        >
168                        <File
169                                RelativePath=".\grammar.c"
170                                >
171                        </File>
172                        <File
173                                RelativePath=".\libconfig.c"
174                                >
175                        </File>
176                        <File
177                                RelativePath=".\libconfigcpp.cc"
178                                >
179                        </File>
180                        <File
[691]181                                RelativePath=".\scanctx.c"
182                                >
183                        </File>
184                        <File
[245]185                                RelativePath=".\scanner.c"
186                                >
187                        </File>
[691]188                        <File
189                                RelativePath=".\strbuf.c"
190                                >
191                        </File>
[245]192                </Filter>
193                <Filter
194                        Name="Header Files"
195                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
196                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
197                        >
198                        <File
[691]199                                RelativePath="..\ac_config.h"
[245]200                                >
201                        </File>
202                        <File
203                                RelativePath=".\grammar.h"
204                                >
205                        </File>
206                        <File
207                                RelativePath=".\libconfig.h"
208                                >
209                        </File>
210                        <File
[691]211                                RelativePath=".\libconfig.hh"
[245]212                                >
213                        </File>
214                        <File
[691]215                                RelativePath=".\parsectx.h"
[245]216                                >
217                        </File>
218                        <File
219                                RelativePath=".\private.h"
220                                >
221                        </File>
222                        <File
[691]223                                RelativePath=".\scanctx.h"
224                                >
225                        </File>
226                        <File
[245]227                                RelativePath=".\scanner.h"
228                                >
229                        </File>
230                        <File
[691]231                                RelativePath=".\win32\stdint.h"
232                                >
233                        </File>
234                        <File
[245]235                                RelativePath=".\wincompat.h"
236                                >
237                        </File>
238                </Filter>
239        </Files>
240        <Globals>
241        </Globals>
242</VisualStudioProject>
Note: See TracBrowser for help on using the browser.