Revision: 7505 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7505 Author: zmatsuo Date: 2019-03-22 23:38:00 +0900 (Fri, 22 Mar 2019) Log Message: ----------- vc[x]projファイル保守 Modified Paths: -------------- trunk/teraterm/svnrev/svnrev.v15.vcxproj trunk/teraterm/teraterm/ttermpro.v10.vcxproj trunk/teraterm/teraterm/ttermpro.v11.vcxproj trunk/teraterm/teraterm/ttermpro.v12.vcxproj trunk/teraterm/teraterm/ttermpro.v14.vcxproj trunk/teraterm/teraterm/ttermpro.v15.vcxproj trunk/teraterm/teraterm/ttermpro.v9.vcproj -------------- next part -------------- Modified: trunk/teraterm/svnrev/svnrev.v15.vcxproj =================================================================== --- trunk/teraterm/svnrev/svnrev.v15.vcxproj 2019-03-22 14:37:45 UTC (rev 7504) +++ trunk/teraterm/svnrev/svnrev.v15.vcxproj 2019-03-22 14:38:00 UTC (rev 7505) @@ -15,7 +15,6 @@ <RootNamespace>svnrev</RootNamespace> <Keyword>Win32Proj</Keyword> <ProjectName>svnrev</ProjectName> - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> Modified: trunk/teraterm/teraterm/ttermpro.v10.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v10.vcxproj 2019-03-22 14:37:45 UTC (rev 7504) +++ trunk/teraterm/teraterm/ttermpro.v10.vcxproj 2019-03-22 14:38:00 UTC (rev 7505) @@ -133,31 +133,33 @@ </Manifest> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="addsetting.cpp" /> - <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="..\common\dlglib.c" /> - <ClCompile Include="filesys.cpp" /> - <ClCompile Include="ftdlg.cpp" /> - <ClCompile Include="prnabort.cpp" /> - <ClCompile Include="protodlg.cpp" /> <ClCompile Include="..\common\stdafx.cpp" /> - <ClCompile Include="tekwin.cpp" /> - <ClCompile Include="teraprn.cpp" /> - <ClCompile Include="teraterm.cpp" /> - <ClCompile Include="vtwin.cpp" /> + <ClCompile Include="..\common\ttlib.c" /> + <ClCompile Include="..\common\win16api.c" /> + <ClCompile Include="..\common\codeconv.cpp" /> + <ClCompile Include="..\common\dllutil.cpp" /> + <ClCompile Include="..\common\compat_win.cpp" /> + <ClCompile Include="addsetting.cpp" /> <ClCompile Include="buffer.c" /> <ClCompile Include="clipboar.c" /> <ClCompile Include="commlib.c" /> <ClCompile Include="dnddlg.cpp" /> + <ClCompile Include="filesys.cpp" /> + <ClCompile Include="ftdlg.cpp" /> <ClCompile Include="keyboard.c" /> <ClCompile Include="sizetip.c" /> + <ClCompile Include="prnabort.cpp" /> + <ClCompile Include="protodlg.cpp" /> <ClCompile Include="teklib.c" /> + <ClCompile Include="tekwin.cpp" /> <ClCompile Include="telnet.c" /> + <ClCompile Include="teraprn.cpp" /> + <ClCompile Include="teraterm.cpp" /> <ClCompile Include="ttdde.c" /> <ClCompile Include="ttdialog.c" /> <ClCompile Include="ttfileio.c" /> <ClCompile Include="ttime.c" /> - <ClCompile Include="..\common\ttlib.c" /> <ClCompile Include="ttplug.c" /> <ClCompile Include="ttsetup.c" /> <ClCompile Include="ttwinman.c" /> @@ -164,6 +166,7 @@ <ClCompile Include="ttwsk.c" /> <ClCompile Include="vtdisp.c" /> <ClCompile Include="vtterm.c" /> + <ClCompile Include="vtwin.cpp" /> <ClCompile Include="winjump.c" /> <ClCompile Include="WSAAsyncGetAddrInfo.c" /> </ItemGroup> Modified: trunk/teraterm/teraterm/ttermpro.v11.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v11.vcxproj 2019-03-22 14:37:45 UTC (rev 7504) +++ trunk/teraterm/teraterm/ttermpro.v11.vcxproj 2019-03-22 14:38:00 UTC (rev 7505) @@ -130,31 +130,33 @@ </Manifest> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="addsetting.cpp" /> - <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="..\common\dlglib.c" /> - <ClCompile Include="filesys.cpp" /> - <ClCompile Include="ftdlg.cpp" /> - <ClCompile Include="prnabort.cpp" /> - <ClCompile Include="protodlg.cpp" /> <ClCompile Include="..\common\stdafx.cpp" /> - <ClCompile Include="tekwin.cpp" /> - <ClCompile Include="teraprn.cpp" /> - <ClCompile Include="teraterm.cpp" /> - <ClCompile Include="vtwin.cpp" /> + <ClCompile Include="..\common\ttlib.c" /> + <ClCompile Include="..\common\win16api.c" /> + <ClCompile Include="..\common\codeconv.cpp" /> + <ClCompile Include="..\common\dllutil.cpp" /> + <ClCompile Include="..\common\compat_win.cpp" /> + <ClCompile Include="addsetting.cpp" /> <ClCompile Include="buffer.c" /> <ClCompile Include="clipboar.c" /> <ClCompile Include="commlib.c" /> <ClCompile Include="dnddlg.cpp" /> + <ClCompile Include="filesys.cpp" /> + <ClCompile Include="ftdlg.cpp" /> <ClCompile Include="keyboard.c" /> <ClCompile Include="sizetip.c" /> + <ClCompile Include="prnabort.cpp" /> + <ClCompile Include="protodlg.cpp" /> <ClCompile Include="teklib.c" /> + <ClCompile Include="tekwin.cpp" /> <ClCompile Include="telnet.c" /> + <ClCompile Include="teraprn.cpp" /> + <ClCompile Include="teraterm.cpp" /> <ClCompile Include="ttdde.c" /> <ClCompile Include="ttdialog.c" /> <ClCompile Include="ttfileio.c" /> <ClCompile Include="ttime.c" /> - <ClCompile Include="..\common\ttlib.c" /> <ClCompile Include="ttplug.c" /> <ClCompile Include="ttsetup.c" /> <ClCompile Include="ttwinman.c" /> @@ -161,6 +163,7 @@ <ClCompile Include="ttwsk.c" /> <ClCompile Include="vtdisp.c" /> <ClCompile Include="vtterm.c" /> + <ClCompile Include="vtwin.cpp" /> <ClCompile Include="winjump.c" /> <ClCompile Include="WSAAsyncGetAddrInfo.c" /> </ItemGroup> Modified: trunk/teraterm/teraterm/ttermpro.v12.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v12.vcxproj 2019-03-22 14:37:45 UTC (rev 7504) +++ trunk/teraterm/teraterm/ttermpro.v12.vcxproj 2019-03-22 14:38:00 UTC (rev 7505) @@ -136,6 +136,9 @@ <ClCompile Include="..\common\stdafx.cpp" /> <ClCompile Include="..\common\ttlib.c" /> <ClCompile Include="..\common\win16api.c" /> + <ClCompile Include="..\common\codeconv.cpp" /> + <ClCompile Include="..\common\dllutil.cpp" /> + <ClCompile Include="..\common\compat_win.cpp" /> <ClCompile Include="addsetting.cpp" /> <ClCompile Include="buffer.c" /> <ClCompile Include="clipboar.c" /> Modified: trunk/teraterm/teraterm/ttermpro.v14.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v14.vcxproj 2019-03-22 14:37:45 UTC (rev 7504) +++ trunk/teraterm/teraterm/ttermpro.v14.vcxproj 2019-03-22 14:38:00 UTC (rev 7505) @@ -138,6 +138,9 @@ <ClCompile Include="..\common\stdafx.cpp" /> <ClCompile Include="..\common\ttlib.c" /> <ClCompile Include="..\common\win16api.c" /> + <ClCompile Include="..\common\codeconv.cpp" /> + <ClCompile Include="..\common\dllutil.cpp" /> + <ClCompile Include="..\common\compat_win.cpp" /> <ClCompile Include="addsetting.cpp" /> <ClCompile Include="buffer.c" /> <ClCompile Include="clipboar.c" /> Modified: trunk/teraterm/teraterm/ttermpro.v15.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v15.vcxproj 2019-03-22 14:37:45 UTC (rev 7504) +++ trunk/teraterm/teraterm/ttermpro.v15.vcxproj 2019-03-22 14:38:00 UTC (rev 7505) @@ -15,7 +15,6 @@ <RootNamespace>ttermpro</RootNamespace> <Keyword>MFCProj</Keyword> <ProjectName>ttermpro</ProjectName> - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> @@ -141,6 +140,9 @@ <ClCompile Include="..\common\stdafx.cpp" /> <ClCompile Include="..\common\ttlib.c" /> <ClCompile Include="..\common\win16api.c" /> + <ClCompile Include="..\common\codeconv.cpp" /> + <ClCompile Include="..\common\dllutil.cpp" /> + <ClCompile Include="..\common\compat_win.cpp" /> <ClCompile Include="addsetting.cpp" /> <ClCompile Include="buffer.c" /> <ClCompile Include="clipboar.c" /> Modified: trunk/teraterm/teraterm/ttermpro.v9.vcproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v9.vcproj 2019-03-22 14:37:45 UTC (rev 7504) +++ trunk/teraterm/teraterm/ttermpro.v9.vcproj 2019-03-22 14:38:00 UTC (rev 7505) @@ -388,6 +388,18 @@ RelativePath="..\common\win16api.c" > </File> + <File + RelativePath="..\common\compat_win.cpp" + > + </File> + <File + RelativePath="..\common\dllutil.cpp" + > + </File> + <File + RelativePath="..\common\codeconv.cpp" + > + </File> </Filter> <Filter Name="Header Files"