-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLab.sln
More file actions
42 lines (42 loc) · 2.25 KB
/
Lab.sln
File metadata and controls
42 lines (42 loc) · 2.25 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 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "myQrCode", "myQrCode\myQrCode.csproj", "{2E97CAE9-965F-4E59-82D1-B5582B34CF1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A0059FA7-51B6-4345-B0C8-92E2073367E1}"
ProjectSection(SolutionItems) = preProject
myQrCode.md = myQrCode.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arduino_MIDI", "Arduino_MIDI\Arduino_MIDI.csproj", "{49B83A4C-4AC4-41E0-B7A2-BFFA26B72F3A}"
EndProject
Project("{F088123C-0E9E-452A-89E6-6BA2F21D5CAC}") = "lab4_codeMap1", "lab4_codeMap1\lab4_codeMap1.modelproj", "{C8E530D7-CD24-4579-9A88-5C6E5E4E033C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E97CAE9-965F-4E59-82D1-B5582B34CF1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E97CAE9-965F-4E59-82D1-B5582B34CF1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E97CAE9-965F-4E59-82D1-B5582B34CF1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E97CAE9-965F-4E59-82D1-B5582B34CF1B}.Release|Any CPU.Build.0 = Release|Any CPU
{49B83A4C-4AC4-41E0-B7A2-BFFA26B72F3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49B83A4C-4AC4-41E0-B7A2-BFFA26B72F3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49B83A4C-4AC4-41E0-B7A2-BFFA26B72F3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49B83A4C-4AC4-41E0-B7A2-BFFA26B72F3A}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E530D7-CD24-4579-9A88-5C6E5E4E033C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E530D7-CD24-4579-9A88-5C6E5E4E033C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E530D7-CD24-4579-9A88-5C6E5E4E033C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E530D7-CD24-4579-9A88-5C6E5E4E033C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8611D4EC-7819-42F0-93F0-2F5C276F254C}
EndGlobalSection
EndGlobal