-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCsvTextFieldParser.sln
49 lines (49 loc) · 2.65 KB
/
CsvTextFieldParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvTextFieldParser", "CsvTextFieldParser\CsvTextFieldParser.csproj", "{E2CE0132-2F7F-4BE3-9820-F063D2847588}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvTextFieldParser.Tests", "CsvTextFieldParser.Tests\CsvTextFieldParser.Tests.csproj", "{BEF970B9-CBB2-4798-93CE-CB8D10C59939}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvTextFieldParser.SampleConsole", "CsvTextFieldParser.SampleConsole\CsvTextFieldParser.SampleConsole.csproj", "{0AC56627-6DA7-4900-8209-E5927434CE1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{24FDA1AC-9A68-490D-AAEF-930803A3BD7D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
UNLICENSE = UNLICENSE
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2CE0132-2F7F-4BE3-9820-F063D2847588}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2CE0132-2F7F-4BE3-9820-F063D2847588}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2CE0132-2F7F-4BE3-9820-F063D2847588}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2CE0132-2F7F-4BE3-9820-F063D2847588}.Release|Any CPU.Build.0 = Release|Any CPU
{BEF970B9-CBB2-4798-93CE-CB8D10C59939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEF970B9-CBB2-4798-93CE-CB8D10C59939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEF970B9-CBB2-4798-93CE-CB8D10C59939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEF970B9-CBB2-4798-93CE-CB8D10C59939}.Release|Any CPU.Build.0 = Release|Any CPU
{0AC56627-6DA7-4900-8209-E5927434CE1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AC56627-6DA7-4900-8209-E5927434CE1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AC56627-6DA7-4900-8209-E5927434CE1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AC56627-6DA7-4900-8209-E5927434CE1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D79F4AA-A015-4A7C-8E8C-A9E00BAB037C}
EndGlobalSection
EndGlobal