Skip to content

Commit

Permalink
AEAD supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Dec 18, 2021
1 parent dddfecb commit e7f55ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depends/ssr-native
2 changes: 1 addition & 1 deletion depends/zbar
Submodule zbar updated 182 files
11 changes: 11 additions & 0 deletions src/ssrWin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ssr-client-lib", "..\depend
{46CF2D25-6A36-4189-B59C-E4815388E554} = {46CF2D25-6A36-4189-B59C-E4815388E554}
{44EA013F-AD0F-4D53-8E06-0B4EF26F4B65} = {44EA013F-AD0F-4D53-8E06-0B4EF26F4B65}
{A185B162-6CB6-4502-B03F-B56F7699A8D9} = {A185B162-6CB6-4502-B03F-B56F7699A8D9}
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85} = {FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}
{E683C8F1-3C3F-4B5D-B60E-87D792D21002} = {E683C8F1-3C3F-4B5D-B60E-87D792D21002}
EndProjectSection
EndProject
Expand All @@ -44,6 +45,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zbar", "..\depends\zbar\win
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiconv", "..\depends\zbar\libiconv\win32\libiconv.vcxproj", "{F8837083-04B2-3D79-96DC-D36A40C5D304}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bloom", "..\depends\ssr-native\depends\libbloom\win32\bloom.vcxproj", "{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down Expand Up @@ -148,6 +151,14 @@ Global
{F8837083-04B2-3D79-96DC-D36A40C5D304}.Release|Win32.Build.0 = Release|Win32
{F8837083-04B2-3D79-96DC-D36A40C5D304}.Release|x64.ActiveCfg = Release|x64
{F8837083-04B2-3D79-96DC-D36A40C5D304}.Release|x64.Build.0 = Release|x64
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}.Debug|Win32.ActiveCfg = Debug|Win32
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}.Debug|Win32.Build.0 = Debug|Win32
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}.Debug|x64.ActiveCfg = Debug|x64
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}.Debug|x64.Build.0 = Debug|x64
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}.Release|Win32.ActiveCfg = Release|Win32
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}.Release|Win32.Build.0 = Release|Win32
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}.Release|x64.ActiveCfg = Release|x64
{FCBB48D0-3186-4EC7-A2D9-C54A2BCF0B85}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit e7f55ec

Please sign in to comment.