Backup 1

Committer:
borlanic
Date:
Tue Apr 24 11:45:18 2018 +0000
Revision:
0:02dd72d1d465
BaBoRo_test2 - backup 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:02dd72d1d465 1
borlanic 0:02dd72d1d465 2 Microsoft Visual Studio Solution File, Format Version 11.00
borlanic 0:02dd72d1d465 3 # Atmel Studio Solution File, Format Version 11.00
borlanic 0:02dd72d1d465 4 Project("{{solution_uuid}}") = "{{name}}", "{{name}}.cppproj", "{{project_uuid}}"
borlanic 0:02dd72d1d465 5 EndProject
borlanic 0:02dd72d1d465 6 Global
borlanic 0:02dd72d1d465 7 GlobalSection(SolutionConfigurationPlatforms) = preSolution
borlanic 0:02dd72d1d465 8 Debug|ARM = Debug|ARM
borlanic 0:02dd72d1d465 9 Release|ARM = Release|ARM
borlanic 0:02dd72d1d465 10 EndGlobalSection
borlanic 0:02dd72d1d465 11 GlobalSection(ProjectConfigurationPlatforms) = postSolution
borlanic 0:02dd72d1d465 12 {{project_uuid}}.Debug|ARM.ActiveCfg = Debug|ARM
borlanic 0:02dd72d1d465 13 {{project_uuid}}.Debug|ARM.Build.0 = Debug|ARM
borlanic 0:02dd72d1d465 14 {{project_uuid}}.Release|ARM.ActiveCfg = Release|ARM
borlanic 0:02dd72d1d465 15 {{project_uuid}}.Release|ARM.Build.0 = Release|ARM
borlanic 0:02dd72d1d465 16 EndGlobalSection
borlanic 0:02dd72d1d465 17 GlobalSection(SolutionProperties) = preSolution
borlanic 0:02dd72d1d465 18 HideSolutionNode = FALSE
borlanic 0:02dd72d1d465 19 EndGlobalSection
borlanic 0:02dd72d1d465 20 EndGlobal