]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
b75a7d8f A |
2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | |
374ca955 | 4 | Version="7.10" |
b75a7d8f A |
5 | Name="ugrep" |
6 | SccProjectName="" | |
7 | SccLocalPath=""> | |
8 | <Platforms> | |
9 | <Platform | |
10 | Name="Win32"/> | |
11 | </Platforms> | |
12 | <Configurations> | |
13 | <Configuration | |
374ca955 A |
14 | Name="Release|Win32" |
15 | OutputDirectory=".\Release" | |
16 | IntermediateDirectory=".\Release" | |
b75a7d8f A |
17 | ConfigurationType="1" |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
374ca955 A |
23 | Optimization="2" |
24 | InlineFunctionExpansion="2" | |
b75a7d8f A |
25 | OptimizeForProcessor="2" |
26 | AdditionalIncludeDirectories="..\..\..\include" | |
374ca955 A |
27 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
28 | StringPooling="TRUE" | |
29 | RuntimeLibrary="2" | |
30 | EnableFunctionLevelLinking="TRUE" | |
73c04bcf | 31 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f | 32 | UsePrecompiledHeader="2" |
374ca955 A |
33 | PrecompiledHeaderFile=".\Release/ugrep.pch" |
34 | AssemblerListingLocation=".\Release/" | |
35 | ObjectFile=".\Release/" | |
36 | ProgramDataBaseFileName=".\Release/" | |
b75a7d8f A |
37 | WarningLevel="3" |
38 | SuppressStartupBanner="TRUE" | |
b75a7d8f A |
39 | CompileAs="0"/> |
40 | <Tool | |
41 | Name="VCCustomBuildTool"/> | |
42 | <Tool | |
43 | Name="VCLinkerTool" | |
374ca955 A |
44 | AdditionalOptions="/FIXED:NO" |
45 | AdditionalDependencies="icuuc.lib icuin.lib" | |
46 | OutputFile=".\Release/ugrep.exe" | |
47 | LinkIncremental="1" | |
b75a7d8f A |
48 | SuppressStartupBanner="TRUE" |
49 | AdditionalLibraryDirectories="../../../lib" | |
374ca955 A |
50 | ProgramDatabaseFile=".\Release/ugrep.pdb" |
51 | SubSystem="1" | |
52 | TargetMachine="1"/> | |
b75a7d8f A |
53 | <Tool |
54 | Name="VCMIDLTool" | |
374ca955 A |
55 | TypeLibraryName=".\Release/ugrep.tlb" |
56 | HeaderFileName=""/> | |
b75a7d8f A |
57 | <Tool |
58 | Name="VCPostBuildEventTool"/> | |
59 | <Tool | |
60 | Name="VCPreBuildEventTool"/> | |
61 | <Tool | |
62 | Name="VCPreLinkEventTool"/> | |
63 | <Tool | |
64 | Name="VCResourceCompilerTool" | |
374ca955 | 65 | PreprocessorDefinitions="NDEBUG" |
b75a7d8f A |
66 | Culture="1033"/> |
67 | <Tool | |
68 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
69 | <Tool |
70 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
71 | <Tool |
72 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
73 | <Tool |
74 | Name="VCManagedWrapperGeneratorTool"/> | |
75 | <Tool | |
76 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
77 | </Configuration> |
78 | <Configuration | |
374ca955 A |
79 | Name="Debug|Win32" |
80 | OutputDirectory=".\Debug" | |
81 | IntermediateDirectory=".\Debug" | |
b75a7d8f A |
82 | ConfigurationType="1" |
83 | UseOfMFC="0" | |
84 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
85 | CharacterSet="2"> | |
86 | <Tool | |
87 | Name="VCCLCompilerTool" | |
374ca955 | 88 | Optimization="0" |
b75a7d8f A |
89 | OptimizeForProcessor="2" |
90 | AdditionalIncludeDirectories="..\..\..\include" | |
374ca955 A |
91 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
92 | BasicRuntimeChecks="3" | |
93 | RuntimeLibrary="3" | |
73c04bcf | 94 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f | 95 | UsePrecompiledHeader="2" |
374ca955 A |
96 | PrecompiledHeaderFile=".\Debug/ugrep.pch" |
97 | AssemblerListingLocation=".\Debug/" | |
98 | ObjectFile=".\Debug/" | |
99 | ProgramDataBaseFileName=".\Debug/" | |
b75a7d8f A |
100 | WarningLevel="3" |
101 | SuppressStartupBanner="TRUE" | |
374ca955 | 102 | DebugInformationFormat="4" |
b75a7d8f A |
103 | CompileAs="0"/> |
104 | <Tool | |
105 | Name="VCCustomBuildTool"/> | |
106 | <Tool | |
107 | Name="VCLinkerTool" | |
374ca955 A |
108 | AdditionalDependencies="icuucd.lib icuind.lib" |
109 | OutputFile=".\Debug/ugrep.exe" | |
b75a7d8f A |
110 | SuppressStartupBanner="TRUE" |
111 | AdditionalLibraryDirectories="../../../lib" | |
374ca955 A |
112 | GenerateDebugInformation="TRUE" |
113 | ProgramDatabaseFile=".\Debug/ugrep.pdb" | |
114 | SubSystem="1" | |
115 | TargetMachine="1"/> | |
b75a7d8f A |
116 | <Tool |
117 | Name="VCMIDLTool" | |
374ca955 A |
118 | TypeLibraryName=".\Debug/ugrep.tlb" |
119 | HeaderFileName=""/> | |
b75a7d8f A |
120 | <Tool |
121 | Name="VCPostBuildEventTool"/> | |
122 | <Tool | |
123 | Name="VCPreBuildEventTool"/> | |
124 | <Tool | |
125 | Name="VCPreLinkEventTool"/> | |
126 | <Tool | |
127 | Name="VCResourceCompilerTool" | |
374ca955 | 128 | PreprocessorDefinitions="_DEBUG" |
b75a7d8f A |
129 | Culture="1033"/> |
130 | <Tool | |
131 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
132 | <Tool |
133 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
134 | <Tool |
135 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
136 | <Tool |
137 | Name="VCManagedWrapperGeneratorTool"/> | |
138 | <Tool | |
139 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
140 | </Configuration> |
141 | </Configurations> | |
374ca955 A |
142 | <References> |
143 | </References> | |
b75a7d8f A |
144 | <Files> |
145 | <Filter | |
146 | Name="Source Files" | |
147 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> | |
148 | <File | |
374ca955 A |
149 | RelativePath="ugrep.cpp"> |
150 | <FileConfiguration | |
151 | Name="Release|Win32"> | |
152 | <Tool | |
153 | Name="VCCLCompilerTool" | |
154 | Optimization="2" | |
155 | AdditionalIncludeDirectories="" | |
156 | PreprocessorDefinitions=""/> | |
157 | </FileConfiguration> | |
158 | <FileConfiguration | |
159 | Name="Debug|Win32"> | |
160 | <Tool | |
161 | Name="VCCLCompilerTool" | |
162 | Optimization="0" | |
163 | AdditionalIncludeDirectories="" | |
164 | PreprocessorDefinitions="" | |
165 | BasicRuntimeChecks="3"/> | |
166 | </FileConfiguration> | |
b75a7d8f A |
167 | </File> |
168 | </Filter> | |
169 | <Filter | |
170 | Name="Header Files" | |
171 | Filter="h;hpp;hxx;hm;inl"> | |
172 | </Filter> | |
173 | <Filter | |
174 | Name="Resource Files" | |
175 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
176 | </Filter> | |
177 | </Files> | |
178 | <Globals> | |
179 | </Globals> | |
180 | </VisualStudioProject> |