Revision: 9262 https://osdn.net/projects/ttssh2/scm/svn/commits/9262 Author: nmaya Date: 2021-05-20 20:23:10 +0900 (Thu, 20 May 2021) Log Message: ----------- argon2 のプロジェクトファイルから ref.h を削除 cf. ttssh2-devel 4907 argon2\vs2015\Argon2RefDll\Argon2RefDll.vcxproj で読み込まれているものの、存在しないファイル Modified Paths: -------------- trunk/ttssh2/argon2/argon2.v16.vcxproj trunk/ttssh2/argon2/argon2.v16.vcxproj.filters trunk/ttssh2/argon2/argon2.v8.vcproj -------------- next part -------------- Modified: trunk/ttssh2/argon2/argon2.v16.vcxproj =================================================================== --- trunk/ttssh2/argon2/argon2.v16.vcxproj 2021-05-20 11:22:25 UTC (rev 9261) +++ trunk/ttssh2/argon2/argon2.v16.vcxproj 2021-05-20 11:23:10 UTC (rev 9262) @@ -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: trunk/ttssh2/argon2/argon2.v16.vcxproj.filters =================================================================== --- trunk/ttssh2/argon2/argon2.v16.vcxproj.filters 2021-05-20 11:22:25 UTC (rev 9261) +++ trunk/ttssh2/argon2/argon2.v16.vcxproj.filters 2021-05-20 11:23:10 UTC (rev 9262) @@ -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: trunk/ttssh2/argon2/argon2.v8.vcproj =================================================================== --- trunk/ttssh2/argon2/argon2.v8.vcproj 2021-05-20 11:22:25 UTC (rev 9261) +++ trunk/ttssh2/argon2/argon2.v8.vcproj 2021-05-20 11:23:10 UTC (rev 9262) @@ -164,10 +164,6 @@ > </File> <File - RelativePath="..\..\libs\argon2\src\ref.h" - > - </File> - <File RelativePath="..\..\libs\argon2\src\thread.h" > </File>