-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathLotteryForecast.sln
115 lines (115 loc) · 7.75 KB
/
LotteryForecast.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33927.249
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SupperLotto", "SupperLotto\SupperLotto.csproj", "{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnionLotto", "UnionLotto\UnionLotto.csproj", "{19D5F777-B571-4A8B-A40A-1FC002E1BD81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThreeDLotto", "ThreeDLotto\ThreeDLotto.csproj", "{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoForecast", "AutoForecast\AutoForecast.csproj", "{248B1482-B5C7-47B3-9238-D4B11006453C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoForecastUI", "AutoForecastUI\AutoForecastUI.csproj", "{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|arm64 = Debug|arm64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|arm64 = Release|arm64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Debug|arm64.ActiveCfg = Debug|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Debug|arm64.Build.0 = Debug|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Debug|x64.ActiveCfg = Debug|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Debug|x64.Build.0 = Debug|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Debug|x86.ActiveCfg = Debug|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Debug|x86.Build.0 = Debug|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Release|Any CPU.Build.0 = Release|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Release|arm64.ActiveCfg = Release|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Release|arm64.Build.0 = Release|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Release|x64.ActiveCfg = Release|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Release|x64.Build.0 = Release|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Release|x86.ActiveCfg = Release|Any CPU
{BD74F8E7-8B97-48D1-B30D-5E2B43C87513}.Release|x86.Build.0 = Release|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Debug|arm64.ActiveCfg = Debug|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Debug|arm64.Build.0 = Debug|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Debug|x64.ActiveCfg = Debug|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Debug|x64.Build.0 = Debug|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Debug|x86.ActiveCfg = Debug|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Debug|x86.Build.0 = Debug|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Release|Any CPU.Build.0 = Release|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Release|arm64.ActiveCfg = Release|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Release|arm64.Build.0 = Release|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Release|x64.ActiveCfg = Release|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Release|x64.Build.0 = Release|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Release|x86.ActiveCfg = Release|Any CPU
{19D5F777-B571-4A8B-A40A-1FC002E1BD81}.Release|x86.Build.0 = Release|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Debug|arm64.ActiveCfg = Debug|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Debug|arm64.Build.0 = Debug|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Debug|x64.ActiveCfg = Debug|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Debug|x64.Build.0 = Debug|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Debug|x86.ActiveCfg = Debug|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Debug|x86.Build.0 = Debug|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Release|Any CPU.Build.0 = Release|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Release|arm64.ActiveCfg = Release|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Release|arm64.Build.0 = Release|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Release|x64.ActiveCfg = Release|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Release|x64.Build.0 = Release|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Release|x86.ActiveCfg = Release|Any CPU
{B3FABDAE-7633-4610-8BDF-E2581BB86F8D}.Release|x86.Build.0 = Release|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Debug|arm64.ActiveCfg = Debug|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Debug|arm64.Build.0 = Debug|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Debug|x64.ActiveCfg = Debug|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Debug|x64.Build.0 = Debug|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Debug|x86.ActiveCfg = Debug|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Debug|x86.Build.0 = Debug|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Release|Any CPU.Build.0 = Release|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Release|arm64.ActiveCfg = Release|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Release|arm64.Build.0 = Release|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Release|x64.ActiveCfg = Release|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Release|x64.Build.0 = Release|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Release|x86.ActiveCfg = Release|Any CPU
{248B1482-B5C7-47B3-9238-D4B11006453C}.Release|x86.Build.0 = Release|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Debug|arm64.ActiveCfg = Debug|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Debug|arm64.Build.0 = Debug|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Debug|x64.ActiveCfg = Debug|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Debug|x64.Build.0 = Debug|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Debug|x86.ActiveCfg = Debug|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Debug|x86.Build.0 = Debug|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Release|Any CPU.Build.0 = Release|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Release|arm64.ActiveCfg = Release|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Release|arm64.Build.0 = Release|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Release|x64.ActiveCfg = Release|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Release|x64.Build.0 = Release|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Release|x86.ActiveCfg = Release|Any CPU
{0E24AADB-4D2E-4DD4-ACA0-F74872BA4DF9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35DC5331-2D7E-4452-8BD4-CA35185BEFE6}
EndGlobalSection
EndGlobal