forked from ccerhan/LibSVMsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLibSVMsharp.sln
55 lines (55 loc) · 3.41 KB
/
LibSVMsharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibSVMsharp", "src\LibSVMsharp\LibSVMsharp.csproj", "{AC04337C-E542-4BE9-8DBD-5B44535299E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{B7C949C2-345F-404F-BD38-4F2C0519A5F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibSVMsharp.Examples.Classification", "examples\LibSVMsharp.Examples.Classification\LibSVMsharp.Examples.Classification.csproj", "{40F859AD-241A-4379-831C-8FB69BE6A8B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibSVMsharp.Examples.RapidPrediction", "examples\LibSVMsharp.Examples.RapidPrediction\LibSVMsharp.Examples.RapidPrediction.csproj", "{FFDF7EA5-53DA-4DF7-9DD8-E4E7DE2B5AB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibSVMsharp.Tests", "src\LibSVMsharp.Tests\LibSVMsharp.Tests.csproj", "{2DE0BD3C-C37B-4B23-9533-2F91C1DD15C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F41B08D2-3D78-401E-9773-CA850D7744CD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{47BCFD33-A99F-40CB-8F28-01163E58FAD6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC04337C-E542-4BE9-8DBD-5B44535299E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC04337C-E542-4BE9-8DBD-5B44535299E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC04337C-E542-4BE9-8DBD-5B44535299E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC04337C-E542-4BE9-8DBD-5B44535299E2}.Release|Any CPU.Build.0 = Release|Any CPU
{40F859AD-241A-4379-831C-8FB69BE6A8B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40F859AD-241A-4379-831C-8FB69BE6A8B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40F859AD-241A-4379-831C-8FB69BE6A8B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40F859AD-241A-4379-831C-8FB69BE6A8B1}.Release|Any CPU.Build.0 = Release|Any CPU
{FFDF7EA5-53DA-4DF7-9DD8-E4E7DE2B5AB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFDF7EA5-53DA-4DF7-9DD8-E4E7DE2B5AB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFDF7EA5-53DA-4DF7-9DD8-E4E7DE2B5AB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFDF7EA5-53DA-4DF7-9DD8-E4E7DE2B5AB6}.Release|Any CPU.Build.0 = Release|Any CPU
{2DE0BD3C-C37B-4B23-9533-2F91C1DD15C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DE0BD3C-C37B-4B23-9533-2F91C1DD15C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DE0BD3C-C37B-4B23-9533-2F91C1DD15C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DE0BD3C-C37B-4B23-9533-2F91C1DD15C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AC04337C-E542-4BE9-8DBD-5B44535299E2} = {47BCFD33-A99F-40CB-8F28-01163E58FAD6}
{40F859AD-241A-4379-831C-8FB69BE6A8B1} = {B7C949C2-345F-404F-BD38-4F2C0519A5F2}
{FFDF7EA5-53DA-4DF7-9DD8-E4E7DE2B5AB6} = {B7C949C2-345F-404F-BD38-4F2C0519A5F2}
{2DE0BD3C-C37B-4B23-9533-2F91C1DD15C3} = {47BCFD33-A99F-40CB-8F28-01163E58FAD6}
EndGlobalSection
EndGlobal