Revision: 8370 https://osdn.net/projects/ttssh2/scm/svn/commits/8370 Author: zmatsuo Date: 2019-11-13 00:03:14 +0900 (Wed, 13 Nov 2019) Log Message: ----------- プロジェクトファイルに debug_pp.rc を追加 - r8368, r8369 で追加していなかった - v10.vcxproj に debug_pp.cpp, debug_pp.h 追加 Revision Links: -------------- https://osdn.net/projects/ttssh2/scm/svn/commits/8368 https://osdn.net/projects/ttssh2/scm/svn/commits/8369 Modified Paths: -------------- branches/unicode_buf/teraterm/teraterm/ttermpro.v10.vcxproj branches/unicode_buf/teraterm/teraterm/ttermpro.v11.vcxproj branches/unicode_buf/teraterm/teraterm/ttermpro.v12.vcxproj branches/unicode_buf/teraterm/teraterm/ttermpro.v14.vcxproj branches/unicode_buf/teraterm/teraterm/ttermpro.v15.vcxproj branches/unicode_buf/teraterm/teraterm/ttermpro.v16.vcxproj branches/unicode_buf/teraterm/teraterm/ttermpro.v9.vcproj branches/unicode_buf/teraterm/teraterm/ttermpro.vcproj -------------- next part -------------- Modified: branches/unicode_buf/teraterm/teraterm/ttermpro.v10.vcxproj =================================================================== --- branches/unicode_buf/teraterm/teraterm/ttermpro.v10.vcxproj 2019-11-08 15:40:34 UTC (rev 8369) +++ branches/unicode_buf/teraterm/teraterm/ttermpro.v10.vcxproj 2019-11-12 15:03:14 UTC (rev 8370) @@ -194,6 +194,8 @@ <ClCompile Include="ftdlg_lite.cpp" /> <ClInclude Include="clipboarddlg.h" /> <ClCompile Include="clipboarddlg.cpp" /> + <ClInclude Include="debug_pp.h" /> + <ClCompile Include="debug_pp.cpp" /> </ItemGroup> <ItemGroup> <None Include="..\..\cygterm\cygterm.ico" /> @@ -209,6 +211,7 @@ <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> + <ResourceCompile Include="debug_pp.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\common\codeconv.h" /> Modified: branches/unicode_buf/teraterm/teraterm/ttermpro.v11.vcxproj =================================================================== --- branches/unicode_buf/teraterm/teraterm/ttermpro.v11.vcxproj 2019-11-08 15:40:34 UTC (rev 8369) +++ branches/unicode_buf/teraterm/teraterm/ttermpro.v11.vcxproj 2019-11-12 15:03:14 UTC (rev 8370) @@ -208,6 +208,7 @@ <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> + <ResourceCompile Include="debug_pp.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\common\codeconv.h" /> Modified: branches/unicode_buf/teraterm/teraterm/ttermpro.v12.vcxproj =================================================================== --- branches/unicode_buf/teraterm/teraterm/ttermpro.v12.vcxproj 2019-11-08 15:40:34 UTC (rev 8369) +++ branches/unicode_buf/teraterm/teraterm/ttermpro.v12.vcxproj 2019-11-12 15:03:14 UTC (rev 8370) @@ -208,6 +208,7 @@ <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> + <ResourceCompile Include="debug_pp.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\common\codeconv.h" /> Modified: branches/unicode_buf/teraterm/teraterm/ttermpro.v14.vcxproj =================================================================== --- branches/unicode_buf/teraterm/teraterm/ttermpro.v14.vcxproj 2019-11-08 15:40:34 UTC (rev 8369) +++ branches/unicode_buf/teraterm/teraterm/ttermpro.v14.vcxproj 2019-11-12 15:03:14 UTC (rev 8370) @@ -210,6 +210,7 @@ <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> + <ResourceCompile Include="debug_pp.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\common\codeconv.h" /> Modified: branches/unicode_buf/teraterm/teraterm/ttermpro.v15.vcxproj =================================================================== --- branches/unicode_buf/teraterm/teraterm/ttermpro.v15.vcxproj 2019-11-08 15:40:34 UTC (rev 8369) +++ branches/unicode_buf/teraterm/teraterm/ttermpro.v15.vcxproj 2019-11-12 15:03:14 UTC (rev 8370) @@ -213,6 +213,7 @@ <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> + <ResourceCompile Include="debug_pp.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\common\codeconv.h" /> Modified: branches/unicode_buf/teraterm/teraterm/ttermpro.v16.vcxproj =================================================================== --- branches/unicode_buf/teraterm/teraterm/ttermpro.v16.vcxproj 2019-11-08 15:40:34 UTC (rev 8369) +++ branches/unicode_buf/teraterm/teraterm/ttermpro.v16.vcxproj 2019-11-12 15:03:14 UTC (rev 8370) @@ -213,6 +213,7 @@ <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> + <ResourceCompile Include="debug_pp.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\common\codeconv.h" /> @@ -294,4 +295,4 @@ <UserProperties RESOURCE_FILE="ttermpro.rc" /> </VisualStudio> </ProjectExtensions> -</Project> \ No newline at end of file +</Project> Modified: branches/unicode_buf/teraterm/teraterm/ttermpro.v9.vcproj =================================================================== --- branches/unicode_buf/teraterm/teraterm/ttermpro.v9.vcproj 2019-11-08 15:40:34 UTC (rev 8369) +++ branches/unicode_buf/teraterm/teraterm/ttermpro.v9.vcproj 2019-11-12 15:03:14 UTC (rev 8370) @@ -301,6 +301,10 @@ > </File> <File + RelativePath="debug_pp.rc" + > + </File> + <File RelativePath="..\common\vt.ico" > </File> Modified: branches/unicode_buf/teraterm/teraterm/ttermpro.vcproj =================================================================== --- branches/unicode_buf/teraterm/teraterm/ttermpro.vcproj 2019-11-08 15:40:34 UTC (rev 8369) +++ branches/unicode_buf/teraterm/teraterm/ttermpro.vcproj 2019-11-12 15:03:14 UTC (rev 8370) @@ -302,6 +302,10 @@ > </File> <File + RelativePath="debug_pp.rc" + > + </File> + <File RelativePath="..\common\vt.ico" > </File>