-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataScinceJobAssignment.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
DataScinceJobAssignment.sln
File metadata and controls
37 lines (37 loc) · 2.03 KB
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.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "Models\Models.csproj", "{C8678A58-C37D-4810-84CA-92F3C62A035C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataManagment", "DataManagment\DataManagment.csproj", "{45D3EF1A-9FFE-4771-9BEF-0155E1859F89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserInterface", "UserInterface\UserInterface.csproj", "{1E2C5A4F-84EF-4789-8E80-A1CCA0B1874C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8678A58-C37D-4810-84CA-92F3C62A035C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8678A58-C37D-4810-84CA-92F3C62A035C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8678A58-C37D-4810-84CA-92F3C62A035C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8678A58-C37D-4810-84CA-92F3C62A035C}.Release|Any CPU.Build.0 = Release|Any CPU
{45D3EF1A-9FFE-4771-9BEF-0155E1859F89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D3EF1A-9FFE-4771-9BEF-0155E1859F89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D3EF1A-9FFE-4771-9BEF-0155E1859F89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D3EF1A-9FFE-4771-9BEF-0155E1859F89}.Release|Any CPU.Build.0 = Release|Any CPU
{1E2C5A4F-84EF-4789-8E80-A1CCA0B1874C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E2C5A4F-84EF-4789-8E80-A1CCA0B1874C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E2C5A4F-84EF-4789-8E80-A1CCA0B1874C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E2C5A4F-84EF-4789-8E80-A1CCA0B1874C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10305C80-FAC7-4120-AEC9-2497C6EA1F58}
EndGlobalSection
EndGlobal