]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genidna/genidna.vcproj
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / tools / genidna / genidna.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="genidna"
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="4"
29 EnableFunctionLevelLinking="TRUE"
30 PrecompiledHeaderFile=".\Release/genidna.pch"
31 AssemblerListingLocation=".\Release/"
32 ObjectFile=".\Release/"
33 ProgramDataBaseFileName=".\Release/"
34 WarningLevel="3"
35 SuppressStartupBanner="TRUE"
36 CompileAs="0"/>
37 <Tool
38 Name="VCCustomBuildTool"
39 CommandLine="copy $(TargetPath) ..\..\..\bin
40 "
41 Outputs="..\..\..\bin\$(InputName).exe"/>
42 <Tool
43 Name="VCLinkerTool"
44 AdditionalOptions="/MACHINE:I386"
45 AdditionalDependencies="icuuc.lib icutu.lib"
46 OutputFile=".\Release/genidna.exe"
47 LinkIncremental="1"
48 SuppressStartupBanner="TRUE"
49 AdditionalLibraryDirectories="..\..\..\lib"
50 ProgramDatabaseFile=".\Release/genidna.pdb"
51 SubSystem="1"/>
52 <Tool
53 Name="VCMIDLTool"
54 TypeLibraryName=".\Release/genidna.tlb"/>
55 <Tool
56 Name="VCPostBuildEventTool"/>
57 <Tool
58 Name="VCPreBuildEventTool"/>
59 <Tool
60 Name="VCPreLinkEventTool"/>
61 <Tool
62 Name="VCResourceCompilerTool"
63 PreprocessorDefinitions="NDEBUG"
64 Culture="1033"/>
65 <Tool
66 Name="VCWebServiceProxyGeneratorTool"/>
67 <Tool
68 Name="VCWebDeploymentTool"/>
69 </Configuration>
70 <Configuration
71 Name="Debug|Win32"
72 OutputDirectory=".\Debug"
73 IntermediateDirectory=".\Debug"
74 ConfigurationType="1"
75 UseOfMFC="0"
76 ATLMinimizesCRunTimeLibraryUsage="FALSE"
77 CharacterSet="2">
78 <Tool
79 Name="VCCLCompilerTool"
80 Optimization="0"
81 AdditionalIncludeDirectories="..\..\common,..\toolutil"
82 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
83 BasicRuntimeChecks="3"
84 RuntimeLibrary="5"
85 PrecompiledHeaderFile=".\Debug/genidna.pch"
86 AssemblerListingLocation=".\Debug/"
87 ObjectFile=".\Debug/"
88 ProgramDataBaseFileName=".\Debug/"
89 WarningLevel="3"
90 SuppressStartupBanner="TRUE"
91 DebugInformationFormat="4"
92 CompileAs="0"/>
93 <Tool
94 Name="VCCustomBuildTool"
95 CommandLine="copy $(TargetPath) ..\..\..\bin
96 "
97 Outputs="..\..\..\bin\$(InputName).exe"/>
98 <Tool
99 Name="VCLinkerTool"
100 AdditionalOptions="/MACHINE:I386"
101 AdditionalDependencies="icutud.lib icuucd.lib"
102 OutputFile=".\Debug/genidna.exe"
103 LinkIncremental="2"
104 SuppressStartupBanner="TRUE"
105 AdditionalLibraryDirectories="..\..\..\lib"
106 GenerateDebugInformation="TRUE"
107 ProgramDatabaseFile=".\Debug/genidna.pdb"
108 SubSystem="1"/>
109 <Tool
110 Name="VCMIDLTool"
111 TypeLibraryName=".\Debug/genidna.tlb"/>
112 <Tool
113 Name="VCPostBuildEventTool"/>
114 <Tool
115 Name="VCPreBuildEventTool"/>
116 <Tool
117 Name="VCPreLinkEventTool"/>
118 <Tool
119 Name="VCResourceCompilerTool"
120 PreprocessorDefinitions="_DEBUG"
121 Culture="1033"/>
122 <Tool
123 Name="VCWebServiceProxyGeneratorTool"/>
124 <Tool
125 Name="VCWebDeploymentTool"/>
126 </Configuration>
127 </Configurations>
128 <Files>
129 <Filter
130 Name="Source Files"
131 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
132 <File
133 RelativePath=".\genidna.c">
134 </File>
135 <File
136 RelativePath=".\store.c">
137 </File>
138 </Filter>
139 <Filter
140 Name="Header Files"
141 Filter="h;hpp;hxx;hm;inl">
142 <File
143 RelativePath=".\genidna.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>