-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLogDashboard.Authorization.sln
39 lines (39 loc) · 2.09 KB
/
LogDashboard.Authorization.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogDashboard.Sample", "sample\LogDashboard.Sample\LogDashboard.Sample.csproj", "{E365DBD8-B7D5-42DF-A914-61C9BB9BE7B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{CA220F72-F40B-4147-96DD-6E5CA5A2C9C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8A407B10-A8D7-49F9-8433-D07EAE30D7D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogDashboard.Authorization", "src\LogDashboard.Authorization\LogDashboard.Authorization.csproj", "{C1ED2085-2976-45F7-A9FF-34796BB4D00D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E365DBD8-B7D5-42DF-A914-61C9BB9BE7B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E365DBD8-B7D5-42DF-A914-61C9BB9BE7B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E365DBD8-B7D5-42DF-A914-61C9BB9BE7B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E365DBD8-B7D5-42DF-A914-61C9BB9BE7B4}.Release|Any CPU.Build.0 = Release|Any CPU
{C1ED2085-2976-45F7-A9FF-34796BB4D00D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1ED2085-2976-45F7-A9FF-34796BB4D00D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1ED2085-2976-45F7-A9FF-34796BB4D00D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1ED2085-2976-45F7-A9FF-34796BB4D00D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E365DBD8-B7D5-42DF-A914-61C9BB9BE7B4} = {CA220F72-F40B-4147-96DD-6E5CA5A2C9C9}
{C1ED2085-2976-45F7-A9FF-34796BB4D00D} = {8A407B10-A8D7-49F9-8433-D07EAE30D7D7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92459D94-6D24-4138-8C86-CE1638BF1181}
EndGlobalSection
EndGlobal