forked from dotnet/machinelearning-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCreditCardFraudDetection.sln
37 lines (37 loc) · 2.14 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.30309.148
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CCFraudDetection.Trainer", "CCFraudDetection.Trainer\CCFraudDetection.Trainer.csproj", "{D0C04667-EAE4-4288-8D23-E03096E74895}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CCFraudDetection.Predictor", "CCFraudDetection.Predictor\CCFraudDetection.Predictor.csproj", "{4CD67D51-2226-40D6-BFD9-95D13C2F6C64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CCFraudDetection.Common", "CCFraudDetection.Common\CCFraudDetection.Common.csproj", "{04975731-167F-4437-B37E-E9F2F9ABAE96}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0C04667-EAE4-4288-8D23-E03096E74895}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C04667-EAE4-4288-8D23-E03096E74895}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C04667-EAE4-4288-8D23-E03096E74895}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C04667-EAE4-4288-8D23-E03096E74895}.Release|Any CPU.Build.0 = Release|Any CPU
{4CD67D51-2226-40D6-BFD9-95D13C2F6C64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CD67D51-2226-40D6-BFD9-95D13C2F6C64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CD67D51-2226-40D6-BFD9-95D13C2F6C64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CD67D51-2226-40D6-BFD9-95D13C2F6C64}.Release|Any CPU.Build.0 = Release|Any CPU
{04975731-167F-4437-B37E-E9F2F9ABAE96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04975731-167F-4437-B37E-E9F2F9ABAE96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04975731-167F-4437-B37E-E9F2F9ABAE96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04975731-167F-4437-B37E-E9F2F9ABAE96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A346740C-CFAF-432E-8D69-4F3705861DB1}
EndGlobalSection
EndGlobal