forked from SocialExplorer/FastDBF
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathFastDBF.sln
More file actions
43 lines (43 loc) · 2.59 KB
/
FastDBF.sln
File metadata and controls
43 lines (43 loc) · 2.59 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialExplorer.FastDBF", "FastDBF\SocialExplorer.FastDBF.csproj", "{2E27A186-239D-408A-840A-8D65E40F941B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialExplorer.DBF2CSV", "DBF2CSV\SocialExplorer.DBF2CSV.csproj", "{DD119C32-6101-4619-A6C7-F5EEAFAEA564}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFastDBF", "TestDbfLib\TestFastDBF.csproj", "{91685ABF-1869-47E9-9791-FADEFB3BC823}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocialExplorer.FastDBF.Tests.Unit", "SocialExplorer.FastDBF.Tests.Unit\SocialExplorer.FastDBF.Tests.Unit.csproj", "{EF75D16C-2D1B-4CD4-A8AD-B1E560FB0345}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E27A186-239D-408A-840A-8D65E40F941B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E27A186-239D-408A-840A-8D65E40F941B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E27A186-239D-408A-840A-8D65E40F941B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E27A186-239D-408A-840A-8D65E40F941B}.Release|Any CPU.Build.0 = Release|Any CPU
{DD119C32-6101-4619-A6C7-F5EEAFAEA564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD119C32-6101-4619-A6C7-F5EEAFAEA564}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD119C32-6101-4619-A6C7-F5EEAFAEA564}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD119C32-6101-4619-A6C7-F5EEAFAEA564}.Release|Any CPU.Build.0 = Release|Any CPU
{91685ABF-1869-47E9-9791-FADEFB3BC823}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91685ABF-1869-47E9-9791-FADEFB3BC823}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91685ABF-1869-47E9-9791-FADEFB3BC823}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91685ABF-1869-47E9-9791-FADEFB3BC823}.Release|Any CPU.Build.0 = Release|Any CPU
{EF75D16C-2D1B-4CD4-A8AD-B1E560FB0345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF75D16C-2D1B-4CD4-A8AD-B1E560FB0345}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF75D16C-2D1B-4CD4-A8AD-B1E560FB0345}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF75D16C-2D1B-4CD4-A8AD-B1E560FB0345}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79147792-9C28-4456-BB7C-084C3C32DB92}
EndGlobalSection
EndGlobal