]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/gencase/gencase.vcproj
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / tools / gencase / gencase.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="gencase"
6 ProjectGUID="{DB312A49-12A9-4E07-9E96-451DC2D8FF61}"
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Release|Win32"
16 OutputDirectory=".\Release"
17 IntermediateDirectory=".\Release"
18 ConfigurationType="1"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE"
21 CharacterSet="2">
22 <Tool
23 Name="VCCLCompilerTool"
24 ImproveFloatingPointConsistency="TRUE"
25 AdditionalIncludeDirectories="..\..\common;..\toolutil"
26 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
27 StringPooling="TRUE"
28 RuntimeLibrary="2"
29 EnableFunctionLevelLinking="TRUE"
30 DisableLanguageExtensions="TRUE"
31 TreatWChar_tAsBuiltInType="TRUE"
32 PrecompiledHeaderFile=".\Release/gencase.pch"
33 AssemblerListingLocation=".\Release/"
34 ObjectFile=".\Release/"
35 ProgramDataBaseFileName=".\Release/"
36 WarningLevel="3"
37 SuppressStartupBanner="TRUE"
38 CompileAs="0"/>
39 <Tool
40 Name="VCCustomBuildTool"
41 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin
42 "
43 Outputs="..\..\..\bin\$(TargetFileName)"/>
44 <Tool
45 Name="VCLinkerTool"
46 OutputFile=".\Release/gencase.exe"
47 LinkIncremental="1"
48 SuppressStartupBanner="TRUE"
49 ProgramDatabaseFile=".\Release/gencase.pdb"
50 SubSystem="1"/>
51 <Tool
52 Name="VCMIDLTool"
53 TypeLibraryName=".\Release/gencase.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="VCXMLDataGeneratorTool"/>
68 <Tool
69 Name="VCWebDeploymentTool"/>
70 <Tool
71 Name="VCManagedWrapperGeneratorTool"/>
72 <Tool
73 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
74 </Configuration>
75 <Configuration
76 Name="Debug|Win32"
77 OutputDirectory=".\Debug"
78 IntermediateDirectory=".\Debug"
79 ConfigurationType="1"
80 UseOfMFC="0"
81 ATLMinimizesCRunTimeLibraryUsage="FALSE"
82 CharacterSet="2">
83 <Tool
84 Name="VCCLCompilerTool"
85 Optimization="0"
86 ImproveFloatingPointConsistency="TRUE"
87 AdditionalIncludeDirectories="..\..\common;..\toolutil"
88 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
89 BasicRuntimeChecks="3"
90 RuntimeLibrary="3"
91 BufferSecurityCheck="TRUE"
92 DisableLanguageExtensions="TRUE"
93 TreatWChar_tAsBuiltInType="TRUE"
94 PrecompiledHeaderFile=".\Debug/gencase.pch"
95 AssemblerListingLocation=".\Debug/"
96 ObjectFile=".\Debug/"
97 ProgramDataBaseFileName=".\Debug/"
98 BrowseInformation="1"
99 WarningLevel="3"
100 SuppressStartupBanner="TRUE"
101 DebugInformationFormat="4"
102 CompileAs="0"/>
103 <Tool
104 Name="VCCustomBuildTool"
105 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin
106 "
107 Outputs="..\..\..\bin\$(TargetFileName)"/>
108 <Tool
109 Name="VCLinkerTool"
110 OutputFile=".\Debug/gencase.exe"
111 LinkIncremental="2"
112 SuppressStartupBanner="TRUE"
113 GenerateDebugInformation="TRUE"
114 ProgramDatabaseFile=".\Debug/gencase.pdb"
115 SubSystem="1"/>
116 <Tool
117 Name="VCMIDLTool"
118 TypeLibraryName=".\Debug/gencase.tlb"/>
119 <Tool
120 Name="VCPostBuildEventTool"/>
121 <Tool
122 Name="VCPreBuildEventTool"/>
123 <Tool
124 Name="VCPreLinkEventTool"/>
125 <Tool
126 Name="VCResourceCompilerTool"
127 PreprocessorDefinitions="_DEBUG"
128 Culture="1033"/>
129 <Tool
130 Name="VCWebServiceProxyGeneratorTool"/>
131 <Tool
132 Name="VCXMLDataGeneratorTool"/>
133 <Tool
134 Name="VCWebDeploymentTool"/>
135 <Tool
136 Name="VCManagedWrapperGeneratorTool"/>
137 <Tool
138 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
139 </Configuration>
140 </Configurations>
141 <References>
142 </References>
143 <Files>
144 <Filter
145 Name="Source Files"
146 Filter="c;cpp;rc">
147 <File
148 RelativePath=".\gencase.c">
149 </File>
150 <File
151 RelativePath=".\store.c">
152 </File>
153 </Filter>
154 <Filter
155 Name="Header Files"
156 Filter="h">
157 <File
158 RelativePath=".\gencase.h">
159 </File>
160 </Filter>
161 <Filter
162 Name="Resource Files"
163 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
164 </Filter>
165 </Files>
166 <Globals>
167 </Globals>
168 </VisualStudioProject>