Revision: 7330 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7330 Author: zmatsuo Date: 2018-12-18 23:30:54 +0900 (Tue, 18 Dec 2018) Log Message: ----------- projectファイル修正 Modified Paths: -------------- trunk/teraterm/ttpmacro/ttpmacro.v10.vcxproj trunk/teraterm/ttpmacro/ttpmacro.v11.vcxproj trunk/teraterm/ttpmacro/ttpmacro.v12.vcxproj trunk/teraterm/ttpmacro/ttpmacro.v14.vcxproj trunk/teraterm/ttpmacro/ttpmacro.v15.vcxproj trunk/teraterm/ttpmacro/ttpmacro.v9.vcproj -------------- next part -------------- Modified: trunk/teraterm/ttpmacro/ttpmacro.v10.vcxproj =================================================================== --- trunk/teraterm/ttpmacro/ttpmacro.v10.vcxproj 2018-12-18 14:30:44 UTC (rev 7329) +++ trunk/teraterm/ttpmacro/ttpmacro.v10.vcxproj 2018-12-18 14:30:54 UTC (rev 7330) @@ -126,6 +126,7 @@ <ItemGroup> <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="errdlg.cpp" /> + <ClCompile Include="fileread.cpp" /> <ClCompile Include="inpdlg.cpp" /> <ClCompile Include="ListDlg.cpp" /> <ClCompile Include="msgdlg.cpp" /> Modified: trunk/teraterm/ttpmacro/ttpmacro.v11.vcxproj =================================================================== --- trunk/teraterm/ttpmacro/ttpmacro.v11.vcxproj 2018-12-18 14:30:44 UTC (rev 7329) +++ trunk/teraterm/ttpmacro/ttpmacro.v11.vcxproj 2018-12-18 14:30:54 UTC (rev 7330) @@ -126,6 +126,7 @@ <ItemGroup> <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="errdlg.cpp" /> + <ClCompile Include="fileread.cpp" /> <ClCompile Include="inpdlg.cpp" /> <ClCompile Include="ListDlg.cpp" /> <ClCompile Include="msgdlg.cpp" /> Modified: trunk/teraterm/ttpmacro/ttpmacro.v12.vcxproj =================================================================== --- trunk/teraterm/ttpmacro/ttpmacro.v12.vcxproj 2018-12-18 14:30:44 UTC (rev 7329) +++ trunk/teraterm/ttpmacro/ttpmacro.v12.vcxproj 2018-12-18 14:30:54 UTC (rev 7330) @@ -126,11 +126,13 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="..\common\codeconv.cpp" /> <ClCompile Include="..\common\i18n.c" /> <ClCompile Include="..\common\stdafx.cpp" /> <ClCompile Include="..\common\ttlib.c" /> <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="errdlg.cpp" /> + <ClCompile Include="fileread.cpp" /> <ClCompile Include="inpdlg.cpp" /> <ClCompile Include="ListDlg.cpp" /> <ClCompile Include="msgdlg.cpp" /> @@ -147,14 +149,18 @@ <ClCompile Include="wait4all.c" /> </ItemGroup> <ItemGroup> + <ClInclude Include="..\common\codeconv.h" /> + <ClInclude Include="..\common\ttddecmnd.h" /> <ClInclude Include="..\common\ttlib.h" /> + <ClInclude Include="..\common\win16api.h" /> + <ClInclude Include="..\common\ttddecmnd.h" /> <ClInclude Include="errdlg.h" /> + <ClInclude Include="fileread.h" /> <ClInclude Include="inpdlg.h" /> <ClInclude Include="ListDlg.h" /> <ClInclude Include="msgdlg.h" /> <ClInclude Include="statdlg.h" /> <ClInclude Include="stdafx.h" /> - <ClInclude Include="..\common\ttddecmnd.h" /> <ClInclude Include="ttl.h" /> <ClInclude Include="ttmacro.h" /> <ClInclude Include="ttmbuff.h" /> Modified: trunk/teraterm/ttpmacro/ttpmacro.v14.vcxproj =================================================================== --- trunk/teraterm/ttpmacro/ttpmacro.v14.vcxproj 2018-12-18 14:30:44 UTC (rev 7329) +++ trunk/teraterm/ttpmacro/ttpmacro.v14.vcxproj 2018-12-18 14:30:54 UTC (rev 7330) @@ -126,11 +126,13 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="..\common\codeconv.cpp" /> <ClCompile Include="..\common\i18n.c" /> <ClCompile Include="..\common\stdafx.cpp" /> <ClCompile Include="..\common\ttlib.c" /> <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="errdlg.cpp" /> + <ClCompile Include="fileread.cpp" /> <ClCompile Include="inpdlg.cpp" /> <ClCompile Include="ListDlg.cpp" /> <ClCompile Include="msgdlg.cpp" /> @@ -147,9 +149,13 @@ <ClCompile Include="wait4all.c" /> </ItemGroup> <ItemGroup> + <ClInclude Include="..\common\codeconv.h" /> <ClInclude Include="..\common\ttddecmnd.h" /> <ClInclude Include="..\common\ttlib.h" /> + <ClInclude Include="..\common\win16api.h" /> + <ClInclude Include="..\common\ttddecmnd.h" /> <ClInclude Include="errdlg.h" /> + <ClInclude Include="fileread.h" /> <ClInclude Include="inpdlg.h" /> <ClInclude Include="ListDlg.h" /> <ClInclude Include="msgdlg.h" /> Modified: trunk/teraterm/ttpmacro/ttpmacro.v15.vcxproj =================================================================== --- trunk/teraterm/ttpmacro/ttpmacro.v15.vcxproj 2018-12-18 14:30:44 UTC (rev 7329) +++ trunk/teraterm/ttpmacro/ttpmacro.v15.vcxproj 2018-12-18 14:30:54 UTC (rev 7330) @@ -156,6 +156,7 @@ <ClInclude Include="..\common\ttddecmnd.h" /> <ClInclude Include="..\common\ttlib.h" /> <ClInclude Include="..\common\win16api.h" /> + <ClInclude Include="..\common\ttddecmnd.h" /> <ClInclude Include="errdlg.h" /> <ClInclude Include="fileread.h" /> <ClInclude Include="inpdlg.h" /> Modified: trunk/teraterm/ttpmacro/ttpmacro.v9.vcproj =================================================================== --- trunk/teraterm/ttpmacro/ttpmacro.v9.vcproj 2018-12-18 14:30:44 UTC (rev 7329) +++ trunk/teraterm/ttpmacro/ttpmacro.v9.vcproj 2018-12-18 14:30:54 UTC (rev 7330) @@ -399,6 +399,10 @@ RelativePath="..\common\win16api.c" > </File> + <File + RelativePath="fileread.cpp" + > + </File> </Filter> </Files> <Globals>