]> git.saurik.com Git - apple/icu.git/blob - icuSources/samples/translit/translit.vcproj
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / samples / translit / translit.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
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"/>
66 <Tool
67 Name="VCWebDeploymentTool"/>
68 </Configuration>
69 <Configuration
70 Name="Release|Win32"
71 OutputDirectory=".\Release"
72 IntermediateDirectory=".\Release"
73 ConfigurationType="1"
74 UseOfMFC="0"
75 ATLMinimizesCRunTimeLibraryUsage="FALSE"
76 CharacterSet="2">
77 <Tool
78 Name="VCCLCompilerTool"
79 InlineFunctionExpansion="1"
80 OptimizeForProcessor="2"
81 AdditionalIncludeDirectories="..\..\..\include"
82 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
83 StringPooling="TRUE"
84 RuntimeLibrary="2"
85 EnableFunctionLevelLinking="TRUE"
86 UsePrecompiledHeader="2"
87 PrecompiledHeaderFile=".\Release/translit.pch"
88 AssemblerListingLocation=".\Release/"
89 ObjectFile=".\Release/"
90 ProgramDataBaseFileName=".\Release/"
91 WarningLevel="3"
92 SuppressStartupBanner="TRUE"
93 CompileAs="0"/>
94 <Tool
95 Name="VCCustomBuildTool"/>
96 <Tool
97 Name="VCLinkerTool"
98 AdditionalOptions="/MACHINE:I386"
99 AdditionalDependencies="icuuc.lib icuin.lib"
100 OutputFile=".\Release/translit.exe"
101 LinkIncremental="1"
102 SuppressStartupBanner="TRUE"
103 AdditionalLibraryDirectories="..\..\..\lib"
104 ProgramDatabaseFile=".\Release/translit.pdb"
105 SubSystem="1"/>
106 <Tool
107 Name="VCMIDLTool"
108 TypeLibraryName=".\Release/translit.tlb"/>
109 <Tool
110 Name="VCPostBuildEventTool"/>
111 <Tool
112 Name="VCPreBuildEventTool"/>
113 <Tool
114 Name="VCPreLinkEventTool"/>
115 <Tool
116 Name="VCResourceCompilerTool"
117 PreprocessorDefinitions="NDEBUG"
118 Culture="1033"/>
119 <Tool
120 Name="VCWebServiceProxyGeneratorTool"/>
121 <Tool
122 Name="VCWebDeploymentTool"/>
123 </Configuration>
124 </Configurations>
125 <Files>
126 <Filter
127 Name="Source Files"
128 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
129 <File
130 RelativePath=".\main.cpp">
131 </File>
132 <File
133 RelativePath=".\unaccent.cpp">
134 </File>
135 <File
136 RelativePath=".\util.cpp">
137 </File>
138 </Filter>
139 <Filter
140 Name="Header Files"
141 Filter="h;hpp;hxx;hm;inl">
142 <File
143 RelativePath=".\unaccent.h">
144 </File>
145 </Filter>
146 <Filter
147 Name="Resource Files"
148 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
149 </Filter>
150 </Files>
151 <Globals>
152 </Globals>
153 </VisualStudioProject>