forked from intel/SGXDataCenterAttestationPrimitives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWinLe.sln
46 lines (46 loc) · 2.52 KB
/
WinLe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinLeProxyUMDF", "WinLeProxyUMDF\WinLeProxyUMDF.vcxproj", "{4467AD92-F4BB-42DA-9814-A4CCC00DD76B}"
ProjectSection(ProjectDependencies) = postProject
{0D379B9A-6893-4493-B695-0016D9B7BFC9} = {0D379B9A-6893-4493-B695-0016D9B7BFC9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FLCMSR", "FLCMSR\FLCMSR.vcxproj", "{0D379B9A-6893-4493-B695-0016D9B7BFC9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinLe", "WinLe\WinLe.vcxproj", "{B717CEC4-2425-4D9A-8FF2-5C72A4F27D52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4467AD92-F4BB-42DA-9814-A4CCC00DD76B}.Debug|x64.ActiveCfg = Debug|x64
{4467AD92-F4BB-42DA-9814-A4CCC00DD76B}.Debug|x64.Build.0 = Debug|x64
{4467AD92-F4BB-42DA-9814-A4CCC00DD76B}.Debug|x64.Deploy.0 = Debug|x64
{4467AD92-F4BB-42DA-9814-A4CCC00DD76B}.Release|x64.ActiveCfg = Release|x64
{4467AD92-F4BB-42DA-9814-A4CCC00DD76B}.Release|x64.Build.0 = Release|x64
{4467AD92-F4BB-42DA-9814-A4CCC00DD76B}.Release|x64.Deploy.0 = Release|x64
{0D379B9A-6893-4493-B695-0016D9B7BFC9}.Debug|x64.ActiveCfg = Debug|x64
{0D379B9A-6893-4493-B695-0016D9B7BFC9}.Debug|x64.Build.0 = Debug|x64
{0D379B9A-6893-4493-B695-0016D9B7BFC9}.Debug|x64.Deploy.0 = Debug|x64
{0D379B9A-6893-4493-B695-0016D9B7BFC9}.Release|x64.ActiveCfg = Release|x64
{0D379B9A-6893-4493-B695-0016D9B7BFC9}.Release|x64.Build.0 = Release|x64
{0D379B9A-6893-4493-B695-0016D9B7BFC9}.Release|x64.Deploy.0 = Release|x64
{B717CEC4-2425-4D9A-8FF2-5C72A4F27D52}.Debug|x64.ActiveCfg = Debug|x64
{B717CEC4-2425-4D9A-8FF2-5C72A4F27D52}.Debug|x64.Build.0 = Debug|x64
{B717CEC4-2425-4D9A-8FF2-5C72A4F27D52}.Debug|x64.Deploy.0 = Debug|x64
{B717CEC4-2425-4D9A-8FF2-5C72A4F27D52}.Release|x64.ActiveCfg = Release|x64
{B717CEC4-2425-4D9A-8FF2-5C72A4F27D52}.Release|x64.Build.0 = Release|x64
{B717CEC4-2425-4D9A-8FF2-5C72A4F27D52}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9991764-EA2D-4B37-A8E8-B38E00EA8259}
EndGlobalSection
EndGlobal