-
Notifications
You must be signed in to change notification settings - Fork 2
/
eps2003csp11-interface.sln
57 lines (57 loc) · 3.28 KB
/
eps2003csp11-interface.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eps2003cspif", "src\eps2003cspif\eps2003cspif.vcxproj", "{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}"
ProjectSection(ProjectDependencies) = postProject
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306} = {97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ESSSigningCertificateV2", "src\ESSSigningCertificateV2\ESSSigningCertificateV2.vcxproj", "{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eps2003cspif-demo", "demo\eps2003cspif-demo\eps2003cspif-demo.vcxproj", "{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}"
ProjectSection(ProjectDependencies) = postProject
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2} = {FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}.Debug|x64.ActiveCfg = Debug|x64
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}.Debug|x64.Build.0 = Debug|x64
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}.Debug|x86.ActiveCfg = Debug|Win32
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}.Debug|x86.Build.0 = Debug|Win32
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}.Release|x64.ActiveCfg = Release|x64
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}.Release|x64.Build.0 = Release|x64
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}.Release|x86.ActiveCfg = Release|Win32
{FEAA9D38-42CE-4C1F-B628-BDA1736FFBE2}.Release|x86.Build.0 = Release|Win32
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}.Debug|x64.ActiveCfg = Debug|x64
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}.Debug|x64.Build.0 = Debug|x64
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}.Debug|x86.ActiveCfg = Debug|Win32
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}.Debug|x86.Build.0 = Debug|Win32
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}.Release|x64.ActiveCfg = Release|x64
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}.Release|x64.Build.0 = Release|x64
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}.Release|x86.ActiveCfg = Release|Win32
{97CCAA0E-E22D-4C9D-AE0D-6AC2412F4306}.Release|x86.Build.0 = Release|Win32
{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}.Debug|x64.ActiveCfg = Debug|x64
{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}.Debug|x64.Build.0 = Debug|x64
{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}.Debug|x86.ActiveCfg = Debug|Win32
{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}.Debug|x86.Build.0 = Debug|Win32
{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}.Release|x64.ActiveCfg = Release|x64
{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}.Release|x64.Build.0 = Release|x64
{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}.Release|x86.ActiveCfg = Release|Win32
{86F82A67-3E0E-4EB0-B11C-77AE3BB2CB6C}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D36C64E6-543A-4787-8054-6F3AAF331E92}
EndGlobalSection
EndGlobal