-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArduino.sln
49 lines (49 loc) · 2.84 KB
/
Arduino.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
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArduinoLanguage", "ArduinoLanguage\ArduinoLanguage.csproj", "{8284FB4A-0054-4688-99F5-C0AA5A7C8314}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{595F8E8A-B48D-4434-B52B-D0FC2760BDA0}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArduinoLanguageTest", "ArduinoLanguageTest\ArduinoLanguageTest.csproj", "{13B2CF35-8A4F-4115-BAD9-6712C477B35B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArduinoCore", "ArduinoCore\ArduinoCore.csproj", "{A70EF33E-D963-4239-B5A4-BE3044D010F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArduinoEmulator", "ArduinoEmulator\ArduinoEmulator.csproj", "{9332BAD3-6627-45BA-8B52-F225B5080DEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8284FB4A-0054-4688-99F5-C0AA5A7C8314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8284FB4A-0054-4688-99F5-C0AA5A7C8314}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8284FB4A-0054-4688-99F5-C0AA5A7C8314}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8284FB4A-0054-4688-99F5-C0AA5A7C8314}.Release|Any CPU.Build.0 = Release|Any CPU
{13B2CF35-8A4F-4115-BAD9-6712C477B35B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13B2CF35-8A4F-4115-BAD9-6712C477B35B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13B2CF35-8A4F-4115-BAD9-6712C477B35B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13B2CF35-8A4F-4115-BAD9-6712C477B35B}.Release|Any CPU.Build.0 = Release|Any CPU
{A70EF33E-D963-4239-B5A4-BE3044D010F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A70EF33E-D963-4239-B5A4-BE3044D010F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A70EF33E-D963-4239-B5A4-BE3044D010F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A70EF33E-D963-4239-B5A4-BE3044D010F1}.Release|Any CPU.Build.0 = Release|Any CPU
{9332BAD3-6627-45BA-8B52-F225B5080DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9332BAD3-6627-45BA-8B52-F225B5080DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9332BAD3-6627-45BA-8B52-F225B5080DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9332BAD3-6627-45BA-8B52-F225B5080DEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A91E4CFA-27BD-46E6-8438-96402AD8FE92}
EndGlobalSection
EndGlobal