example_reformatter.vcproj revision 256281
165793Smsmith<?xml version="1.0" encoding="windows-1251"?>
265793Smsmith<VisualStudioProject
381082Sscottl	ProjectType="Visual C++"
465793Smsmith	Version="9,00"
581082Sscottl	Name="example_reformatter"
665793Smsmith	ProjectGUID="{BC86310C-0914-4F66-9272-30FD09900D70}"
765793Smsmith	Keyword="Win32Proj"
865793Smsmith	TargetFrameworkVersion="131072"
965793Smsmith	>
1065793Smsmith	<Platforms>
1165793Smsmith		<Platform
1265793Smsmith			Name="Win32"
1365793Smsmith		/>
1465793Smsmith	</Platforms>
1565793Smsmith	<ToolFiles>
1665793Smsmith	</ToolFiles>
1765793Smsmith	<Configurations>
1865793Smsmith		<Configuration
1965793Smsmith			Name="Debug|Win32"
2065793Smsmith			OutputDirectory="Output\Debug\bin"
2165793Smsmith			IntermediateDirectory="Build\Debug\bin"
2265793Smsmith			ConfigurationType="1"
2365793Smsmith			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
2465793Smsmith			CharacterSet="2"
2565793Smsmith			>
2665793Smsmith			<Tool
2765793Smsmith				Name="VCPreBuildEventTool"
2865793Smsmith			/>
2965793Smsmith			<Tool
30119418Sobrien				Name="VCCustomBuildTool"
31119418Sobrien			/>
32119418Sobrien			<Tool
3365793Smsmith				Name="VCXMLDataGeneratorTool"
3465793Smsmith			/>
3565793Smsmith			<Tool
36151086Sscottl				Name="VCWebServiceProxyGeneratorTool"
3765793Smsmith			/>
3881151Sscottl			<Tool
3981151Sscottl				Name="VCMIDLTool"
4082527Sscottl			/>
4165793Smsmith			<Tool
4265793Smsmith				Name="VCCLCompilerTool"
4365793Smsmith				Optimization="0"
4465793Smsmith				AdditionalIncludeDirectories="../../include"
4582527Sscottl				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC"
4681154Sscottl				MinimalRebuild="true"
4787183Sscottl				BasicRuntimeChecks="3"
48112946Sphk				RuntimeLibrary="3"
4965793Smsmith				UsePrecompiledHeader="0"
5065793Smsmith				WarningLevel="3"
5165793Smsmith				Detect64BitPortabilityProblems="true"
5265793Smsmith				DebugInformationFormat="4"
5370393Smsmith			/>
5482527Sscottl			<Tool
55151086Sscottl				Name="VCManagedResourceCompilerTool"
5665793Smsmith			/>
5765793Smsmith			<Tool
58143838Sscottl				Name="VCResourceCompilerTool"
5965793Smsmith			/>
6065793Smsmith			<Tool
61151086Sscottl				Name="VCPreLinkEventTool"
62151086Sscottl			/>
63151086Sscottl			<Tool
6465793Smsmith				Name="VCLinkerTool"
65138635Sscottl				OutputFile="$(OutDir)/example_reformatter.exe"
6665793Smsmith				LinkIncremental="2"
6765793Smsmith				GenerateDebugInformation="true"
6865793Smsmith				ProgramDatabaseFile="$(OutDir)/example_reformatter.pdb"
6965793Smsmith				SubSystem="1"
7083114Sscottl				RandomizedBaseAddress="1"
7195350Sscottl				DataExecutionPrevention="0"
7295536Sscottl				TargetMachine="1"
73188896Sattilio			/>
7465793Smsmith			<Tool
7565793Smsmith				Name="VCALinkTool"
7670393Smsmith			/>
7765793Smsmith			<Tool
7865793Smsmith				Name="VCManifestTool"
7965793Smsmith			/>
80128258Sscottl			<Tool
81110426Sscottl				Name="VCXDCMakeTool"
8265793Smsmith			/>
8365793Smsmith			<Tool
84117363Sscottl				Name="VCBscMakeTool"
85117363Sscottl			/>
8681082Sscottl			<Tool
8781082Sscottl				Name="VCFxCopTool"
8870393Smsmith			/>
89111141Sscottl			<Tool
9065793Smsmith				Name="VCAppVerifierTool"
9165793Smsmith			/>
9265793Smsmith			<Tool
93177557Semaste				Name="VCPostBuildEventTool"
9481082Sscottl			/>
9581082Sscottl		</Configuration>
9690275Sscottl		<Configuration
9765793Smsmith			Name="Release|Win32"
9865793Smsmith			OutputDirectory="Output\Release\bin"
9981082Sscottl			IntermediateDirectory="Build\Release\bin"
10081082Sscottl			ConfigurationType="1"
101177557Semaste			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
10281082Sscottl			CharacterSet="2"
10381151Sscottl			>
10481082Sscottl			<Tool
10583114Sscottl				Name="VCPreBuildEventTool"
10682527Sscottl			/>
10782527Sscottl			<Tool
10865793Smsmith				Name="VCCustomBuildTool"
10965793Smsmith			/>
11065793Smsmith			<Tool
11165793Smsmith				Name="VCXMLDataGeneratorTool"
11265793Smsmith			/>
11365793Smsmith			<Tool
11465793Smsmith				Name="VCWebServiceProxyGeneratorTool"
11581082Sscottl			/>
11681082Sscottl			<Tool
117112679Sscottl				Name="VCMIDLTool"
11865793Smsmith			/>
11965793Smsmith			<Tool
120247570Smarius				Name="VCCLCompilerTool"
12183114Sscottl				AdditionalIncludeDirectories="../../include"
12283114Sscottl				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC"
12383114Sscottl				RuntimeLibrary="2"
12483114Sscottl				UsePrecompiledHeader="0"
12583114Sscottl				WarningLevel="3"
126112679Sscottl				Detect64BitPortabilityProblems="true"
127151086Sscottl				DebugInformationFormat="3"
128151086Sscottl			/>
12965793Smsmith			<Tool
13065793Smsmith				Name="VCManagedResourceCompilerTool"
131152388Sschweikh			/>
13265793Smsmith			<Tool
13365793Smsmith				Name="VCResourceCompilerTool"
13465793Smsmith			/>
13565793Smsmith			<Tool
13665793Smsmith				Name="VCPreLinkEventTool"
13781082Sscottl			/>
13881082Sscottl			<Tool
139112679Sscottl				Name="VCLinkerTool"
14065793Smsmith				OutputFile="$(OutDir)/example_reformatter.exe"
141151086Sscottl				LinkIncremental="1"
142151086Sscottl				GenerateDebugInformation="true"
143151086Sscottl				SubSystem="1"
14465793Smsmith				OptimizeReferences="2"
145247570Smarius				EnableCOMDATFolding="2"
14683114Sscottl				RandomizedBaseAddress="1"
14783114Sscottl				DataExecutionPrevention="0"
14883114Sscottl				TargetMachine="1"
14983114Sscottl			/>
15083114Sscottl			<Tool
151112679Sscottl				Name="VCALinkTool"
152151086Sscottl			/>
153151086Sscottl			<Tool
154151086Sscottl				Name="VCManifestTool"
155151086Sscottl			/>
15665793Smsmith			<Tool
15765793Smsmith				Name="VCXDCMakeTool"
158152388Sschweikh			/>
159133606Sscottl			<Tool
160133606Sscottl				Name="VCBscMakeTool"
161133606Sscottl			/>
162133606Sscottl			<Tool
163133606Sscottl				Name="VCFxCopTool"
164133606Sscottl			/>
165133606Sscottl			<Tool
166133606Sscottl				Name="VCAppVerifierTool"
167133606Sscottl			/>
168151086Sscottl			<Tool
169151086Sscottl				Name="VCPostBuildEventTool"
170151086Sscottl			/>
171133606Sscottl		</Configuration>
172247570Smarius	</Configurations>
173133606Sscottl	<References>
174133606Sscottl	</References>
175133606Sscottl	<Files>
176133606Sscottl		<Filter
177133606Sscottl			Name="Source Files"
178133606Sscottl			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
179151086Sscottl			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
180151086Sscottl			>
181151086Sscottl			<File
182151086Sscottl				RelativePath="..\..\tests\example-reformatter.c"
183133606Sscottl				>
184133606Sscottl			</File>
18565793Smsmith		</Filter>
186247570Smarius		<Filter
187247570Smarius			Name="Header Files"
18881082Sscottl			Filter="h;hpp;hxx;hm;inl;inc;xsd"
18965793Smsmith			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
19065793Smsmith			>
19165793Smsmith		</Filter>
19265793Smsmith		<Filter
19387183Sscottl			Name="Resource Files"
194212756Sattilio			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
19581082Sscottl			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
196177462Semaste			>
19781082Sscottl		</Filter>
19883114Sscottl	</Files>
19981189Sscottl	<Globals>
200174385Semaste	</Globals>
201174385Semaste</VisualStudioProject>
20281189Sscottl