-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Legendary.sln
48 lines (48 loc) · 2.46 KB
/
Legendary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Legendary", "App\Legendary.csproj", "{432700A1-FC00-4953-AE1C-3DAD0ACB128F}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Sql", "Sql\Sql.sqlproj", "{F9B701A4-3691-47D0-A317-C6146C091590}"
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
NuGet.config = NuGet.config
package.json = package.json
README.md = README.md
EndProjectSection
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
{F9B701A4-3691-47D0-A317-C6146C091590}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9B701A4-3691-47D0-A317-C6146C091590}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9B701A4-3691-47D0-A317-C6146C091590}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F9B701A4-3691-47D0-A317-C6146C091590}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9B701A4-3691-47D0-A317-C6146C091590}.Release|Any CPU.Build.0 = Release|Any CPU
{F9B701A4-3691-47D0-A317-C6146C091590}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EA21472-189E-41F7-B610-C8FB8A20CB73}
EndGlobalSection
EndGlobal