-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSoftCircuits.Parsers.FixedWidthParser.sln
31 lines (31 loc) · 1.65 KB
/
SoftCircuits.Parsers.FixedWidthParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoftCircuits.Parsers.FixedWidth", "SoftCircuits.Parsers.FixedWidthParser\SoftCircuits.Parsers.FixedWidth.csproj", "{4600B35C-01D0-4C77-954D-23CCA4D22787}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixedWidthParserTests", "FixedWidthParser.Tests\FixedWidthParserTests.csproj", "{75648292-84BF-4BCB-93A2-94B7C1874312}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4600B35C-01D0-4C77-954D-23CCA4D22787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4600B35C-01D0-4C77-954D-23CCA4D22787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4600B35C-01D0-4C77-954D-23CCA4D22787}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4600B35C-01D0-4C77-954D-23CCA4D22787}.Release|Any CPU.Build.0 = Release|Any CPU
{75648292-84BF-4BCB-93A2-94B7C1874312}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75648292-84BF-4BCB-93A2-94B7C1874312}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75648292-84BF-4BCB-93A2-94B7C1874312}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75648292-84BF-4BCB-93A2-94B7C1874312}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFF9675D-4CE3-4E1F-BE76-D519DD05FA6B}
EndGlobalSection
EndGlobal