]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genuca/genuca.vcproj
ICU-3.13.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="7.00"
5 Name="genuca"
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 OptimizeForProcessor="2"
26 AdditionalIncludeDirectories="..\..\common,..\..\i18n,..\toolutil"
27 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
28 BasicRuntimeChecks="3"
29 RuntimeLibrary="3"
30 DisableLanguageExtensions="TRUE"
31 PrecompiledHeaderFile=".\Debug/genuca.pch"
32 AssemblerListingLocation=".\Debug/"
33 ObjectFile=".\Debug/"
34 ProgramDataBaseFileName=".\Debug/"
35 BrowseInformation="1"
36 WarningLevel="3"
37 SuppressStartupBanner="TRUE"
38 DebugInformationFormat="4"
39 CompileAs="0"/>
40 <Tool
41 Name="VCCustomBuildTool"
42 CommandLine="copy $(TargetPath) ..\..\..\bin
43 "
44 Outputs="..\..\..\bin\$(InputName).exe"/>
45 <Tool
46 Name="VCLinkerTool"
47 AdditionalOptions="/MACHINE:I386"
48 AdditionalDependencies="icuucd.lib icuind.lib icutud.lib"
49 OutputFile=".\Debug/genuca.exe"
50 LinkIncremental="2"
51 SuppressStartupBanner="TRUE"
52 AdditionalLibraryDirectories="..\..\..\lib"
53 GenerateDebugInformation="TRUE"
54 ProgramDatabaseFile=".\Debug/genuca.pdb"
55 SubSystem="1"/>
56 <Tool
57 Name="VCMIDLTool"
58 TypeLibraryName=".\Debug/genuca.tlb"/>
59 <Tool
60 Name="VCPostBuildEventTool"/>
61 <Tool
62 Name="VCPreBuildEventTool"/>
63 <Tool
64 Name="VCPreLinkEventTool"/>
65 <Tool
66 Name="VCResourceCompilerTool"
67 PreprocessorDefinitions="_DEBUG"
68 Culture="1033"/>
69 <Tool
70 Name="VCWebServiceProxyGeneratorTool"/>
71 <Tool
72 Name="VCWebDeploymentTool"/>
73 </Configuration>
74 <Configuration
75 Name="Release|Win32"
76 OutputDirectory=".\Release"
77 IntermediateDirectory=".\Release"
78 ConfigurationType="1"
79 UseOfMFC="0"
80 ATLMinimizesCRunTimeLibraryUsage="FALSE"
81 CharacterSet="2">
82 <Tool
83 Name="VCCLCompilerTool"
84 InlineFunctionExpansion="2"
85 ImproveFloatingPointConsistency="TRUE"
86 AdditionalIncludeDirectories="..\..\common,..\..\i18n,..\toolutil"
87 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
88 StringPooling="TRUE"
89 RuntimeLibrary="2"
90 EnableFunctionLevelLinking="TRUE"
91 DisableLanguageExtensions="TRUE"
92 PrecompiledHeaderFile=".\Release/genuca.pch"
93 AssemblerListingLocation=".\Release/"
94 ObjectFile=".\Release/"
95 ProgramDataBaseFileName=".\Release/"
96 WarningLevel="3"
97 SuppressStartupBanner="TRUE"
98 CompileAs="0"/>
99 <Tool
100 Name="VCCustomBuildTool"
101 CommandLine="copy $(TargetPath) ..\..\..\bin
102 "
103 Outputs="..\..\..\bin\$(InputName).exe"/>
104 <Tool
105 Name="VCLinkerTool"
106 AdditionalOptions="/MACHINE:I386"
107 AdditionalDependencies="icuin.lib icuuc.lib icutu.lib"
108 OutputFile=".\Release/genuca.exe"
109 LinkIncremental="1"
110 SuppressStartupBanner="TRUE"
111 AdditionalLibraryDirectories="..\toolutil\Release,..\..\..\lib"
112 ProgramDatabaseFile=".\Release/genuca.pdb"
113 SubSystem="1"/>
114 <Tool
115 Name="VCMIDLTool"
116 TypeLibraryName=".\Release/genuca.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="VCWebDeploymentTool"/>
131 </Configuration>
132 </Configurations>
133 <Files>
134 <Filter
135 Name="Source Files"
136 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
137 <File
138 RelativePath=".\genuca.cpp">
139 </File>
140 </Filter>
141 <Filter
142 Name="Header Files"
143 Filter="h;hpp;hxx;hm;inl">
144 <File
145 RelativePath=".\genuca.h">
146 </File>
147 </Filter>
148 <Filter
149 Name="Resource Files"
150 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
151 </Filter>
152 </Files>
153 <Globals>
154 </Globals>
155 </VisualStudioProject>