]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/gencmn/decmn.vcproj
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / tools / gencmn / decmn.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="decmn"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\Release"
16 IntermediateDirectory=".\Release"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 InlineFunctionExpansion="2"
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 PrecompiledHeaderFile=".\Release/decmn.pch"
32 AssemblerListingLocation=".\Release/"
33 ObjectFile=".\Release/"
34 ProgramDataBaseFileName=".\Release/"
35 WarningLevel="4"
36 SuppressStartupBanner="TRUE"
37 CompileAs="0"/>
38 <Tool
39 Name="VCCustomBuildTool"
40 CommandLine="copy $(TargetPath) ..\..\..\bin
41 "
42 Outputs="..\..\..\bin\$(InputName).exe"/>
43 <Tool
44 Name="VCLinkerTool"
45 AdditionalOptions="/MACHINE:I386"
46 AdditionalDependencies="icuuc.lib icutu.lib"
47 OutputFile=".\Release/decmn.exe"
48 LinkIncremental="1"
49 SuppressStartupBanner="TRUE"
50 AdditionalLibraryDirectories="..\..\..\lib"
51 ProgramDatabaseFile=".\Release/decmn.pdb"
52 SubSystem="1"/>
53 <Tool
54 Name="VCMIDLTool"
55 TypeLibraryName=".\Release/decmn.tlb"/>
56 <Tool
57 Name="VCPostBuildEventTool"/>
58 <Tool
59 Name="VCPreBuildEventTool"/>
60 <Tool
61 Name="VCPreLinkEventTool"/>
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="NDEBUG"
65 Culture="1033"/>
66 <Tool
67 Name="VCWebServiceProxyGeneratorTool"/>
68 <Tool
69 Name="VCWebDeploymentTool"/>
70 </Configuration>
71 <Configuration
72 Name="Debug|Win32"
73 OutputDirectory=".\Debug"
74 IntermediateDirectory=".\Debug"
75 ConfigurationType="1"
76 UseOfMFC="0"
77 ATLMinimizesCRunTimeLibraryUsage="FALSE"
78 CharacterSet="2">
79 <Tool
80 Name="VCCLCompilerTool"
81 Optimization="0"
82 ImproveFloatingPointConsistency="TRUE"
83 OptimizeForProcessor="2"
84 AdditionalIncludeDirectories="..\..\common,..\toolutil"
85 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
86 BasicRuntimeChecks="3"
87 RuntimeLibrary="3"
88 DisableLanguageExtensions="TRUE"
89 PrecompiledHeaderFile=".\Debug/decmn.pch"
90 AssemblerListingLocation=".\Debug/"
91 ObjectFile=".\Debug/"
92 ProgramDataBaseFileName=".\Debug/"
93 BrowseInformation="1"
94 WarningLevel="4"
95 SuppressStartupBanner="TRUE"
96 DebugInformationFormat="4"
97 CompileAs="0"/>
98 <Tool
99 Name="VCCustomBuildTool"
100 CommandLine="copy $(TargetPath) ..\..\..\bin
101 "
102 Outputs="..\..\..\bin\$(InputName).exe"/>
103 <Tool
104 Name="VCLinkerTool"
105 AdditionalOptions="/MACHINE:I386"
106 AdditionalDependencies="icuucd.lib icutud.lib"
107 OutputFile=".\Debug/decmn.exe"
108 LinkIncremental="2"
109 SuppressStartupBanner="TRUE"
110 AdditionalLibraryDirectories="..\..\..\lib"
111 GenerateDebugInformation="TRUE"
112 ProgramDatabaseFile=".\Debug/decmn.pdb"
113 SubSystem="1"/>
114 <Tool
115 Name="VCMIDLTool"
116 TypeLibraryName=".\Debug/decmn.tlb"/>
117 <Tool
118 Name="VCPostBuildEventTool"/>
119 <Tool
120 Name="VCPreBuildEventTool"/>
121 <Tool
122 Name="VCPreLinkEventTool"/>
123 <Tool
124 Name="VCResourceCompilerTool"
125 PreprocessorDefinitions="_DEBUG"
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=".\decmn.c">
139 </File>
140 </Filter>
141 <Filter
142 Name="Header Files"
143 Filter="h;hpp;hxx;hm;inl">
144 </Filter>
145 <Filter
146 Name="Resource Files"
147 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
148 </Filter>
149 </Files>
150 <Globals>
151 </Globals>
152 </VisualStudioProject>