This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoshboard.sln
executable file
·39 lines (39 loc) · 2.27 KB
/
Doshboard.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.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "doshboard.frontend", "Doshboard.Frontend\doshboard.frontend.esproj", "{49D103B5-5509-4565-9ED7-A14D00431AE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doshboard.Backend", "Doshboard.Backend\Doshboard.Backend.csproj", "{6BD205BB-3EDD-420F-84BB-467F7D511F33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Doshboard.Test", "Doshboard.Test\Doshboard.Test.csproj", "{0B9BBDD1-2058-40B0-B77D-98BA06014ACC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49D103B5-5509-4565-9ED7-A14D00431AE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D103B5-5509-4565-9ED7-A14D00431AE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D103B5-5509-4565-9ED7-A14D00431AE8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{49D103B5-5509-4565-9ED7-A14D00431AE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D103B5-5509-4565-9ED7-A14D00431AE8}.Release|Any CPU.Build.0 = Release|Any CPU
{49D103B5-5509-4565-9ED7-A14D00431AE8}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6BD205BB-3EDD-420F-84BB-467F7D511F33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BD205BB-3EDD-420F-84BB-467F7D511F33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BD205BB-3EDD-420F-84BB-467F7D511F33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BD205BB-3EDD-420F-84BB-467F7D511F33}.Release|Any CPU.Build.0 = Release|Any CPU
{0B9BBDD1-2058-40B0-B77D-98BA06014ACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B9BBDD1-2058-40B0-B77D-98BA06014ACC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B9BBDD1-2058-40B0-B77D-98BA06014ACC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B9BBDD1-2058-40B0-B77D-98BA06014ACC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2ECFA5C5-5104-4FC0-B701-851BF4BCBF78}
EndGlobalSection
EndGlobal