diff --git a/.gitignore b/.gitignore index 5dda794..04fff66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ *.pyc -.ropeproject \ No newline at end of file +.ropeproject +/activities diff --git a/.vs/garminexport/v15/.suo b/.vs/garminexport/v15/.suo new file mode 100644 index 0000000..95b76c6 Binary files /dev/null and b/.vs/garminexport/v15/.suo differ diff --git a/garminexport.pyproj b/garminexport.pyproj new file mode 100644 index 0000000..d770c82 --- /dev/null +++ b/garminexport.pyproj @@ -0,0 +1,48 @@ + + + + Debug + 2.0 + {d50fae62-d8a2-4ec8-8cc8-e419c1eeb08a} + + garminbackup.py + + . + . + {888888a0-9f3d-457c-b088-3a5042f75d52} + Standard Python launcher + + False + + + False + + + + + 10.0 + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/garminexport.sln b/garminexport.sln new file mode 100644 index 0000000..535da67 --- /dev/null +++ b/garminexport.sln @@ -0,0 +1,23 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.489 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "garminexport", "garminexport.pyproj", "{D50FAE62-D8A2-4EC8-8CC8-E419C1EEB08A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D50FAE62-D8A2-4EC8-8CC8-E419C1EEB08A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D50FAE62-D8A2-4EC8-8CC8-E419C1EEB08A}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1A6E416C-EC70-4661-80B3-C781AFD9E10A} + EndGlobalSection +EndGlobal