-
Notifications
You must be signed in to change notification settings - Fork 44
/
Csv.sln
36 lines (35 loc) · 1.77 KB
/
Csv.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Csv", "Csv\Csv.csproj", "{C47AD6DF-3CE4-4105-A9A5-C3FE02FAAE06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Csv.Tests", "Csv.Tests\Csv.Tests.csproj", "{F61D68F1-85FC-4CA7-9FB8-EC2F6A158213}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BA047892-9D07-4DB3-AA52-BE7EBAE7B942}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C47AD6DF-3CE4-4105-A9A5-C3FE02FAAE06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C47AD6DF-3CE4-4105-A9A5-C3FE02FAAE06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C47AD6DF-3CE4-4105-A9A5-C3FE02FAAE06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C47AD6DF-3CE4-4105-A9A5-C3FE02FAAE06}.Release|Any CPU.Build.0 = Release|Any CPU
{F61D68F1-85FC-4CA7-9FB8-EC2F6A158213}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F61D68F1-85FC-4CA7-9FB8-EC2F6A158213}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F61D68F1-85FC-4CA7-9FB8-EC2F6A158213}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F61D68F1-85FC-4CA7-9FB8-EC2F6A158213}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EF367CC-2E5B-4466-923D-04D7018C691C}
EndGlobalSection
EndGlobal