Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/teraterm/ttpcmn/ttpcmn.v9.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8445 - (show annotations) (download)
Tue Dec 17 12:15:31 2019 UTC (4 years, 3 months ago) by doda
File size: 6481 byte(s)
Merge branch 'unicode_buf'
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="ttpcmn"
6 ProjectGUID="{118E0D32-5553-4F73-9927-E873C1C500E4}"
7 RootNamespace="ttpcmn"
8 TargetFrameworkVersion="131072"
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="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="2"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="NDEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
45 HeaderFileName=""
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;"
50 Optimization="2"
51 InlineFunctionExpansion="1"
52 AdditionalIncludeDirectories="$(SolutionDir)common"
53 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
54 StringPooling="true"
55 RuntimeLibrary="0"
56 EnableFunctionLevelLinking="true"
57 WarningLevel="3"
58 SuppressStartupBanner="true"
59 CompileAs="0"
60 />
61 <Tool
62 Name="VCManagedResourceCompilerTool"
63 />
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="NDEBUG"
67 Culture="1033"
68 AdditionalIncludeDirectories="$(SolutionDir)common"
69 />
70 <Tool
71 Name="VCPreLinkEventTool"
72 />
73 <Tool
74 Name="VCLinkerTool"
75 AdditionalDependencies="setupapi.lib"
76 LinkIncremental="1"
77 SuppressStartupBanner="true"
78 AdditionalLibraryDirectories=""
79 ModuleDefinitionFile="$(ProjectName).def"
80 DelayLoadDLLs="setupapi.dll;user32.dll"
81 GenerateDebugInformation="true"
82 SubSystem="2"
83 RandomizedBaseAddress="1"
84 DataExecutionPrevention="0"
85 ImportLibrary="$(OutDir)\$(ProjectName).lib"
86 TargetMachine="1"
87 />
88 <Tool
89 Name="VCALinkTool"
90 />
91 <Tool
92 Name="VCManifestTool"
93 />
94 <Tool
95 Name="VCXDCMakeTool"
96 />
97 <Tool
98 Name="VCBscMakeTool"
99 />
100 <Tool
101 Name="VCFxCopTool"
102 />
103 <Tool
104 Name="VCAppVerifierTool"
105 />
106 <Tool
107 Name="VCPostBuildEventTool"
108 />
109 </Configuration>
110 <Configuration
111 Name="Debug|Win32"
112 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
113 IntermediateDirectory="$(ConfigurationName)"
114 ConfigurationType="2"
115 UseOfMFC="0"
116 ATLMinimizesCRunTimeLibraryUsage="false"
117 >
118 <Tool
119 Name="VCPreBuildEventTool"
120 />
121 <Tool
122 Name="VCCustomBuildTool"
123 />
124 <Tool
125 Name="VCXMLDataGeneratorTool"
126 />
127 <Tool
128 Name="VCWebServiceProxyGeneratorTool"
129 />
130 <Tool
131 Name="VCMIDLTool"
132 PreprocessorDefinitions="_DEBUG"
133 MkTypLibCompatible="true"
134 SuppressStartupBanner="true"
135 TargetEnvironment="1"
136 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
137 HeaderFileName=""
138 />
139 <Tool
140 Name="VCCLCompilerTool"
141 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;"
142 Optimization="0"
143 AdditionalIncludeDirectories="$(SolutionDir)common"
144 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
145 RuntimeLibrary="1"
146 WarningLevel="3"
147 SuppressStartupBanner="true"
148 DebugInformationFormat="3"
149 CompileAs="0"
150 />
151 <Tool
152 Name="VCManagedResourceCompilerTool"
153 />
154 <Tool
155 Name="VCResourceCompilerTool"
156 PreprocessorDefinitions="_DEBUG"
157 Culture="1033"
158 AdditionalIncludeDirectories="$(SolutionDir)common"
159 />
160 <Tool
161 Name="VCPreLinkEventTool"
162 />
163 <Tool
164 Name="VCLinkerTool"
165 AdditionalDependencies="setupapi.lib"
166 LinkIncremental="1"
167 SuppressStartupBanner="true"
168 AdditionalLibraryDirectories=""
169 ModuleDefinitionFile="$(ProjectName).def"
170 DelayLoadDLLs="setupapi.dll;user32.dll"
171 GenerateDebugInformation="true"
172 SubSystem="2"
173 RandomizedBaseAddress="1"
174 DataExecutionPrevention="0"
175 ImportLibrary="$(OutDir)\$(ProjectName).lib"
176 TargetMachine="1"
177 />
178 <Tool
179 Name="VCALinkTool"
180 />
181 <Tool
182 Name="VCManifestTool"
183 />
184 <Tool
185 Name="VCXDCMakeTool"
186 />
187 <Tool
188 Name="VCBscMakeTool"
189 />
190 <Tool
191 Name="VCFxCopTool"
192 />
193 <Tool
194 Name="VCAppVerifierTool"
195 />
196 <Tool
197 Name="VCPostBuildEventTool"
198 />
199 </Configuration>
200 </Configurations>
201 <References>
202 </References>
203 <Files>
204 <Filter
205 Name="Source Files"
206 Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
207 >
208 <File
209 RelativePath="..\common\codeconv.cpp"
210 >
211 </File>
212 <File
213 RelativePath=".\comportinfo.cpp"
214 >
215 </File>
216 <File
217 RelativePath="..\common\i18n.c"
218 >
219 </File>
220 <File
221 RelativePath="language.c"
222 >
223 </File>
224 <File
225 RelativePath="..\common\servicenames.c"
226 >
227 </File>
228 <File
229 RelativePath="ttcmn.c"
230 >
231 </File>
232 <File
233 RelativePath="..\common\ttlib.c"
234 >
235 </File>
236 <File
237 RelativePath="..\common\compat_win.cpp"
238 >
239 </File>
240 <File
241 RelativePath="..\common\dllutil.cpp"
242 >
243 </File>
244 </Filter>
245 <Filter
246 Name="Header Files"
247 Filter="h;hpp;hxx;hm;inl;fi;fd"
248 >
249 <File
250 RelativePath=".\comportinfo.h"
251 >
252 </File>
253 <File
254 RelativePath=".\devpkey_teraterm.h"
255 >
256 </File>
257 <File
258 RelativePath="..\common\i18n.h"
259 >
260 </File>
261 <File
262 RelativePath="language.h"
263 >
264 </File>
265 <File
266 RelativePath="..\common\servicenames.h"
267 >
268 </File>
269 <File
270 RelativePath="..\common\ttlib.h"
271 >
272 </File>
273 <File
274 RelativePath="..\common\compat_win.h"
275 >
276 </File>
277 <File
278 RelativePath="..\common\dllutil.h"
279 >
280 </File>
281 </Filter>
282 <Filter
283 Name="Def File"
284 Filter="def"
285 >
286 <File
287 RelativePath="ttpcmn.def"
288 >
289 </File>
290 </Filter>
291 <Filter
292 Name="Resource Files"
293 Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
294 >
295 <File
296 RelativePath="ttpcmn-version.rc"
297 >
298 </File>
299 </Filter>
300 </Files>
301 <Globals>
302 </Globals>
303 </VisualStudioProject>

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