1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="example_reformatter"
6	ProjectGUID="{BC86310C-0914-4F66-9272-30FD09900D70}"
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\bin"
21			IntermediateDirectory="Build\Debug\bin"
22			ConfigurationType="1"
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="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
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)/example_reformatter.exe"
66				LinkIncremental="2"
67				GenerateDebugInformation="true"
68				ProgramDatabaseFile="$(OutDir)/example_reformatter.pdb"
69				SubSystem="1"
70				RandomizedBaseAddress="1"
71				DataExecutionPrevention="0"
72				TargetMachine="1"
73			/>
74			<Tool
75				Name="VCALinkTool"
76			/>
77			<Tool
78				Name="VCManifestTool"
79			/>
80			<Tool
81				Name="VCXDCMakeTool"
82			/>
83			<Tool
84				Name="VCBscMakeTool"
85			/>
86			<Tool
87				Name="VCFxCopTool"
88			/>
89			<Tool
90				Name="VCAppVerifierTool"
91			/>
92			<Tool
93				Name="VCPostBuildEventTool"
94			/>
95		</Configuration>
96		<Configuration
97			Name="Release|Win32"
98			OutputDirectory="Output\Release\bin"
99			IntermediateDirectory="Build\Release\bin"
100			ConfigurationType="1"
101			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
102			CharacterSet="2"
103			>
104			<Tool
105				Name="VCPreBuildEventTool"
106			/>
107			<Tool
108				Name="VCCustomBuildTool"
109			/>
110			<Tool
111				Name="VCXMLDataGeneratorTool"
112			/>
113			<Tool
114				Name="VCWebServiceProxyGeneratorTool"
115			/>
116			<Tool
117				Name="VCMIDLTool"
118			/>
119			<Tool
120				Name="VCCLCompilerTool"
121				AdditionalIncludeDirectories="../../include"
122				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
123				RuntimeLibrary="2"
124				UsePrecompiledHeader="0"
125				WarningLevel="3"
126				Detect64BitPortabilityProblems="true"
127				DebugInformationFormat="3"
128			/>
129			<Tool
130				Name="VCManagedResourceCompilerTool"
131			/>
132			<Tool
133				Name="VCResourceCompilerTool"
134			/>
135			<Tool
136				Name="VCPreLinkEventTool"
137			/>
138			<Tool
139				Name="VCLinkerTool"
140				OutputFile="$(OutDir)/example_reformatter.exe"
141				LinkIncremental="1"
142				GenerateDebugInformation="true"
143				SubSystem="1"
144				OptimizeReferences="2"
145				EnableCOMDATFolding="2"
146				RandomizedBaseAddress="1"
147				DataExecutionPrevention="0"
148				TargetMachine="1"
149			/>
150			<Tool
151				Name="VCALinkTool"
152			/>
153			<Tool
154				Name="VCManifestTool"
155			/>
156			<Tool
157				Name="VCXDCMakeTool"
158			/>
159			<Tool
160				Name="VCBscMakeTool"
161			/>
162			<Tool
163				Name="VCFxCopTool"
164			/>
165			<Tool
166				Name="VCAppVerifierTool"
167			/>
168			<Tool
169				Name="VCPostBuildEventTool"
170			/>
171		</Configuration>
172	</Configurations>
173	<References>
174	</References>
175	<Files>
176		<Filter
177			Name="Source Files"
178			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
179			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
180			>
181			<File
182				RelativePath="..\..\tests\example-reformatter.c"
183				>
184			</File>
185		</Filter>
186		<Filter
187			Name="Header Files"
188			Filter="h;hpp;hxx;hm;inl;inc;xsd"
189			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
190			>
191		</Filter>
192		<Filter
193			Name="Resource Files"
194			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
195			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
196			>
197		</Filter>
198	</Files>
199	<Globals>
200	</Globals>
201</VisualStudioProject>
202