]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/translit/translit.vcproj
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / samples / translit / translit.vcproj
CommitLineData
374ca955 1<?xml version="1.0" encoding="Windows-1252"?>
b75a7d8f
A
2<VisualStudioProject
3 ProjectType="Visual C++"
374ca955 4 Version="7.10"
b75a7d8f
A
5 Name="translit"
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 OptimizeForProcessor="2"
25 AdditionalIncludeDirectories="..\..\..\include"
26 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
27 BasicRuntimeChecks="3"
28 RuntimeLibrary="3"
29 UsePrecompiledHeader="2"
30 PrecompiledHeaderFile=".\Debug/translit.pch"
31 AssemblerListingLocation=".\Debug/"
32 ObjectFile=".\Debug/"
33 ProgramDataBaseFileName=".\Debug/"
34 WarningLevel="3"
35 SuppressStartupBanner="TRUE"
36 DebugInformationFormat="4"
37 CompileAs="0"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLinkerTool"
42 AdditionalOptions="/MACHINE:I386"
43 AdditionalDependencies="icuucd.lib icuind.lib"
44 OutputFile=".\Debug/translit.exe"
45 LinkIncremental="2"
46 SuppressStartupBanner="TRUE"
47 AdditionalLibraryDirectories="..\..\..\lib"
48 GenerateDebugInformation="TRUE"
49 ProgramDatabaseFile=".\Debug/translit.pdb"
50 SubSystem="1"/>
51 <Tool
52 Name="VCMIDLTool"
53 TypeLibraryName=".\Debug/translit.tlb"/>
54 <Tool
55 Name="VCPostBuildEventTool"/>
56 <Tool
57 Name="VCPreBuildEventTool"/>
58 <Tool
59 Name="VCPreLinkEventTool"/>
60 <Tool
61 Name="VCResourceCompilerTool"
62 PreprocessorDefinitions="_DEBUG"
63 Culture="1033"/>
64 <Tool
65 Name="VCWebServiceProxyGeneratorTool"/>
374ca955
A
66 <Tool
67 Name="VCXMLDataGeneratorTool"/>
b75a7d8f
A
68 <Tool
69 Name="VCWebDeploymentTool"/>
374ca955
A
70 <Tool
71 Name="VCManagedWrapperGeneratorTool"/>
72 <Tool
73 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
b75a7d8f
A
74 </Configuration>
75 <Configuration
76 Name="Release|Win32"
77 OutputDirectory=".\Release"
78 IntermediateDirectory=".\Release"
79 ConfigurationType="1"
80 UseOfMFC="0"
81 ATLMinimizesCRunTimeLibraryUsage="FALSE"
82 CharacterSet="2">
83 <Tool
84 Name="VCCLCompilerTool"
85 InlineFunctionExpansion="1"
86 OptimizeForProcessor="2"
87 AdditionalIncludeDirectories="..\..\..\include"
88 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
89 StringPooling="TRUE"
90 RuntimeLibrary="2"
91 EnableFunctionLevelLinking="TRUE"
92 UsePrecompiledHeader="2"
93 PrecompiledHeaderFile=".\Release/translit.pch"
94 AssemblerListingLocation=".\Release/"
95 ObjectFile=".\Release/"
96 ProgramDataBaseFileName=".\Release/"
97 WarningLevel="3"
98 SuppressStartupBanner="TRUE"
99 CompileAs="0"/>
100 <Tool
101 Name="VCCustomBuildTool"/>
102 <Tool
103 Name="VCLinkerTool"
104 AdditionalOptions="/MACHINE:I386"
105 AdditionalDependencies="icuuc.lib icuin.lib"
106 OutputFile=".\Release/translit.exe"
107 LinkIncremental="1"
108 SuppressStartupBanner="TRUE"
109 AdditionalLibraryDirectories="..\..\..\lib"
110 ProgramDatabaseFile=".\Release/translit.pdb"
111 SubSystem="1"/>
112 <Tool
113 Name="VCMIDLTool"
114 TypeLibraryName=".\Release/translit.tlb"/>
115 <Tool
116 Name="VCPostBuildEventTool"/>
117 <Tool
118 Name="VCPreBuildEventTool"/>
119 <Tool
120 Name="VCPreLinkEventTool"/>
121 <Tool
122 Name="VCResourceCompilerTool"
123 PreprocessorDefinitions="NDEBUG"
124 Culture="1033"/>
125 <Tool
126 Name="VCWebServiceProxyGeneratorTool"/>
374ca955
A
127 <Tool
128 Name="VCXMLDataGeneratorTool"/>
b75a7d8f
A
129 <Tool
130 Name="VCWebDeploymentTool"/>
374ca955
A
131 <Tool
132 Name="VCManagedWrapperGeneratorTool"/>
133 <Tool
134 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
b75a7d8f
A
135 </Configuration>
136 </Configurations>
374ca955
A
137 <References>
138 </References>
b75a7d8f
A
139 <Files>
140 <Filter
141 Name="Source Files"
142 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
143 <File
144 RelativePath=".\main.cpp">
145 </File>
146 <File
147 RelativePath=".\unaccent.cpp">
148 </File>
149 <File
150 RelativePath=".\util.cpp">
151 </File>
152 </Filter>
153 <Filter
154 Name="Header Files"
155 Filter="h;hpp;hxx;hm;inl">
156 <File
157 RelativePath=".\unaccent.h">
158 </File>
159 </Filter>
160 <Filter
161 Name="Resource Files"
162 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
163 </Filter>
164 </Files>
165 <Globals>
166 </Globals>
167</VisualStudioProject>