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