From c6ec20e5e7aec1b17d09102a67cccc002444dd14 Mon Sep 17 00:00:00 2001 From: masterm Date: Thu, 15 Feb 2007 15:16:03 +0000 Subject: +++ added VC project and solution --- source/AVR_Studio/Soccer/soccer.vcproj | 204 ++++++++++++++++++++++++++++++++ source/AVR_Studio/Soccer/soccertemp.sln | 24 ++++ 2 files changed, 228 insertions(+) create mode 100644 source/AVR_Studio/Soccer/soccer.vcproj create mode 100644 source/AVR_Studio/Soccer/soccertemp.sln diff --git a/source/AVR_Studio/Soccer/soccer.vcproj b/source/AVR_Studio/Soccer/soccer.vcproj new file mode 100644 index 0000000..4177216 --- /dev/null +++ b/source/AVR_Studio/Soccer/soccer.vcproj @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/AVR_Studio/Soccer/soccertemp.sln b/source/AVR_Studio/Soccer/soccertemp.sln new file mode 100644 index 0000000..4dd50a5 --- /dev/null +++ b/source/AVR_Studio/Soccer/soccertemp.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "soccer", "..\soccer\soccer.vcproj", "{60CA6142-4C66-4620-AFA9-AC90DDC41F2F}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(DPCodeReviewSolutionGUID) = preSolution + DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000} + EndGlobalSection + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {60CA6142-4C66-4620-AFA9-AC90DDC41F2F}.Debug.ActiveCfg = Debug|Win32 + {60CA6142-4C66-4620-AFA9-AC90DDC41F2F}.Debug.Build.0 = Debug|Win32 + {60CA6142-4C66-4620-AFA9-AC90DDC41F2F}.Release.ActiveCfg = Release|Win32 + {60CA6142-4C66-4620-AFA9-AC90DDC41F2F}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal -- cgit v1.2.3