yaml.vcproj revision 247779
1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="yaml"
6	ProjectGUID="{5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}"
7	RootNamespace="yaml"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="131072"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15	</Platforms>
16	<ToolFiles>
17	</ToolFiles>
18	<Configurations>
19		<Configuration
20			Name="Debug|Win32"
21			OutputDirectory="Output\Debug\lib"
22			IntermediateDirectory="Build\Debug\lib"
23			ConfigurationType="4"
24			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
25			CharacterSet="2"
26			>
27			<Tool
28				Name="VCPreBuildEventTool"
29			/>
30			<Tool
31				Name="VCCustomBuildTool"
32			/>
33			<Tool
34				Name="VCXMLDataGeneratorTool"
35			/>
36			<Tool
37				Name="VCWebServiceProxyGeneratorTool"
38			/>
39			<Tool
40				Name="VCMIDLTool"
41			/>
42			<Tool
43				Name="VCCLCompilerTool"
44				Optimization="0"
45				AdditionalIncludeDirectories="..;../../include"
46				PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_STATIC"
47				MinimalRebuild="true"
48				BasicRuntimeChecks="3"
49				RuntimeLibrary="3"
50				UsePrecompiledHeader="0"
51				WarningLevel="3"
52				Detect64BitPortabilityProblems="true"
53				DebugInformationFormat="4"
54			/>
55			<Tool
56				Name="VCManagedResourceCompilerTool"
57			/>
58			<Tool
59				Name="VCResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCPreLinkEventTool"
63			/>
64			<Tool
65				Name="VCLibrarianTool"
66				OutputFile="$(OutDir)/yaml.lib"
67			/>
68			<Tool
69				Name="VCALinkTool"
70			/>
71			<Tool
72				Name="VCXDCMakeTool"
73			/>
74			<Tool
75				Name="VCBscMakeTool"
76			/>
77			<Tool
78				Name="VCFxCopTool"
79			/>
80			<Tool
81				Name="VCPostBuildEventTool"
82			/>
83		</Configuration>
84		<Configuration
85			Name="Release|Win32"
86			OutputDirectory="Output\Release\lib"
87			IntermediateDirectory="Build\Release\lib"
88			ConfigurationType="4"
89			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
90			CharacterSet="2"
91			>
92			<Tool
93				Name="VCPreBuildEventTool"
94			/>
95			<Tool
96				Name="VCCustomBuildTool"
97			/>
98			<Tool
99				Name="VCXMLDataGeneratorTool"
100			/>
101			<Tool
102				Name="VCWebServiceProxyGeneratorTool"
103			/>
104			<Tool
105				Name="VCMIDLTool"
106			/>
107			<Tool
108				Name="VCCLCompilerTool"
109				AdditionalIncludeDirectories="..;../../include"
110				PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_STATIC"
111				RuntimeLibrary="2"
112				UsePrecompiledHeader="0"
113				WarningLevel="3"
114				Detect64BitPortabilityProblems="true"
115				DebugInformationFormat="3"
116			/>
117			<Tool
118				Name="VCManagedResourceCompilerTool"
119			/>
120			<Tool
121				Name="VCResourceCompilerTool"
122			/>
123			<Tool
124				Name="VCPreLinkEventTool"
125			/>
126			<Tool
127				Name="VCLibrarianTool"
128				OutputFile="$(OutDir)/yaml.lib"
129			/>
130			<Tool
131				Name="VCALinkTool"
132			/>
133			<Tool
134				Name="VCXDCMakeTool"
135			/>
136			<Tool
137				Name="VCBscMakeTool"
138			/>
139			<Tool
140				Name="VCFxCopTool"
141			/>
142			<Tool
143				Name="VCPostBuildEventTool"
144			/>
145		</Configuration>
146	</Configurations>
147	<References>
148	</References>
149	<Files>
150		<Filter
151			Name="Source Files"
152			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
153			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
154			>
155			<File
156				RelativePath="..\..\src\api.c"
157				>
158			</File>
159			<File
160				RelativePath="..\..\src\dumper.c"
161				>
162			</File>
163			<File
164				RelativePath="..\..\src\emitter.c"
165				>
166			</File>
167			<File
168				RelativePath="..\..\src\loader.c"
169				>
170			</File>
171			<File
172				RelativePath="..\..\src\parser.c"
173				>
174			</File>
175			<File
176				RelativePath="..\..\src\reader.c"
177				>
178			</File>
179			<File
180				RelativePath="..\..\src\scanner.c"
181				>
182			</File>
183			<File
184				RelativePath="..\..\src\writer.c"
185				>
186			</File>
187		</Filter>
188		<Filter
189			Name="Header Files"
190			Filter="h;hpp;hxx;hm;inl;inc;xsd"
191			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
192			>
193			<File
194				RelativePath="..\config.h"
195				>
196			</File>
197			<File
198				RelativePath="..\..\include\yaml.h"
199				>
200			</File>
201			<File
202				RelativePath="..\..\src\yaml_private.h"
203				>
204			</File>
205		</Filter>
206		<Filter
207			Name="Resource Files"
208			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
209			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
210			>
211		</Filter>
212	</Files>
213	<Globals>
214	</Globals>
215</VisualStudioProject>
216