diff --git a/.gitignore b/.gitignore index c977e3d..15163dd 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,5 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +.vs/ diff --git a/Moped/Moped.pyproj b/Moped/Moped.pyproj new file mode 100644 index 0000000..1571b26 --- /dev/null +++ b/Moped/Moped.pyproj @@ -0,0 +1,33 @@ + + + + Debug + 2.0 + {34cbb86d-9088-41d8-b0b9-68a131d30188} + + moped.py + + . + . + {888888a0-9f3d-457c-b088-3a5042f75d52} + Standard Python launcher + {2af0f10d-7135-4994-9156-5d01c9c11b7e} + 2.7 + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets + + + + + + + + + + + + \ No newline at end of file diff --git a/Moped/Moped.sln b/Moped/Moped.sln new file mode 100644 index 0000000..19644e0 --- /dev/null +++ b/Moped/Moped.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Moped", "Moped.pyproj", "{34CBB86D-9088-41D8-B0B9-68A131D30188}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {34CBB86D-9088-41D8-B0B9-68A131D30188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {34CBB86D-9088-41D8-B0B9-68A131D30188}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal