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