mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-06 00:03:35 -04:00
* Added example_kem/sig and speed_kem/sig to Visual Studio. * Updated the dll def file after OQS's refactoring, fixed test_kem's DLL projects config, and added ReleaseDLL config to appveyor.
187 lines
13 KiB
Plaintext
187 lines
13 KiB
Plaintext
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 15
|
|
VisualStudioVersion = 15.0.26430.4
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "oqs", "oqs\oqs.vcxproj", "{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_sig", "test_sig\test_sig.vcxproj", "{990D1E9C-75E0-4E17-8514-6DA0858BC17C}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_kem", "test_kem\test_kem.vcxproj", "{76A44A7A-305F-4542-86E3-B6547DAD418C}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_kem", "example_kem\example_kem.vcxproj", "{38445E8E-98F6-4787-9CC7-3D5782973BD8}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_sig", "example_sig\example_sig.vcxproj", "{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "speed_kem", "speed_kem\speed_kem.vcxproj", "{0D8D519A-60CF-4D2C-B8AA-1695B337C390}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "speed_sig", "speed_sig\speed_sig.vcxproj", "{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kat_kem", "kat_kem\kat_kem.vcxproj", "{BF1D019A-8668-4D4D-AE4A-E67115F570F8}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
DebugDLL|x64 = DebugDLL|x64
|
|
DebugDLL|x86 = DebugDLL|x86
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
ReleaseDLL|x64 = ReleaseDLL|x64
|
|
ReleaseDLL|x86 = ReleaseDLL|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Debug|x64.ActiveCfg = Debug|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Debug|x64.Build.0 = Debug|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Debug|x86.Build.0 = Debug|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Release|x64.ActiveCfg = Release|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Release|x64.Build.0 = Release|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Release|x86.ActiveCfg = Release|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Release|x86.Build.0 = Release|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Debug|x64.ActiveCfg = Debug|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Debug|x64.Build.0 = Debug|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Debug|x86.Build.0 = Debug|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Release|x64.ActiveCfg = Release|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Release|x64.Build.0 = Release|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Release|x86.ActiveCfg = Release|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Release|x86.Build.0 = Release|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Debug|x64.ActiveCfg = Debug|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Debug|x64.Build.0 = Debug|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Debug|x86.Build.0 = Debug|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Release|x64.ActiveCfg = Release|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Release|x64.Build.0 = Release|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Release|x86.ActiveCfg = Release|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Release|x86.Build.0 = Release|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.Debug|x64.ActiveCfg = Debug|x64
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.Debug|x64.Build.0 = Debug|x64
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.Debug|x86.Build.0 = Debug|Win32
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.Release|x64.ActiveCfg = Release|x64
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.Release|x64.Build.0 = Release|x64
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.Release|x86.ActiveCfg = Release|Win32
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.Release|x86.Build.0 = Release|Win32
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{38445E8E-98F6-4787-9CC7-3D5782973BD8}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.Debug|x64.ActiveCfg = Debug|x64
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.Debug|x64.Build.0 = Debug|x64
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.Debug|x86.Build.0 = Debug|Win32
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.Release|x64.ActiveCfg = Release|x64
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.Release|x64.Build.0 = Release|x64
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.Release|x86.ActiveCfg = Release|Win32
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.Release|x86.Build.0 = Release|Win32
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{3F4FA26D-A475-4885-A5AC-2DCCE46E4014}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.Debug|x64.ActiveCfg = Debug|x64
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.Debug|x64.Build.0 = Debug|x64
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.Debug|x86.Build.0 = Debug|Win32
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.Release|x64.ActiveCfg = Release|x64
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.Release|x64.Build.0 = Release|x64
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.Release|x86.ActiveCfg = Release|Win32
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.Release|x86.Build.0 = Release|Win32
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{0D8D519A-60CF-4D2C-B8AA-1695B337C390}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.Debug|x64.ActiveCfg = Debug|x64
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.Debug|x64.Build.0 = Debug|x64
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.Debug|x86.Build.0 = Debug|Win32
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.Release|x64.ActiveCfg = Release|x64
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.Release|x64.Build.0 = Release|x64
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.Release|x86.ActiveCfg = Release|Win32
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.Release|x86.Build.0 = Release|Win32
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{8E88C3A1-FB32-4E2E-AAA3-1770800C798A}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.Debug|x64.ActiveCfg = Debug|x64
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.Debug|x64.Build.0 = Debug|x64
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.Debug|x86.Build.0 = Debug|Win32
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.Release|x64.ActiveCfg = Release|x64
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.Release|x64.Build.0 = Release|x64
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.Release|x86.ActiveCfg = Release|Win32
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.Release|x86.Build.0 = Release|Win32
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{BF1D019A-8668-4D4D-AE4A-E67115F570F8}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|