• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="libconfig"
6	ProjectGUID="{1A234565-926D-49B2-83E4-D56E0C38C9F2}"
7	RootNamespace="libconfig"
8	TargetFrameworkVersion="131072"
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			>
24			<Tool
25				Name="VCPreBuildEventTool"
26			/>
27			<Tool
28				Name="VCCustomBuildTool"
29			/>
30			<Tool
31				Name="VCXMLDataGeneratorTool"
32			/>
33			<Tool
34				Name="VCWebServiceProxyGeneratorTool"
35			/>
36			<Tool
37				Name="VCMIDLTool"
38			/>
39			<Tool
40				Name="VCCLCompilerTool"
41				AdditionalIncludeDirectories=""
42				PreprocessorDefinitions="LIBCONFIG_EXPORTS;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_DEBUG;_WINDOWS;_USRDLL"
43				RuntimeLibrary="3"
44				CompileAs="1"
45			/>
46			<Tool
47				Name="VCManagedResourceCompilerTool"
48			/>
49			<Tool
50				Name="VCResourceCompilerTool"
51			/>
52			<Tool
53				Name="VCPreLinkEventTool"
54			/>
55			<Tool
56				Name="VCLinkerTool"
57				AdditionalDependencies="Shlwapi.lib"
58				OutputFile="$(OutDir)\$(ProjectName)_d.dll"
59				GenerateDebugInformation="true"
60				GenerateMapFile="true"
61				MapExports="true"
62				RandomizedBaseAddress="1"
63				DataExecutionPrevention="0"
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="VCPostBuildEventTool"
85			/>
86		</Configuration>
87		<Configuration
88			Name="Release|Win32"
89			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
90			IntermediateDirectory="$(ProjectName).$(ConfigurationName)"
91			ConfigurationType="2"
92			>
93			<Tool
94				Name="VCPreBuildEventTool"
95			/>
96			<Tool
97				Name="VCCustomBuildTool"
98			/>
99			<Tool
100				Name="VCXMLDataGeneratorTool"
101			/>
102			<Tool
103				Name="VCWebServiceProxyGeneratorTool"
104			/>
105			<Tool
106				Name="VCMIDLTool"
107			/>
108			<Tool
109				Name="VCCLCompilerTool"
110				PreprocessorDefinitions="LIBCONFIG_EXPORTS;YY_NO_UNISTD_H;YY_USE_CONST;_CRT_SECURE_NO_DEPRECATE;_STDLIB_H"
111				RuntimeLibrary="2"
112				CompileAs="1"
113			/>
114			<Tool
115				Name="VCManagedResourceCompilerTool"
116			/>
117			<Tool
118				Name="VCResourceCompilerTool"
119			/>
120			<Tool
121				Name="VCPreLinkEventTool"
122			/>
123			<Tool
124				Name="VCLinkerTool"
125				AdditionalDependencies="Shlwapi.lib"
126				RandomizedBaseAddress="1"
127				DataExecutionPrevention="0"
128			/>
129			<Tool
130				Name="VCALinkTool"
131			/>
132			<Tool
133				Name="VCManifestTool"
134			/>
135			<Tool
136				Name="VCXDCMakeTool"
137			/>
138			<Tool
139				Name="VCBscMakeTool"
140			/>
141			<Tool
142				Name="VCFxCopTool"
143			/>
144			<Tool
145				Name="VCAppVerifierTool"
146			/>
147			<Tool
148				Name="VCPostBuildEventTool"
149			/>
150		</Configuration>
151	</Configurations>
152	<References>
153	</References>
154	<Files>
155		<Filter
156			Name="Source Files"
157			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
158			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
159			>
160			<File
161				RelativePath=".\grammar.c"
162				>
163			</File>
164			<File
165				RelativePath=".\libconfig.c"
166				>
167			</File>
168			<File
169				RelativePath=".\scanctx.c"
170				>
171			</File>
172			<File
173				RelativePath=".\scanner.c"
174				>
175			</File>
176			<File
177				RelativePath=".\strbuf.c"
178				>
179			</File>
180			<File
181				RelativePath=".\strvec.c"
182				>
183			</File>
184			<File
185				RelativePath=".\util.c"
186				>
187			</File>
188			<File
189				RelativePath=".\wincompat.c"
190				>
191			</File>
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
199				RelativePath="..\ac_config.h"
200				>
201			</File>
202			<File
203				RelativePath=".\grammar.h"
204				>
205			</File>
206			<File
207				RelativePath=".\libconfig.h"
208				>
209			</File>
210			<File
211				RelativePath=".\parsectx.h"
212				>
213			</File>
214			<File
215				RelativePath=".\private.h"
216				>
217			</File>
218			<File
219				RelativePath=".\scanctx.h"
220				>
221			</File>
222			<File
223				RelativePath=".\scanner.h"
224				>
225			</File>
226			<File
227				RelativePath=".\win32\stdint.h"
228				>
229			</File>
230			<File
231				RelativePath=".\strbuf.h"
232				>
233			</File>
234			<File
235				RelativePath=".\strvec.h"
236				>
237			</File>
238			<File
239				RelativePath=".\util.h"
240				>
241			</File>
242			<File
243				RelativePath=".\wincompat.h"
244				>
245			</File>
246		</Filter>
247	</Files>
248	<Globals>
249	</Globals>
250</VisualStudioProject>
251