Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/teraterm/ttpmacro/ttpmacro.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2476 - (hide annotations) (download)
Mon Apr 14 17:35:50 2008 UTC (16 years, 1 month ago) by maya
Original Path: teraterm/trunk/ttpmacro/ttpmacro.vcproj
File size: 7687 byte(s)
ファイル移動に伴う修正

1 maya 2476 <?xml version="1.0" encoding="shift_jis"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="8.00"
5     Name="ttpmacro"
6     ProjectGUID="{BA519362-A2C2-4B1A-905B-F00791F9038A}"
7     RootNamespace="ttpmacro"
8     Keyword="MFCProj"
9     >
10     <Platforms>
11     <Platform
12     Name="Win32"
13     />
14     </Platforms>
15     <ToolFiles>
16     </ToolFiles>
17     <Configurations>
18     <Configuration
19     Name="Release|Win32"
20     OutputDirectory="..\Release"
21     IntermediateDirectory=".\Release"
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="NDEBUG"
42     MkTypLibCompatible="true"
43     SuppressStartupBanner="true"
44     TargetEnvironment="1"
45     TypeLibraryName="..\Release/ttpmacro.tlb"
46     HeaderFileName=""
47     />
48     <Tool
49     Name="VCCLCompilerTool"
50     AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;&#x0D;&#x0A;"
51     Optimization="2"
52     InlineFunctionExpansion="1"
53     AdditionalIncludeDirectories="..\oniguruma;..\common"
54     PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
55     StringPooling="true"
56     RuntimeLibrary="0"
57     EnableFunctionLevelLinking="true"
58     UsePrecompiledHeader="0"
59     PrecompiledHeaderThrough="teraterm.h"
60     PrecompiledHeaderFile=".\Release/ttpmacro.pch"
61     AssemblerListingLocation=".\Release/"
62     ObjectFile=".\Release/"
63     ProgramDataBaseFileName=".\Release/"
64     WarningLevel="3"
65     SuppressStartupBanner="true"
66     CompileAs="0"
67     />
68     <Tool
69     Name="VCManagedResourceCompilerTool"
70     />
71     <Tool
72     Name="VCResourceCompilerTool"
73     PreprocessorDefinitions="NDEBUG"
74     Culture="1033"
75     AdditionalIncludeDirectories="..\common"
76     />
77     <Tool
78     Name="VCPreLinkEventTool"
79     />
80     <Tool
81     Name="VCLinkerTool"
82     AdditionalDependencies="onig_s.lib Version.lib"
83     OutputFile="..\Release/ttpmacro.exe"
84     LinkIncremental="1"
85     SuppressStartupBanner="true"
86     AdditionalLibraryDirectories="..\oniguruma;..\release"
87     ProgramDatabaseFile="..\Release/ttpmacro.pdb"
88     SubSystem="2"
89     TargetMachine="1"
90     />
91     <Tool
92     Name="VCALinkTool"
93     />
94     <Tool
95     Name="VCManifestTool"
96     />
97     <Tool
98     Name="VCXDCMakeTool"
99     />
100     <Tool
101     Name="VCBscMakeTool"
102     />
103     <Tool
104     Name="VCFxCopTool"
105     />
106     <Tool
107     Name="VCAppVerifierTool"
108     />
109     <Tool
110     Name="VCWebDeploymentTool"
111     />
112     <Tool
113     Name="VCPostBuildEventTool"
114     />
115     </Configuration>
116     <Configuration
117     Name="Debug|Win32"
118     OutputDirectory="..\Debug"
119     IntermediateDirectory=".\Debug"
120     ConfigurationType="1"
121     InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
122     UseOfMFC="1"
123     ATLMinimizesCRunTimeLibraryUsage="false"
124     >
125     <Tool
126     Name="VCPreBuildEventTool"
127     />
128     <Tool
129     Name="VCCustomBuildTool"
130     />
131     <Tool
132     Name="VCXMLDataGeneratorTool"
133     />
134     <Tool
135     Name="VCWebServiceProxyGeneratorTool"
136     />
137     <Tool
138     Name="VCMIDLTool"
139     PreprocessorDefinitions="_DEBUG"
140     MkTypLibCompatible="true"
141     SuppressStartupBanner="true"
142     TargetEnvironment="1"
143     TypeLibraryName="..\Debug/ttpmacro.tlb"
144     HeaderFileName=""
145     />
146     <Tool
147     Name="VCCLCompilerTool"
148     AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;"
149     Optimization="0"
150     AdditionalIncludeDirectories="..\oniguruma;..\common"
151     PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
152     RuntimeLibrary="1"
153     UsePrecompiledHeader="0"
154     PrecompiledHeaderThrough="teraterm.h"
155     PrecompiledHeaderFile=".\Debug/ttpmacro.pch"
156     AssemblerListingLocation=".\Debug/"
157     ObjectFile=".\Debug/"
158     ProgramDataBaseFileName=".\Debug/"
159     WarningLevel="3"
160     SuppressStartupBanner="true"
161     DebugInformationFormat="3"
162     CompileAs="0"
163     />
164     <Tool
165     Name="VCManagedResourceCompilerTool"
166     />
167     <Tool
168     Name="VCResourceCompilerTool"
169     PreprocessorDefinitions="_DEBUG"
170     Culture="1033"
171     AdditionalIncludeDirectories="..\common"
172     />
173     <Tool
174     Name="VCPreLinkEventTool"
175     />
176     <Tool
177     Name="VCLinkerTool"
178     AdditionalDependencies="onig_s.lib Version.lib"
179     OutputFile="..\Debug/ttpmacro.exe"
180     LinkIncremental="1"
181     SuppressStartupBanner="true"
182     AdditionalLibraryDirectories="..\oniguruma\debug;..\debug"
183     GenerateDebugInformation="true"
184     ProgramDatabaseFile="..\Debug/ttpmacro.pdb"
185     SubSystem="2"
186     TargetMachine="1"
187     />
188     <Tool
189     Name="VCALinkTool"
190     />
191     <Tool
192     Name="VCManifestTool"
193     />
194     <Tool
195     Name="VCXDCMakeTool"
196     />
197     <Tool
198     Name="VCBscMakeTool"
199     />
200     <Tool
201     Name="VCFxCopTool"
202     />
203     <Tool
204     Name="VCAppVerifierTool"
205     />
206     <Tool
207     Name="VCWebDeploymentTool"
208     />
209     <Tool
210     Name="VCPostBuildEventTool"
211     />
212     </Configuration>
213     </Configurations>
214     <References>
215     </References>
216     <Files>
217     <Filter
218     Name="Source Files"
219     Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
220     >
221     <File
222     RelativePath="errdlg.cpp"
223     >
224     </File>
225     <File
226     RelativePath="inpdlg.cpp"
227     >
228     </File>
229     <File
230     RelativePath="msgdlg.cpp"
231     >
232     </File>
233     <File
234     RelativePath="statdlg.cpp"
235     >
236     </File>
237     <File
238     RelativePath="..\common\stdafx.cpp"
239     >
240     </File>
241     <File
242     RelativePath="ttmacro.cpp"
243     >
244     </File>
245     <File
246     RelativePath="ttmdlg.cpp"
247     >
248     </File>
249     </Filter>
250     <Filter
251     Name="Header Files"
252     Filter="h;hpp;hxx;hm;inl;fi;fd"
253     >
254     <File
255     RelativePath="errdlg.h"
256     >
257     </File>
258     <File
259     RelativePath="inpdlg.h"
260     >
261     </File>
262     <File
263     RelativePath="msgdlg.h"
264     >
265     </File>
266     <File
267     RelativePath="statdlg.h"
268     >
269     </File>
270     <File
271     RelativePath="ttl.h"
272     >
273     </File>
274     <File
275     RelativePath="..\common\ttlib.h"
276     >
277     </File>
278     <File
279     RelativePath="ttm_res.h"
280     >
281     </File>
282     <File
283     RelativePath="ttmacro.h"
284     >
285     </File>
286     <File
287     RelativePath="ttmbuff.h"
288     >
289     </File>
290     <File
291     RelativePath="ttmdde.h"
292     >
293     </File>
294     <File
295     RelativePath="ttmdlg.h"
296     >
297     </File>
298     <File
299     RelativePath="ttmenc.h"
300     >
301     </File>
302     <File
303     RelativePath="ttmlib.h"
304     >
305     </File>
306     <File
307     RelativePath="ttmmain.h"
308     >
309     </File>
310     <File
311     RelativePath="ttmmsg.h"
312     >
313     </File>
314     <File
315     RelativePath="ttmparse.h"
316     >
317     </File>
318     </Filter>
319     <Filter
320     Name="Resource Files"
321     Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
322     >
323     <File
324     RelativePath="Ttmacro.ico"
325     >
326     </File>
327     <File
328     RelativePath="ttpmacro.rc"
329     >
330     <FileConfiguration
331     Name="Release|Win32"
332     >
333     <Tool
334     Name="VCResourceCompilerTool"
335     PreprocessorDefinitions=""
336     Culture="1041"
337     />
338     </FileConfiguration>
339     <FileConfiguration
340     Name="Debug|Win32"
341     >
342     <Tool
343     Name="VCResourceCompilerTool"
344     PreprocessorDefinitions=""
345     Culture="1041"
346     />
347     </FileConfiguration>
348     </File>
349     </Filter>
350     <Filter
351     Name="Source Files (C)"
352     Filter="c"
353     >
354     <File
355     RelativePath="..\common\i18n.c"
356     >
357     </File>
358     <File
359     RelativePath="ttl.c"
360     >
361     </File>
362     <File
363     RelativePath="..\common\ttlib.c"
364     >
365     </File>
366     <File
367     RelativePath="ttmbuff.c"
368     >
369     </File>
370     <File
371     RelativePath="ttmdde.c"
372     >
373     </File>
374     <File
375     RelativePath="ttmenc.c"
376     >
377     </File>
378     <File
379     RelativePath="ttmlib.c"
380     >
381     </File>
382     <File
383     RelativePath="ttmmain.cpp"
384     >
385     </File>
386     <File
387     RelativePath="ttmparse.c"
388     >
389     </File>
390     </Filter>
391     </Files>
392     <Globals>
393     </Globals>
394     </VisualStudioProject>

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