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