-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathATmega328P.atsln
34 lines (34 loc) · 1.88 KB
/
ATmega328P.atsln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Atmel Studio Solution File, Format Version 11.00
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "ATmega328P-USART", "ATmega328P-USART\ATmega328P-USART.cppproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}"
EndProject
Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "ATmega328P-TIMSK1", "ATmega328P-TIMSK1\ATmega328P-TIMSK1.cppproj", "{EBFFFB62-D190-4D26-8F38-2A6956BC6014}"
EndProject
Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "ATmega328P-analogRead", "ATmega328P-analogRead\ATmega328P-analogRead.cppproj", "{5D5B534C-1019-4E22-9127-3BDCB7D6CAEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AVR = Debug|AVR
Release|AVR = Release|AVR
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.ActiveCfg = Debug|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.Build.0 = Debug|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.ActiveCfg = Release|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.Build.0 = Release|AVR
{EBFFFB62-D190-4D26-8F38-2A6956BC6014}.Debug|AVR.ActiveCfg = Debug|AVR
{EBFFFB62-D190-4D26-8F38-2A6956BC6014}.Debug|AVR.Build.0 = Debug|AVR
{EBFFFB62-D190-4D26-8F38-2A6956BC6014}.Release|AVR.ActiveCfg = Release|AVR
{EBFFFB62-D190-4D26-8F38-2A6956BC6014}.Release|AVR.Build.0 = Release|AVR
{5D5B534C-1019-4E22-9127-3BDCB7D6CAEC}.Debug|AVR.ActiveCfg = Debug|AVR
{5D5B534C-1019-4E22-9127-3BDCB7D6CAEC}.Debug|AVR.Build.0 = Debug|AVR
{5D5B534C-1019-4E22-9127-3BDCB7D6CAEC}.Release|AVR.ActiveCfg = Release|AVR
{5D5B534C-1019-4E22-9127-3BDCB7D6CAEC}.Release|AVR.Build.0 = Release|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal