Revision: 9261 https://osdn.net/projects/ttssh2/scm/svn/commits/9261 Author: nmaya Date: 2021-05-20 20:22:25 +0900 (Thu, 20 May 2021) Log Message: ----------- argon2 のプロジェクトファイルから ref.h を削除 cf. ttssh2-devel 4907 argon2\vs2015\Argon2RefDll\Argon2RefDll.vcxproj で読み込まれているものの、存在しないファイル Modified Paths: -------------- branches/4-stable/ttssh2/argon2/argon2.v16.vcxproj branches/4-stable/ttssh2/argon2/argon2.v16.vcxproj.filters branches/4-stable/ttssh2/argon2/argon2.v8.vcproj -------------- next part -------------- Modified: branches/4-stable/ttssh2/argon2/argon2.v16.vcxproj =================================================================== --- branches/4-stable/ttssh2/argon2/argon2.v16.vcxproj 2021-05-20 10:58:03 UTC (rev 9260) +++ branches/4-stable/ttssh2/argon2/argon2.v16.vcxproj 2021-05-20 11:22:25 UTC (rev 9261) @@ -76,7 +76,6 @@ <ClInclude Include="..\..\libs\argon2\src\blake2\blamka-round-ref.h" /> <ClInclude Include="..\..\libs\argon2\src\core.h" /> <ClInclude Include="..\..\libs\argon2\src\encoding.h" /> - <ClInclude Include="..\..\libs\argon2\src\ref.h" /> <ClInclude Include="..\..\libs\argon2\src\thread.h" /> <ClInclude Include="argon2.h" /> </ItemGroup> Modified: branches/4-stable/ttssh2/argon2/argon2.v16.vcxproj.filters =================================================================== --- branches/4-stable/ttssh2/argon2/argon2.v16.vcxproj.filters 2021-05-20 10:58:03 UTC (rev 9260) +++ branches/4-stable/ttssh2/argon2/argon2.v16.vcxproj.filters 2021-05-20 11:22:25 UTC (rev 9261) @@ -27,9 +27,6 @@ <ClInclude Include="..\..\libs\argon2\src\encoding.h"> <Filter>Header Files</Filter> </ClInclude> - <ClInclude Include="..\..\libs\argon2\src\ref.h"> - <Filter>Header Files</Filter> - </ClInclude> <ClInclude Include="..\..\libs\argon2\src\thread.h"> <Filter>Header Files</Filter> </ClInclude> Modified: branches/4-stable/ttssh2/argon2/argon2.v8.vcproj =================================================================== --- branches/4-stable/ttssh2/argon2/argon2.v8.vcproj 2021-05-20 10:58:03 UTC (rev 9260) +++ branches/4-stable/ttssh2/argon2/argon2.v8.vcproj 2021-05-20 11:22:25 UTC (rev 9261) @@ -164,10 +164,6 @@ > </File> <File - RelativePath="..\..\libs\argon2\src\ref.h" - > - </File> - <File RelativePath="..\..\libs\argon2\src\thread.h" > </File>