-
Notifications
You must be signed in to change notification settings - Fork 3
/
FileParserSolution.sln
46 lines (46 loc) · 2.52 KB
/
FileParserSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileParser", "src\FileParser\FileParser.csproj", "{C8AA97F4-4C59-49DF-ACF4-944CA78D221F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileParser.Test", "tests\FileParser.Test\FileParser.Test.csproj", "{EA8321AC-899B-417B-8E67-056AA5EB340E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D8E3B14F-7393-4CEF-9EDB-2E630190FACD}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
.circleci\config.yml = .circleci\config.yml
Directory.Build.props = Directory.Build.props
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileParser.Benchmark", "src\FileParser.Benchmark\FileParser.Benchmark.csproj", "{600D80DB-4DCB-47BE-9761-30C8CD584C32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8AA97F4-4C59-49DF-ACF4-944CA78D221F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8AA97F4-4C59-49DF-ACF4-944CA78D221F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8AA97F4-4C59-49DF-ACF4-944CA78D221F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8AA97F4-4C59-49DF-ACF4-944CA78D221F}.Release|Any CPU.Build.0 = Release|Any CPU
{EA8321AC-899B-417B-8E67-056AA5EB340E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA8321AC-899B-417B-8E67-056AA5EB340E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA8321AC-899B-417B-8E67-056AA5EB340E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA8321AC-899B-417B-8E67-056AA5EB340E}.Release|Any CPU.Build.0 = Release|Any CPU
{600D80DB-4DCB-47BE-9761-30C8CD584C32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{600D80DB-4DCB-47BE-9761-30C8CD584C32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{600D80DB-4DCB-47BE-9761-30C8CD584C32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{600D80DB-4DCB-47BE-9761-30C8CD584C32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F01F3449-F4C4-44DD-A8A2-4A406C0733D9}
EndGlobalSection
EndGlobal