]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genuca/genuca.vcproj
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / tools / genuca / genuca.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="genuca"
6 ProjectGUID="{86829694-A375-4C58-B4EA-96EF514E3225}"
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/genuca.tlb"
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\..\common;..\..\i18n;..\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/genuca.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/genuca.exe"
78 LinkIncremental="2"
79 SuppressStartupBanner="true"
80 GenerateDebugInformation="true"
81 ProgramDatabaseFile=".\Debug/genuca.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/genuca.tlb"
137 />
138 <Tool
139 Name="VCCLCompilerTool"
140 AdditionalIncludeDirectories="..\..\common;..\..\i18n;..\toolutil"
141 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
142 StringPooling="true"
143 RuntimeLibrary="2"
144 EnableFunctionLevelLinking="true"
145 DisableLanguageExtensions="true"
146 TreatWChar_tAsBuiltInType="true"
147 PrecompiledHeaderFile=".\Release/genuca.pch"
148 AssemblerListingLocation=".\Release/"
149 ObjectFile=".\Release/"
150 ProgramDataBaseFileName=".\Release/"
151 WarningLevel="3"
152 SuppressStartupBanner="true"
153 CompileAs="0"
154 />
155 <Tool
156 Name="VCManagedResourceCompilerTool"
157 />
158 <Tool
159 Name="VCResourceCompilerTool"
160 PreprocessorDefinitions="NDEBUG"
161 Culture="1033"
162 />
163 <Tool
164 Name="VCPreLinkEventTool"
165 />
166 <Tool
167 Name="VCLinkerTool"
168 OutputFile=".\Release/genuca.exe"
169 LinkIncremental="1"
170 SuppressStartupBanner="true"
171 ProgramDatabaseFile=".\Release/genuca.pdb"
172 SubSystem="1"
173 />
174 <Tool
175 Name="VCALinkTool"
176 />
177 <Tool
178 Name="VCManifestTool"
179 />
180 <Tool
181 Name="VCXDCMakeTool"
182 />
183 <Tool
184 Name="VCBscMakeTool"
185 />
186 <Tool
187 Name="VCFxCopTool"
188 />
189 <Tool
190 Name="VCAppVerifierTool"
191 />
192 <Tool
193 Name="VCWebDeploymentTool"
194 />
195 <Tool
196 Name="VCPostBuildEventTool"
197 />
198 </Configuration>
199 </Configurations>
200 <References>
201 </References>
202 <Files>
203 <Filter
204 Name="Source Files"
205 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
206 >
207 <File
208 RelativePath=".\genuca.cpp"
209 >
210 </File>
211 </Filter>
212 <Filter
213 Name="Header Files"
214 Filter="h;hpp;hxx;hm;inl"
215 >
216 <File
217 RelativePath=".\genuca.h"
218 >
219 </File>
220 </Filter>
221 <Filter
222 Name="Resource Files"
223 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
224 >
225 </Filter>
226 </Files>
227 <Globals>
228 </Globals>
229 </VisualStudioProject>