-
Notifications
You must be signed in to change notification settings - Fork 0
/
DustysCorner.sln
48 lines (48 loc) · 2.8 KB
/
DustysCorner.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 Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DustysCorner.Client", "DustysCorner.Client\DustysCorner.Client.csproj", "{D36E7FE0-5826-4458-B394-EE22D9A91364}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DustysCorner.DAL", "DustysCorner.DAL\DustysCorner.DAL.csproj", "{2A1AC2D2-2EC8-4BC0-A397-B51B951F5277}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58471A7B-9F75-4547-8442-6C962C4EB541}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DustysCorner.Service", "DustysCorner.Service\DustysCorner.Service.csproj", "{802B9828-D5F1-4DB2-9402-9425EBD13A2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DustysCorner.MVC", "DustysCorner.MVC\DustysCorner.MVC.csproj", "{1557F65D-CE54-400B-85EE-70BDE7376AC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D36E7FE0-5826-4458-B394-EE22D9A91364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D36E7FE0-5826-4458-B394-EE22D9A91364}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D36E7FE0-5826-4458-B394-EE22D9A91364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D36E7FE0-5826-4458-B394-EE22D9A91364}.Release|Any CPU.Build.0 = Release|Any CPU
{2A1AC2D2-2EC8-4BC0-A397-B51B951F5277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A1AC2D2-2EC8-4BC0-A397-B51B951F5277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A1AC2D2-2EC8-4BC0-A397-B51B951F5277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A1AC2D2-2EC8-4BC0-A397-B51B951F5277}.Release|Any CPU.Build.0 = Release|Any CPU
{802B9828-D5F1-4DB2-9402-9425EBD13A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{802B9828-D5F1-4DB2-9402-9425EBD13A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{802B9828-D5F1-4DB2-9402-9425EBD13A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{802B9828-D5F1-4DB2-9402-9425EBD13A2F}.Release|Any CPU.Build.0 = Release|Any CPU
{1557F65D-CE54-400B-85EE-70BDE7376AC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1557F65D-CE54-400B-85EE-70BDE7376AC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1557F65D-CE54-400B-85EE-70BDE7376AC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1557F65D-CE54-400B-85EE-70BDE7376AC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2CE42C3-DEA6-4CEC-B179-FF064CCE4E53}
EndGlobalSection
EndGlobal