]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
b75a7d8f A |
2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | |
374ca955 | 4 | Version="7.10" |
b75a7d8f A |
5 | Name="stubdata" |
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="2" | |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
23 | InlineFunctionExpansion="2" | |
24 | ImproveFloatingPointConsistency="TRUE" | |
25 | AdditionalIncludeDirectories="..\common" | |
26 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;STUBDATA_EXPORTS" | |
27 | StringPooling="TRUE" | |
28 | RuntimeLibrary="2" | |
29 | EnableFunctionLevelLinking="TRUE" | |
30 | DisableLanguageExtensions="TRUE" | |
31 | PrecompiledHeaderFile=".\Release/stubdata.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" | |
374ca955 | 43 | OutputFile="..\..\bin\icudt32.dll" |
b75a7d8f A |
44 | LinkIncremental="1" |
45 | SuppressStartupBanner="TRUE" | |
374ca955 A |
46 | ProgramDatabaseFile=".\Release/icudt32.pdb" |
47 | ImportLibrary="..\..\lib\icudt.lib"/> | |
b75a7d8f A |
48 | <Tool |
49 | Name="VCMIDLTool" | |
50 | PreprocessorDefinitions="NDEBUG" | |
51 | MkTypLibCompatible="TRUE" | |
52 | SuppressStartupBanner="TRUE" | |
53 | TargetEnvironment="1" | |
374ca955 | 54 | TypeLibraryName=".\Release/icudt.tlb"/> |
b75a7d8f A |
55 | <Tool |
56 | Name="VCPostBuildEventTool"/> | |
57 | <Tool | |
58 | Name="VCPreBuildEventTool"/> | |
59 | <Tool | |
60 | Name="VCPreLinkEventTool" | |
374ca955 | 61 | CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt""/> |
b75a7d8f A |
62 | <Tool |
63 | Name="VCResourceCompilerTool" | |
64 | PreprocessorDefinitions="NDEBUG" | |
65 | Culture="1033"/> | |
66 | <Tool | |
67 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
68 | <Tool |
69 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
70 | <Tool |
71 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
72 | <Tool |
73 | Name="VCManagedWrapperGeneratorTool"/> | |
74 | <Tool | |
75 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
76 | </Configuration> |
77 | <Configuration | |
78 | Name="Debug|Win32" | |
79 | OutputDirectory=".\Debug" | |
80 | IntermediateDirectory=".\Debug" | |
81 | ConfigurationType="2" | |
82 | UseOfMFC="0" | |
83 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
84 | CharacterSet="2"> | |
85 | <Tool | |
86 | Name="VCCLCompilerTool" | |
87 | Optimization="0" | |
88 | ImproveFloatingPointConsistency="TRUE" | |
89 | OptimizeForProcessor="2" | |
90 | AdditionalIncludeDirectories="..\common" | |
91 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;STUBDATA_EXPORTS" | |
92 | BasicRuntimeChecks="3" | |
93 | RuntimeLibrary="3" | |
94 | DisableLanguageExtensions="TRUE" | |
95 | PrecompiledHeaderFile=".\Debug/stubdata.pch" | |
96 | AssemblerListingLocation=".\Debug/" | |
97 | ObjectFile=".\Debug/" | |
98 | ProgramDataBaseFileName=".\Debug/" | |
99 | WarningLevel="3" | |
100 | SuppressStartupBanner="TRUE" | |
101 | DebugInformationFormat="4" | |
102 | CompileAs="0"/> | |
103 | <Tool | |
104 | Name="VCCustomBuildTool"/> | |
105 | <Tool | |
106 | Name="VCLinkerTool" | |
107 | AdditionalOptions="/MACHINE:I386" | |
374ca955 | 108 | OutputFile="..\..\bin\icudt32.dll" |
b75a7d8f A |
109 | LinkIncremental="2" |
110 | SuppressStartupBanner="TRUE" | |
374ca955 A |
111 | ProgramDatabaseFile=".\Debug/icudt32.pdb" |
112 | ImportLibrary="..\..\lib\icudt.lib"/> | |
b75a7d8f A |
113 | <Tool |
114 | Name="VCMIDLTool" | |
115 | PreprocessorDefinitions="_DEBUG" | |
116 | MkTypLibCompatible="TRUE" | |
117 | SuppressStartupBanner="TRUE" | |
118 | TargetEnvironment="1" | |
374ca955 | 119 | TypeLibraryName=".\Debug/icudt.tlb"/> |
b75a7d8f A |
120 | <Tool |
121 | Name="VCPostBuildEventTool"/> | |
122 | <Tool | |
123 | Name="VCPreBuildEventTool"/> | |
124 | <Tool | |
125 | Name="VCPreLinkEventTool" | |
374ca955 | 126 | CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt""/> |
b75a7d8f A |
127 | <Tool |
128 | Name="VCResourceCompilerTool" | |
129 | PreprocessorDefinitions="_DEBUG" | |
130 | Culture="1033"/> | |
131 | <Tool | |
132 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
133 | <Tool |
134 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
135 | <Tool |
136 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
137 | <Tool |
138 | Name="VCManagedWrapperGeneratorTool"/> | |
139 | <Tool | |
140 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
141 | </Configuration> |
142 | </Configurations> | |
374ca955 A |
143 | <References> |
144 | </References> | |
b75a7d8f A |
145 | <Files> |
146 | <Filter | |
147 | Name="Source Files" | |
148 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> | |
149 | <File | |
150 | RelativePath=".\stubdata.c"> | |
151 | </File> | |
152 | </Filter> | |
153 | <Filter | |
154 | Name="Header Files" | |
155 | Filter="h;hpp;hxx;hm;inl"> | |
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> |