]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/gensprep/gensprep.vcproj
ICU-400.38.tar.gz
[apple/icu.git] / icuSources / tools / gensprep / gensprep.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="gensprep"
6 ProjectGUID="{631C23CE-6C1D-4875-88F0-85E0A42B36EA}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Release|Win32"
18 OutputDirectory=".\Release"
19 IntermediateDirectory=".\Release"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
32 Outputs="..\..\..\bin\$(TargetFileName)"
33 />
34 <Tool
35 Name="VCXMLDataGeneratorTool"
36 />
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
39 />
40 <Tool
41 Name="VCMIDLTool"
42 TypeLibraryName=".\Release/gensprep.tlb"
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 AdditionalIncludeDirectories="..\..\common;..\toolutil"
47 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
48 StringPooling="true"
49 RuntimeLibrary="2"
50 EnableFunctionLevelLinking="true"
51 DisableLanguageExtensions="true"
52 TreatWChar_tAsBuiltInType="true"
53 PrecompiledHeaderFile=".\Release/gensprep.pch"
54 AssemblerListingLocation=".\Release/"
55 ObjectFile=".\Release/"
56 ProgramDataBaseFileName=".\Release/"
57 WarningLevel="3"
58 SuppressStartupBanner="true"
59 CompileAs="0"
60 />
61 <Tool
62 Name="VCManagedResourceCompilerTool"
63 />
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="NDEBUG"
67 Culture="1033"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
72 <Tool
73 Name="VCLinkerTool"
74 OutputFile=".\Release/gensprep.exe"
75 LinkIncremental="1"
76 SuppressStartupBanner="true"
77 ProgramDatabaseFile=".\Release/gensprep.pdb"
78 SubSystem="1"
79 />
80 <Tool
81 Name="VCALinkTool"
82 />
83 <Tool
84 Name="VCManifestTool"
85 />
86 <Tool
87 Name="VCXDCMakeTool"
88 />
89 <Tool
90 Name="VCBscMakeTool"
91 />
92 <Tool
93 Name="VCFxCopTool"
94 />
95 <Tool
96 Name="VCAppVerifierTool"
97 />
98 <Tool
99 Name="VCWebDeploymentTool"
100 />
101 <Tool
102 Name="VCPostBuildEventTool"
103 />
104 </Configuration>
105 <Configuration
106 Name="Debug|Win32"
107 OutputDirectory=".\Debug"
108 IntermediateDirectory=".\Debug"
109 ConfigurationType="1"
110 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
111 UseOfMFC="0"
112 ATLMinimizesCRunTimeLibraryUsage="false"
113 CharacterSet="2"
114 >
115 <Tool
116 Name="VCPreBuildEventTool"
117 />
118 <Tool
119 Name="VCCustomBuildTool"
120 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
121 Outputs="..\..\..\bin\$(TargetFileName)"
122 />
123 <Tool
124 Name="VCXMLDataGeneratorTool"
125 />
126 <Tool
127 Name="VCWebServiceProxyGeneratorTool"
128 />
129 <Tool
130 Name="VCMIDLTool"
131 TypeLibraryName=".\Debug/gensprep.tlb"
132 />
133 <Tool
134 Name="VCCLCompilerTool"
135 Optimization="0"
136 AdditionalIncludeDirectories="..\..\common;..\toolutil"
137 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
138 BasicRuntimeChecks="3"
139 RuntimeLibrary="3"
140 BufferSecurityCheck="true"
141 DisableLanguageExtensions="true"
142 TreatWChar_tAsBuiltInType="true"
143 PrecompiledHeaderFile=".\Debug/gensprep.pch"
144 AssemblerListingLocation=".\Debug/"
145 ObjectFile=".\Debug/"
146 ProgramDataBaseFileName=".\Debug/"
147 WarningLevel="3"
148 SuppressStartupBanner="true"
149 DebugInformationFormat="4"
150 CompileAs="0"
151 />
152 <Tool
153 Name="VCManagedResourceCompilerTool"
154 />
155 <Tool
156 Name="VCResourceCompilerTool"
157 PreprocessorDefinitions="_DEBUG"
158 Culture="1033"
159 />
160 <Tool
161 Name="VCPreLinkEventTool"
162 />
163 <Tool
164 Name="VCLinkerTool"
165 OutputFile=".\Debug/gensprep.exe"
166 LinkIncremental="2"
167 SuppressStartupBanner="true"
168 GenerateDebugInformation="true"
169 ProgramDatabaseFile=".\Debug/gensprep.pdb"
170 SubSystem="1"
171 />
172 <Tool
173 Name="VCALinkTool"
174 />
175 <Tool
176 Name="VCManifestTool"
177 UseFAT32Workaround="true"
178 />
179 <Tool
180 Name="VCXDCMakeTool"
181 />
182 <Tool
183 Name="VCBscMakeTool"
184 />
185 <Tool
186 Name="VCFxCopTool"
187 />
188 <Tool
189 Name="VCAppVerifierTool"
190 />
191 <Tool
192 Name="VCWebDeploymentTool"
193 />
194 <Tool
195 Name="VCPostBuildEventTool"
196 />
197 </Configuration>
198 </Configurations>
199 <References>
200 </References>
201 <Files>
202 <Filter
203 Name="Source Files"
204 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
205 >
206 <File
207 RelativePath=".\gensprep.c"
208 >
209 </File>
210 <File
211 RelativePath=".\store.c"
212 >
213 </File>
214 </Filter>
215 <Filter
216 Name="Header Files"
217 Filter="h;hpp;hxx;hm;inl"
218 >
219 <File
220 RelativePath=".\gensprep.h"
221 >
222 </File>
223 </Filter>
224 <Filter
225 Name="Resource Files"
226 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
227 >
228 </Filter>
229 </Files>
230 <Globals>
231 </Globals>
232 </VisualStudioProject>