forked from interpretml/interpret
-
Notifications
You must be signed in to change notification settings - Fork 0
/
interpret.sln
65 lines (65 loc) · 3.3 KB
/
interpret.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestCoreApi", "tests\core\TestCoreApi.vcxproj", "{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}"
ProjectSection(ProjectDependencies) = postProject
{9C227F82-E92F-445C-9832-5A2EEDB7924B} = {9C227F82-E92F-445C-9832-5A2EEDB7924B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ebmcore", "core\ebmcore.vcxproj", "{9C227F82-E92F-445C-9832-5A2EEDB7924B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F5894036-AD18-466C-825A-9347FA61CF2D}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
ACKNOWLEDGEMENTS.md = ACKNOWLEDGEMENTS.md
azure-pipelines.yml = azure-pipelines.yml
build.bat = build.bat
build.sh = build.sh
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
README.md = README.md
tests\core\test_core_api.bat = tests\core\test_core_api.bat
tests\core\test_core_api.sh = tests\core\test_core_api.sh
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "python", "python\python.pyproj", "{ED16326F-19C9-4360-A976-E11E0979B790}"
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
{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}.Debug|x64.ActiveCfg = Debug|x64
{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}.Debug|x64.Build.0 = Debug|x64
{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}.Debug|x86.ActiveCfg = Debug|Win32
{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}.Debug|x86.Build.0 = Debug|Win32
{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}.Release|x64.ActiveCfg = Release|x64
{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}.Release|x64.Build.0 = Release|x64
{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}.Release|x86.ActiveCfg = Release|Win32
{B1F39CA2-B315-45AC-8D98-C2271EE3B46D}.Release|x86.Build.0 = Release|Win32
{9C227F82-E92F-445C-9832-5A2EEDB7924B}.Debug|x64.ActiveCfg = Debug|x64
{9C227F82-E92F-445C-9832-5A2EEDB7924B}.Debug|x64.Build.0 = Debug|x64
{9C227F82-E92F-445C-9832-5A2EEDB7924B}.Debug|x86.ActiveCfg = Debug|Win32
{9C227F82-E92F-445C-9832-5A2EEDB7924B}.Debug|x86.Build.0 = Debug|Win32
{9C227F82-E92F-445C-9832-5A2EEDB7924B}.Release|x64.ActiveCfg = Release|x64
{9C227F82-E92F-445C-9832-5A2EEDB7924B}.Release|x64.Build.0 = Release|x64
{9C227F82-E92F-445C-9832-5A2EEDB7924B}.Release|x86.ActiveCfg = Release|Win32
{9C227F82-E92F-445C-9832-5A2EEDB7924B}.Release|x86.Build.0 = Release|Win32
{ED16326F-19C9-4360-A976-E11E0979B790}.Debug|x64.ActiveCfg = Debug|Any CPU
{ED16326F-19C9-4360-A976-E11E0979B790}.Debug|x86.ActiveCfg = Debug|Any CPU
{ED16326F-19C9-4360-A976-E11E0979B790}.Release|x64.ActiveCfg = Release|Any CPU
{ED16326F-19C9-4360-A976-E11E0979B790}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1DD85D3-F373-45AE-B998-4F7E1ADF40DC}
EndGlobalSection
EndGlobal