-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevicePilot.Api.sln
More file actions
42 lines (42 loc) · 2.1 KB
/
DevicePilot.Api.sln
File metadata and controls
42 lines (42 loc) · 2.1 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
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevicePilot.Api", "src\DevicePilot.Api\DevicePilot.Api.csproj", "{0228BF73-A7D8-4134-8696-1FA90DCA9BF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{3041DF39-EB80-4F02-89C5-8598A818B251}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.PostData", "samples\Example.PostData\Example.PostData.csproj", "{FECE7ED0-FACD-421F-BED0-684339F11B98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BFFE4CD8-B17A-47E0-909E-4544DE97A3A7}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0228BF73-A7D8-4134-8696-1FA90DCA9BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0228BF73-A7D8-4134-8696-1FA90DCA9BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0228BF73-A7D8-4134-8696-1FA90DCA9BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0228BF73-A7D8-4134-8696-1FA90DCA9BF7}.Release|Any CPU.Build.0 = Release|Any CPU
{FECE7ED0-FACD-421F-BED0-684339F11B98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FECE7ED0-FACD-421F-BED0-684339F11B98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FECE7ED0-FACD-421F-BED0-684339F11B98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FECE7ED0-FACD-421F-BED0-684339F11B98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FECE7ED0-FACD-421F-BED0-684339F11B98} = {3041DF39-EB80-4F02-89C5-8598A818B251}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {955D10F6-8F5A-4682-B765-41EC80EB4308}
EndGlobalSection
EndGlobal