This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDelimitedDataParser.sln
63 lines (63 loc) · 3.37 KB
/
DelimitedDataParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EC756DF8-CC07-44B7-A843-F331B2F7A9BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelimitedDataParser", "src\DelimitedDataParser\DelimitedDataParser.csproj", "{D5BDA0F7-7465-4317-80D3-04C50F04619A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6A1C2C78-F0E8-435D-BB25-9B5F78A9D89C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelimitedDataParser.Test", "test\DelimitedDataParser.Test\DelimitedDataParser.Test.csproj", "{F4EFED54-7F24-44B2-8C18-C8544B390437}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A5FE047-6075-4341-A445-D3AC708A5D59}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
CodeMaid.config = CodeMaid.config
CONTRIBUTING.md = CONTRIBUTING.md
CustomExtendedCorrectnessRules.ruleset = CustomExtendedCorrectnessRules.ruleset
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
Settings.StyleCop = Settings.StyleCop
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E2169461-1216-49F0-B320-AEEF3EF04D09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreWindowsEncoding", "samples\NetCoreWindowsEncoding\NetCoreWindowsEncoding.csproj", "{E84146B8-B34A-460D-944B-06F45D72EA54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5BDA0F7-7465-4317-80D3-04C50F04619A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5BDA0F7-7465-4317-80D3-04C50F04619A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5BDA0F7-7465-4317-80D3-04C50F04619A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5BDA0F7-7465-4317-80D3-04C50F04619A}.Release|Any CPU.Build.0 = Release|Any CPU
{F4EFED54-7F24-44B2-8C18-C8544B390437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4EFED54-7F24-44B2-8C18-C8544B390437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4EFED54-7F24-44B2-8C18-C8544B390437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4EFED54-7F24-44B2-8C18-C8544B390437}.Release|Any CPU.Build.0 = Release|Any CPU
{E84146B8-B34A-460D-944B-06F45D72EA54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E84146B8-B34A-460D-944B-06F45D72EA54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E84146B8-B34A-460D-944B-06F45D72EA54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E84146B8-B34A-460D-944B-06F45D72EA54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D5BDA0F7-7465-4317-80D3-04C50F04619A} = {EC756DF8-CC07-44B7-A843-F331B2F7A9BF}
{F4EFED54-7F24-44B2-8C18-C8544B390437} = {6A1C2C78-F0E8-435D-BB25-9B5F78A9D89C}
{E84146B8-B34A-460D-944B-06F45D72EA54} = {E2169461-1216-49F0-B320-AEEF3EF04D09}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38E43D49-62DB-4DE9-A673-2DCF01EAB091}
EndGlobalSection
EndGlobal