-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CsvHelper.FastDynamic.sln
37 lines (37 loc) · 2.17 KB
/
CsvHelper.FastDynamic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvHelper.FastDynamic", "CsvHelper.FastDynamic\CsvHelper.FastDynamic.csproj", "{74E0328A-075D-4C34-B412-B3136C5E4780}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvHelper.FastDynamic.Tests", "CsvHelper.FastDynamic.Tests\CsvHelper.FastDynamic.Tests.csproj", "{BA294442-D681-4CC3-BF1B-849632D68D1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsvHelper.FastDynamic.Performance", "CsvHelper.FastDynamic.Performance\CsvHelper.FastDynamic.Performance.csproj", "{DB475AD7-1480-40C1-AD95-AF826D9F1C2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74E0328A-075D-4C34-B412-B3136C5E4780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74E0328A-075D-4C34-B412-B3136C5E4780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74E0328A-075D-4C34-B412-B3136C5E4780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74E0328A-075D-4C34-B412-B3136C5E4780}.Release|Any CPU.Build.0 = Release|Any CPU
{BA294442-D681-4CC3-BF1B-849632D68D1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA294442-D681-4CC3-BF1B-849632D68D1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA294442-D681-4CC3-BF1B-849632D68D1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA294442-D681-4CC3-BF1B-849632D68D1B}.Release|Any CPU.Build.0 = Release|Any CPU
{DB475AD7-1480-40C1-AD95-AF826D9F1C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB475AD7-1480-40C1-AD95-AF826D9F1C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB475AD7-1480-40C1-AD95-AF826D9F1C2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB475AD7-1480-40C1-AD95-AF826D9F1C2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D583E901-2BAE-4878-9BAE-428326515B4D}
EndGlobalSection
EndGlobal