-
Notifications
You must be signed in to change notification settings - Fork 0
/
AlphaCSV.sln
43 lines (43 loc) · 2.28 KB
/
AlphaCSV.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 Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlphaCSV", "AlphaCSV\AlphaCSV.csproj", "{749C67D8-6861-4F34-8DD1-172490E3AFB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAlphaCSV", "TestAlphaCSV\TestAlphaCSV.csproj", "{DD671397-B6D9-4B6C-BFE7-D74ED6F075A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlphaCSVExamples", "AlphaCSVExamples\AlphaCSVExamples.csproj", "{493489D3-59D6-49E8-98B0-92F5F49C089C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D36FF74-5B60-41AD-B783-F6B26D3D945B}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{749C67D8-6861-4F34-8DD1-172490E3AFB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{749C67D8-6861-4F34-8DD1-172490E3AFB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{749C67D8-6861-4F34-8DD1-172490E3AFB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{749C67D8-6861-4F34-8DD1-172490E3AFB3}.Release|Any CPU.Build.0 = Release|Any CPU
{DD671397-B6D9-4B6C-BFE7-D74ED6F075A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD671397-B6D9-4B6C-BFE7-D74ED6F075A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD671397-B6D9-4B6C-BFE7-D74ED6F075A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD671397-B6D9-4B6C-BFE7-D74ED6F075A1}.Release|Any CPU.Build.0 = Release|Any CPU
{493489D3-59D6-49E8-98B0-92F5F49C089C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{493489D3-59D6-49E8-98B0-92F5F49C089C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{493489D3-59D6-49E8-98B0-92F5F49C089C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{493489D3-59D6-49E8-98B0-92F5F49C089C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0A82107-D4DB-4C3B-BD3F-62B5FC868444}
EndGlobalSection
EndGlobal