-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegression.Model.Builder.sln
37 lines (37 loc) · 2.08 KB
/
Regression.Model.Builder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBProjectConnectionLib", "DBProjectConnectionLib\DBProjectConnectionLib.csproj", "{6C10D629-94F8-4A32-9629-608017B7C0C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RegressionBuilder", "RegressionBuilder\RegressionBuilder.csproj", "{16F38AD6-6C02-4ADC-AB43-E3532AE98C4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinearAlgebra", "LinearAlgebra\LinearAlgebra.csproj", "{4EC70D99-B714-4081-83C4-D967E718D581}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C10D629-94F8-4A32-9629-608017B7C0C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C10D629-94F8-4A32-9629-608017B7C0C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C10D629-94F8-4A32-9629-608017B7C0C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C10D629-94F8-4A32-9629-608017B7C0C9}.Release|Any CPU.Build.0 = Release|Any CPU
{16F38AD6-6C02-4ADC-AB43-E3532AE98C4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16F38AD6-6C02-4ADC-AB43-E3532AE98C4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16F38AD6-6C02-4ADC-AB43-E3532AE98C4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16F38AD6-6C02-4ADC-AB43-E3532AE98C4C}.Release|Any CPU.Build.0 = Release|Any CPU
{4EC70D99-B714-4081-83C4-D967E718D581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EC70D99-B714-4081-83C4-D967E718D581}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EC70D99-B714-4081-83C4-D967E718D581}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EC70D99-B714-4081-83C4-D967E718D581}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0DF03BA-B708-4CBD-8341-A6C728DC2A68}
EndGlobalSection
EndGlobal