Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/teraterm/teraterm/ttermpro.v17.vcxproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10414 - (hide annotations) (download)
Mon Dec 19 15:24:13 2022 UTC (15 months, 3 weeks ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.v17.vcxproj
File size: 16509 byte(s)
Visual Studio 2022 用プロジェクトファイルを追加

- teraterm\ttermpro.v16.sln (2019用)
  - x64 を削除
  - r8681 で誤って追加

ticket #43272
1 zmatsuo 10414 <?xml version="1.0" encoding="utf-8"?>
2     <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3     <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5     <Configuration>Debug</Configuration>
6     <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9     <Configuration>Release</Configuration>
10     <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     </ItemGroup>
13     <PropertyGroup Label="Globals">
14     <ProjectGuid>{BC4CDBE3-6269-47A8-BD74-EEB3A6160E06}</ProjectGuid>
15     <RootNamespace>ttermpro</RootNamespace>
16     <Keyword>MFCProj</Keyword>
17     <ProjectName>ttermpro</ProjectName>
18     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
19     </PropertyGroup>
20     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
22     <ConfigurationType>Application</ConfigurationType>
23     <PlatformToolset>v143</PlatformToolset>
24     <UseOfMfc>false</UseOfMfc>
25     </PropertyGroup>
26     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27     <ConfigurationType>Application</ConfigurationType>
28     <PlatformToolset>v143</PlatformToolset>
29     <UseOfMfc>false</UseOfMfc>
30     </PropertyGroup>
31     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32     <ImportGroup Label="ExtensionSettings">
33     </ImportGroup>
34     <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36     </ImportGroup>
37     <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
38     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39     </ImportGroup>
40     <PropertyGroup Label="UserMacros" />
41     <PropertyGroup>
42     <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
43     </PropertyGroup>
44     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
46     <IntDir>$(Configuration)\</IntDir>
47     <LinkIncremental>false</LinkIncremental>
48     <GenerateManifest>false</GenerateManifest>
49     </PropertyGroup>
50     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
51     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
52     <IntDir>$(Configuration)\</IntDir>
53     <LinkIncremental>false</LinkIncremental>
54     <GenerateManifest>false</GenerateManifest>
55     </PropertyGroup>
56     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57     <Midl>
58     <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59     <MkTypLibCompatible>true</MkTypLibCompatible>
60     <SuppressStartupBanner>true</SuppressStartupBanner>
61     <TargetEnvironment>Win32</TargetEnvironment>
62     <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
63     <HeaderFileName />
64     </Midl>
65     <ClCompile>
66     <AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions>
67     <Optimization>Disabled</Optimization>
68     <AdditionalIncludeDirectories>$(SolutionDir)..\libs\SFMT;$(SolutionDir)..\libs\oniguruma\src;$(SolutionDir)teraterm;$(SolutionDir)common;$(SolutionDir)ttpfile;$(SolutionDir)ttpdlg;$(SolutionDir)ttpcmn;$(SolutionDir)susie_plugin;$(SolutionDir)..\cygwin\cyglib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
69     <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
70     <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
71     <BrowseInformation />
72     <WarningLevel>Level3</WarningLevel>
73     <SuppressStartupBanner>true</SuppressStartupBanner>
74     <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
75     <CompileAs>Default</CompileAs>
76     <MultiProcessorCompilation>true</MultiProcessorCompilation>
77     </ClCompile>
78     <ResourceCompile>
79     <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80     <Culture>0x0411</Culture>
81     <AdditionalIncludeDirectories>$(SolutionDir)common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
82     </ResourceCompile>
83     <Link>
84     <AdditionalDependencies>onig_sd.lib;comctl32.lib;ws2_32.lib;imagehlp.lib;setupapi.lib;gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
85     <SuppressStartupBanner>true</SuppressStartupBanner>
86     <AdditionalLibraryDirectories>$(SolutionDir)..\libs\oniguruma\src;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
87     <DelayLoadDLLs>imagehlp.dll;user32.dll;shell32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
88     <GenerateDebugInformation>true</GenerateDebugInformation>
89     <SubSystem>Windows</SubSystem>
90     <TargetMachine>MachineX86</TargetMachine>
91     </Link>
92     <Manifest>
93     <AdditionalManifestFiles>.\teraterm.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
94     </Manifest>
95     <PreBuildEvent>
96     <Command>"$(SolutionDir)..\buildtools\svnrev\svnrev.bat"</Command>
97     </PreBuildEvent>
98     </ItemDefinitionGroup>
99     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
100     <Midl>
101     <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102     <MkTypLibCompatible>true</MkTypLibCompatible>
103     <SuppressStartupBanner>true</SuppressStartupBanner>
104     <TargetEnvironment>Win32</TargetEnvironment>
105     <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
106     <HeaderFileName />
107     </Midl>
108     <ClCompile>
109     <AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions>
110     <Optimization>MaxSpeed</Optimization>
111     <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
112     <AdditionalIncludeDirectories>$(SolutionDir)..\libs\SFMT;$(SolutionDir)..\libs\oniguruma\src;$(SolutionDir)teraterm;$(SolutionDir)common;$(SolutionDir)ttpfile;$(SolutionDir)ttpdlg;$(SolutionDir)ttpcmn;$(SolutionDir)susie_plugin;$(SolutionDir)..\cygwin\cyglib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
113     <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114     <StringPooling>true</StringPooling>
115     <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
116     <FunctionLevelLinking>true</FunctionLevelLinking>
117     <WarningLevel>Level3</WarningLevel>
118     <SuppressStartupBanner>true</SuppressStartupBanner>
119     <CompileAs>Default</CompileAs>
120     <MultiProcessorCompilation>true</MultiProcessorCompilation>
121     </ClCompile>
122     <ResourceCompile>
123     <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124     <Culture>0x0409</Culture>
125     <AdditionalIncludeDirectories>$(SolutionDir)common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
126     </ResourceCompile>
127     <Link>
128     <AdditionalDependencies>onig_s.lib;comctl32.lib;ws2_32.lib;imagehlp.lib;setupapi.lib;gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
129     <SuppressStartupBanner>true</SuppressStartupBanner>
130     <AdditionalLibraryDirectories>$(SolutionDir)..\libs\oniguruma\src;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
131     <DelayLoadDLLs>imagehlp.dll;user32.dll;shell32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
132     <GenerateDebugInformation>true</GenerateDebugInformation>
133     <SubSystem>Windows</SubSystem>
134     <TargetMachine>MachineX86</TargetMachine>
135     </Link>
136     <Manifest>
137     <AdditionalManifestFiles>.\teraterm.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
138     </Manifest>
139     <PreBuildEvent>
140     <Command>"$(SolutionDir)..\buildtools\svnrev\svnrev.bat"</Command>
141     </PreBuildEvent>
142     </ItemDefinitionGroup>
143     <ItemGroup>
144     <ClCompile Include="..\..\cygwin\cyglib\cyglib.c" />
145     <ClCompile Include="..\common\ttlib.c" />
146     <ClCompile Include="..\susie_plugin\libsusieplugin.cpp" />
147     <ClCompile Include="..\ttpcmn\ttcmn_dup.cpp" />
148     <ClCompile Include="..\ttpcmn\ttcmn_static.c" />
149     <ClCompile Include="..\ttpfile\bplus.c" />
150     <ClCompile Include="..\ttpfile\filesys_win32.cpp" />
151     <ClCompile Include="..\ttpfile\ftlib.c" />
152     <ClCompile Include="..\ttpfile\kermit.c" />
153     <ClCompile Include="..\ttpfile\protolog.cpp" />
154     <ClCompile Include="..\ttpfile\quickvan.c" />
155     <ClCompile Include="..\ttpfile\xmodem.c" />
156     <ClCompile Include="..\ttpfile\ymodem.c" />
157     <ClCompile Include="..\ttpfile\zmodem.c" />
158     <ClCompile Include="..\ttpset\ttset.c" />
159     <ClCompile Include="..\ttpset\ttset_keyboard.c" />
160     <ClCompile Include="addsetting.cpp" />
161     <ClCompile Include="broadcast.cpp" />
162     <ClCompile Include="buffer.c" />
163     <ClCompile Include="checkeol.cpp" />
164     <ClCompile Include="clipboar.c" />
165     <ClCompile Include="coding_pp.cpp" />
166     <ClCompile Include="commlib.c" />
167     <ClCompile Include="dnddlg.cpp" />
168     <ClCompile Include="filesys.cpp" />
169     <ClCompile Include="filesys_log.cpp" />
170     <ClCompile Include="filesys_proto.cpp" />
171     <ClCompile Include="font_pp.cpp" />
172     <ClCompile Include="ftdlg.cpp" />
173     <ClCompile Include="keyboard.c" />
174     <ClCompile Include="scp.cpp" />
175     <ClCompile Include="sendfiledlg.cpp" />
176     <ClCompile Include="setupdirdlg.cpp" />
177     <ClCompile Include="sizetip.c" />
178     <ClCompile Include="prnabort.cpp" />
179     <ClCompile Include="protodlg.cpp" />
180     <ClCompile Include="teklib.c" />
181     <ClCompile Include="tekwin.cpp" />
182     <ClCompile Include="telnet.c" />
183     <ClCompile Include="teraprn.cpp" />
184     <ClCompile Include="teraterm.cpp" />
185     <ClCompile Include="themedlg.cpp" />
186     <ClCompile Include="themefile.cpp" />
187     <ClCompile Include="ttdde.c" />
188     <ClCompile Include="ttdebug.cpp" />
189     <ClCompile Include="ttdialog.c" />
190     <ClCompile Include="ttfileio.c" />
191     <ClCompile Include="ttime.c" />
192     <ClCompile Include="ttplug.c" />
193     <ClCompile Include="ttsetup.c" />
194     <ClCompile Include="ttwinman.c" />
195     <ClCompile Include="ttwsk.c" />
196     <ClCompile Include="vtdisp.c" />
197     <ClCompile Include="vtterm.c" />
198     <ClCompile Include="vtwin.cpp" />
199     <ClCompile Include="winjump.c" />
200     <ClCompile Include="WSAAsyncGetAddrInfo.c" />
201     <ClCompile Include="unicode.cpp" />
202     <ClInclude Include="../ttpdlg/dlg_res.h" />
203     <ClCompile Include="../ttpdlg/ttdlg.c" />
204     <ClInclude Include="../ttpdlg/ttdlg.h" />
205     <ClInclude Include="..\..\cygwin\cyglib\cyglib.h" />
206     <ClInclude Include="..\susie_plugin\libsusieplugin.h" />
207     <ClInclude Include="..\ttpcmn\ttcmn_dup.h" />
208     <ClInclude Include="..\ttpcmn\ttcmn_shared_memory.h" />
209     <ClInclude Include="..\ttpcmn\ttcmn_static.h" />
210     <ClInclude Include="..\ttpfile\bplus.h" />
211     <ClInclude Include="..\ttpfile\filesys_win32.h" />
212     <ClInclude Include="..\ttpfile\file_res.h" />
213     <ClInclude Include="..\ttpfile\ftlib.h" />
214     <ClInclude Include="..\ttpfile\kermit.h" />
215     <ClInclude Include="..\ttpfile\protolog.h" />
216     <ClInclude Include="..\ttpfile\quickvan.h" />
217     <ClInclude Include="..\ttpfile\xmodem.h" />
218     <ClInclude Include="..\ttpfile\ymodem.h" />
219     <ClInclude Include="..\ttpfile\zmodem.h" />
220     <ClInclude Include="..\ttpset\ttset.h" />
221     <ClInclude Include="..\ttpset\ttset_i.h" />
222     <ClInclude Include="broadcast.h" />
223     <ClInclude Include="checkeol.h" />
224     <ClInclude Include="coding_pp.h" />
225     <ClInclude Include="coding_pp_res.h" />
226     <ClInclude Include="filesys_log_res.h" />
227     <ClInclude Include="font_pp.h" />
228     <ClInclude Include="font_pp_res.h" />
229     <ClInclude Include="scp.h" />
230     <ClInclude Include="sendfiledlg.h" />
231     <ClInclude Include="sendmem.h" />
232     <ClCompile Include="sendmem.cpp" />
233     <ClInclude Include="ftdlg_lite.h" />
234     <ClCompile Include="ftdlg_lite.cpp" />
235     <ClInclude Include="clipboarddlg.h" />
236     <ClCompile Include="clipboarddlg.cpp" />
237     <ClInclude Include="debug_pp.h" />
238     <ClCompile Include="debug_pp.cpp" />
239     </ItemGroup>
240     <ItemGroup>
241     <Image Include="..\..\cygterm\cygterm.ico" />
242     <Image Include="..\common\tek.ico" />
243     <Image Include="..\common\Teraterm.ico" />
244     <Image Include="..\common\teraterm_3d.ico" />
245     <Image Include="..\common\teraterm_classic.ico" />
246     <Image Include="..\common\vt.ico" />
247     <Image Include="..\common\vt_3d.ico" />
248     <Image Include="..\common\vt_classic.ico" />
249     </ItemGroup>
250     <ItemGroup>
251     <ResourceCompile Include="../ttpdlg/ttpdlg.rc" />
252     <ResourceCompile Include="coding_pp.rc" />
253     <ResourceCompile Include="debug_pp.rc" />
254     <ResourceCompile Include="filesys_log.rc" />
255     <ResourceCompile Include="font_pp.rc" />
256     <ResourceCompile Include="teraterm_manifest.rc" />
257     <ResourceCompile Include="themedlg.rc" />
258     <ResourceCompile Include="tt-version.rc" />
259     <ResourceCompile Include="ttermpro.rc" />
260     </ItemGroup>
261     <ItemGroup>
262     <ClInclude Include="..\common\codeconv.h" />
263     <ClInclude Include="..\common\compat_win.h" />
264     <ClInclude Include="..\common\dlglib.h" />
265     <ClInclude Include="..\common\tektypes.h" />
266     <ClInclude Include="..\common\teraterm.h" />
267     <ClInclude Include="..\common\tipwin.h" />
268     <ClInclude Include="..\common\tmfc.h" />
269     <ClInclude Include="..\common\tt-version.h" />
270     <ClInclude Include="..\common\tt_res.h" />
271     <ClInclude Include="..\common\ttcommon.h" />
272     <ClInclude Include="..\common\ttddecmnd.h" />
273     <ClInclude Include="..\common\ttlib.h" />
274     <ClInclude Include="..\common\ttplugin.h" />
275     <ClInclude Include="..\common\tttypes.h" />
276     <ClInclude Include="addsetting.h" />
277     <ClInclude Include="buffer.h" />
278     <ClInclude Include="clipboar.h" />
279     <ClInclude Include="commlib.h" />
280     <ClInclude Include="dnddlg.h" />
281     <ClInclude Include="filesys.h" />
282     <ClInclude Include="ftdlg.h" />
283     <ClInclude Include="keyboard.h" />
284     <ClInclude Include="prnabort.h" />
285     <ClInclude Include="protodlg.h" />
286     <ClInclude Include="setupdirdlg.h" />
287     <ClInclude Include="sizetip.h" />
288     <ClInclude Include="teklib.h" />
289     <ClInclude Include="tekwin.h" />
290     <ClInclude Include="telnet.h" />
291     <ClInclude Include="teraprn.h" />
292     <ClInclude Include="theme.h" />
293     <ClInclude Include="themedlg.h" />
294     <ClInclude Include="themedlg_res.h" />
295     <ClInclude Include="ttdde.h" />
296     <ClInclude Include="ttdebug.h" />
297     <ClInclude Include="ttdialog.h" />
298     <ClInclude Include="ttfileio.h" />
299     <ClInclude Include="ttime.h" />
300     <ClInclude Include="ttplug.h" />
301     <ClInclude Include="ttsetup.h" />
302     <ClInclude Include="ttwinman.h" />
303     <ClInclude Include="ttwsk.h" />
304     <ClInclude Include="vtdisp.h" />
305     <ClInclude Include="vtterm.h" />
306     <ClInclude Include="vtwin.h" />
307     <ClInclude Include="unicode.h" />
308     </ItemGroup>
309     <ItemGroup>
310     <ProjectReference Include="..\common\common_static.v16.vcxproj">
311     <Project>{ac42387d-23ec-45db-81f9-8933c7efa52a}</Project>
312     </ProjectReference>
313     <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj">
314     <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
315     <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
316     </ProjectReference>
317     <ProjectReference Include="..\ttpmacro\ttpmacro.v16.vcxproj">
318     <Project>{ba519362-a2c2-4b1a-905b-f00791f9038a}</Project>
319     <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
320     </ProjectReference>
321     <ProjectReference Include="..\ttptek\ttptek.v16.vcxproj">
322     <Project>{6d08053b-1c68-4a7e-8766-3553f5af010b}</Project>
323     <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
324     </ProjectReference>
325     </ItemGroup>
326     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
327     <ImportGroup Label="ExtensionTargets">
328     </ImportGroup>
329     <ProjectExtensions>
330     <VisualStudio>
331     <UserProperties RESOURCE_FILE="ttermpro.rc" />
332     </VisualStudio>
333     </ProjectExtensions>
334     </Project>

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