-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXGBoost.sln
71 lines (71 loc) · 3.85 KB
/
XGBoost.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
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XGBoost", "XGBoost\XGBoost.csproj", "{9D9700FA-C60E-465F-853E-D8CDA3E015C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XGBoostTests", "XGBoostTests\XGBoostTests.csproj", "{39B06908-CE0D-4E06-B2CB-09BE23F776C7}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Article", "Article\", "{BAC714E3-5B5A-4621-9D5A-709027B96722}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.1"
Debug.AspNetCompiler.VirtualPath = "/localhost_50148"
Debug.AspNetCompiler.PhysicalPath = "Article\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_50148\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_50148"
Release.AspNetCompiler.PhysicalPath = "Article\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_50148\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "50148"
SlnRelativePath = "Article\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
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
{9D9700FA-C60E-465F-853E-D8CDA3E015C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D9700FA-C60E-465F-853E-D8CDA3E015C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D9700FA-C60E-465F-853E-D8CDA3E015C0}.Debug|x64.ActiveCfg = Debug|Any CPU
{9D9700FA-C60E-465F-853E-D8CDA3E015C0}.Debug|x64.Build.0 = Debug|Any CPU
{9D9700FA-C60E-465F-853E-D8CDA3E015C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D9700FA-C60E-465F-853E-D8CDA3E015C0}.Release|Any CPU.Build.0 = Release|Any CPU
{9D9700FA-C60E-465F-853E-D8CDA3E015C0}.Release|x64.ActiveCfg = Release|Any CPU
{9D9700FA-C60E-465F-853E-D8CDA3E015C0}.Release|x64.Build.0 = Release|Any CPU
{39B06908-CE0D-4E06-B2CB-09BE23F776C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39B06908-CE0D-4E06-B2CB-09BE23F776C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39B06908-CE0D-4E06-B2CB-09BE23F776C7}.Debug|x64.ActiveCfg = Debug|Any CPU
{39B06908-CE0D-4E06-B2CB-09BE23F776C7}.Debug|x64.Build.0 = Debug|Any CPU
{39B06908-CE0D-4E06-B2CB-09BE23F776C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39B06908-CE0D-4E06-B2CB-09BE23F776C7}.Release|Any CPU.Build.0 = Release|Any CPU
{39B06908-CE0D-4E06-B2CB-09BE23F776C7}.Release|x64.ActiveCfg = Release|Any CPU
{39B06908-CE0D-4E06-B2CB-09BE23F776C7}.Release|x64.Build.0 = Release|Any CPU
{BAC714E3-5B5A-4621-9D5A-709027B96722}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAC714E3-5B5A-4621-9D5A-709027B96722}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAC714E3-5B5A-4621-9D5A-709027B96722}.Debug|x64.ActiveCfg = Debug|Any CPU
{BAC714E3-5B5A-4621-9D5A-709027B96722}.Debug|x64.Build.0 = Debug|Any CPU
{BAC714E3-5B5A-4621-9D5A-709027B96722}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{BAC714E3-5B5A-4621-9D5A-709027B96722}.Release|Any CPU.Build.0 = Debug|Any CPU
{BAC714E3-5B5A-4621-9D5A-709027B96722}.Release|x64.ActiveCfg = Debug|Any CPU
{BAC714E3-5B5A-4621-9D5A-709027B96722}.Release|x64.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B46D1E2-BB23-4703-91C5-734558251968}
EndGlobalSection
EndGlobal