forked from eXavera/NDbfReader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNDbfReader.sln
45 lines (45 loc) · 2.4 KB
/
NDbfReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDbfReader", "NDbfReader\NDbfReader.csproj", "{C98D4551-7C67-477B-9188-5B4B41CB378A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B34DCA4-4FB0-4E87-B9AE-2C1B55278509}"
ProjectSection(SolutionItems) = preProject
AssemblyInfo.cs = AssemblyInfo.cs
GlobalSuppressions.cs = GlobalSuppressions.cs
NDbfReader.nuspec = NDbfReader.nuspec
tempKey.snk = tempKey.snk
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDbfReader.Net40", "NDbfReader.Net40\NDbfReader.Net40.csproj", "{2A7E63A2-3297-4630-A669-89164B0120A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDbfReader.Tests", "NDbfReader.Tests\NDbfReader.Tests.csproj", "{5C8ED94A-1208-42E4-A3DB-CD8C0D8AAC5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C98D4551-7C67-477B-9188-5B4B41CB378A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C98D4551-7C67-477B-9188-5B4B41CB378A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C98D4551-7C67-477B-9188-5B4B41CB378A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C98D4551-7C67-477B-9188-5B4B41CB378A}.Release|Any CPU.Build.0 = Release|Any CPU
{2A7E63A2-3297-4630-A669-89164B0120A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A7E63A2-3297-4630-A669-89164B0120A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A7E63A2-3297-4630-A669-89164B0120A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A7E63A2-3297-4630-A669-89164B0120A2}.Release|Any CPU.Build.0 = Release|Any CPU
{5C8ED94A-1208-42E4-A3DB-CD8C0D8AAC5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C8ED94A-1208-42E4-A3DB-CD8C0D8AAC5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C8ED94A-1208-42E4-A3DB-CD8C0D8AAC5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C8ED94A-1208-42E4-A3DB-CD8C0D8AAC5D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12592B0D-AF89-40A7-9B63-21F22F8F775B}
EndGlobalSection
EndGlobal