-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathImagineCode.atsln
More file actions
30 lines (30 loc) · 1.24 KB
/
ImagineCode.atsln
File metadata and controls
30 lines (30 loc) · 1.24 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
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("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "ImagineCode", "ImagineCode.cproj", "{9AF1306C-2019-4186-BD46-48CFEB9A3A92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{240212DE-80D5-4257-A210-F8969F031D07}"
ProjectSection(SolutionItems) = preProject
race_black.c = race_black.c
race_black.h = race_black.h
race_white.c = race_white.c
race_white.h = race_white.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AVR = Debug|AVR
Release|AVR = Release|AVR
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AF1306C-2019-4186-BD46-48CFEB9A3A92}.Debug|AVR.ActiveCfg = Debug|AVR
{9AF1306C-2019-4186-BD46-48CFEB9A3A92}.Debug|AVR.Build.0 = Debug|AVR
{9AF1306C-2019-4186-BD46-48CFEB9A3A92}.Release|AVR.ActiveCfg = Release|AVR
{9AF1306C-2019-4186-BD46-48CFEB9A3A92}.Release|AVR.Build.0 = Release|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal