]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/makeconv/makeconv.vcproj
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / tools / makeconv / makeconv.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="makeconv"
6 ProjectGUID="{F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Debug|Win32"
18 OutputDirectory=".\Debug"
19 IntermediateDirectory=".\Debug"
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=".\Debug/makeconv.tlb"
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
48 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
49 BasicRuntimeChecks="3"
50 RuntimeLibrary="3"
51 BufferSecurityCheck="true"
52 DisableLanguageExtensions="true"
53 TreatWChar_tAsBuiltInType="true"
54 PrecompiledHeaderFile=".\Debug/makeconv.pch"
55 AssemblerListingLocation=".\Debug/"
56 ObjectFile=".\Debug/"
57 ProgramDataBaseFileName=".\Debug/"
58 BrowseInformation="1"
59 WarningLevel="3"
60 SuppressStartupBanner="true"
61 DebugInformationFormat="4"
62 CompileAs="0"
63 />
64 <Tool
65 Name="VCManagedResourceCompilerTool"
66 />
67 <Tool
68 Name="VCResourceCompilerTool"
69 PreprocessorDefinitions="_DEBUG"
70 Culture="1033"
71 />
72 <Tool
73 Name="VCPreLinkEventTool"
74 />
75 <Tool
76 Name="VCLinkerTool"
77 OutputFile=".\Debug/makeconv.exe"
78 LinkIncremental="2"
79 SuppressStartupBanner="true"
80 GenerateDebugInformation="true"
81 ProgramDatabaseFile=".\Debug/makeconv.pdb"
82 SubSystem="1"
83 />
84 <Tool
85 Name="VCALinkTool"
86 />
87 <Tool
88 Name="VCManifestTool"
89 UseFAT32Workaround="true"
90 />
91 <Tool
92 Name="VCXDCMakeTool"
93 />
94 <Tool
95 Name="VCBscMakeTool"
96 />
97 <Tool
98 Name="VCFxCopTool"
99 />
100 <Tool
101 Name="VCAppVerifierTool"
102 />
103 <Tool
104 Name="VCWebDeploymentTool"
105 />
106 <Tool
107 Name="VCPostBuildEventTool"
108 />
109 </Configuration>
110 <Configuration
111 Name="Release|Win32"
112 OutputDirectory=".\Release"
113 IntermediateDirectory=".\Release"
114 ConfigurationType="1"
115 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
116 UseOfMFC="0"
117 ATLMinimizesCRunTimeLibraryUsage="false"
118 CharacterSet="2"
119 >
120 <Tool
121 Name="VCPreBuildEventTool"
122 />
123 <Tool
124 Name="VCCustomBuildTool"
125 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
126 Outputs="..\..\..\bin\$(TargetFileName)"
127 />
128 <Tool
129 Name="VCXMLDataGeneratorTool"
130 />
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"
133 />
134 <Tool
135 Name="VCMIDLTool"
136 TypeLibraryName=".\Release/makeconv.tlb"
137 />
138 <Tool
139 Name="VCCLCompilerTool"
140 AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
141 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE=1"
142 StringPooling="true"
143 RuntimeLibrary="2"
144 DisableLanguageExtensions="true"
145 TreatWChar_tAsBuiltInType="true"
146 PrecompiledHeaderFile=".\Release/makeconv.pch"
147 AssemblerListingLocation=".\Release/"
148 ObjectFile=".\Release/"
149 ProgramDataBaseFileName=".\Release/"
150 WarningLevel="3"
151 SuppressStartupBanner="true"
152 CompileAs="0"
153 />
154 <Tool
155 Name="VCManagedResourceCompilerTool"
156 />
157 <Tool
158 Name="VCResourceCompilerTool"
159 PreprocessorDefinitions="NDEBUG"
160 Culture="1033"
161 />
162 <Tool
163 Name="VCPreLinkEventTool"
164 />
165 <Tool
166 Name="VCLinkerTool"
167 OutputFile=".\Release/makeconv.exe"
168 LinkIncremental="1"
169 SuppressStartupBanner="true"
170 ProgramDatabaseFile=".\Release/makeconv.pdb"
171 SubSystem="1"
172 />
173 <Tool
174 Name="VCALinkTool"
175 />
176 <Tool
177 Name="VCManifestTool"
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=".\gencnvex.c"
208 >
209 </File>
210 <File
211 RelativePath=".\genmbcs.c"
212 >
213 </File>
214 <File
215 RelativePath=".\makeconv.c"
216 >
217 </File>
218 <File
219 RelativePath=".\ucnvstat.c"
220 >
221 </File>
222 </Filter>
223 <Filter
224 Name="Header Files"
225 Filter="h;hpp;hxx;hm;inl"
226 >
227 <File
228 RelativePath=".\genmbcs.h"
229 >
230 </File>
231 <File
232 RelativePath=".\makeconv.h"
233 >
234 </File>
235 </Filter>
236 <Filter
237 Name="Resource Files"
238 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
239 >
240 </Filter>
241 </Files>
242 <Globals>
243 </Globals>
244 </VisualStudioProject>