Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9547 - (show annotations) (download)
Sat Nov 27 13:49:15 2021 UTC (2 years, 4 months ago) by zmatsuo
File size: 6691 byte(s)
セッションの複製が動作しなかったので修正

- セッション複製部分を別ファイルに分離
  - ttcmn_dup.cpp, h
- プロジェクトファイル修正
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ttpcmn"
6 ProjectGUID="{118E0D32-5553-4F73-9927-E873C1C500E4}"
7 RootNamespace="ttpcmn"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Release|Win32"
19 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
20 IntermediateDirectory="$(ConfigurationName)"
21 ConfigurationType="2"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 PreprocessorDefinitions="NDEBUG"
40 MkTypLibCompatible="true"
41 SuppressStartupBanner="true"
42 TargetEnvironment="1"
43 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
44 HeaderFileName=""
45 />
46 <Tool
47 Name="VCCLCompilerTool"
48 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;"
49 Optimization="2"
50 InlineFunctionExpansion="1"
51 AdditionalIncludeDirectories="$(SolutionDir)common"
52 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0501"
53 StringPooling="true"
54 RuntimeLibrary="0"
55 EnableFunctionLevelLinking="true"
56 WarningLevel="3"
57 SuppressStartupBanner="true"
58 CompileAs="0"
59 />
60 <Tool
61 Name="VCManagedResourceCompilerTool"
62 />
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="NDEBUG"
66 Culture="1033"
67 AdditionalIncludeDirectories="$(SolutionDir)common"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
72 <Tool
73 Name="VCLinkerTool"
74 AdditionalDependencies="layer_for_unicode.lib User32.lib gdi32.lib SHELL32.lib ADVAPI32.lib ole32.lib setupapi.lib"
75 LinkIncremental="1"
76 SuppressStartupBanner="true"
77 AdditionalLibraryDirectories="$(OutDir)"
78 ModuleDefinitionFile="$(ProjectName).def"
79 DelayLoadDLLs="setupapi.dll;user32.dll"
80 GenerateDebugInformation="true"
81 SubSystem="2"
82 ImportLibrary="$(OutDir)\$(ProjectName).lib"
83 TargetMachine="1"
84 />
85 <Tool
86 Name="VCALinkTool"
87 />
88 <Tool
89 Name="VCManifestTool"
90 />
91 <Tool
92 Name="VCXDCMakeTool"
93 />
94 <Tool
95 Name="VCBscMakeTool"
96 />
97 <Tool
98 Name="VCFxCopTool"
99 />
100 <Tool
101 Name="VCAppVerifierTool"
102 />
103 <Tool
104 Name="VCWebDeploymentTool"
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;_WIN32_WINNT=0x0501"
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="layer_for_unicode.lib User32.lib gdi32.lib SHELL32.lib ADVAPI32.lib ole32.lib setupapi.lib"
166 LinkIncremental="1"
167 SuppressStartupBanner="true"
168 AdditionalLibraryDirectories="$(OutDir)"
169 ModuleDefinitionFile="$(ProjectName).def"
170 DelayLoadDLLs="setupapi.dll;user32.dll"
171 GenerateDebugInformation="true"
172 SubSystem="2"
173 ImportLibrary="$(OutDir)\$(ProjectName).lib"
174 TargetMachine="1"
175 />
176 <Tool
177 Name="VCALinkTool"
178 />
179 <Tool
180 Name="VCManifestTool"
181 />
182 <Tool
183 Name="VCXDCMakeTool"
184 />
185 <Tool
186 Name="VCBscMakeTool"
187 />
188 <Tool
189 Name="VCFxCopTool"
190 />
191 <Tool
192 Name="VCAppVerifierTool"
193 />
194 <Tool
195 Name="VCWebDeploymentTool"
196 />
197 <Tool
198 Name="VCPostBuildEventTool"
199 />
200 </Configuration>
201 </Configurations>
202 <References>
203 </References>
204 <Files>
205 <Filter
206 Name="Source Files"
207 Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
208 >
209 <File
210 RelativePath="..\common\compat_w95_vs2005.c"
211 >
212 </File>
213 <File
214 RelativePath="..\common\i18n.c"
215 >
216 </File>
217 <File
218 RelativePath="language.c"
219 >
220 </File>
221 <File
222 RelativePath="..\common\servicenames.c"
223 >
224 </File>
225 <File
226 RelativePath="ttcmn.c"
227 >
228 </File>
229 <File
230 RelativePath=".\ttcmn_cominfo.c"
231 >
232 </File>
233 <File
234 RelativePath=".\ttcmn_dup.cpp"
235 >
236 </File>
237 <File
238 RelativePath=".\ttcmn_notify.cpp"
239 >
240 </File>
241 <File
242 RelativePath="..\common\ttlib.c"
243 >
244 </File>
245 </Filter>
246 <Filter
247 Name="Header Files"
248 Filter="h;hpp;hxx;hm;inl;fi;fd"
249 >
250 <File
251 RelativePath="..\common\compat_win.h"
252 >
253 </File>
254 <File
255 RelativePath=".\devpkey_teraterm.h"
256 >
257 </File>
258 <File
259 RelativePath="..\common\dllutil.h"
260 >
261 </File>
262 <File
263 RelativePath="..\common\i18n.h"
264 >
265 </File>
266 <File
267 RelativePath="language.h"
268 >
269 </File>
270 <File
271 RelativePath="..\common\servicenames.h"
272 >
273 </File>
274 <File
275 RelativePath=".\ttcmn_cominfo.h"
276 >
277 </File>
278 <File
279 RelativePath=".\ttcmn_dup.h"
280 >
281 </File>
282 <File
283 RelativePath="..\common\ttlib.h"
284 >
285 </File>
286 </Filter>
287 <Filter
288 Name="Def File"
289 Filter="def"
290 >
291 <File
292 RelativePath="ttpcmn.def"
293 >
294 </File>
295 </Filter>
296 <Filter
297 Name="Resource Files"
298 Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
299 >
300 <File
301 RelativePath="ttpcmn-version.rc"
302 >
303 </File>
304 </Filter>
305 </Files>
306 <Globals>
307 </Globals>
308 </VisualStudioProject>

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