forked from SocialExplorer/FastDBF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FastDBF.sln
62 lines (62 loc) · 3.44 KB
/
FastDBF.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFastDBF", "TestDbfLib\TestFastDBF.csproj", "{500A2192-A212-4DE0-8F47-3B0D453D9066}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocialExplorer.DBF2CSV", "DBF2CSV\DBF2CSV\SocialExplorer.DBF2CSV.csproj", "{D6AABC96-19DC-46EB-81CE-2D51BE43E832}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocialExplorer.FastDBF", "FastDBF\SocialExplorer.FastDBF.csproj", "{9CF5ED11-6D2B-4FEF-8A0A-B2E12DE59867}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocialExplorer.FastDBF.Tests.Unit", "SocialExplorer.FastDBF.Tests.Unit\SocialExplorer.FastDBF.Tests.Unit.csproj", "{001F5EEC-FA0B-49BA-8FDF-18C5BCE88554}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CBAEFDE2-33B8-4FC4-9BD4-8199619D4816}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{917F51E9-2FC5-4BD6-A9B1-544A49B0A42F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{500A2192-A212-4DE0-8F47-3B0D453D9066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{500A2192-A212-4DE0-8F47-3B0D453D9066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{500A2192-A212-4DE0-8F47-3B0D453D9066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{500A2192-A212-4DE0-8F47-3B0D453D9066}.Release|Any CPU.Build.0 = Release|Any CPU
{D6AABC96-19DC-46EB-81CE-2D51BE43E832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6AABC96-19DC-46EB-81CE-2D51BE43E832}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6AABC96-19DC-46EB-81CE-2D51BE43E832}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6AABC96-19DC-46EB-81CE-2D51BE43E832}.Release|Any CPU.Build.0 = Release|Any CPU
{9CF5ED11-6D2B-4FEF-8A0A-B2E12DE59867}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CF5ED11-6D2B-4FEF-8A0A-B2E12DE59867}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CF5ED11-6D2B-4FEF-8A0A-B2E12DE59867}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CF5ED11-6D2B-4FEF-8A0A-B2E12DE59867}.Release|Any CPU.Build.0 = Release|Any CPU
{001F5EEC-FA0B-49BA-8FDF-18C5BCE88554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{001F5EEC-FA0B-49BA-8FDF-18C5BCE88554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{001F5EEC-FA0B-49BA-8FDF-18C5BCE88554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{001F5EEC-FA0B-49BA-8FDF-18C5BCE88554}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(VaultVsipSolution-v2) = preSolution
VaultHost = http://prime/VaultService
VaultRepositoryID = 2
VaultRepositoryGUID = 49b89e6a-5eee-47d5-80f8-23902002371c
ProjectCount = 3
ProjectRelativeDiskPath1 = TestDbfLib\TestFastDBF.csproj
ProjectRelativeDiskPath2 = DBF2CSV\DBF2CSV\SocialExplorer.DBF2CSV.csproj
ProjectRelativeDiskPath3 = FastDBF\SocialExplorer.FastDBF.csproj
EndGlobalSection
EndGlobal