-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathLiteDBPad.sln
42 lines (42 loc) · 2.25 KB
/
LiteDBPad.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteDBPad", "LiteDBPad\LiteDBPad.csproj", "{042112BA-D1F1-4D06-B53A-C4D25C8D51E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D62638BC-DACB-492B-8A86-2D02B6F8303C}"
ProjectSection(SolutionItems) = preProject
LiteDBPad.lpx = LiteDBPad.lpx
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiteDBPad6", "LiteDBPad6\LiteDBPad6.csproj", "{DA9F82BD-2554-4F75-9761-AC747B761226}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteDB5Pad6", "LiteDB5Pad6\LiteDB5Pad6.csproj", "{970A5A29-D514-4F8C-9B3A-4DB24C750B6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{042112BA-D1F1-4D06-B53A-C4D25C8D51E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{042112BA-D1F1-4D06-B53A-C4D25C8D51E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{042112BA-D1F1-4D06-B53A-C4D25C8D51E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{042112BA-D1F1-4D06-B53A-C4D25C8D51E2}.Release|Any CPU.Build.0 = Release|Any CPU
{DA9F82BD-2554-4F75-9761-AC747B761226}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA9F82BD-2554-4F75-9761-AC747B761226}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA9F82BD-2554-4F75-9761-AC747B761226}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA9F82BD-2554-4F75-9761-AC747B761226}.Release|Any CPU.Build.0 = Release|Any CPU
{970A5A29-D514-4F8C-9B3A-4DB24C750B6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{970A5A29-D514-4F8C-9B3A-4DB24C750B6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{970A5A29-D514-4F8C-9B3A-4DB24C750B6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{970A5A29-D514-4F8C-9B3A-4DB24C750B6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCB35AE9-E3F8-41BB-9ABD-9E26CFE51E60}
EndGlobalSection
EndGlobal