-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDelimitedStringParser.sln
44 lines (44 loc) · 2.46 KB
/
DelimitedStringParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelimitedStringParser", "DelimitedStringParser\DelimitedStringParser.csproj", "{EA3CC584-B880-4EC2-972A-A91CD5C47E87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{32F0244D-421F-419A-B305-28F54446F857}"
ProjectSection(ProjectDependencies) = postProject
{BFD3B926-904F-4228-BF3D-83352DE8A7FB} = {BFD3B926-904F-4228-BF3D-83352DE8A7FB}
{EA3CC584-B880-4EC2-972A-A91CD5C47E87} = {EA3CC584-B880-4EC2-972A-A91CD5C47E87}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelimitedStringParser.Bond", "DelimitedStringParser.Bond\DelimitedStringParser.Bond.csproj", "{BFD3B926-904F-4228-BF3D-83352DE8A7FB}"
ProjectSection(ProjectDependencies) = postProject
{EA3CC584-B880-4EC2-972A-A91CD5C47E87} = {EA3CC584-B880-4EC2-972A-A91CD5C47E87}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA3CC584-B880-4EC2-972A-A91CD5C47E87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA3CC584-B880-4EC2-972A-A91CD5C47E87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA3CC584-B880-4EC2-972A-A91CD5C47E87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA3CC584-B880-4EC2-972A-A91CD5C47E87}.Release|Any CPU.Build.0 = Release|Any CPU
{32F0244D-421F-419A-B305-28F54446F857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32F0244D-421F-419A-B305-28F54446F857}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32F0244D-421F-419A-B305-28F54446F857}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32F0244D-421F-419A-B305-28F54446F857}.Release|Any CPU.Build.0 = Release|Any CPU
{BFD3B926-904F-4228-BF3D-83352DE8A7FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFD3B926-904F-4228-BF3D-83352DE8A7FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFD3B926-904F-4228-BF3D-83352DE8A7FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFD3B926-904F-4228-BF3D-83352DE8A7FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E48058D-329D-4181-805E-2C157735A800}
EndGlobalSection
EndGlobal