-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyehm.sln
61 lines (61 loc) · 3.59 KB
/
pyehm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pyehm", "pyehm.vcxproj", "{8F558650-7C8F-469E-9BA9-8E92F6B3D921}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpp_test", "cpp_test\cpp_test.vcxproj", "{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Python|x64 = Debug Python|x64
Debug Python|x86 = Debug Python|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release Python|x64 = Release Python|x64
Release Python|x86 = Release Python|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Debug Python|x64.ActiveCfg = Debug Python|x64
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Debug Python|x64.Build.0 = Debug Python|x64
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Debug Python|x86.ActiveCfg = Debug Python|Win32
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Debug Python|x86.Build.0 = Debug Python|Win32
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Debug|x64.ActiveCfg = Debug|x64
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Debug|x64.Build.0 = Debug|x64
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Debug|x86.ActiveCfg = Debug|Win32
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Debug|x86.Build.0 = Debug|Win32
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Release Python|x64.ActiveCfg = Release Python|x64
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Release Python|x64.Build.0 = Release Python|x64
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Release Python|x86.ActiveCfg = Release Python|Win32
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Release Python|x86.Build.0 = Release Python|Win32
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Release|x64.ActiveCfg = Release|x64
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Release|x64.Build.0 = Release|x64
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Release|x86.ActiveCfg = Release|Win32
{8F558650-7C8F-469E-9BA9-8E92F6B3D921}.Release|x86.Build.0 = Release|Win32
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Debug Python|x64.ActiveCfg = Debug|x64
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Debug Python|x64.Build.0 = Debug|x64
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Debug Python|x86.ActiveCfg = Debug|Win32
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Debug Python|x86.Build.0 = Debug|Win32
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Debug|x64.ActiveCfg = Debug|x64
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Debug|x64.Build.0 = Debug|x64
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Debug|x86.ActiveCfg = Debug|Win32
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Debug|x86.Build.0 = Debug|Win32
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Release Python|x64.ActiveCfg = Release|x64
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Release Python|x64.Build.0 = Release|x64
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Release Python|x86.ActiveCfg = Release|Win32
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Release Python|x86.Build.0 = Release|Win32
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Release|x64.ActiveCfg = Release|x64
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Release|x64.Build.0 = Release|x64
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Release|x86.ActiveCfg = Release|Win32
{191DEBCA-A285-4744-BFB2-F9D0B8655D4B}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {691CB661-0DBF-4070-A538-E9E44B725CBD}
EndGlobalSection
EndGlobal