Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/teraterm/teraterm/ttermpro.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File size: 8730 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ttermpro"
6 ProjectGUID="{BC4CDBE3-6269-47A8-BD74-EEB3A6160E06}"
7 RootNamespace="ttermpro"
8 Keyword="MFCProj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="..\Debug"
21 IntermediateDirectory=".\Debug"
22 ConfigurationType="1"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24 UseOfMFC="1"
25 ATLMinimizesCRunTimeLibraryUsage="false"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 PreprocessorDefinitions="_DEBUG"
42 MkTypLibCompatible="true"
43 SuppressStartupBanner="true"
44 TargetEnvironment="1"
45 TypeLibraryName="..\Debug/ttermpro.tlb"
46 HeaderFileName=""
47 />
48 <Tool
49 Name="VCCLCompilerTool"
50 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;"
51 Optimization="0"
52 AdditionalIncludeDirectories="..\common;..\ttpfile"
53 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
54 RuntimeLibrary="1"
55 UsePrecompiledHeader="0"
56 PrecompiledHeaderThrough="teraterm.h"
57 PrecompiledHeaderFile=".\Debug/ttermpro.pch"
58 AssemblerListingLocation=".\Debug/"
59 ObjectFile=".\Debug/"
60 ProgramDataBaseFileName=".\Debug/"
61 BrowseInformation="0"
62 WarningLevel="3"
63 SuppressStartupBanner="true"
64 DebugInformationFormat="3"
65 CompileAs="0"
66 />
67 <Tool
68 Name="VCManagedResourceCompilerTool"
69 />
70 <Tool
71 Name="VCResourceCompilerTool"
72 PreprocessorDefinitions="_DEBUG"
73 Culture="1041"
74 AdditionalIncludeDirectories="..\common"
75 />
76 <Tool
77 Name="VCPreLinkEventTool"
78 />
79 <Tool
80 Name="VCLinkerTool"
81 AdditionalDependencies="ws2_32.lib imm32.lib ttpcmn.lib"
82 OutputFile="..\Debug/ttermpro.exe"
83 LinkIncremental="1"
84 SuppressStartupBanner="true"
85 AdditionalLibraryDirectories="..\debug"
86 DelayLoadDLLs="imagehlp.dll;user32.dll"
87 GenerateDebugInformation="true"
88 ProgramDatabaseFile="..\Debug/ttermpro.pdb"
89 SubSystem="2"
90 TargetMachine="1"
91 />
92 <Tool
93 Name="VCALinkTool"
94 />
95 <Tool
96 Name="VCManifestTool"
97 />
98 <Tool
99 Name="VCXDCMakeTool"
100 />
101 <Tool
102 Name="VCBscMakeTool"
103 />
104 <Tool
105 Name="VCFxCopTool"
106 />
107 <Tool
108 Name="VCAppVerifierTool"
109 />
110 <Tool
111 Name="VCWebDeploymentTool"
112 />
113 <Tool
114 Name="VCPostBuildEventTool"
115 />
116 </Configuration>
117 <Configuration
118 Name="Release|Win32"
119 OutputDirectory="..\Release"
120 IntermediateDirectory=".\Release"
121 ConfigurationType="1"
122 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
123 UseOfMFC="1"
124 ATLMinimizesCRunTimeLibraryUsage="false"
125 >
126 <Tool
127 Name="VCPreBuildEventTool"
128 />
129 <Tool
130 Name="VCCustomBuildTool"
131 />
132 <Tool
133 Name="VCXMLDataGeneratorTool"
134 />
135 <Tool
136 Name="VCWebServiceProxyGeneratorTool"
137 />
138 <Tool
139 Name="VCMIDLTool"
140 PreprocessorDefinitions="NDEBUG"
141 MkTypLibCompatible="true"
142 SuppressStartupBanner="true"
143 TargetEnvironment="1"
144 TypeLibraryName="..\Release/ttermpro.tlb"
145 HeaderFileName=""
146 />
147 <Tool
148 Name="VCCLCompilerTool"
149 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;"
150 Optimization="2"
151 InlineFunctionExpansion="1"
152 AdditionalIncludeDirectories="..\common;..\ttpfile"
153 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
154 StringPooling="true"
155 RuntimeLibrary="0"
156 EnableFunctionLevelLinking="true"
157 UsePrecompiledHeader="0"
158 PrecompiledHeaderThrough="teraterm.h"
159 PrecompiledHeaderFile=".\Release/ttermpro.pch"
160 AssemblerListingLocation=".\Release/"
161 ObjectFile=".\Release/"
162 ProgramDataBaseFileName=".\Release/"
163 WarningLevel="3"
164 SuppressStartupBanner="true"
165 CompileAs="0"
166 />
167 <Tool
168 Name="VCManagedResourceCompilerTool"
169 />
170 <Tool
171 Name="VCResourceCompilerTool"
172 PreprocessorDefinitions="NDEBUG"
173 Culture="1033"
174 AdditionalIncludeDirectories="..\common"
175 />
176 <Tool
177 Name="VCPreLinkEventTool"
178 />
179 <Tool
180 Name="VCLinkerTool"
181 AdditionalDependencies="ws2_32.lib imm32.lib ttpcmn.lib imagehlp.lib"
182 OutputFile="..\Release/ttermpro.exe"
183 LinkIncremental="1"
184 SuppressStartupBanner="true"
185 AdditionalLibraryDirectories="..\release"
186 DelayLoadDLLs="imagehlp.dll;user32.dll"
187 GenerateDebugInformation="true"
188 ProgramDatabaseFile="..\Release/ttermpro.pdb"
189 SubSystem="2"
190 TargetMachine="1"
191 />
192 <Tool
193 Name="VCALinkTool"
194 />
195 <Tool
196 Name="VCManifestTool"
197 />
198 <Tool
199 Name="VCXDCMakeTool"
200 />
201 <Tool
202 Name="VCBscMakeTool"
203 />
204 <Tool
205 Name="VCFxCopTool"
206 />
207 <Tool
208 Name="VCAppVerifierTool"
209 />
210 <Tool
211 Name="VCWebDeploymentTool"
212 />
213 <Tool
214 Name="VCPostBuildEventTool"
215 />
216 </Configuration>
217 </Configurations>
218 <References>
219 </References>
220 <Files>
221 <Filter
222 Name="Source Files"
223 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
224 >
225 <File
226 RelativePath=".\addsetting.cpp"
227 >
228 </File>
229 <File
230 RelativePath="..\common\dlglib.c"
231 >
232 </File>
233 <File
234 RelativePath="filesys.cpp"
235 >
236 </File>
237 <File
238 RelativePath="ftdlg.cpp"
239 >
240 </File>
241 <File
242 RelativePath="prnabort.cpp"
243 >
244 </File>
245 <File
246 RelativePath="protodlg.cpp"
247 >
248 </File>
249 <File
250 RelativePath="..\common\stdafx.cpp"
251 >
252 </File>
253 <File
254 RelativePath="tekwin.cpp"
255 >
256 </File>
257 <File
258 RelativePath="teraprn.cpp"
259 >
260 </File>
261 <File
262 RelativePath="teraterm.cpp"
263 >
264 </File>
265 <File
266 RelativePath="vtwin.cpp"
267 >
268 </File>
269 </Filter>
270 <Filter
271 Name="Resource Files"
272 Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
273 >
274 <File
275 RelativePath="..\..\cygterm\cygterm.ico"
276 >
277 </File>
278 <File
279 RelativePath="..\common\tek.ico"
280 >
281 </File>
282 <File
283 RelativePath="..\common\Teraterm.ico"
284 >
285 </File>
286 <File
287 RelativePath="..\common\teraterm_classic.ico"
288 >
289 </File>
290 <File
291 RelativePath="ttermpro.rc"
292 >
293 </File>
294 <File
295 RelativePath="..\common\vt.ico"
296 >
297 </File>
298 <File
299 RelativePath="..\common\vt_classic.ico"
300 >
301 </File>
302 </Filter>
303 <Filter
304 Name="Source Files (C)"
305 >
306 <File
307 RelativePath="buffer.c"
308 >
309 </File>
310 <File
311 RelativePath="clipboar.c"
312 >
313 </File>
314 <File
315 RelativePath="commlib.c"
316 >
317 </File>
318 <File
319 RelativePath="keyboard.c"
320 >
321 </File>
322 <File
323 RelativePath="teklib.c"
324 >
325 </File>
326 <File
327 RelativePath="telnet.c"
328 >
329 </File>
330 <File
331 RelativePath="ttdde.c"
332 >
333 </File>
334 <File
335 RelativePath="ttdialog.c"
336 >
337 </File>
338 <File
339 RelativePath="ttfileio.c"
340 >
341 </File>
342 <File
343 RelativePath="ttime.c"
344 >
345 </File>
346 <File
347 RelativePath="..\common\ttlib.c"
348 >
349 </File>
350 <File
351 RelativePath="ttplug.c"
352 >
353 </File>
354 <File
355 RelativePath="ttsetup.c"
356 >
357 </File>
358 <File
359 RelativePath="ttwinman.c"
360 >
361 </File>
362 <File
363 RelativePath="ttwsk.c"
364 >
365 </File>
366 <File
367 RelativePath="vtdisp.c"
368 >
369 </File>
370 <File
371 RelativePath="vtterm.c"
372 >
373 </File>
374 <File
375 RelativePath="WSAAsyncGetAddrInfo.c"
376 >
377 </File>
378 </Filter>
379 <Filter
380 Name="Lib Files"
381 >
382 <File
383 RelativePath="..\htmlhelp\htmlhelp.lib"
384 >
385 </File>
386 </Filter>
387 <Filter
388 Name="Header Files"
389 Filter="h;hpp;hxx;hm;inl"
390 >
391 <File
392 RelativePath=".\addsetting.h"
393 >
394 </File>
395 <File
396 RelativePath="..\common\tt_res.h"
397 >
398 </File>
399 <File
400 RelativePath="ttfileio.h"
401 >
402 </File>
403 </Filter>
404 <File
405 RelativePath="teraterm.manifest"
406 >
407 <FileConfiguration
408 Name="Debug|Win32"
409 >
410 <Tool
411 Name="VCCustomBuildTool"
412 />
413 </FileConfiguration>
414 <FileConfiguration
415 Name="Release|Win32"
416 >
417 <Tool
418 Name="VCCustomBuildTool"
419 />
420 </FileConfiguration>
421 </File>
422 </Files>
423 <Globals>
424 <Global
425 Name="RESOURCE_FILE"
426 Value="ttermpro.rc"
427 />
428 </Globals>
429 </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26