svnno****@sourc*****
svnno****@sourc*****
2016年 1月 14日 (木) 22:32:04 JST
Revision: 6261 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6261 Author: maya Date: 2016-01-14 22:32:04 +0900 (Thu, 14 Jan 2016) Log Message: ----------- r6250 でのソースファイルの追加を Visual Studio 2008, 2010, 2012, 2013, 2015 のプロジェクトファイルにバックポート Revision Links: -------------- http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6250 Modified Paths: -------------- trunk/ttssh2/ttxssh/ttxssh.v10.vcxproj trunk/ttssh2/ttxssh/ttxssh.v11.vcxproj trunk/ttssh2/ttxssh/ttxssh.v12.vcxproj trunk/ttssh2/ttxssh/ttxssh.v14.vcxproj trunk/ttssh2/ttxssh/ttxssh.v9.vcproj -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ttxssh.v10.vcxproj =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.v10.vcxproj 2016-01-11 16:38:49 UTC (rev 6260) +++ trunk/ttssh2/ttxssh/ttxssh.v10.vcxproj 2016-01-14 13:32:04 UTC (rev 6261) @@ -140,6 +140,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="arc4random.c" /> <ClCompile Include="auth.c" /> <ClCompile Include="buffer.c" /> <ClCompile Include="cipher-ctr.c" /> @@ -170,6 +171,8 @@ <ClCompile Include="x11util.c" /> </ItemGroup> <ItemGroup> + <ClCompile Include="arc4random.h" /> + <ClCompile Include="chacha_private.h" /> <ClInclude Include="dns.h" /> <ClInclude Include="resource.h" /> <ClInclude Include="ttxssh.h" /> Modified: trunk/ttssh2/ttxssh/ttxssh.v11.vcxproj =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.v11.vcxproj 2016-01-11 16:38:49 UTC (rev 6260) +++ trunk/ttssh2/ttxssh/ttxssh.v11.vcxproj 2016-01-14 13:32:04 UTC (rev 6261) @@ -144,6 +144,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="arc4random.c" /> <ClCompile Include="auth.c" /> <ClCompile Include="buffer.c" /> <ClCompile Include="cipher-ctr.c" /> @@ -174,6 +175,8 @@ <ClCompile Include="x11util.c" /> </ItemGroup> <ItemGroup> + <ClCompile Include="arc4random.h" /> + <ClCompile Include="chacha_private.h" /> <ClInclude Include="dns.h" /> <ClInclude Include="resource.h" /> <ClInclude Include="ttxssh.h" /> Modified: trunk/ttssh2/ttxssh/ttxssh.v12.vcxproj =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.v12.vcxproj 2016-01-11 16:38:49 UTC (rev 6260) +++ trunk/ttssh2/ttxssh/ttxssh.v12.vcxproj 2016-01-14 13:32:04 UTC (rev 6261) @@ -146,6 +146,7 @@ <ItemGroup> <ClCompile Include="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c" /> <ClCompile Include="..\matcher\matcher.c" /> + <ClCompile Include="arc4random.c" /> <ClCompile Include="auth.c" /> <ClCompile Include="buffer.c" /> <ClCompile Include="cipher-ctr.c" /> @@ -174,6 +175,8 @@ <ClCompile Include="x11util.c" /> </ItemGroup> <ItemGroup> + <ClCompile Include="arc4random.h" /> + <ClCompile Include="chacha_private.h" /> <ClInclude Include="dns.h" /> <ClInclude Include="resource.h" /> <ClInclude Include="ttxssh.h" /> Modified: trunk/ttssh2/ttxssh/ttxssh.v14.vcxproj =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.v14.vcxproj 2016-01-11 16:38:49 UTC (rev 6260) +++ trunk/ttssh2/ttxssh/ttxssh.v14.vcxproj 2016-01-14 13:32:04 UTC (rev 6261) @@ -146,6 +146,7 @@ <ItemGroup> <ClCompile Include="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c" /> <ClCompile Include="..\matcher\matcher.c" /> + <ClCompile Include="arc4random.c" /> <ClCompile Include="auth.c" /> <ClCompile Include="buffer.c" /> <ClCompile Include="cipher-ctr.c" /> @@ -174,6 +175,8 @@ <ClCompile Include="x11util.c" /> </ItemGroup> <ItemGroup> + <ClCompile Include="arc4random.h" /> + <ClCompile Include="chacha_private.h" /> <ClInclude Include="dns.h" /> <ClInclude Include="resource.h" /> <ClInclude Include="ttxssh.h" /> Modified: trunk/ttssh2/ttxssh/ttxssh.v9.vcproj =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.v9.vcproj 2016-01-11 16:38:49 UTC (rev 6260) +++ trunk/ttssh2/ttxssh/ttxssh.v9.vcproj 2016-01-14 13:32:04 UTC (rev 6261) @@ -211,6 +211,14 @@ </References> <Files> <File + RelativePath="arc4random.c" + > + </File> + <File + RelativePath="arc4random.h" + > + </File> + <File RelativePath="auth.c" > </File> @@ -219,6 +227,10 @@ > </File> <File + RelativePath="chacha_private.h" + > + </File> + <File RelativePath="cipher-ctr.c" > </File>