• 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="genperf"
6	ProjectGUID="{C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}"
7	RootNamespace="genperf"
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="$(PlatformName)\$(ConfigurationName)"
22			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
23			ConfigurationType="1"
24			InheritedPropertySheets="..\crt_secure_no_deprecate.vsprops"
25			CharacterSet="2"
26			>
27			<Tool
28				Name="VCPreBuildEventTool"
29			/>
30			<Tool
31				Name="VCCustomBuildTool"
32				CommandLine="run.bat &quot;$(TargetPath)&quot;"
33				Outputs="x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c"
34			/>
35			<Tool
36				Name="VCXMLDataGeneratorTool"
37			/>
38			<Tool
39				Name="VCWebServiceProxyGeneratorTool"
40			/>
41			<Tool
42				Name="VCMIDLTool"
43			/>
44			<Tool
45				Name="VCCLCompilerTool"
46				Optimization="0"
47				AdditionalIncludeDirectories="..,../../.."
48				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STDC_HEADERS"
49				MinimalRebuild="true"
50				BasicRuntimeChecks="3"
51				RuntimeLibrary="1"
52				UsePrecompiledHeader="0"
53				ProgramDataBaseFileName="$(IntDir)\"
54				WarningLevel="3"
55				DebugInformationFormat="4"
56				CompileAs="0"
57			/>
58			<Tool
59				Name="VCManagedResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCResourceCompilerTool"
63			/>
64			<Tool
65				Name="VCPreLinkEventTool"
66			/>
67			<Tool
68				Name="VCLinkerTool"
69				OutputFile="$(OutDir)/genperf.exe"
70				LinkIncremental="2"
71				GenerateDebugInformation="true"
72				ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
73				SubSystem="1"
74				RandomizedBaseAddress="1"
75				DataExecutionPrevention="0"
76				TargetMachine="1"
77			/>
78			<Tool
79				Name="VCALinkTool"
80			/>
81			<Tool
82				Name="VCManifestTool"
83			/>
84			<Tool
85				Name="VCXDCMakeTool"
86			/>
87			<Tool
88				Name="VCBscMakeTool"
89			/>
90			<Tool
91				Name="VCFxCopTool"
92			/>
93			<Tool
94				Name="VCAppVerifierTool"
95			/>
96			<Tool
97				Name="VCPostBuildEventTool"
98				CommandLine=""
99			/>
100		</Configuration>
101		<Configuration
102			Name="Release|Win32"
103			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
104			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
105			ConfigurationType="1"
106			InheritedPropertySheets="..\crt_secure_no_deprecate.vsprops"
107			CharacterSet="2"
108			>
109			<Tool
110				Name="VCPreBuildEventTool"
111			/>
112			<Tool
113				Name="VCCustomBuildTool"
114				CommandLine="run.bat &quot;$(TargetPath)&quot;"
115				Outputs="x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c"
116			/>
117			<Tool
118				Name="VCXMLDataGeneratorTool"
119			/>
120			<Tool
121				Name="VCWebServiceProxyGeneratorTool"
122			/>
123			<Tool
124				Name="VCMIDLTool"
125			/>
126			<Tool
127				Name="VCCLCompilerTool"
128				Optimization="3"
129				AdditionalIncludeDirectories="..,../../.."
130				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;STDC_HEADERS"
131				RuntimeLibrary="0"
132				UsePrecompiledHeader="0"
133				ProgramDataBaseFileName="$(IntDir)\"
134				WarningLevel="3"
135				DebugInformationFormat="3"
136				CompileAs="0"
137			/>
138			<Tool
139				Name="VCManagedResourceCompilerTool"
140			/>
141			<Tool
142				Name="VCResourceCompilerTool"
143			/>
144			<Tool
145				Name="VCPreLinkEventTool"
146			/>
147			<Tool
148				Name="VCLinkerTool"
149				OutputFile="$(OutDir)/genperf.exe"
150				LinkIncremental="1"
151				GenerateDebugInformation="false"
152				ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
153				SubSystem="1"
154				OptimizeReferences="2"
155				EnableCOMDATFolding="2"
156				RandomizedBaseAddress="1"
157				DataExecutionPrevention="0"
158				TargetMachine="1"
159			/>
160			<Tool
161				Name="VCALinkTool"
162			/>
163			<Tool
164				Name="VCManifestTool"
165			/>
166			<Tool
167				Name="VCXDCMakeTool"
168			/>
169			<Tool
170				Name="VCBscMakeTool"
171			/>
172			<Tool
173				Name="VCFxCopTool"
174			/>
175			<Tool
176				Name="VCAppVerifierTool"
177			/>
178			<Tool
179				Name="VCPostBuildEventTool"
180				CommandLine=""
181			/>
182		</Configuration>
183	</Configurations>
184	<References>
185	</References>
186	<Files>
187		<Filter
188			Name="Source Files"
189			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
190			UniqueIdentifier="{1062695D-1C50-4068-8313-73A409885BC1}"
191			>
192			<File
193				RelativePath="..\..\..\tools\genperf\genperf.c"
194				>
195			</File>
196			<File
197				RelativePath="..\..\..\tools\genperf\perfect.c"
198				>
199			</File>
200			<File
201				RelativePath="..\..\..\libyasm\phash.c"
202				>
203			</File>
204			<File
205				RelativePath="..\..\..\libyasm\xmalloc.c"
206				>
207			</File>
208			<File
209				RelativePath="..\..\..\libyasm\xstrdup.c"
210				>
211			</File>
212		</Filter>
213		<Filter
214			Name="Header Files"
215			Filter="h;hpp;hxx;hm;inl;inc;xsd"
216			UniqueIdentifier="{3C1E9AA8-6338-4CED-99F1-BEBA80607BD5}"
217			>
218			<File
219				RelativePath="..\..\..\tools\genperf\perfect.h"
220				>
221			</File>
222			<File
223				RelativePath="..\..\..\tools\genperf\standard.h"
224				>
225			</File>
226		</Filter>
227		<File
228			RelativePath=".\run.bat"
229			>
230		</File>
231	</Files>
232	<Globals>
233	</Globals>
234</VisualStudioProject>
235