]>
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" |
73c04bcf | 5 | Name="charperf" |
b75a7d8f A |
6 | SccProjectName="" |
7 | SccLocalPath=""> | |
8 | <Platforms> | |
9 | <Platform | |
10 | Name="Win32"/> | |
11 | </Platforms> | |
12 | <Configurations> | |
13 | <Configuration | |
73c04bcf A |
14 | Name="Debug|Win32" |
15 | OutputDirectory=".\Debug" | |
16 | IntermediateDirectory=".\Debug" | |
b75a7d8f A |
17 | ConfigurationType="1" |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
73c04bcf A |
23 | Optimization="0" |
24 | AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" | |
25 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |
26 | BasicRuntimeChecks="3" | |
27 | RuntimeLibrary="3" | |
28 | UsePrecompiledHeader="2" | |
29 | PrecompiledHeaderFile=".\Debug/charperf.pch" | |
30 | AssemblerListingLocation=".\Debug/" | |
31 | ObjectFile=".\Debug/" | |
32 | ProgramDataBaseFileName=".\Debug/" | |
33 | BrowseInformation="1" | |
34 | WarningLevel="3" | |
b75a7d8f | 35 | SuppressStartupBanner="TRUE" |
73c04bcf | 36 | DebugInformationFormat="4" |
b75a7d8f A |
37 | CompileAs="0"/> |
38 | <Tool | |
73c04bcf | 39 | Name="VCCustomBuildTool"/> |
b75a7d8f A |
40 | <Tool |
41 | Name="VCLinkerTool" | |
73c04bcf A |
42 | AdditionalDependencies="icuucd.lib icutud.lib icutestd.lib winmm.lib" |
43 | OutputFile=".\Debug/charperf.exe" | |
b75a7d8f A |
44 | LinkIncremental="1" |
45 | SuppressStartupBanner="TRUE" | |
73c04bcf A |
46 | AdditionalLibraryDirectories="..\..\..\..\lib\" |
47 | GenerateDebugInformation="TRUE" | |
48 | ProgramDatabaseFile=".\Debug/charperf.pdb" | |
49 | SubSystem="1" | |
50 | TargetMachine="1"/> | |
b75a7d8f A |
51 | <Tool |
52 | Name="VCMIDLTool" | |
73c04bcf A |
53 | TypeLibraryName=".\Debug/charperf.tlb" |
54 | HeaderFileName=""/> | |
b75a7d8f A |
55 | <Tool |
56 | Name="VCPostBuildEventTool"/> | |
57 | <Tool | |
58 | Name="VCPreBuildEventTool"/> | |
59 | <Tool | |
60 | Name="VCPreLinkEventTool"/> | |
61 | <Tool | |
62 | Name="VCResourceCompilerTool" | |
73c04bcf | 63 | PreprocessorDefinitions="_DEBUG" |
b75a7d8f A |
64 | Culture="1033"/> |
65 | <Tool | |
66 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
67 | <Tool |
68 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
69 | <Tool |
70 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
71 | <Tool |
72 | Name="VCManagedWrapperGeneratorTool"/> | |
73 | <Tool | |
74 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
75 | </Configuration> |
76 | <Configuration | |
73c04bcf A |
77 | Name="Release|Win32" |
78 | OutputDirectory=".\Release" | |
79 | IntermediateDirectory=".\Release" | |
b75a7d8f A |
80 | ConfigurationType="1" |
81 | UseOfMFC="0" | |
82 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
83 | CharacterSet="2"> | |
84 | <Tool | |
85 | Name="VCCLCompilerTool" | |
73c04bcf A |
86 | Optimization="2" |
87 | InlineFunctionExpansion="1" | |
88 | AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" | |
89 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |
90 | StringPooling="TRUE" | |
91 | RuntimeLibrary="2" | |
92 | EnableFunctionLevelLinking="TRUE" | |
93 | UsePrecompiledHeader="2" | |
94 | PrecompiledHeaderFile=".\Release/charperf.pch" | |
95 | AssemblerListingLocation=".\Release/" | |
96 | ObjectFile=".\Release/" | |
97 | ProgramDataBaseFileName=".\Release/" | |
98 | WarningLevel="3" | |
b75a7d8f | 99 | SuppressStartupBanner="TRUE" |
b75a7d8f A |
100 | CompileAs="0"/> |
101 | <Tool | |
73c04bcf | 102 | Name="VCCustomBuildTool"/> |
b75a7d8f A |
103 | <Tool |
104 | Name="VCLinkerTool" | |
73c04bcf A |
105 | AdditionalDependencies="icuuc.lib icutu.lib icutest.lib winmm.lib" |
106 | OutputFile=".\Release/charperf.exe" | |
107 | LinkIncremental="1" | |
b75a7d8f | 108 | SuppressStartupBanner="TRUE" |
73c04bcf A |
109 | AdditionalLibraryDirectories="..\..\..\..\lib" |
110 | ProgramDatabaseFile=".\Release/charperf.pdb" | |
111 | SubSystem="1" | |
112 | TargetMachine="1"/> | |
b75a7d8f A |
113 | <Tool |
114 | Name="VCMIDLTool" | |
73c04bcf A |
115 | TypeLibraryName=".\Release/charperf.tlb" |
116 | HeaderFileName=""/> | |
b75a7d8f A |
117 | <Tool |
118 | Name="VCPostBuildEventTool"/> | |
119 | <Tool | |
120 | Name="VCPreBuildEventTool"/> | |
121 | <Tool | |
122 | Name="VCPreLinkEventTool"/> | |
123 | <Tool | |
124 | Name="VCResourceCompilerTool" | |
73c04bcf | 125 | PreprocessorDefinitions="NDEBUG" |
b75a7d8f A |
126 | Culture="1033"/> |
127 | <Tool | |
128 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
129 | <Tool |
130 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
131 | <Tool |
132 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
133 | <Tool |
134 | Name="VCManagedWrapperGeneratorTool"/> | |
135 | <Tool | |
136 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
137 | </Configuration> |
138 | </Configurations> | |
374ca955 A |
139 | <References> |
140 | </References> | |
b75a7d8f A |
141 | <Files> |
142 | <Filter | |
143 | Name="Source Files" | |
144 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> | |
145 | <File | |
73c04bcf A |
146 | RelativePath="charperf.cpp"> |
147 | <FileConfiguration | |
148 | Name="Debug|Win32"> | |
149 | <Tool | |
150 | Name="VCCLCompilerTool" | |
151 | Optimization="0" | |
152 | AdditionalIncludeDirectories="" | |
153 | PreprocessorDefinitions="" | |
154 | BasicRuntimeChecks="3" | |
155 | BrowseInformation="1"/> | |
156 | </FileConfiguration> | |
157 | <FileConfiguration | |
158 | Name="Release|Win32"> | |
159 | <Tool | |
160 | Name="VCCLCompilerTool" | |
161 | Optimization="2" | |
162 | AdditionalIncludeDirectories="" | |
163 | PreprocessorDefinitions=""/> | |
164 | </FileConfiguration> | |
b75a7d8f A |
165 | </File> |
166 | </Filter> | |
167 | <Filter | |
168 | Name="Header Files" | |
169 | Filter="h;hpp;hxx;hm;inl"> | |
73c04bcf A |
170 | <File |
171 | RelativePath="charperf.h"> | |
172 | </File> | |
b75a7d8f A |
173 | </Filter> |
174 | <Filter | |
175 | Name="Resource Files" | |
176 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
177 | </Filter> | |
178 | </Files> | |
179 | <Globals> | |
180 | </Globals> | |
181 | </VisualStudioProject> |