]> git.saurik.com Git - apple/icu.git/blob - icuSources/extra/uconv/uconv.vcproj
ICU-6.2.22.tar.gz
[apple/icu.git] / icuSources / extra / uconv / uconv.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="uconv"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\Release"
16 IntermediateDirectory=".\Release"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 InlineFunctionExpansion="2"
24 ImproveFloatingPointConsistency="TRUE"
25 AdditionalIncludeDirectories="..\..\..\include,..\..\common"
26 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,UCONVMSG_LINK"
27 StringPooling="TRUE"
28 RuntimeLibrary="2"
29 EnableFunctionLevelLinking="TRUE"
30 PrecompiledHeaderFile=".\Release/uconv.pch"
31 AssemblerListingLocation=".\Release/"
32 ObjectFile=".\Release/"
33 ProgramDataBaseFileName=".\Release/"
34 WarningLevel="3"
35 SuppressStartupBanner="TRUE"
36 CompileAs="0"/>
37 <Tool
38 Name="VCCustomBuildTool"
39 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin
40 "
41 Outputs="$(ProjectDir)..\..\..\bin\$(TargetFileName)"/>
42 <Tool
43 Name="VCLinkerTool"
44 AdditionalDependencies="uconvmsg.lib"
45 OutputFile=".\Release/uconv.exe"
46 LinkIncremental="1"
47 SuppressStartupBanner="TRUE"
48 AdditionalLibraryDirectories="Release"
49 ProgramDatabaseFile=".\Release/uconv.pdb"
50 SubSystem="1"/>
51 <Tool
52 Name="VCMIDLTool"
53 TypeLibraryName=".\Release/uconv.tlb"/>
54 <Tool
55 Name="VCPostBuildEventTool"/>
56 <Tool
57 Name="VCPreBuildEventTool"/>
58 <Tool
59 Name="VCPreLinkEventTool"/>
60 <Tool
61 Name="VCResourceCompilerTool"
62 PreprocessorDefinitions="NDEBUG"
63 Culture="1033"/>
64 <Tool
65 Name="VCWebServiceProxyGeneratorTool"/>
66 <Tool
67 Name="VCXMLDataGeneratorTool"/>
68 <Tool
69 Name="VCWebDeploymentTool"/>
70 <Tool
71 Name="VCManagedWrapperGeneratorTool"/>
72 <Tool
73 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
74 </Configuration>
75 <Configuration
76 Name="Debug|Win32"
77 OutputDirectory=".\Debug"
78 IntermediateDirectory=".\Debug"
79 ConfigurationType="1"
80 UseOfMFC="0"
81 ATLMinimizesCRunTimeLibraryUsage="FALSE"
82 CharacterSet="2">
83 <Tool
84 Name="VCCLCompilerTool"
85 Optimization="0"
86 OptimizeForProcessor="2"
87 AdditionalIncludeDirectories="..\..\..\include,..\..\common"
88 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,UCONVMSG_LINK"
89 BasicRuntimeChecks="3"
90 RuntimeLibrary="3"
91 PrecompiledHeaderFile=".\Debug/uconv.pch"
92 AssemblerListingLocation=".\Debug/"
93 ObjectFile=".\Debug/"
94 ProgramDataBaseFileName=".\Debug/"
95 WarningLevel="3"
96 SuppressStartupBanner="TRUE"
97 DebugInformationFormat="4"
98 CompileAs="0"/>
99 <Tool
100 Name="VCCustomBuildTool"
101 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin
102 "
103 Outputs="$(ProjectDir)..\..\..\bin\$(TargetFileName)"/>
104 <Tool
105 Name="VCLinkerTool"
106 AdditionalDependencies="uconvmsg.lib"
107 OutputFile=".\Debug/uconv.exe"
108 LinkIncremental="2"
109 SuppressStartupBanner="TRUE"
110 AdditionalLibraryDirectories="Debug"
111 GenerateDebugInformation="TRUE"
112 ProgramDatabaseFile=".\Debug/uconv.pdb"
113 SubSystem="1"/>
114 <Tool
115 Name="VCMIDLTool"
116 TypeLibraryName=".\Debug/uconv.tlb"/>
117 <Tool
118 Name="VCPostBuildEventTool"/>
119 <Tool
120 Name="VCPreBuildEventTool"/>
121 <Tool
122 Name="VCPreLinkEventTool"/>
123 <Tool
124 Name="VCResourceCompilerTool"
125 PreprocessorDefinitions="_DEBUG"
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=".\uconv.cpp">
147 </File>
148 <File
149 RelativePath=".\uwmsg.c">
150 </File>
151 </Filter>
152 <Filter
153 Name="Header Files"
154 Filter="h;hpp;hxx;hm;inl">
155 <File
156 RelativePath=".\unicode\uwmsg.h">
157 </File>
158 </Filter>
159 <Filter
160 Name="Resource Bundles"
161 Filter="txt">
162 <File
163 RelativePath=".\resources\fr.txt">
164 </File>
165 <File
166 RelativePath=".\resources\root.txt">
167 </File>
168 </Filter>
169 <Filter
170 Name="Build Scripts"
171 Filter="mak;mk;bat">
172 <File
173 RelativePath=".\makedata.mak">
174 <FileConfiguration
175 Name="Release|Win32">
176 <Tool
177 Name="VCCustomBuildTool"
178 CommandLine="nmake /nologo /f $(InputName).mak icup=&quot;$(ProjectDir)..\..\..&quot; CFG=Release
179 "
180 Outputs="Release/uconvmsg.lib"/>
181 </FileConfiguration>
182 <FileConfiguration
183 Name="Debug|Win32">
184 <Tool
185 Name="VCCustomBuildTool"
186 CommandLine="nmake /nologo /f $(InputName).mak icup=&quot;$(ProjectDir)..\..\..&quot; CFG=Debug
187 "
188 Outputs="Debug/uconvmsg.lib"/>
189 </FileConfiguration>
190 </File>
191 <File
192 RelativePath=".\resfiles.mk">
193 </File>
194 </Filter>
195 </Files>
196 <Globals>
197 </Globals>
198 </VisualStudioProject>