From 4aaca80d3e66dbaa67aa12a4d6c23b0ccb5a5c3c Mon Sep 17 00:00:00 2001 From: jwatkins42 Date: Mon, 8 Dec 2014 20:09:44 -0800 Subject: [PATCH] Added PyTools project files for Python API --- Python/xplaneConnect.pyproj | 49 +++++++++++++++++++++++++++++++++++++ Python/xplaneConnect.sln | 20 +++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 Python/xplaneConnect.pyproj create mode 100644 Python/xplaneConnect.sln diff --git a/Python/xplaneConnect.pyproj b/Python/xplaneConnect.pyproj new file mode 100644 index 0000000..3e9e65f --- /dev/null +++ b/Python/xplaneConnect.pyproj @@ -0,0 +1,49 @@ + + + + Debug + 2.0 + 3c7a940d-17c8-4e91-882f-9bc8b1d2f54b + . + src/xplaneConnect.py + + + . + . + xplaneConnect + xplaneConnect + {2af0f10d-7135-4994-9156-5d01c9c11b7e} + 2.7 + + + true + false + + + true + false + + + + + + + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets + + + + + + + + + + \ No newline at end of file diff --git a/Python/xplaneConnect.sln b/Python/xplaneConnect.sln new file mode 100644 index 0000000..415b6fa --- /dev/null +++ b/Python/xplaneConnect.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "xplaneConnect", "xplaneConnect.pyproj", "{3C7A940D-17C8-4E91-882F-9BC8B1D2F54B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3C7A940D-17C8-4E91-882F-9BC8B1D2F54B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3C7A940D-17C8-4E91-882F-9BC8B1D2F54B}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal