forked from dotnet/machinelearning-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CreditCardFraudDetection.sln
37 lines (37 loc) · 2.27 KB
/
CreditCardFraudDetection.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 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreditCardFraudDetection.Predictor", "CreditCardFraudDetection.Predictor\CreditCardFraudDetection.Predictor.csproj", "{7E86A6A5-1ACE-4F90-A5B9-4711AA1127F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreditCardFraudDetection.Common", "CreditCardFraudDetection.Common\CreditCardFraudDetection.Common.csproj", "{E916E2C5-3D89-448A-A635-9B713703AEB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreditCardFraudDetection.Trainer", "CreditCardFraudDetection.Trainer\CreditCardFraudDetection.Trainer.csproj", "{79D16D97-8ADD-4906-87C0-AAD3497C214C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E86A6A5-1ACE-4F90-A5B9-4711AA1127F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E86A6A5-1ACE-4F90-A5B9-4711AA1127F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E86A6A5-1ACE-4F90-A5B9-4711AA1127F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E86A6A5-1ACE-4F90-A5B9-4711AA1127F4}.Release|Any CPU.Build.0 = Release|Any CPU
{E916E2C5-3D89-448A-A635-9B713703AEB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E916E2C5-3D89-448A-A635-9B713703AEB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E916E2C5-3D89-448A-A635-9B713703AEB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E916E2C5-3D89-448A-A635-9B713703AEB1}.Release|Any CPU.Build.0 = Release|Any CPU
{79D16D97-8ADD-4906-87C0-AAD3497C214C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79D16D97-8ADD-4906-87C0-AAD3497C214C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79D16D97-8ADD-4906-87C0-AAD3497C214C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79D16D97-8ADD-4906-87C0-AAD3497C214C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A346740C-CFAF-432E-8D69-4F3705861DB1}
SolutionGuid = {FD1E8D5C-34B3-4CCE-852E-C5B928EC62C8}
EndGlobalSection
EndGlobal