-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathSystem.Data.SQLite.EF6.Migrations.sln
45 lines (45 loc) · 2.34 KB
/
System.Data.SQLite.EF6.Migrations.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.30516.212
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C242E496-71CD-4AF5-B5D2-AAD23965676D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6B057F36-7C54-47C2-B219-2A4784DC0594}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Data.SQLite.EF6.Migrations", "System.Data.SQLite.EF6.Migrations\System.Data.SQLite.EF6.Migrations.csproj", "{6B715F5A-8F7D-427C-8873-216674B4B401}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Data.SQLite.EF6.Migrations.Test", "System.Data.SQLite.EF6.Migrations.Test\System.Data.SQLite.EF6.Migrations.Test.csproj", "{B5A7CD34-89E4-48FB-9716-3F8F62F01217}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B715F5A-8F7D-427C-8873-216674B4B401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B715F5A-8F7D-427C-8873-216674B4B401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B715F5A-8F7D-427C-8873-216674B4B401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B715F5A-8F7D-427C-8873-216674B4B401}.Release|Any CPU.Build.0 = Release|Any CPU
{B5A7CD34-89E4-48FB-9716-3F8F62F01217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5A7CD34-89E4-48FB-9716-3F8F62F01217}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5A7CD34-89E4-48FB-9716-3F8F62F01217}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5A7CD34-89E4-48FB-9716-3F8F62F01217}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {907EB4A5-9C45-4ABB-A9D2-284B83F95361}
EndGlobalSection
EndGlobal