-
Notifications
You must be signed in to change notification settings - Fork 0
/
ResumeDashboard.sln
49 lines (49 loc) · 2.78 KB
/
ResumeDashboard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{43AB7E5F-545B-486E-A5F0-6C5F178266EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalR", "SignalR\SignalR.csproj", "{FCC3B235-1522-4498-B13F-823E94FF8F43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{1781A1EC-DABF-4B8E-A11C-79B1C2827EC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI", "UI\UI.csproj", "{27ED166C-1802-4C43-AF57-FA64B883A89A}"
ProjectSection(ProjectDependencies) = postProject
{FCC3B235-1522-4498-B13F-823E94FF8F43} = {FCC3B235-1522-4498-B13F-823E94FF8F43}
{1781A1EC-DABF-4B8E-A11C-79B1C2827EC7} = {1781A1EC-DABF-4B8E-A11C-79B1C2827EC7}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{015DE342-FF32-430C-9FDF-9CA150D338F7}"
ProjectSection(SolutionItems) = preProject
WebEssentials2015-Settings.json = WebEssentials2015-Settings.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43AB7E5F-545B-486E-A5F0-6C5F178266EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43AB7E5F-545B-486E-A5F0-6C5F178266EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43AB7E5F-545B-486E-A5F0-6C5F178266EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43AB7E5F-545B-486E-A5F0-6C5F178266EC}.Release|Any CPU.Build.0 = Release|Any CPU
{FCC3B235-1522-4498-B13F-823E94FF8F43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCC3B235-1522-4498-B13F-823E94FF8F43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCC3B235-1522-4498-B13F-823E94FF8F43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCC3B235-1522-4498-B13F-823E94FF8F43}.Release|Any CPU.Build.0 = Release|Any CPU
{1781A1EC-DABF-4B8E-A11C-79B1C2827EC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1781A1EC-DABF-4B8E-A11C-79B1C2827EC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1781A1EC-DABF-4B8E-A11C-79B1C2827EC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1781A1EC-DABF-4B8E-A11C-79B1C2827EC7}.Release|Any CPU.Build.0 = Release|Any CPU
{27ED166C-1802-4C43-AF57-FA64B883A89A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27ED166C-1802-4C43-AF57-FA64B883A89A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27ED166C-1802-4C43-AF57-FA64B883A89A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27ED166C-1802-4C43-AF57-FA64B883A89A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal