-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuExt.System.Data.SQLite.sln
37 lines (37 loc) · 2.1 KB
/
NuExt.System.Data.SQLite.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 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MoviesAppSample", "samples\MoviesAppSample\MoviesAppSample.csproj", "{87D203C4-523D-4F69-AD35-4CF84DE687CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuExt.System.Data.SQLite", "src\NuExt.System.Data.SQLite.csproj", "{C7473693-5262-43D1-ABF8-CE0FF29086CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuExt.System.Data.SQLite.Tests", "tests\NuExt.System.Data.SQLite.Tests.csproj", "{D506C622-DBBE-4797-90AD-33AE8F716A16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7473693-5262-43D1-ABF8-CE0FF29086CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7473693-5262-43D1-ABF8-CE0FF29086CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7473693-5262-43D1-ABF8-CE0FF29086CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7473693-5262-43D1-ABF8-CE0FF29086CE}.Release|Any CPU.Build.0 = Release|Any CPU
{D506C622-DBBE-4797-90AD-33AE8F716A16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D506C622-DBBE-4797-90AD-33AE8F716A16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D506C622-DBBE-4797-90AD-33AE8F716A16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D506C622-DBBE-4797-90AD-33AE8F716A16}.Release|Any CPU.Build.0 = Release|Any CPU
{87D203C4-523D-4F69-AD35-4CF84DE687CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87D203C4-523D-4F69-AD35-4CF84DE687CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87D203C4-523D-4F69-AD35-4CF84DE687CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87D203C4-523D-4F69-AD35-4CF84DE687CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB9808D7-6C5C-479E-AB36-94AA9E80AF58}
EndGlobalSection
EndGlobal