• 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="ugrep"
6	ProjectGUID="{63166CEB-02CC-472C-B3B7-E6C559939BDA}"
7	TargetFrameworkVersion="131072"
8	>
9	<Platforms>
10		<Platform
11			Name="Win32"
12		/>
13		<Platform
14			Name="x64"
15		/>
16	</Platforms>
17	<ToolFiles>
18	</ToolFiles>
19	<Configurations>
20		<Configuration
21			Name="Release|Win32"
22			OutputDirectory=".\x86\Release"
23			IntermediateDirectory=".\x86\Release"
24			ConfigurationType="1"
25			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26			UseOfMFC="0"
27			ATLMinimizesCRunTimeLibraryUsage="false"
28			CharacterSet="2"
29			>
30			<Tool
31				Name="VCPreBuildEventTool"
32			/>
33			<Tool
34				Name="VCCustomBuildTool"
35			/>
36			<Tool
37				Name="VCXMLDataGeneratorTool"
38			/>
39			<Tool
40				Name="VCWebServiceProxyGeneratorTool"
41			/>
42			<Tool
43				Name="VCMIDLTool"
44				TypeLibraryName=".\x86\Release/ugrep.tlb"
45				HeaderFileName=""
46			/>
47			<Tool
48				Name="VCCLCompilerTool"
49				Optimization="2"
50				InlineFunctionExpansion="2"
51				AdditionalIncludeDirectories="..\..\..\include"
52				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
53				StringPooling="true"
54				RuntimeLibrary="2"
55				EnableFunctionLevelLinking="true"
56				TreatWChar_tAsBuiltInType="true"
57				UsePrecompiledHeader="0"
58				PrecompiledHeaderFile=".\x86\Release/ugrep.pch"
59				AssemblerListingLocation=".\x86\Release/"
60				ObjectFile=".\x86\Release/"
61				ProgramDataBaseFileName=".\x86\Release/"
62				WarningLevel="3"
63				SuppressStartupBanner="true"
64				CompileAs="0"
65			/>
66			<Tool
67				Name="VCManagedResourceCompilerTool"
68			/>
69			<Tool
70				Name="VCResourceCompilerTool"
71				PreprocessorDefinitions="NDEBUG"
72				Culture="1033"
73			/>
74			<Tool
75				Name="VCPreLinkEventTool"
76			/>
77			<Tool
78				Name="VCLinkerTool"
79				AdditionalOptions="/FIXED:NO"
80				AdditionalDependencies="icuuc.lib icuin.lib"
81				OutputFile=".\x86\Release/ugrep.exe"
82				LinkIncremental="1"
83				SuppressStartupBanner="true"
84				AdditionalLibraryDirectories="../../../lib"
85				ProgramDatabaseFile=".\x86\Release/ugrep.pdb"
86				SubSystem="1"
87				RandomizedBaseAddress="1"
88				DataExecutionPrevention="0"
89				TargetMachine="1"
90			/>
91			<Tool
92				Name="VCALinkTool"
93			/>
94			<Tool
95				Name="VCManifestTool"
96			/>
97			<Tool
98				Name="VCXDCMakeTool"
99			/>
100			<Tool
101				Name="VCBscMakeTool"
102			/>
103			<Tool
104				Name="VCFxCopTool"
105			/>
106			<Tool
107				Name="VCAppVerifierTool"
108			/>
109			<Tool
110				Name="VCPostBuildEventTool"
111			/>
112		</Configuration>
113		<Configuration
114			Name="Release|x64"
115			OutputDirectory=".\x64\Release"
116			IntermediateDirectory=".\x64\Release"
117			ConfigurationType="1"
118			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
119			UseOfMFC="0"
120			ATLMinimizesCRunTimeLibraryUsage="false"
121			CharacterSet="2"
122			>
123			<Tool
124				Name="VCPreBuildEventTool"
125			/>
126			<Tool
127				Name="VCCustomBuildTool"
128			/>
129			<Tool
130				Name="VCXMLDataGeneratorTool"
131			/>
132			<Tool
133				Name="VCWebServiceProxyGeneratorTool"
134			/>
135			<Tool
136				Name="VCMIDLTool"
137				TargetEnvironment="3"
138				TypeLibraryName=".\x64\Release/ugrep.tlb"
139				HeaderFileName=""
140			/>
141			<Tool
142				Name="VCCLCompilerTool"
143				Optimization="2"
144				InlineFunctionExpansion="2"
145				AdditionalIncludeDirectories="..\..\..\include"
146				PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
147				StringPooling="true"
148				RuntimeLibrary="2"
149				EnableFunctionLevelLinking="true"
150				TreatWChar_tAsBuiltInType="true"
151				UsePrecompiledHeader="0"
152				PrecompiledHeaderFile=".\x64\Release/ugrep.pch"
153				AssemblerListingLocation=".\x64\Release/"
154				ObjectFile=".\x64\Release/"
155				ProgramDataBaseFileName=".\x64\Release/"
156				WarningLevel="3"
157				SuppressStartupBanner="true"
158				CompileAs="0"
159			/>
160			<Tool
161				Name="VCManagedResourceCompilerTool"
162			/>
163			<Tool
164				Name="VCResourceCompilerTool"
165				PreprocessorDefinitions="NDEBUG"
166				Culture="1033"
167			/>
168			<Tool
169				Name="VCPreLinkEventTool"
170			/>
171			<Tool
172				Name="VCLinkerTool"
173				AdditionalOptions="/FIXED:NO"
174				AdditionalDependencies="icuuc.lib icuin.lib"
175				OutputFile=".\x64\Release/ugrep.exe"
176				LinkIncremental="1"
177				SuppressStartupBanner="true"
178				AdditionalLibraryDirectories="../../../lib64"
179				ProgramDatabaseFile=".\x64\Release/ugrep.pdb"
180				SubSystem="1"
181				RandomizedBaseAddress="1"
182				DataExecutionPrevention="0"
183				TargetMachine="17"
184			/>
185			<Tool
186				Name="VCALinkTool"
187			/>
188			<Tool
189				Name="VCManifestTool"
190			/>
191			<Tool
192				Name="VCXDCMakeTool"
193			/>
194			<Tool
195				Name="VCBscMakeTool"
196			/>
197			<Tool
198				Name="VCFxCopTool"
199			/>
200			<Tool
201				Name="VCAppVerifierTool"
202			/>
203			<Tool
204				Name="VCPostBuildEventTool"
205			/>
206		</Configuration>
207		<Configuration
208			Name="Debug|Win32"
209			OutputDirectory=".\x86\Debug"
210			IntermediateDirectory=".\x86\Debug"
211			ConfigurationType="1"
212			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
213			UseOfMFC="0"
214			ATLMinimizesCRunTimeLibraryUsage="false"
215			CharacterSet="2"
216			>
217			<Tool
218				Name="VCPreBuildEventTool"
219			/>
220			<Tool
221				Name="VCCustomBuildTool"
222			/>
223			<Tool
224				Name="VCXMLDataGeneratorTool"
225			/>
226			<Tool
227				Name="VCWebServiceProxyGeneratorTool"
228			/>
229			<Tool
230				Name="VCMIDLTool"
231				TypeLibraryName=".\x86\Debug/ugrep.tlb"
232				HeaderFileName=""
233			/>
234			<Tool
235				Name="VCCLCompilerTool"
236				Optimization="0"
237				AdditionalIncludeDirectories="..\..\..\include"
238				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
239				BasicRuntimeChecks="3"
240				RuntimeLibrary="3"
241				TreatWChar_tAsBuiltInType="true"
242				UsePrecompiledHeader="0"
243				PrecompiledHeaderFile=".\x86\Debug/ugrep.pch"
244				AssemblerListingLocation=".\x86\Debug/"
245				ObjectFile=".\x86\Debug/"
246				ProgramDataBaseFileName=".\x86\Debug/"
247				WarningLevel="3"
248				SuppressStartupBanner="true"
249				DebugInformationFormat="4"
250				CompileAs="0"
251			/>
252			<Tool
253				Name="VCManagedResourceCompilerTool"
254			/>
255			<Tool
256				Name="VCResourceCompilerTool"
257				PreprocessorDefinitions="_DEBUG"
258				Culture="1033"
259			/>
260			<Tool
261				Name="VCPreLinkEventTool"
262			/>
263			<Tool
264				Name="VCLinkerTool"
265				AdditionalDependencies="icuucd.lib icuind.lib"
266				OutputFile=".\x86\Debug/ugrep.exe"
267				SuppressStartupBanner="true"
268				AdditionalLibraryDirectories="../../../lib"
269				GenerateDebugInformation="true"
270				ProgramDatabaseFile=".\x86\Debug/ugrep.pdb"
271				SubSystem="1"
272				RandomizedBaseAddress="1"
273				DataExecutionPrevention="0"
274				TargetMachine="1"
275			/>
276			<Tool
277				Name="VCALinkTool"
278			/>
279			<Tool
280				Name="VCManifestTool"
281			/>
282			<Tool
283				Name="VCXDCMakeTool"
284			/>
285			<Tool
286				Name="VCBscMakeTool"
287			/>
288			<Tool
289				Name="VCFxCopTool"
290			/>
291			<Tool
292				Name="VCAppVerifierTool"
293			/>
294			<Tool
295				Name="VCPostBuildEventTool"
296			/>
297		</Configuration>
298		<Configuration
299			Name="Debug|x64"
300			OutputDirectory=".\x64\Debug"
301			IntermediateDirectory=".\x64\Debug"
302			ConfigurationType="1"
303			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
304			UseOfMFC="0"
305			ATLMinimizesCRunTimeLibraryUsage="false"
306			CharacterSet="2"
307			>
308			<Tool
309				Name="VCPreBuildEventTool"
310			/>
311			<Tool
312				Name="VCCustomBuildTool"
313			/>
314			<Tool
315				Name="VCXMLDataGeneratorTool"
316			/>
317			<Tool
318				Name="VCWebServiceProxyGeneratorTool"
319			/>
320			<Tool
321				Name="VCMIDLTool"
322				TargetEnvironment="3"
323				TypeLibraryName=".\x64\Debug/ugrep.tlb"
324				HeaderFileName=""
325			/>
326			<Tool
327				Name="VCCLCompilerTool"
328				Optimization="0"
329				AdditionalIncludeDirectories="..\..\..\include"
330				PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
331				BasicRuntimeChecks="3"
332				RuntimeLibrary="3"
333				TreatWChar_tAsBuiltInType="true"
334				UsePrecompiledHeader="0"
335				PrecompiledHeaderFile=".\x64\Debug/ugrep.pch"
336				AssemblerListingLocation=".\x64\Debug/"
337				ObjectFile=".\x64\Debug/"
338				ProgramDataBaseFileName=".\x64\Debug/"
339				WarningLevel="3"
340				SuppressStartupBanner="true"
341				DebugInformationFormat="3"
342				CompileAs="0"
343			/>
344			<Tool
345				Name="VCManagedResourceCompilerTool"
346			/>
347			<Tool
348				Name="VCResourceCompilerTool"
349				PreprocessorDefinitions="_DEBUG"
350				Culture="1033"
351			/>
352			<Tool
353				Name="VCPreLinkEventTool"
354			/>
355			<Tool
356				Name="VCLinkerTool"
357				AdditionalDependencies="icuucd.lib icuind.lib"
358				OutputFile=".\x64\Debug/ugrep.exe"
359				SuppressStartupBanner="true"
360				AdditionalLibraryDirectories="../../../lib64"
361				GenerateDebugInformation="true"
362				ProgramDatabaseFile=".\x64\Debug/ugrep.pdb"
363				SubSystem="1"
364				RandomizedBaseAddress="1"
365				DataExecutionPrevention="0"
366				TargetMachine="17"
367			/>
368			<Tool
369				Name="VCALinkTool"
370			/>
371			<Tool
372				Name="VCManifestTool"
373			/>
374			<Tool
375				Name="VCXDCMakeTool"
376			/>
377			<Tool
378				Name="VCBscMakeTool"
379			/>
380			<Tool
381				Name="VCFxCopTool"
382			/>
383			<Tool
384				Name="VCAppVerifierTool"
385			/>
386			<Tool
387				Name="VCPostBuildEventTool"
388			/>
389		</Configuration>
390	</Configurations>
391	<References>
392	</References>
393	<Files>
394		<Filter
395			Name="Source Files"
396			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
397			>
398			<File
399				RelativePath="ugrep.cpp"
400				>
401				<FileConfiguration
402					Name="Release|Win32"
403					>
404					<Tool
405						Name="VCCLCompilerTool"
406						Optimization="2"
407						AdditionalIncludeDirectories=""
408						PreprocessorDefinitions=""
409					/>
410				</FileConfiguration>
411				<FileConfiguration
412					Name="Release|x64"
413					>
414					<Tool
415						Name="VCCLCompilerTool"
416						Optimization="2"
417						AdditionalIncludeDirectories=""
418						PreprocessorDefinitions=""
419					/>
420				</FileConfiguration>
421				<FileConfiguration
422					Name="Debug|Win32"
423					>
424					<Tool
425						Name="VCCLCompilerTool"
426						Optimization="0"
427						AdditionalIncludeDirectories=""
428						PreprocessorDefinitions=""
429						BasicRuntimeChecks="3"
430					/>
431				</FileConfiguration>
432				<FileConfiguration
433					Name="Debug|x64"
434					>
435					<Tool
436						Name="VCCLCompilerTool"
437						Optimization="0"
438						AdditionalIncludeDirectories=""
439						PreprocessorDefinitions=""
440						BasicRuntimeChecks="3"
441					/>
442				</FileConfiguration>
443			</File>
444		</Filter>
445		<Filter
446			Name="Header Files"
447			Filter="h;hpp;hxx;hm;inl"
448			>
449		</Filter>
450		<Filter
451			Name="Resource Files"
452			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
453			>
454		</Filter>
455	</Files>
456	<Globals>
457	</Globals>
458</VisualStudioProject>
459