-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImportCSVFile.sln
43 lines (43 loc) · 2.52 KB
/
ImportCSVFile.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImportCSV", "ImportCSV\ImportCSV.csproj", "{274B2787-F7EF-4800-AEB0-AF359CB7F75C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSVDataReceiver", "CSVDataReceiver\CSVDataReceiver.csproj", "{F8B130F5-7612-40F4-A0BA-0BC43EF81F64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{CEAE1446-DB6C-4594-AB8A-EBD7E03533FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{79BE485C-0545-45C5-AB45-EE9753B61B96}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{274B2787-F7EF-4800-AEB0-AF359CB7F75C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{274B2787-F7EF-4800-AEB0-AF359CB7F75C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{274B2787-F7EF-4800-AEB0-AF359CB7F75C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{274B2787-F7EF-4800-AEB0-AF359CB7F75C}.Release|Any CPU.Build.0 = Release|Any CPU
{F8B130F5-7612-40F4-A0BA-0BC43EF81F64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8B130F5-7612-40F4-A0BA-0BC43EF81F64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8B130F5-7612-40F4-A0BA-0BC43EF81F64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8B130F5-7612-40F4-A0BA-0BC43EF81F64}.Release|Any CPU.Build.0 = Release|Any CPU
{CEAE1446-DB6C-4594-AB8A-EBD7E03533FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEAE1446-DB6C-4594-AB8A-EBD7E03533FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEAE1446-DB6C-4594-AB8A-EBD7E03533FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEAE1446-DB6C-4594-AB8A-EBD7E03533FF}.Release|Any CPU.Build.0 = Release|Any CPU
{79BE485C-0545-45C5-AB45-EE9753B61B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79BE485C-0545-45C5-AB45-EE9753B61B96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79BE485C-0545-45C5-AB45-EE9753B61B96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79BE485C-0545-45C5-AB45-EE9753B61B96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A86FCD3B-B604-4499-BC65-E8FD9C80DF09}
EndGlobalSection
EndGlobal