]> git.saurik.com Git - wxWidgets.git/blob - samples/dll/dll_vc7_sdk_exe.vcproj
Minor corrections to XRC format description.
[wxWidgets.git] / samples / dll / dll_vc7_sdk_exe.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <!--
3
4 This project was generated by
5 Bakefile 0.2.9 (http://www.bakefile.org)
6 Do not modify, all changes will be overwritten!
7
8 -->
9 <VisualStudioProject
10 ProjectType="Visual C++"
11 Version="7.10"
12 Name="sdk_exe"
13 ProjectGUID="{9F5C91C5-9982-53C5-B7D1-FBADA02791EC}">
14 <Platforms>
15 <Platform
16 Name="Win32"/>
17 </Platforms>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="vc_mswud"
22 IntermediateDirectory="vc_mswud\sdk_exe"
23 ConfigurationType="1"
24 UseOfMFC="0"
25 ATLMinimizesCRunTimeLibraryUsage="FALSE">
26 <Tool
27 Name="VCCLCompilerTool"
28 Optimization="0"
29 AdditionalIncludeDirectories=""
30 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
31 MinimalRebuild="TRUE"
32 ExceptionHandling="TRUE"
33 BasicRuntimeChecks="3"
34 RuntimeLibrary="3"
35 BufferSecurityCheck="TRUE"
36 RuntimeTypeInfo="TRUE"
37 ObjectFile="vc_mswud\sdk_exe\"
38 ProgramDataBaseFileName="vc_mswud\sdk_exe.pdb"
39 WarningLevel="3"
40 SuppressStartupBanner="TRUE"
41 Detect64BitPortabilityProblems="TRUE"
42 DebugInformationFormat="3"/>
43 <Tool
44 Name="VCCustomBuildTool"/>
45 <Tool
46 Name="VCLinkerTool"
47 AdditionalOptions=""
48 AdditionalDependencies="vc_mswud\my_dll.lib user32.lib"
49 OutputFile="vc_mswud\sdk_exe.exe"
50 LinkIncremental="2"
51 SuppressStartupBanner="TRUE"
52 AdditionalLibraryDirectories=""
53 GenerateDebugInformation="TRUE"
54 ProgramDatabaseFile="vc_mswud\sdk_exe.pdb"
55 SubSystem="2"
56 TargetMachine="1"/>
57 <Tool
58 Name="VCMIDLTool"
59 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
60 AdditionalIncludeDirectories=""/>
61 <Tool
62 Name="VCPostBuildEventTool"/>
63 <Tool
64 Name="VCPreBuildEventTool"/>
65 <Tool
66 Name="VCPreLinkEventTool"/>
67 <Tool
68 Name="VCResourceCompilerTool"
69 PreprocessorDefinitions="_DEBUG;_WINDOWS"
70 Culture="1033"
71 AdditionalIncludeDirectories=""/>
72 <Tool
73 Name="VCWebServiceProxyGeneratorTool"/>
74 <Tool
75 Name="VCXMLDataGeneratorTool"/>
76 <Tool
77 Name="VCWebDeploymentTool"/>
78 <Tool
79 Name="VCManagedWrapperGeneratorTool"/>
80 <Tool
81 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory="vc_mswu"
86 IntermediateDirectory="vc_mswu\sdk_exe"
87 ConfigurationType="1"
88 UseOfMFC="0"
89 ATLMinimizesCRunTimeLibraryUsage="FALSE">
90 <Tool
91 Name="VCCLCompilerTool"
92 Optimization="2"
93 AdditionalIncludeDirectories=""
94 PreprocessorDefinitions="WIN32;_WINDOWS"
95 ExceptionHandling="TRUE"
96 RuntimeLibrary="2"
97 RuntimeTypeInfo="TRUE"
98 ObjectFile="vc_mswu\sdk_exe\"
99 ProgramDataBaseFileName="vc_mswu\sdk_exe.pdb"
100 WarningLevel="3"
101 SuppressStartupBanner="TRUE"
102 Detect64BitPortabilityProblems="TRUE"
103 DebugInformationFormat="3"/>
104 <Tool
105 Name="VCCustomBuildTool"/>
106 <Tool
107 Name="VCLinkerTool"
108 AdditionalOptions=""
109 AdditionalDependencies="vc_mswu\my_dll.lib user32.lib"
110 OutputFile="vc_mswu\sdk_exe.exe"
111 LinkIncremental="1"
112 SuppressStartupBanner="TRUE"
113 AdditionalLibraryDirectories=""
114 GenerateDebugInformation="TRUE"
115 ProgramDatabaseFile="vc_mswu\sdk_exe.pdb"
116 SubSystem="2"
117 TargetMachine="1"
118 OptimizeReferences="2"
119 EnableCOMDATFolding="2"/>
120 <Tool
121 Name="VCMIDLTool"
122 PreprocessorDefinitions="WIN32;_WINDOWS"
123 AdditionalIncludeDirectories=""/>
124 <Tool
125 Name="VCPostBuildEventTool"/>
126 <Tool
127 Name="VCPreBuildEventTool"/>
128 <Tool
129 Name="VCPreLinkEventTool"/>
130 <Tool
131 Name="VCResourceCompilerTool"
132 PreprocessorDefinitions="_WINDOWS"
133 Culture="1033"
134 AdditionalIncludeDirectories=""/>
135 <Tool
136 Name="VCWebServiceProxyGeneratorTool"/>
137 <Tool
138 Name="VCXMLDataGeneratorTool"/>
139 <Tool
140 Name="VCWebDeploymentTool"/>
141 <Tool
142 Name="VCManagedWrapperGeneratorTool"/>
143 <Tool
144 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
145 </Configuration>
146 <Configuration
147 Name="DLL Debug|Win32"
148 OutputDirectory="vc_mswuddll"
149 IntermediateDirectory="vc_mswuddll\sdk_exe"
150 ConfigurationType="1"
151 UseOfMFC="0"
152 ATLMinimizesCRunTimeLibraryUsage="FALSE">
153 <Tool
154 Name="VCCLCompilerTool"
155 Optimization="0"
156 AdditionalIncludeDirectories=""
157 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
158 MinimalRebuild="TRUE"
159 ExceptionHandling="TRUE"
160 BasicRuntimeChecks="3"
161 RuntimeLibrary="3"
162 BufferSecurityCheck="TRUE"
163 RuntimeTypeInfo="TRUE"
164 ObjectFile="vc_mswuddll\sdk_exe\"
165 ProgramDataBaseFileName="vc_mswuddll\sdk_exe.pdb"
166 WarningLevel="3"
167 SuppressStartupBanner="TRUE"
168 Detect64BitPortabilityProblems="TRUE"
169 DebugInformationFormat="3"/>
170 <Tool
171 Name="VCCustomBuildTool"/>
172 <Tool
173 Name="VCLinkerTool"
174 AdditionalOptions=""
175 AdditionalDependencies="vc_mswuddll\my_dll.lib user32.lib"
176 OutputFile="vc_mswuddll\sdk_exe.exe"
177 LinkIncremental="2"
178 SuppressStartupBanner="TRUE"
179 AdditionalLibraryDirectories=""
180 GenerateDebugInformation="TRUE"
181 ProgramDatabaseFile="vc_mswuddll\sdk_exe.pdb"
182 SubSystem="2"
183 TargetMachine="1"/>
184 <Tool
185 Name="VCMIDLTool"
186 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
187 AdditionalIncludeDirectories=""/>
188 <Tool
189 Name="VCPostBuildEventTool"/>
190 <Tool
191 Name="VCPreBuildEventTool"/>
192 <Tool
193 Name="VCPreLinkEventTool"/>
194 <Tool
195 Name="VCResourceCompilerTool"
196 PreprocessorDefinitions="_DEBUG;_WINDOWS"
197 Culture="1033"
198 AdditionalIncludeDirectories=""/>
199 <Tool
200 Name="VCWebServiceProxyGeneratorTool"/>
201 <Tool
202 Name="VCXMLDataGeneratorTool"/>
203 <Tool
204 Name="VCWebDeploymentTool"/>
205 <Tool
206 Name="VCManagedWrapperGeneratorTool"/>
207 <Tool
208 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
209 </Configuration>
210 <Configuration
211 Name="DLL Release|Win32"
212 OutputDirectory="vc_mswudll"
213 IntermediateDirectory="vc_mswudll\sdk_exe"
214 ConfigurationType="1"
215 UseOfMFC="0"
216 ATLMinimizesCRunTimeLibraryUsage="FALSE">
217 <Tool
218 Name="VCCLCompilerTool"
219 Optimization="2"
220 AdditionalIncludeDirectories=""
221 PreprocessorDefinitions="WIN32;_WINDOWS"
222 ExceptionHandling="TRUE"
223 RuntimeLibrary="2"
224 RuntimeTypeInfo="TRUE"
225 ObjectFile="vc_mswudll\sdk_exe\"
226 ProgramDataBaseFileName="vc_mswudll\sdk_exe.pdb"
227 WarningLevel="3"
228 SuppressStartupBanner="TRUE"
229 Detect64BitPortabilityProblems="TRUE"
230 DebugInformationFormat="3"/>
231 <Tool
232 Name="VCCustomBuildTool"/>
233 <Tool
234 Name="VCLinkerTool"
235 AdditionalOptions=""
236 AdditionalDependencies="vc_mswudll\my_dll.lib user32.lib"
237 OutputFile="vc_mswudll\sdk_exe.exe"
238 LinkIncremental="1"
239 SuppressStartupBanner="TRUE"
240 AdditionalLibraryDirectories=""
241 GenerateDebugInformation="TRUE"
242 ProgramDatabaseFile="vc_mswudll\sdk_exe.pdb"
243 SubSystem="2"
244 TargetMachine="1"
245 OptimizeReferences="2"
246 EnableCOMDATFolding="2"/>
247 <Tool
248 Name="VCMIDLTool"
249 PreprocessorDefinitions="WIN32;_WINDOWS"
250 AdditionalIncludeDirectories=""/>
251 <Tool
252 Name="VCPostBuildEventTool"/>
253 <Tool
254 Name="VCPreBuildEventTool"/>
255 <Tool
256 Name="VCPreLinkEventTool"/>
257 <Tool
258 Name="VCResourceCompilerTool"
259 PreprocessorDefinitions="_WINDOWS"
260 Culture="1033"
261 AdditionalIncludeDirectories=""/>
262 <Tool
263 Name="VCWebServiceProxyGeneratorTool"/>
264 <Tool
265 Name="VCXMLDataGeneratorTool"/>
266 <Tool
267 Name="VCWebDeploymentTool"/>
268 <Tool
269 Name="VCManagedWrapperGeneratorTool"/>
270 <Tool
271 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
272 </Configuration>
273 </Configurations>
274 <References>
275
276 </References>
277 <Files>
278 <Filter
279 Name="Source Files"
280 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
281 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
282 <File
283 RelativePath=".\sdk_exe.cpp">
284 </File>
285 </Filter>
286 </Files>
287 <Globals>
288
289 </Globals>
290 </VisualStudioProject>
291