forked from rca22/LightGBM.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LightGBMNet.sln
54 lines (54 loc) · 3.1 KB
/
LightGBMNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightGBMNet.Test", "LightGBMNet.Test\LightGBMNet.Test.csproj", "{FC113B67-575B-4251-9C86-E0FB88EB94F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightGBMNet.Train", "LightGBMNet.Train\LightGBMNet.Train.csproj", "{7535D1E0-454E-442B-8D0C-CFEA2E85C277}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightGBMNet.Tree", "LightGBMNet.Tree\LightGBMNet.Tree.csproj", "{186F0EC3-5B11-428B-A487-88E8072A2A4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC113B67-575B-4251-9C86-E0FB88EB94F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC113B67-575B-4251-9C86-E0FB88EB94F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC113B67-575B-4251-9C86-E0FB88EB94F4}.Debug|x64.ActiveCfg = Debug|Any CPU
{FC113B67-575B-4251-9C86-E0FB88EB94F4}.Debug|x64.Build.0 = Debug|Any CPU
{FC113B67-575B-4251-9C86-E0FB88EB94F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC113B67-575B-4251-9C86-E0FB88EB94F4}.Release|Any CPU.Build.0 = Release|Any CPU
{FC113B67-575B-4251-9C86-E0FB88EB94F4}.Release|x64.ActiveCfg = Release|Any CPU
{FC113B67-575B-4251-9C86-E0FB88EB94F4}.Release|x64.Build.0 = Release|Any CPU
{7535D1E0-454E-442B-8D0C-CFEA2E85C277}.Debug|Any CPU.ActiveCfg = Debug|x64
{7535D1E0-454E-442B-8D0C-CFEA2E85C277}.Debug|Any CPU.Build.0 = Debug|x64
{7535D1E0-454E-442B-8D0C-CFEA2E85C277}.Debug|x64.ActiveCfg = Debug|x64
{7535D1E0-454E-442B-8D0C-CFEA2E85C277}.Debug|x64.Build.0 = Debug|x64
{7535D1E0-454E-442B-8D0C-CFEA2E85C277}.Release|Any CPU.ActiveCfg = Release|x64
{7535D1E0-454E-442B-8D0C-CFEA2E85C277}.Release|Any CPU.Build.0 = Release|x64
{7535D1E0-454E-442B-8D0C-CFEA2E85C277}.Release|x64.ActiveCfg = Release|x64
{7535D1E0-454E-442B-8D0C-CFEA2E85C277}.Release|x64.Build.0 = Release|x64
{186F0EC3-5B11-428B-A487-88E8072A2A4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{186F0EC3-5B11-428B-A487-88E8072A2A4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{186F0EC3-5B11-428B-A487-88E8072A2A4A}.Debug|x64.ActiveCfg = Debug|Any CPU
{186F0EC3-5B11-428B-A487-88E8072A2A4A}.Debug|x64.Build.0 = Debug|Any CPU
{186F0EC3-5B11-428B-A487-88E8072A2A4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{186F0EC3-5B11-428B-A487-88E8072A2A4A}.Release|Any CPU.Build.0 = Release|Any CPU
{186F0EC3-5B11-428B-A487-88E8072A2A4A}.Release|x64.ActiveCfg = Release|Any CPU
{186F0EC3-5B11-428B-A487-88E8072A2A4A}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E4A1463-4B48-4D36-8B69-EEC57A21A3C8}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal