-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcAlgo.API.Alert.sln
44 lines (44 loc) · 2.29 KB
/
cAlgo.API.Alert.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alert", "src\Alert\Alert.csproj", "{67AD1D85-119E-4984-A642-AE502BC4AF27}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FA566F4F-3EFA-4C4A-9AA3-3DC3B4275C73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9502741-A157-4DD9-9203-976B8CC085B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B40FBA14-592C-4E0F-8EE1-7945F9B1C618}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UITestConsole", "test\UITestConsole\UITestConsole.csproj", "{82149BBC-B6BD-45F5-800E-6AB538F82336}"
ProjectSection(ProjectDependencies) = postProject
{67AD1D85-119E-4984-A642-AE502BC4AF27} = {67AD1D85-119E-4984-A642-AE502BC4AF27}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67AD1D85-119E-4984-A642-AE502BC4AF27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67AD1D85-119E-4984-A642-AE502BC4AF27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67AD1D85-119E-4984-A642-AE502BC4AF27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67AD1D85-119E-4984-A642-AE502BC4AF27}.Release|Any CPU.Build.0 = Release|Any CPU
{82149BBC-B6BD-45F5-800E-6AB538F82336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82149BBC-B6BD-45F5-800E-6AB538F82336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82149BBC-B6BD-45F5-800E-6AB538F82336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82149BBC-B6BD-45F5-800E-6AB538F82336}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{67AD1D85-119E-4984-A642-AE502BC4AF27} = {FA566F4F-3EFA-4C4A-9AA3-3DC3B4275C73}
{82149BBC-B6BD-45F5-800E-6AB538F82336} = {B40FBA14-592C-4E0F-8EE1-7945F9B1C618}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F606028D-156B-46C0-9DA6-E3A0B321BF01}
EndGlobalSection
EndGlobal