forked from emonney/QuickApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QuickApp.sln
42 lines (42 loc) · 2.03 KB
/
QuickApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{17070A46-661F-4A01-8B84-CE9C59173779}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{15E38D17-ECED-49D4-A161-38EC79E795E9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuickApp", "src\QuickApp\QuickApp.csproj", "{4B467D5D-FA6F-412E-8B45-45BF0630180C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "src\DAL\DAL.csproj", "{C4C99D7C-0A91-418A-AE87-FD4EE43892D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B467D5D-FA6F-412E-8B45-45BF0630180C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B467D5D-FA6F-412E-8B45-45BF0630180C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B467D5D-FA6F-412E-8B45-45BF0630180C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B467D5D-FA6F-412E-8B45-45BF0630180C}.Release|Any CPU.Build.0 = Release|Any CPU
{C4C99D7C-0A91-418A-AE87-FD4EE43892D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C99D7C-0A91-418A-AE87-FD4EE43892D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C99D7C-0A91-418A-AE87-FD4EE43892D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C99D7C-0A91-418A-AE87-FD4EE43892D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4B467D5D-FA6F-412E-8B45-45BF0630180C} = {17070A46-661F-4A01-8B84-CE9C59173779}
{C4C99D7C-0A91-418A-AE87-FD4EE43892D8} = {17070A46-661F-4A01-8B84-CE9C59173779}
EndGlobalSection
EndGlobal