aboutsummaryrefslogtreecommitdiff
path: root/tpm2-tss.sln
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2018-01-26 21:15:24 -0800
committerPhilip Tricca <philip.b.tricca@intel.com>2018-01-31 07:10:00 -0800
commit9dde2ca1b232bfbf6e8fdac78dd1767b60016035 (patch)
tree0f19e82243b176d572d7938dd6aef618b771ee9f /tpm2-tss.sln
parent2d5c21907d127991b4c430b89cc6ee2f753c709a (diff)
downloadtpm2-tss-9dde2ca1b232bfbf6e8fdac78dd1767b60016035.tar.gz
build: Add Visual Studio project for tss2-sapi.lib / dll.
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
Diffstat (limited to 'tpm2-tss.sln')
-rw-r--r--tpm2-tss.sln13
1 files changed, 13 insertions, 0 deletions
diff --git a/tpm2-tss.sln b/tpm2-tss.sln
index a47654c1..2a51fd9b 100644
--- a/tpm2-tss.sln
+++ b/tpm2-tss.sln
@@ -5,6 +5,11 @@ VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tss2-mu", "marshal\tss2-mu.vcxproj", "{A6D8F061-6827-492F-80C3-32C4DD4FC52E}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tss2-sapi", "sysapi\tss2-sapi.vcxproj", "{10D9862F-0E36-4ACC-AF19-930B00A88A98}"
+ ProjectSection(ProjectDependencies) = postProject
+ {A6D8F061-6827-492F-80C3-32C4DD4FC52E} = {A6D8F061-6827-492F-80C3-32C4DD4FC52E}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
@@ -21,6 +26,14 @@ Global
{A6D8F061-6827-492F-80C3-32C4DD4FC52E}.Release|x64.Build.0 = Release|x64
{A6D8F061-6827-492F-80C3-32C4DD4FC52E}.Release|x86.ActiveCfg = Release|Win32
{A6D8F061-6827-492F-80C3-32C4DD4FC52E}.Release|x86.Build.0 = Release|Win32
+ {10D9862F-0E36-4ACC-AF19-930B00A88A98}.Debug|x64.ActiveCfg = Debug|x64
+ {10D9862F-0E36-4ACC-AF19-930B00A88A98}.Debug|x64.Build.0 = Debug|x64
+ {10D9862F-0E36-4ACC-AF19-930B00A88A98}.Debug|x86.ActiveCfg = Debug|Win32
+ {10D9862F-0E36-4ACC-AF19-930B00A88A98}.Debug|x86.Build.0 = Debug|Win32
+ {10D9862F-0E36-4ACC-AF19-930B00A88A98}.Release|x64.ActiveCfg = Release|x64
+ {10D9862F-0E36-4ACC-AF19-930B00A88A98}.Release|x64.Build.0 = Release|x64
+ {10D9862F-0E36-4ACC-AF19-930B00A88A98}.Release|x86.ActiveCfg = Release|Win32
+ {10D9862F-0E36-4ACC-AF19-930B00A88A98}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE