-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDeviceOfflineDetection.sln
More file actions
executable file
·38 lines (38 loc) · 1.93 KB
/
DeviceOfflineDetection.sln
File metadata and controls
executable file
·38 lines (38 loc) · 1.93 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceOfflineDetection", "src\DeviceOfflineDetection\DeviceOfflineDetection.csproj", "{BB1C95B7-3951-4963-9944-001A1C1D4531}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FECD95BD-F5EE-4200-A616-C6E3D5D0162D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yaml = azure-pipelines.yaml
azuredeploy.json = azuredeploy.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestDevice", "src\TestDevice\TestDevice.csproj", "{EE63B4A6-1847-4BC5-AAAD-A6617809FF82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB1C95B7-3951-4963-9944-001A1C1D4531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB1C95B7-3951-4963-9944-001A1C1D4531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB1C95B7-3951-4963-9944-001A1C1D4531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB1C95B7-3951-4963-9944-001A1C1D4531}.Release|Any CPU.Build.0 = Release|Any CPU
{EE63B4A6-1847-4BC5-AAAD-A6617809FF82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE63B4A6-1847-4BC5-AAAD-A6617809FF82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE63B4A6-1847-4BC5-AAAD-A6617809FF82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE63B4A6-1847-4BC5-AAAD-A6617809FF82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B47A471F-4A0F-4A9E-8CD3-3428290C1037}
EndGlobalSection
EndGlobal