ICU-3.13.tar.gz
[apple/icu.git] / icuSources / extra / uconv / uconv.vcproj
CommitLineData
b75a7d8f
A
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
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 $(TargetPath) ..\..\..\bin
40"
41 Outputs="$(ProjectDir)..\..\..\bin\$(InputName).exe"/>
42 <Tool
43 Name="VCLinkerTool"
44 AdditionalOptions="/MACHINE:I386"
45 AdditionalDependencies="icuuc.lib icuin.lib uconvmsg.lib"
46 OutputFile=".\Release/uconv.exe"
47 LinkIncremental="1"
48 SuppressStartupBanner="TRUE"
49 AdditionalLibraryDirectories="..\..\..\lib,Release"
50 ProgramDatabaseFile=".\Release/uconv.pdb"
51 SubSystem="1"/>
52 <Tool
53 Name="VCMIDLTool"
54 TypeLibraryName=".\Release/uconv.tlb"/>
55 <Tool
56 Name="VCPostBuildEventTool"/>
57 <Tool
58 Name="VCPreBuildEventTool"/>
59 <Tool
60 Name="VCPreLinkEventTool"/>
61 <Tool
62 Name="VCResourceCompilerTool"
63 PreprocessorDefinitions="NDEBUG"
64 Culture="1033"/>
65 <Tool
66 Name="VCWebServiceProxyGeneratorTool"/>
67 <Tool
68 Name="VCWebDeploymentTool"/>
69 </Configuration>
70 <Configuration
71 Name="Debug|Win32"
72 OutputDirectory=".\Debug"
73 IntermediateDirectory=".\Debug"
74 ConfigurationType="1"
75 UseOfMFC="0"
76 ATLMinimizesCRunTimeLibraryUsage="FALSE"
77 CharacterSet="2">
78 <Tool
79 Name="VCCLCompilerTool"
80 Optimization="0"
81 OptimizeForProcessor="2"
82 AdditionalIncludeDirectories="..\..\..\include,..\..\common"
83 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,UCONVMSG_LINK"
84 BasicRuntimeChecks="3"
85 RuntimeLibrary="3"
86 PrecompiledHeaderFile=".\Debug/uconv.pch"
87 AssemblerListingLocation=".\Debug/"
88 ObjectFile=".\Debug/"
89 ProgramDataBaseFileName=".\Debug/"
90 WarningLevel="3"
91 SuppressStartupBanner="TRUE"
92 DebugInformationFormat="4"
93 CompileAs="0"/>
94 <Tool
95 Name="VCCustomBuildTool"/>
96 <Tool
97 Name="VCLinkerTool"
98 AdditionalOptions="/MACHINE:I386"
99 AdditionalDependencies="icuucd.lib icuind.lib uconvmsg.lib"
100 OutputFile=".\Debug/uconv.exe"
101 LinkIncremental="2"
102 SuppressStartupBanner="TRUE"
103 AdditionalLibraryDirectories="..\..\..\lib,Debug"
104 GenerateDebugInformation="TRUE"
105 ProgramDatabaseFile=".\Debug/uconv.pdb"
106 SubSystem="1"/>
107 <Tool
108 Name="VCMIDLTool"
109 TypeLibraryName=".\Debug/uconv.tlb"/>
110 <Tool
111 Name="VCPostBuildEventTool"/>
112 <Tool
113 Name="VCPreBuildEventTool"/>
114 <Tool
115 Name="VCPreLinkEventTool"/>
116 <Tool
117 Name="VCResourceCompilerTool"
118 PreprocessorDefinitions="_DEBUG"
119 Culture="1033"/>
120 <Tool
121 Name="VCWebServiceProxyGeneratorTool"/>
122 <Tool
123 Name="VCWebDeploymentTool"/>
124 </Configuration>
125 </Configurations>
126 <Files>
127 <Filter
128 Name="Source Files"
129 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
130 <File
131 RelativePath=".\uconv.cpp">
132 </File>
133 <File
134 RelativePath=".\uwmsg.c">
135 </File>
136 </Filter>
137 <Filter
138 Name="Header Files"
139 Filter="h;hpp;hxx;hm;inl">
140 <File
141 RelativePath=".\unicode\uwmsg.h">
142 </File>
143 </Filter>
144 <Filter
145 Name="Resource Bundles"
146 Filter="txt">
147 <File
148 RelativePath=".\resources\fr.txt">
149 </File>
150 <File
151 RelativePath=".\resources\root.txt">
152 </File>
153 </Filter>
154 <Filter
155 Name="Build Scripts"
156 Filter="mak;mk;bat">
157 <File
158 RelativePath=".\makedata.mak">
159 <FileConfiguration
160 Name="Release|Win32">
161 <Tool
162 Name="VCCustomBuildTool"
163 CommandLine="nmake /nologo /f $(InputName).mak icup=$(ProjectDir)..\..\.. CFG=Release
164"
165 Outputs="Release/uconvmsg.lib"/>
166 </FileConfiguration>
167 <FileConfiguration
168 Name="Debug|Win32">
169 <Tool
170 Name="VCCustomBuildTool"
171 CommandLine="nmake /nologo /f $(InputName).mak icup=$(ProjectDir)..\..\.. CFG=Debug
172"
173 Outputs="Debug/uconvmsg.lib"/>
174 </FileConfiguration>
175 </File>
176 <File
177 RelativePath=".\resfiles.mk">
178 </File>
179 </Filter>
180 </Files>
181 <Globals>
182 </Globals>
183</VisualStudioProject>