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