-
Notifications
You must be signed in to change notification settings - Fork 33
/
Bayesian.sln
47 lines (47 loc) · 2.44 KB
/
Bayesian.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nBayes.Sample", "nBayes.Sample\nBayes.Sample.csproj", "{F9BF3304-A13E-4FAA-8DF9-2F4999B00235}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nBayes", "nBayes\nBayes.csproj", "{3747B7E2-4EE1-4AAA-8EBF-B9655DAF6A6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nBayes.test", "nBayes.test\nBayes.test.csproj", "{4AA195A7-7E8A-4D7B-87AC-1A0A3E55F725}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9BF3304-A13E-4FAA-8DF9-2F4999B00235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9BF3304-A13E-4FAA-8DF9-2F4999B00235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9BF3304-A13E-4FAA-8DF9-2F4999B00235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9BF3304-A13E-4FAA-8DF9-2F4999B00235}.Release|Any CPU.Build.0 = Release|Any CPU
{3747B7E2-4EE1-4AAA-8EBF-B9655DAF6A6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3747B7E2-4EE1-4AAA-8EBF-B9655DAF6A6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3747B7E2-4EE1-4AAA-8EBF-B9655DAF6A6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3747B7E2-4EE1-4AAA-8EBF-B9655DAF6A6B}.Release|Any CPU.Build.0 = Release|Any CPU
{4AA195A7-7E8A-4D7B-87AC-1A0A3E55F725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AA195A7-7E8A-4D7B-87AC-1A0A3E55F725}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AA195A7-7E8A-4D7B-87AC-1A0A3E55F725}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AA195A7-7E8A-4D7B-87AC-1A0A3E55F725}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = nBayes.Sample\nBayes.Sample.csproj
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs10.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = nBayes.Sample\\nBayes.Sample.csproj
SccProjectName1 = nBayes.Sample
SccLocalPath1 = nBayes.Sample
SccProjectUniqueName2 = nBayes\\nBayes.csproj
SccProjectName2 = nBayes
SccLocalPath2 = nBayes
EndGlobalSection
EndGlobal