]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/makeconv/makeconv.vcproj
ICU-8.11.4.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="7.10"
5 Name="makeconv"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\Debug"
16 IntermediateDirectory=".\Debug"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 ImproveFloatingPointConsistency="TRUE"
25 AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
26 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
27 BasicRuntimeChecks="3"
28 RuntimeLibrary="3"
29 BufferSecurityCheck="TRUE"
30 DisableLanguageExtensions="TRUE"
31 TreatWChar_tAsBuiltInType="TRUE"
32 PrecompiledHeaderFile=".\Debug/makeconv.pch"
33 AssemblerListingLocation=".\Debug/"
34 ObjectFile=".\Debug/"
35 ProgramDataBaseFileName=".\Debug/"
36 BrowseInformation="1"
37 WarningLevel="3"
38 SuppressStartupBanner="TRUE"
39 DebugInformationFormat="4"
40 CompileAs="0"/>
41 <Tool
42 Name="VCCustomBuildTool"
43 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin
44 "
45 Outputs="..\..\..\bin\$(TargetFileName)"/>
46 <Tool
47 Name="VCLinkerTool"
48 OutputFile=".\Debug/makeconv.exe"
49 LinkIncremental="2"
50 SuppressStartupBanner="TRUE"
51 GenerateDebugInformation="TRUE"
52 ProgramDatabaseFile=".\Debug/makeconv.pdb"
53 SubSystem="1"/>
54 <Tool
55 Name="VCMIDLTool"
56 TypeLibraryName=".\Debug/makeconv.tlb"/>
57 <Tool
58 Name="VCPostBuildEventTool"/>
59 <Tool
60 Name="VCPreBuildEventTool"/>
61 <Tool
62 Name="VCPreLinkEventTool"/>
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="_DEBUG"
66 Culture="1033"/>
67 <Tool
68 Name="VCWebServiceProxyGeneratorTool"/>
69 <Tool
70 Name="VCXMLDataGeneratorTool"/>
71 <Tool
72 Name="VCWebDeploymentTool"/>
73 <Tool
74 Name="VCManagedWrapperGeneratorTool"/>
75 <Tool
76 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
77 </Configuration>
78 <Configuration
79 Name="Release|Win32"
80 OutputDirectory=".\Release"
81 IntermediateDirectory=".\Release"
82 ConfigurationType="1"
83 UseOfMFC="0"
84 ATLMinimizesCRunTimeLibraryUsage="FALSE"
85 CharacterSet="2">
86 <Tool
87 Name="VCCLCompilerTool"
88 ImproveFloatingPointConsistency="TRUE"
89 AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
90 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
91 StringPooling="TRUE"
92 RuntimeLibrary="2"
93 DisableLanguageExtensions="TRUE"
94 TreatWChar_tAsBuiltInType="TRUE"
95 PrecompiledHeaderFile=".\Release/makeconv.pch"
96 AssemblerListingLocation=".\Release/"
97 ObjectFile=".\Release/"
98 ProgramDataBaseFileName=".\Release/"
99 WarningLevel="3"
100 SuppressStartupBanner="TRUE"
101 CompileAs="0"/>
102 <Tool
103 Name="VCCustomBuildTool"
104 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin
105 "
106 Outputs="..\..\..\bin\$(TargetFileName)"/>
107 <Tool
108 Name="VCLinkerTool"
109 OutputFile=".\Release/makeconv.exe"
110 LinkIncremental="1"
111 SuppressStartupBanner="TRUE"
112 ProgramDatabaseFile=".\Release/makeconv.pdb"
113 SubSystem="1"/>
114 <Tool
115 Name="VCMIDLTool"
116 TypeLibraryName=".\Release/makeconv.tlb"/>
117 <Tool
118 Name="VCPostBuildEventTool"/>
119 <Tool
120 Name="VCPreBuildEventTool"/>
121 <Tool
122 Name="VCPreLinkEventTool"/>
123 <Tool
124 Name="VCResourceCompilerTool"
125 PreprocessorDefinitions="NDEBUG"
126 Culture="1033"/>
127 <Tool
128 Name="VCWebServiceProxyGeneratorTool"/>
129 <Tool
130 Name="VCXMLDataGeneratorTool"/>
131 <Tool
132 Name="VCWebDeploymentTool"/>
133 <Tool
134 Name="VCManagedWrapperGeneratorTool"/>
135 <Tool
136 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
137 </Configuration>
138 </Configurations>
139 <References>
140 </References>
141 <Files>
142 <Filter
143 Name="Source Files"
144 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
145 <File
146 RelativePath=".\gencnvex.c">
147 </File>
148 <File
149 RelativePath=".\genmbcs.c">
150 </File>
151 <File
152 RelativePath=".\makeconv.c">
153 </File>
154 <File
155 RelativePath=".\ucnvstat.c">
156 </File>
157 </Filter>
158 <Filter
159 Name="Header Files"
160 Filter="h;hpp;hxx;hm;inl">
161 <File
162 RelativePath=".\genmbcs.h">
163 </File>
164 <File
165 RelativePath=".\makeconv.h">
166 </File>
167 </Filter>
168 <Filter
169 Name="Resource Files"
170 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
171 </Filter>
172 </Files>
173 <Globals>
174 </Globals>
175 </VisualStudioProject>