]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genrb/genrb.vcproj
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / tools / genrb / genrb.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="genrb"
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,..\..\..\source\common,..\toolutil,..\..\..\source\i18n"
26 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
27 RuntimeLibrary="2"
28 DisableLanguageExtensions="TRUE"
29 PrecompiledHeaderFile=".\Release/genrb.pch"
30 AssemblerListingLocation=".\Release/"
31 ObjectFile=".\Release/"
32 ProgramDataBaseFileName=".\Release/"
33 WarningLevel="3"
34 SuppressStartupBanner="TRUE"
35 CompileAs="0"/>
36 <Tool
37 Name="VCCustomBuildTool"
38 CommandLine="copy $(TargetPath) ..\..\..\bin
39 "
40 Outputs="..\..\..\bin\$(InputName).exe"/>
41 <Tool
42 Name="VCLinkerTool"
43 AdditionalOptions="/MACHINE:I386"
44 AdditionalDependencies="icuin.lib icuuc.lib icutu.lib"
45 OutputFile=".\Release/genrb.exe"
46 LinkIncremental="1"
47 SuppressStartupBanner="TRUE"
48 AdditionalLibraryDirectories="..\toolutil\Release,..\..\..\lib"
49 ProgramDatabaseFile=".\Release/genrb.pdb"
50 SubSystem="1"/>
51 <Tool
52 Name="VCMIDLTool"
53 TypeLibraryName=".\Release/genrb.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="VCWebDeploymentTool"/>
68 </Configuration>
69 <Configuration
70 Name="Debug|Win32"
71 OutputDirectory=".\Debug"
72 IntermediateDirectory=".\Debug"
73 ConfigurationType="1"
74 UseOfMFC="0"
75 ATLMinimizesCRunTimeLibraryUsage="FALSE"
76 CharacterSet="2">
77 <Tool
78 Name="VCCLCompilerTool"
79 Optimization="0"
80 ImproveFloatingPointConsistency="TRUE"
81 OptimizeForProcessor="2"
82 AdditionalIncludeDirectories="..\..\..\include,..\..\..\source\common,..\toolutil,..\..\..\source\i18n"
83 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
84 BasicRuntimeChecks="3"
85 RuntimeLibrary="3"
86 DisableLanguageExtensions="TRUE"
87 PrecompiledHeaderFile=".\Debug/genrb.pch"
88 AssemblerListingLocation=".\Debug/"
89 ObjectFile=".\Debug/"
90 ProgramDataBaseFileName=".\Debug/"
91 BrowseInformation="1"
92 WarningLevel="3"
93 SuppressStartupBanner="TRUE"
94 DebugInformationFormat="4"
95 CompileAs="0"/>
96 <Tool
97 Name="VCCustomBuildTool"
98 CommandLine="copy $(TargetPath) ..\..\..\bin
99 "
100 Outputs="..\..\..\bin\$(InputName).exe"/>
101 <Tool
102 Name="VCLinkerTool"
103 AdditionalOptions="/MACHINE:I386"
104 AdditionalDependencies="icuind.lib icuucd.lib icutud.lib"
105 OutputFile=".\Debug/genrb.exe"
106 LinkIncremental="2"
107 SuppressStartupBanner="TRUE"
108 AdditionalLibraryDirectories="..\toolutil\Debug,..\..\..\lib"
109 GenerateDebugInformation="TRUE"
110 ProgramDatabaseFile=".\Debug/genrb.pdb"
111 SubSystem="1"/>
112 <Tool
113 Name="VCMIDLTool"
114 TypeLibraryName=".\Debug/genrb.tlb"/>
115 <Tool
116 Name="VCPostBuildEventTool"/>
117 <Tool
118 Name="VCPreBuildEventTool"/>
119 <Tool
120 Name="VCPreLinkEventTool"/>
121 <Tool
122 Name="VCResourceCompilerTool"
123 PreprocessorDefinitions="_DEBUG"
124 Culture="1033"/>
125 <Tool
126 Name="VCWebServiceProxyGeneratorTool"/>
127 <Tool
128 Name="VCWebDeploymentTool"/>
129 </Configuration>
130 </Configurations>
131 <Files>
132 <Filter
133 Name="Source Files"
134 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
135 <File
136 RelativePath=".\errmsg.c">
137 </File>
138 <File
139 RelativePath=".\genrb.c">
140 </File>
141 <File
142 RelativePath=".\parse.c">
143 </File>
144 <File
145 RelativePath=".\read.c">
146 </File>
147 <File
148 RelativePath=".\reslist.c">
149 </File>
150 <File
151 RelativePath=".\rle.c">
152 </File>
153 <File
154 RelativePath=".\ustr.c">
155 </File>
156 <File
157 RelativePath=".\util.c">
158 </File>
159 <File
160 RelativePath=".\wrtjava.c">
161 </File>
162 <File
163 RelativePath=".\wrtxml.c">
164 </File>
165 </Filter>
166 <Filter
167 Name="Header Files"
168 Filter="h;hpp;hxx;hm;inl">
169 <File
170 RelativePath=".\errmsg.h">
171 </File>
172 <File
173 RelativePath=".\genrb.h">
174 </File>
175 <File
176 RelativePath=".\parse.h">
177 </File>
178 <File
179 RelativePath=".\read.h">
180 </File>
181 <File
182 RelativePath=".\reslist.h">
183 </File>
184 <File
185 RelativePath=".\rle.h">
186 </File>
187 <File
188 RelativePath=".\ustr.h">
189 </File>
190 <File
191 RelativePath=".\util.h">
192 </File>
193 </Filter>
194 <Filter
195 Name="Resource Files"
196 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
197 </Filter>
198 </Files>
199 <Globals>
200 </Globals>
201 </VisualStudioProject>