forked from mgholam/fastCSV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fastCSV.sln
49 lines (49 loc) · 2.77 KB
/
fastCSV.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testcsv", "testcsv\testcsv.csproj", "{10CFF9D3-6E19-48D9-96FE-D7F2C7CD12D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fastCSV", "fastCSV\fastCSV.csproj", "{BACDDDAA-A2B6-4439-A913-04B46EB0444D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C39489AA-1F68-430F-ADDD-EBBD09118FD3}"
ProjectSection(SolutionItems) = preProject
csvstandard.csv = csvstandard.csv
fastCSV.nuspec = fastCSV.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "coretest", "coretest\coretest.csproj", "{0C588FE6-CB3C-4A26-A816-CCA8BFBC7090}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{F4BFF0D2-45F6-413B-B1E7-BC4A0D6596FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10CFF9D3-6E19-48D9-96FE-D7F2C7CD12D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10CFF9D3-6E19-48D9-96FE-D7F2C7CD12D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10CFF9D3-6E19-48D9-96FE-D7F2C7CD12D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10CFF9D3-6E19-48D9-96FE-D7F2C7CD12D7}.Release|Any CPU.Build.0 = Release|Any CPU
{BACDDDAA-A2B6-4439-A913-04B46EB0444D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BACDDDAA-A2B6-4439-A913-04B46EB0444D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BACDDDAA-A2B6-4439-A913-04B46EB0444D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BACDDDAA-A2B6-4439-A913-04B46EB0444D}.Release|Any CPU.Build.0 = Release|Any CPU
{0C588FE6-CB3C-4A26-A816-CCA8BFBC7090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C588FE6-CB3C-4A26-A816-CCA8BFBC7090}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C588FE6-CB3C-4A26-A816-CCA8BFBC7090}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C588FE6-CB3C-4A26-A816-CCA8BFBC7090}.Release|Any CPU.Build.0 = Release|Any CPU
{F4BFF0D2-45F6-413B-B1E7-BC4A0D6596FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4BFF0D2-45F6-413B-B1E7-BC4A0D6596FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4BFF0D2-45F6-413B-B1E7-BC4A0D6596FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4BFF0D2-45F6-413B-B1E7-BC4A0D6596FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {536959DC-E653-470B-9FE5-F5E0E0C9A367}
EndGlobalSection
EndGlobal