forked from czukowski/embUnit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathembUnit.atsln
47 lines (47 loc) · 2.57 KB
/
embUnit.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
35
36
37
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 11.00
# Atmel Studio Solution File, Format Version 11.00
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "embUnit", "embUnit\embUnit.cproj", "{A3360898-4569-4689-AC93-9EB6A3534FF0}"
EndProject
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "TextUI", "TextUI\TextUI.cproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}"
ProjectSection(ProjectDependencies) = postProject
{A3360898-4569-4689-AC93-9EB6A3534FF0} = {A3360898-4569-4689-AC93-9EB6A3534FF0}
EndProjectSection
EndProject
Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "Example", "Example\Example.cppproj", "{4A4AC5C5-DAB1-4459-AF31-90AE023CC9E1}"
ProjectSection(ProjectDependencies) = postProject
{A3360898-4569-4689-AC93-9EB6A3534FF0} = {A3360898-4569-4689-AC93-9EB6A3534FF0}
EndProjectSection
EndProject
Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "Tests", "Tests\Tests.cppproj", "{4F0A5C01-6FFE-4FFB-A9C1-AC7744427963}"
ProjectSection(ProjectDependencies) = postProject
{A3360898-4569-4689-AC93-9EB6A3534FF0} = {A3360898-4569-4689-AC93-9EB6A3534FF0}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AVR = Debug|AVR
Release|AVR = Release|AVR
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3360898-4569-4689-AC93-9EB6A3534FF0}.Debug|AVR.ActiveCfg = Debug|AVR
{A3360898-4569-4689-AC93-9EB6A3534FF0}.Debug|AVR.Build.0 = Debug|AVR
{A3360898-4569-4689-AC93-9EB6A3534FF0}.Release|AVR.ActiveCfg = Release|AVR
{A3360898-4569-4689-AC93-9EB6A3534FF0}.Release|AVR.Build.0 = Release|AVR
{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
{4A4AC5C5-DAB1-4459-AF31-90AE023CC9E1}.Debug|AVR.ActiveCfg = Debug|AVR
{4A4AC5C5-DAB1-4459-AF31-90AE023CC9E1}.Debug|AVR.Build.0 = Debug|AVR
{4A4AC5C5-DAB1-4459-AF31-90AE023CC9E1}.Release|AVR.ActiveCfg = Release|AVR
{4A4AC5C5-DAB1-4459-AF31-90AE023CC9E1}.Release|AVR.Build.0 = Release|AVR
{4F0A5C01-6FFE-4FFB-A9C1-AC7744427963}.Debug|AVR.ActiveCfg = Debug|AVR
{4F0A5C01-6FFE-4FFB-A9C1-AC7744427963}.Debug|AVR.Build.0 = Debug|AVR
{4F0A5C01-6FFE-4FFB-A9C1-AC7744427963}.Release|AVR.ActiveCfg = Release|AVR
{4F0A5C01-6FFE-4FFB-A9C1-AC7744427963}.Release|AVR.Build.0 = Release|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal