-
Notifications
You must be signed in to change notification settings - Fork 0
/
SqliteDemo.sln
40 lines (40 loc) · 2.22 KB
/
SqliteDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31605.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqliteDemo.WebAPI", "SqliteDemo\SqliteDemo.WebAPI.csproj", "{C2C31D59-4416-4C82-A9CC-60C76F87447D}"
ProjectSection(ProjectDependencies) = postProject
{1678E232-7E4E-447C-A8E7-34CC3753A041} = {1678E232-7E4E-447C-A8E7-34CC3753A041}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqliteDemo.Library", "SqliteDemo.Library\SqliteDemo.Library.csproj", "{1678E232-7E4E-447C-A8E7-34CC3753A041}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqliteDemo.Webapp", "SqliteDemo.Webapp\SqliteDemo.Webapp.csproj", "{AE8AA73C-3D34-4C62-A7CC-15417FEAF326}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2C31D59-4416-4C82-A9CC-60C76F87447D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2C31D59-4416-4C82-A9CC-60C76F87447D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2C31D59-4416-4C82-A9CC-60C76F87447D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2C31D59-4416-4C82-A9CC-60C76F87447D}.Release|Any CPU.Build.0 = Release|Any CPU
{1678E232-7E4E-447C-A8E7-34CC3753A041}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1678E232-7E4E-447C-A8E7-34CC3753A041}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1678E232-7E4E-447C-A8E7-34CC3753A041}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1678E232-7E4E-447C-A8E7-34CC3753A041}.Release|Any CPU.Build.0 = Release|Any CPU
{AE8AA73C-3D34-4C62-A7CC-15417FEAF326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE8AA73C-3D34-4C62-A7CC-15417FEAF326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE8AA73C-3D34-4C62-A7CC-15417FEAF326}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE8AA73C-3D34-4C62-A7CC-15417FEAF326}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6749FB8D-90CE-42E7-8929-EB61F7AB1C48}
EndGlobalSection
EndGlobal