-
Notifications
You must be signed in to change notification settings - Fork 161
/
Copy pathTpm2Tester.sln
87 lines (87 loc) · 5.5 KB
/
Tpm2Tester.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSubstrate", "TestSubstrate\TestSubstrate.csproj", "{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestSuite", "TestSuite\TestSuite.csproj", "{FD047656-7946-4D15-96CE-B23AD0A4084F}"
ProjectSection(ProjectDependencies) = postProject
{C1F47655-C529-404E-8445-1B58FBD60D23} = {C1F47655-C529-404E-8445-1B58FBD60D23}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TpmProxy", "TpmProxy\TpmProxy.csproj", "{F917C179-C61E-4332-A835-43283010CA05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49FB41BF-555C-4FBD-AF6A-534F77AD9D55}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TSS.Net", "..\TSS.NET\TSS.Net\TSS.Net.csproj", "{C1F47655-C529-404E-8445-1B58FBD60D23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Debug|x64.ActiveCfg = Debug|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Debug|x64.Build.0 = Debug|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Debug|x86.ActiveCfg = Debug|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Debug|x86.Build.0 = Debug|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Release|Any CPU.Build.0 = Release|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Release|x64.ActiveCfg = Release|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Release|x64.Build.0 = Release|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Release|x86.ActiveCfg = Release|Any CPU
{C8069912-DF8D-4BAB-B993-3A609F4EA1B4}.Release|x86.Build.0 = Release|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Debug|x64.ActiveCfg = Debug|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Debug|x64.Build.0 = Debug|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Debug|x86.ActiveCfg = Debug|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Debug|x86.Build.0 = Debug|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Release|Any CPU.Build.0 = Release|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Release|x64.ActiveCfg = Release|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Release|x64.Build.0 = Release|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Release|x86.ActiveCfg = Release|Any CPU
{FD047656-7946-4D15-96CE-B23AD0A4084F}.Release|x86.Build.0 = Release|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Debug|x64.ActiveCfg = Debug|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Debug|x64.Build.0 = Debug|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Debug|x86.ActiveCfg = Debug|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Debug|x86.Build.0 = Debug|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Release|Any CPU.Build.0 = Release|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Release|x64.ActiveCfg = Release|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Release|x64.Build.0 = Release|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Release|x86.ActiveCfg = Release|Any CPU
{F917C179-C61E-4332-A835-43283010CA05}.Release|x86.Build.0 = Release|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Debug|x64.ActiveCfg = Debug|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Debug|x64.Build.0 = Debug|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Debug|x86.ActiveCfg = Debug|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Debug|x86.Build.0 = Debug|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Release|Any CPU.Build.0 = Release|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Release|x64.ActiveCfg = Release|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Release|x64.Build.0 = Release|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Release|x86.ActiveCfg = Release|Any CPU
{C1F47655-C529-404E-8445-1B58FBD60D23}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7732790-C376-465D-93AA-4B8C966CB61D}
EndGlobalSection
EndGlobal