-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPocketCsvReader.sln
83 lines (83 loc) · 4.5 KB
/
PocketCsvReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocketCsvReader", "PocketCsvReader\PocketCsvReader.csproj", "{622D8798-D870-4A3B-BBB8-87297B7085BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocketCsvReader.Testing", "PocketCsvReader.Testing\PocketCsvReader.Testing.csproj", "{1A7DBE2E-DF19-4539-8DA8-C8E14E71CFEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{0A83AC1A-ADD3-41FC-B6C7-856ABAB65872}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
github.ps1 = github.ps1
GitVersion.yml = GitVersion.yml
nuget-download-package-version.ps1 = nuget-download-package-version.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{467AF34F-9111-4D0C-8957-8CEA46E7883E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Edition", "Edition", "{0254E259-19F0-4DCF-B0FC-1836ED1D706E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{7C7086BE-5CB8-4867-9FD8-1C83C5BDA560}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
contributing.md = contributing.md
LICENSE = LICENSE
Readme.md = Readme.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Packaging", "Packaging", "{00561DD7-9664-4BB2-87A6-11FE992F61C5}"
ProjectSection(SolutionItems) = preProject
.packaging\package-PocketCsvReader.ps1 = .packaging\package-PocketCsvReader.ps1
pocket-csv-reader.png = pocket-csv-reader.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocketCsvReader.Benchmark", "PocketCsvReader.Benchmark\PocketCsvReader.Benchmark.csproj", "{0E69FA85-7E85-41F8-BF17-AE27E8472B04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PocketCsvReader.Profiler", "PocketCsvReader.Profiler\PocketCsvReader.Profiler.csproj", "{AF5684EA-625E-4AE4-B355-E906590506BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{622D8798-D870-4A3B-BBB8-87297B7085BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{622D8798-D870-4A3B-BBB8-87297B7085BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{622D8798-D870-4A3B-BBB8-87297B7085BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{622D8798-D870-4A3B-BBB8-87297B7085BF}.Release|Any CPU.Build.0 = Release|Any CPU
{1A7DBE2E-DF19-4539-8DA8-C8E14E71CFEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A7DBE2E-DF19-4539-8DA8-C8E14E71CFEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A7DBE2E-DF19-4539-8DA8-C8E14E71CFEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A7DBE2E-DF19-4539-8DA8-C8E14E71CFEB}.Release|Any CPU.Build.0 = Release|Any CPU
{0E69FA85-7E85-41F8-BF17-AE27E8472B04}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{0E69FA85-7E85-41F8-BF17-AE27E8472B04}.Debug|Any CPU.Build.0 = Release|Any CPU
{0E69FA85-7E85-41F8-BF17-AE27E8472B04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E69FA85-7E85-41F8-BF17-AE27E8472B04}.Release|Any CPU.Build.0 = Release|Any CPU
{AF5684EA-625E-4AE4-B355-E906590506BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF5684EA-625E-4AE4-B355-E906590506BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF5684EA-625E-4AE4-B355-E906590506BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF5684EA-625E-4AE4-B355-E906590506BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0A83AC1A-ADD3-41FC-B6C7-856ABAB65872} = {467AF34F-9111-4D0C-8957-8CEA46E7883E}
{0254E259-19F0-4DCF-B0FC-1836ED1D706E} = {467AF34F-9111-4D0C-8957-8CEA46E7883E}
{7C7086BE-5CB8-4867-9FD8-1C83C5BDA560} = {467AF34F-9111-4D0C-8957-8CEA46E7883E}
{00561DD7-9664-4BB2-87A6-11FE992F61C5} = {467AF34F-9111-4D0C-8957-8CEA46E7883E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {092EB1E5-4CC0-40DB-B08A-E088AD04C989}
EndGlobalSection
EndGlobal