-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathKandu.sln
55 lines (55 loc) · 2.93 KB
/
Kandu.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
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kandu", "App\Kandu.csproj", "{432700A1-FC00-4953-AE1C-3DAD0ACB128F}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Sql", "Sql\Sql.sqlproj", "{5FE90778-0358-439D-A3FC-5720C909E9FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Query", "Query\Query.csproj", "{048E790B-605B-4A07-A52A-E1A29DC3E0CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{850D4D03-BB79-423C-9A19-7669CD737CF6}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
gulpfile.js = gulpfile.js
Ideas.md = Ideas.md
NuGet.config = NuGet.config
package.json = package.json
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{F002A19B-F997-4E90-8DA5-20FB3B07CE2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{432700A1-FC00-4953-AE1C-3DAD0ACB128F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{432700A1-FC00-4953-AE1C-3DAD0ACB128F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{432700A1-FC00-4953-AE1C-3DAD0ACB128F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{432700A1-FC00-4953-AE1C-3DAD0ACB128F}.Release|Any CPU.Build.0 = Release|Any CPU
{5FE90778-0358-439D-A3FC-5720C909E9FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FE90778-0358-439D-A3FC-5720C909E9FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FE90778-0358-439D-A3FC-5720C909E9FF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5FE90778-0358-439D-A3FC-5720C909E9FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FE90778-0358-439D-A3FC-5720C909E9FF}.Release|Any CPU.Build.0 = Release|Any CPU
{5FE90778-0358-439D-A3FC-5720C909E9FF}.Release|Any CPU.Deploy.0 = Release|Any CPU
{048E790B-605B-4A07-A52A-E1A29DC3E0CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{048E790B-605B-4A07-A52A-E1A29DC3E0CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{048E790B-605B-4A07-A52A-E1A29DC3E0CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{048E790B-605B-4A07-A52A-E1A29DC3E0CA}.Release|Any CPU.Build.0 = Release|Any CPU
{F002A19B-F997-4E90-8DA5-20FB3B07CE2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F002A19B-F997-4E90-8DA5-20FB3B07CE2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F002A19B-F997-4E90-8DA5-20FB3B07CE2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F002A19B-F997-4E90-8DA5-20FB3B07CE2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EA21472-189E-41F7-B610-C8FB8A20CB73}
EndGlobalSection
EndGlobal