-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArduinoConnect.sln
More file actions
66 lines (66 loc) · 3.78 KB
/
ArduinoConnect.sln
File metadata and controls
66 lines (66 loc) · 3.78 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArduinoConnect.Web", "ArduinoConnect.Web\ArduinoConnect.Web.csproj", "{C775E51D-CD8C-4D63-9667-9EF15A5F2BD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArduinoConnect.DataAccess", "ArduinoConnect.DataAccess\ArduinoConnect.DataAccess.csproj", "{A4F948FF-8BBC-4E43-A5E2-1A207F6C57F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArduinoConnect.DataAccess.Tests", "ArduinoConnect.DataAccess.Tests\ArduinoConnect.DataAccess.Tests.csproj", "{B233D48B-9B97-48F4-8B2E-75B6519F691D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArduinoConnect.Web.Tests", "ArduinoConnect.Web.Tests\ArduinoConnect.Web.Tests.csproj", "{621582B9-22A6-450B-B08E-49D9043CA887}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{60317FC7-6A98-4DC1-BBB8-E75CBEAF9B87}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A73EDBF-2762-4668-982F-B92D5F7BF5DA}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{B66B3B90-CA5B-4432-A8D1-EFE7BF3244C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{EAA9E8FD-E5BF-4489-B57D-571ED0C9F767}"
ProjectSection(SolutionItems) = preProject
docs\img\exchanges.png = docs\img\exchanges.png
docs\img\info.png = docs\img\info.png
docs\img\parsed.png = docs\img\parsed.png
docs\img\table.png = docs\img\table.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C775E51D-CD8C-4D63-9667-9EF15A5F2BD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C775E51D-CD8C-4D63-9667-9EF15A5F2BD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C775E51D-CD8C-4D63-9667-9EF15A5F2BD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C775E51D-CD8C-4D63-9667-9EF15A5F2BD6}.Release|Any CPU.Build.0 = Release|Any CPU
{A4F948FF-8BBC-4E43-A5E2-1A207F6C57F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4F948FF-8BBC-4E43-A5E2-1A207F6C57F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4F948FF-8BBC-4E43-A5E2-1A207F6C57F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4F948FF-8BBC-4E43-A5E2-1A207F6C57F1}.Release|Any CPU.Build.0 = Release|Any CPU
{B233D48B-9B97-48F4-8B2E-75B6519F691D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B233D48B-9B97-48F4-8B2E-75B6519F691D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B233D48B-9B97-48F4-8B2E-75B6519F691D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B233D48B-9B97-48F4-8B2E-75B6519F691D}.Release|Any CPU.Build.0 = Release|Any CPU
{621582B9-22A6-450B-B08E-49D9043CA887}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{621582B9-22A6-450B-B08E-49D9043CA887}.Debug|Any CPU.Build.0 = Debug|Any CPU
{621582B9-22A6-450B-B08E-49D9043CA887}.Release|Any CPU.ActiveCfg = Release|Any CPU
{621582B9-22A6-450B-B08E-49D9043CA887}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B233D48B-9B97-48F4-8B2E-75B6519F691D} = {60317FC7-6A98-4DC1-BBB8-E75CBEAF9B87}
{621582B9-22A6-450B-B08E-49D9043CA887} = {60317FC7-6A98-4DC1-BBB8-E75CBEAF9B87}
{EAA9E8FD-E5BF-4489-B57D-571ED0C9F767} = {B66B3B90-CA5B-4432-A8D1-EFE7BF3244C6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF6818F9-5636-447C-B421-EBAF39DA8E8C}
EndGlobalSection
EndGlobal